2006-12-20 [colin] 2.6.1cvs59
[claws.git] / ChangeLog
index 16c9c25568fe300f5b0efc910eb5c36f1e6b7e88..d5d98b65445680176bc28f8f95299f2fa1ff5801 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,100 @@
+2006-12-20 [colin]     2.6.1cvs59
+
+       * src/gtk/quicksearch.c
+               Make sure in_typing is false when clearing
+
+2006-12-20 [wwp]       2.6.1cvs58
+
+       * configure.ac
+               change manual's target dir to be LFH-compliant (thanks to Colin).
+
+2006-12-20 [wwp]       2.6.1cvs57
+
+       * src/prefs_common.c
+       * src/prefs_summaries.c
+               i18n fix and factorize patch, thanks to Fabien.
+
+2006-12-20 [paul]      2.6.1cvs56
+
+       * configure.ac
+               last of the renaming (??)
+       * src/main.c
+               correct --help info of --status-full
+       * src/plugins/bogofilter/bogofilter.c
+               make FALSE default of whitelist_ab
+
+2006-12-19 [colin]     2.6.1cvs55
+
+       * src/jpilot.c
+               Same as before, without depending on
+               pisock >= 0.12
+
+2006-12-19 [colin]     2.6.1cvs54
+
+       * src/jpilot.c
+               Fix bug 1059, 'Better jpilot charset 
+               handling'. Use libpisync's charset conversion
+               if possible
+
+2006-12-19 [colin]     2.6.1cvs53
+
+       * po/fr.po
+               Updated by Fabien
+
+2006-12-19 [wwp]       2.6.1cvs52
+
+       * src/gtk/about.c
+               Add missing #include (thanks to Colin).
+
+2006-12-19 [wwp]       2.6.1cvs51
+
+       * src/prefs_receive.c
+               Better spacing between widgets in prefs.
+
+2006-12-18 [colin]     2.6.1cvs50
+
+       * src/imap.c
+               Fix failure to get separator on LIST "" ""
+               Try LIST "" "INBOX" too.
+
+2006-12-18 [wwp]       2.6.1cvs49
+
+       * src/common/session.c
+               Fix a compiler warning (thanks to Fabien).
+
+2006-12-18 [wwp]       2.6.1cvs48
+
+       * src/compose.c
+       * src/prefs_quote.c
+               Factorize some strings for translation (it's about error
+               messages when applying or checking template/quote format).
+
+2006-12-18 [colin]     2.6.1cvs47
+
+       * Makefile.am
+       * src/common/defs.h
+       * src/gtk/Makefile.am
+       * src/gtk/about.c
+               Add a Release notes tab from the contents of
+               $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
+
+2006-12-17 [colin]     2.6.1cvs46
+
+       * src/mimeview.c
+       * src/textview.c
+       * src/gtk/filesel.c
+               Correctly convert from/to UTF8/filename encoding
+               when loading and saving files. Probably fixes
+               bug 1068, 'Claws-Mail uses 100% CPU when looking 
+               for a file to attach and is blocked...'
+
+2006-12-17 [colin]     2.6.1cvs45
+
+       * src/gtk/logwindow.c
+               Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
+               IMAP folder and is blocked on main thread': 
+               make sure we put utf8 in the log.
+
 2006-12-16 [colin]     2.6.1cvs44
 
        * src/toolbar.c