2006-05-17 [wwp] 2.2.0cvs25
[claws.git] / ChangeLog
index c7e82bfc87e537f9083a1cf4a7e98638745e5ad0..c0bc1b855a4280a869af23853efbc6a468dfbdef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,146 @@
+2006-05-17 [wwp]       2.2.0cvs25
+
+       * src/plugins/demo/demo.c
+               updated product name in plugin demo (many plugins need to be
+               sync'ed w/ that change).
+
+2006-05-17 [colin]     2.2.0cvs24
+
+       * src/mh.c
+               Fix leak
+
+2006-05-16 [colin]     2.2.0cvs23
+
+       * src/mainwindow.c
+               Stupid me hit again. Fix cvs22.
+
+2006-05-16 [colin]     2.2.0cvs22
+
+       * src/mainwindow.c
+               Fix bug #922 (sylpheed-claws crashed after 
+               pushing on Inbox folder)
+
+2006-05-16 [colin]     2.2.0cvs21
+
+       * src/compose.c
+               Make From header be copy/paste/select-able
+
+2006-05-16 [wwp]       2.2.0cvs20
+
+       * src/export.c
+       * src/matcher.c
+       * src/summaryview.c
+       * src/etpan/imap-thread.c
+               fix some compiler warnings (thanks to Colin).
+
+2006-05-16 [wwp]       2.2.0cvs19
+
+       * src/action.c
+       * src/gedit-print.c
+       * src/inc.c
+       * src/mainwindow.c
+       * src/mh.c
+       * src/statusbar.c
+       * src/send_message.c
+       * src/summaryview.c
+               get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
+
+2006-05-15 [colin]     2.2.0cvs18
+
+       * src/procmsg.c
+               Fix automatic rule creation with List-Post
+
+2006-05-15 [paul]      2.2.0cvs17
+
+       * tools/filter_conv_new.pl
+               updated for rule enabling/disabling
+               claws version >= 2.3.x required
+
+2006-05-15 [cleroy]    2.2.0cvs16
+
+       * src/main.c
+               Revert test
+
+2006-05-15 [cleroy]    2.2.0cvs15
+
+       * src/main.c
+               test
+
+2006-05-15 [wwp]       2.2.0cvs14
+
+       * manual/pl/.cvsignore
+               ignore generated files.
+
+2006-05-14 [wwp]       2.3.0-rc1
+
+       * 2.3.0-rc1 released
+
+2006-05-13 [wwp]       2.2.0cvs13
+
+       * src/filtering.c
+       * src/filtering.h
+       * src/matcher.c
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering.c
+               new feature: provide the ability to disable filtering and processing
+               rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
+               adaptations.
+
+2006-05-13 [colin]     2.2.0cvs12
+
+       * src/compose.c
+               Remove useless if (a) b; else b;
+               Thanks to wwp
+
+2006-05-13 [wwp]       2.2.0cvs11
+
+       * src/export.c
+       * src/import.c
+       * src/mainwindow.c
+       * src/mbox.c
+       * src/summaryview.c
+       * src/summaryview.h
+               no more silent failures (or at least less ones) when importing
+               or exporting from/to mbox. Also start importing/exporting if
+               the necessary info is set.
+
+2006-05-13 [wwp]       2.2.0cvs10
+
+       * RELEASE_NOTES
+               restored up-to-date release notes.
+
+2006-05-13 [paul]      2.2.0cvs9
+
+       * po/nl.po
+       * po/ru.po
+               updated by Tim Dijkstra and Pavlo Bohmat
+
+2006-05-12 [colin]     2.2.0cvs8
+
+       * src/gtk/quicksearch.c
+               Add "k" as shortcut for "colorlabel". Patch
+               by ath42@users.sf.net.
+
+2006-05-12 [paul]      2.2.0cvs7
+
+       * src/prefs_common.h
+       * src/prefs_summaries.c
+       * src/summaryview.c
+               when entering a folder also allow
+               going directly to first Marked message
+
+2006-05-12 [paul]      2.2.0cvs6
+
+       * src/summaryview.c
+               always obey 'confirm before marking all
+               mails read' option
+
+2006-05-12 [paul]      2.2.0cvs5
+
+       * src/textview.c
+               make Sender fully clickable
+
 2006-05-12 [colin]     2.2.0cvs4
 
        * src/compose.c