2007-12-18 [paul] 3.2.0cvs7
[claws.git] / ChangeLog
index 2f814712e6e0b8b77f67bd7d8f8afa3eea9ca5e7..397ba0de0ccb687bd408308b503805283e4a656f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,296 @@
+2007-12-18 [paul]      3.2.0cvs7
+
+       * src/prefs_matcher.c
+               add missing i18n for a few strings
+               Patch by Stephan Sachse
+
+2007-12-18 [paul]      3.2.0cvs6
+
+       * src/prefs_logging.c
+               use 'disk' instead of 'disc'
+
+2007-12-18 [paul]      3.2.0cvs5
+
+       * po/en_GB.po
+               updated
+       * src/addrcustomattr.c
+       * src/editaddress.c
+               fixes to the ingleesh
+       * src/prefs_filtering_action.c
+               fix copyright header
+               fix untranslated strings
+       * src/prefs_filtering_action.h
+               fix copyright header
+
+2007-12-18 [wwp]       3.2.0cvs4
+
+       * src/folderview.c
+       * src/headerview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_fonts.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/wizard.c
+       * src/common/defs.h
+       * src/gtk/gtkutils.c
+               Added prefs to set custom small and bold fonts
+               (might matter on some desktops, according to
+               DPI and font settings).
+
+2007-12-18 [colin]     3.2.0cvs3
+
+       * src/prefs_logging.c
+               Rework GUI, patch by Pawel
+
+2007-12-18 [colin]     3.2.0cvs2
+
+       * src/prefs_filtering_action.c
+               Rework GUI, patch by Pawel
+
+2007-12-18 [colin]     3.2.0cvs1
+
+       * src/editaddress.c
+               Fix build on old GCC
+               Fix inverted buttons
+
+2007-12-17 [paul]      3.2.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES 
+               3.2.0 released
+
+2007-12-17 [paul]      3.1.0cvs79
+
+       * po/de.po
+       * po/fr.po
+       * po/hu.po
+       * po/it.po
+       * po/pt_BR.po
+               updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
+               Andrea Spadaccini, and Frederico Goncalves Guimaraes
+
+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
+       * src/uri_opener.c
+               Improvements to the List URIs dialog
+               Patch by Pawel
+
+2007-12-05 [colin]     3.1.0cvs58
+
+       * src/prefs_other.c
+       * src/gtk/gtksctree.h
+               Fix warnings
+
+2007-12-04 [colin]     3.1.0cvs57
+
+       * src/etpan/imap-thread.c
+               Fix bug 1378, 'Claws exits on IMAP alert message'
+               Don't do GTK calls directly from Etpan thread
+
+2007-12-04 [colin]     3.1.0cvs56
+
+       * src/folderview.c
+       * src/gtk/gtksctree.c
+               MAEMO: Fix bug 1325, 'Folder Navigation Problems'
+                Make all the left of column zero an hotspot for
+                expanding.
+
+2007-12-04 [colin]     3.1.0cvs55
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_receive.c
+               MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
+
+2007-12-04 [wwp]       3.1.0cvs54
+
+       * src/prefs_other.c
+               Fix for bug #1419.
+
+2007-12-04 [holger]    3.1.0cvs53
+
+       * src/addrduplicates.c
+       * src/addrduplicates.h
+               Export addressbook entry deletion
+
+2007-12-04 [colin]     3.1.0cvs52
+
+       * tools/Makefile.am
+       * tools/README.sylprint
+       * tools/sylprint.pl
+       * tools/sylprint.rc
+               Fix debian bug #454089 (symlink attack in TMP directory)
+               http://secwatch.org/advisories/1019661/ :
+               Remove the buggy script, which was unmaintained anyway
+       * src/news.c
+       * src/procmsg.c
+               Store things in our private tmp directory.
+
+2007-12-03 [colin]     3.1.0cvs51
+
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.c
+       * src/imap.c
+       * src/mainwindow.c
+               Fix update problem when getting remote tags
+       * src/prefs_matcher.c
+               Rework GUI to make it better. Patch by Pawel
+               Pekala
+
+2007-12-03 [colin]     3.1.0cvs50
+
+       * src/etpan/imap-thread.c
+       * src/etpan/nntp-thread.c
+               Fix bug 1417, 'Network log doesn't reveal 
+               enough NNTP errors'
+
 2007-12-02 [iwkse]     3.1.0cvs49
 
        * src/plugins/dillo_viewer/dillo_prefs.c
        * RELEASE_NOTES
                3.0.0 released
 
-[For previous entries, see ChangeLog.2.0.0-3.0.0]
\ No newline at end of file
+[For previous entries, see ChangeLog.2.0.0-3.0.0]