2006-09-22 [colin] 2.4.0cvs211
[claws.git] / ChangeLog
index af81e46743c2db6f606c1550800a37c252bc2398..5cdb08901e941121f2997b4cfbdd44abbe913ebe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,126 @@
+2006-09-22 [colin]     2.4.0cvs211
+
+       * README
+               Revert test change
+       * commitHelper
+               ping the correct URI
+
+2006-09-22 [colin]     2.4.0cvs210
+
+       * README
+               Let's see if bug #1022 is fixed
+
+2006-09-21 [colin]     2.4.0cvs209
+
+       * src/wizard.c
+       * src/common/plugin.c
+               Prepare infra to load predefined plugins when
+               no configuration existed. Don't actually load
+               anything yet (feat. freeze)
+
+2006-09-21 [wwp]       2.4.0cvs208
+
+       * manual/fr/faq.xml
+               Partial sync w/ 2.4.0cvs72:
+               wrap file and minor updates.
+
+2006-09-21 [wwp]       2.4.0cvs207
+
+       * tools/fix_date.sh
+               several fixes and enhancements. A new --force switch has been
+               added to prevent overriding by default Date: header when
+               already existing.
+
+2006-09-21 [paul]      2.4.0cvs206
+
+       * src/common/utils.c
+               add Chinese UTF8 Re prefix
+
+2006-09-21 [wwp]       2.4.0cvs205
+
+       * tools/Makefile.am
+               Fics alfabettical order.
+
+2006-09-21 [wwp]       2.4.0cvs204
+
+       * tools/fix_date.sh
+       * tools/Makefile.am
+               Added an action tool to fix missing Date field in emails.
+               Updated Makefile.am to reflect those last two additions.
+
+2006-09-21 [wwp]       2.4.0cvs203
+
+       * tools/uuooffice
+               Added a action tool to open uuencoded docs w/
+               OpenOffice (based on uudec method).
+
+2006-09-21 [colin]     2.4.0cvs202
+
+       * src/compose.c
+       * src/textview.c
+               Workaround possible GTK crash: remove selection 
+               clipboard before destroying widget, or GTK+-2.10
+               dies. Thanks to Hiro.
+
+2006-09-20 [colin]     2.4.0cvs201
+
+       * src/compose.c
+               Fix free-after-use in some cases (when 
+               procmime_encode_content() frees mimeinfo->data.mem
+               and turns it to a temp file)
+
+2006-09-20 [colin]     2.4.0cvs200
+
+       * src/folderview.c
+       * src/summaryview.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtksctree.h
+               Add tooltips in the folderview and summaryview
+               (Doesn't break string freeze as they already
+               exist)
+       * src/toolbar.c
+               Put the spam button in the default configuration
+               if compiled with bogo plugin too
+
+2006-09-19 [colin]     2.4.0cvs199
+
+       * src/summaryview.c
+       * src/summaryview.h
+               Update folder name label on folder rename
+       * src/prefs_matcher.c
+       * src/gtk/logwindow.h
+               Fix warnings
+               Patches by Fabien
+
+2006-09-19 [wwp]       2.4.0cvs198
+
+       * src/summary_search.c
+               fix can't click forward/backward buttons in the
+               search messages.
+
+2006-09-18 [paul]      2.4.0cvs197
+
+       * src/wizard.c
+               add missing bracket, capitalise the A of
+               'SpamAssassin'
+
+2006-09-18 [paul]      2.4.0cvs196
+
+       * src/compose.c
+               fix bug 1012 'crashed upon sending mail
+               from compose window'
+               Thanks to Colin
+
+2006-09-16 [colin]     2.4.0cvs195
+
+       * src/folderview.c
+               Fix "real-time" sorting by freezing/thawing
+
+2006-09-16 [colin]     2.4.0cvs194
+
+       * manual/faq.xml
+               Fix the anti-spam entry a bit
+
 2006-09-16 [colin]     2.4.0cvs193
 
        * src/wizard.c