2007-08-25 [paul] 2.10.0cvs172
[claws.git] / ChangeLog
index 6ac483dcff0c7d568c4c093536296fe9d6832459..f80abfdb71348f6173f63955eff8888a3404b1a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,103 @@
+2007-08-25 [paul]      2.10.0cvs172
+
+       * src/gtk/icon_legend.c
+               add watchthread.xpm
+
+2007-08-25 [paul]      2.10.0cvs171
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/pixmaps/insert_file.xpm
+               add a new pixmap instead of re-using
+               paste.xpm. (easier for icon theme authors)
+
+2007-08-24 [holger]    2.10.0cvs170
+
+       * src/plugins/trayicon/trayicon.c
+               The same fix for another hook id.
+
+2007-08-24 [holger]    2.10.0cvs169
+
+       * src/plugins/trayicon/trayicon.c
+               Micro-fix: Do the error checking for
+               the right hook id.
+
+2007-08-24 [paul]      2.10.0cvs168
+
+       * src/folder.h
+               fix typo causing compiler warning
+
+2007-08-24 [paul]      2.10.0cvs167
+
+       * README
+               put back the correct version of this file also
+
+2007-08-24 [colin]     2.10.0cvs166
+
+       * src/send_message.c
+               Use progress bar when sending messages
+
+2007-08-24 [paul]      2.10.0cvs165
+
+       * Makefile.am
+               oops! if i'm quick no-one will notice
+               (put back the proper file)
+
+2007-08-24 [paul]      2.10.0cvs164
+
+       * AUTHORS
+       * Makefile.am
+       * README
+       * src/gtk/authors.h
+       * tools/Makefile.am
+       * tools/README
+       * tools/mew2claws-mail.pl
+               add new script that imports a Mew address book
+               submitted by Jerome Lelong
+
+2007-08-24 [paul]      2.10.0cvs163
+
+       * manual/plugins.xml
+               remove the obsolete plugins, add the
+               missing plugins, including the forthcoming
+               SpamReport plugin
+
+2007-08-24 [paul]      2.10.0cvs162
+
+       * manual/advanced.xml
+               add info about the hidden emphasis_color option
+       * manual/keyboard.xml
+               correct the info about hotkeys
+               wrap the long lines
+
+2007-08-24 [paul]      2.10.0cvs161
+
+       * src/folderview.c
+               add mnemonic to 'Run procesing rules'
+
+2007-08-24 [paul]      2.10.0cvs160
+
+       * src/account.c
+       * src/folder.c
+       * src/folder.h
+               use suitable defaults for outbox,
+               queue, drafts and trash folders
+
+2007-08-24 [wwp]       2.10.0cvs159
+
+       * src/folderview.c
+               Update menu item sensitivity if necessary (or we get a
+               gtk critical message).
+
+2007-08-23 [wwp]       2.10.0cvs158
+
+       * src/action.c
+       * src/prefs_actions.c
+               Allow literal % chars in action commands (use %%).
+               Add a missing p++ to the action parser in action_get_type(),
+               which was missing it, even if it was neutral.
+               Fix a pango markup warning at runtime.
+
 2007-08-23 [wwp]       2.10.0cvs157
 
        * src/addressbook.c