2007-12-17 [mones] 3.1.0cvs78
[claws.git] / ChangeLog
index a5e95a9e4f487b00119d355ede1bceffdff4a41e..ca6a9998783dcc452537e0ecb439d610d4e2a64c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,144 @@
+2007-12-17 [mones]     3.1.0cvs78
+
+       * po/es.po
+               Updated Spanish translation for 3.2.0 release
+
+2007-12-16 [colin]     3.1.0cvs77
+
+       * src/addrcustomattr.c
+               Fix translations, patch by Fabien
+
+2007-12-15 [paul]      3.1.0cvs76
+
+       * src/folderview.c
+               fix compiler warning
+
+2007-12-14 [colin]     3.1.0cvs75
+
+       * src/folderview.c
+               Simplify logic
+
+2007-12-12 [wwp]       3.1.0cvs74
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Added Marius Glauser to the hall of fame.
+
+2007-12-12 [wwp]       3.1.0cvs73
+
+       * src/gtk/gtkutils.c
+               Improve the way we show results of searches
+               in message bodies: selected text now get centered
+               vertically in the message window.
+               Patch by Marius Glauser <seelenhirt@gmx.net>.
+
+2007-12-10 [colin]     3.1.0cvs72
+
+       * src/folder.c
+               Don't crash when setting batch mode on no folder
+
+2007-12-10 [colin]     3.1.0cvs71
+
+       * src/common/utils.c
+               Fix potential buffer overrun (thanks to
+               Hiroyuki)
+
+2007-12-08 [paul]      3.1.0cvs70
+
+       * src/prefs_receive.c
+               small change to the English
+
+2007-12-08 [colin]     3.1.0cvs69
+
+       * src/vcard.c
+               Fix warnings
+
+2007-12-07 [colin]     3.1.0cvs68
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               Free simplify_subject_preg at exit
+
+2007-12-07 [colin]     3.1.0cvs67
+
+       * src/main.c
+       * src/summaryview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               We have to free reused regexps from time to
+               time, or they get huge
+
+2007-12-07 [colin]     3.1.0cvs66
+
+       * src/vcard.c
+               Fix QP decoding (and UTF8)
+
+2007-12-07 [colin]     3.1.0cvs65
+
+       * src/addrcustomattr.c
+               Update list of default custom attributes
+               now (will be needed for a feature patch
+               post 3.2.0)
+
+2007-12-07 [colin]     3.1.0cvs64
+
+       * src/folder.c
+               Batch on destination folder when copying - fixes
+               slowness when moving unread mails to trash on IMAP
+
+2007-12-06 [colin]     3.1.0cvs63
+
+       * src/common/w32_time.c
+       * src/common/w32lib.h
+       * src/etpan/etpan-thread-manager.c
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+       * src/gtk/Makefile.am
+               Fix win32 build with libetpan. Thanks to
+               Marcus Brinkmann.
+
+2007-12-06 [colin]     3.1.0cvs62
+
+       * src/account.c
+       * src/imap.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Disable connection via command line on WIN32
+               Disable mmap use on WIN32 - use normal strings
+       * src/addressbook.c
+       * src/addressbook.h
+       * src/addressbook_foldersel.c
+       * src/addressbook_foldersel.h
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Fix leak, rework function logics to be more
+               natural - thanks to Holger
+       * src/common/utils.c
+               Fix warnings
+
+2007-12-06 [colin]     3.1.0cvs61
+
+       * src/news.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Fix posting, and fix UTF-8 being sent when encoding
+               is 8bit
+
+2007-12-05 [colin]     3.1.0cvs60
+
+       * src/news.c
+               Fix debian bug #453157, 'Fails to post usenet
+               articles after NNTP connection has been 
+               interrupted". Fix return value to prevent deletion
+               on failure, and issue MODE READER in case posting
+               fails at first.
+
 2007-12-05 [colin]     3.1.0cvs59
 
        * src/messageview.c