2007-02-01 [wwp] 2.7.2cvs11
[claws.git] / ChangeLog
index a7d2edd21ede0ae7804e92fb7a35ffd4ed527053..09edb0ba3681b548b9981bea15876e36e1497c65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+2007-02-01 [wwp]       2.7.2cvs11
+
+       * src/plugins/trayicon/trayicon.c
+               Fix a raising issue within KDE.
+
+2007-02-01 [colin]     2.7.2cvs10
+
+       * src/codeconv.c
+               Fix stray quotes in encoded strings
+       * src/addressadd.c
+               Fix wrong call causing g_warnings
+       * src/textview.c
+               Remove useless message
+
+2007-01-31 [wwp]       2.7.2cvs9
+
+       * src/plugins/trayicon/trayicon.c
+               fix buggy hiding of main window when closing if close-to-tray
+               is not set (bad logics  in the trayicon hook code).
+               Changed the quit confirmation message too.
+
+2007-01-30 [colin]     2.7.2cvs8
+
+       * src/main.c
+               Fix hidden mainwindow after clicking on
+               the X close button, if compose windows
+               exist and the user chooses not to quit
+
+2007-01-30 [colin]     2.7.2cvs7
+
+       * src/main.c
+       * src/compose.c
+               Handle local URIs to attach files (file:///...)
+               Fixes attaching files from Thunar for example
+
+2007-01-30 [colin]     2.7.2cvs6
+
+       * src/prefs_ext_prog.c
+               Add 'mousepad' to the list of text editors.
+               Mousepad is XFCE's text editor
+
+2007-01-29 [wwp]       2.7.2cvs5
+
+       * po/POTFILES.in
+       * src/plugins/trayicon/trayicon_prefs.c
+               trayicon i18n fixes, thanks to Fabien.
+
+2007-01-28 [wwp]       2.7.2cvs4
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/trayicon_prefs.c
+       * src/plugins/trayicon/trayicon_prefs.h
+               Added a new TrayIcon plugin option to close to tray
+               (WM's hotkey and [X] button will hide the window instead
+               of closing it - closing CM can be done using the tray icon
+               menu or the File menu).
+               Improved visibility handling in trayicon, clicking the
+               trayicon now raise the window to current desktop when it
+               was either minimized/shaded/on another desktop.
+               Thanks to Paul for testing and fixing a strange behaviour
+               in KDE ;-).
+
+2007-01-27 [paul]      2.7.2cvs3
+
+       * src/prefs_folder_item.c
+       * src/prefs_receive.c
+       * src/plugins/pgpcore/prefs_gpg.c
+               use 'start-up' instead of 'startup' in labels
+
+2007-01-26 [wwp]       2.7.2cvs2
+
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/trayicon_prefs.c
+       * src/plugins/trayicon/trayicon_prefs.h
+               Add a new TrayIcon option to hide the main window at
+               start-up.
+               Fix trayicon.c copyright header.
+
+2007-01-26 [paul]      2.7.2cvs1
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+       * configure.ac
+               bump up version number following
+               stable release
+
+2007-01-25 [mones]     2.7.1cvs60
+
+       * po/es.po
+               updated thousands of strings (well, probably less ;-)
+
+2007-01-25 [colin]     2.7.1cvs59
+
+       * src/matcher.c
+               Fix 2nd-run loss of matcherrc on new
+               configurations. 
+
+2007-01-25 [wwp]       2.7.1cvs58
+
+       * src/mimeview.c
+               fix handling of empty value in attach_save_directory too, thanks
+               to Colin.
+
 2007-01-25 [wwp]       2.7.1cvs57
 
        * src/gtk/filesel.c