2007-05-03 [wwp] 2.9.1cvs41
[claws.git] / ChangeLog
index bcb0fa19a0ab00faf09471a5afe662486f384047..f47d74791df95fba11caa5b894d3394a5e3cf8c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,136 @@
+2007-05-03 [wwp]       2.9.1cvs41
+
+       * src/prefs_common.c
+       * src/prefs_filtering.c
+       * src/prefs_template.c
+       * src/common/template.c
+       * src/common/template.h
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               Templates are no longer automatically sorted
+               by name, but can be sorted manually using
+               |< < > >| buttons as well as drag'n'drop.
+
+2007-05-03 [wwp]       2.9.1cvs40
+
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Added an option to conditionally mark saved spam
+               as read (default is and was to do so).
+               Satisfies feature request 1708539 on sf.net tracker.
+
+2007-05-03 [colin]     2.9.1cvs39
+
+       * src/inc.c
+               Fix bug 1211, 'Offline dialog message bugs/annoyances...'
+
+2007-05-02 [colin]     2.9.1cvs38
+
+       * src/textview.c
+               Fix bug 1209, 'Clicking on address 
+               in header (mailto uri) selects 
+               default account'. Patch adapted from
+               G.P. Halkes' patch.
+
+2007-05-02 [colin]     2.9.1cvs37
+
+       * src/grouplistdialog.c
+               Set cursor to wait cursor while loading
+               groups.
+
+2007-05-02 [paul]      2.9.1cvs36
+
+       * src/folder.c
+       * src/common/defs.h
+               rename cache and mark files
+               (data is preserved)
+
+2007-04-30 [paul]      2.9.1cvs35
+
+       * manual/glossary.xml
+       * manual/plugins.xml
+               updates. Patch by Ricardo
+
+2007-04-29 [wwp]       2.9.1cvs34
+
+       * src/mainwindow.c
+       * configure.ac
+               Fix few grammatical errors (patch by David Relson < relson at
+               osagesoftware dot com >).
+
+2007-04-28 [colin]     2.9.1cvs33
+
+       * src/account.c
+       * src/pop.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Drop the "Download all" preference. It's
+               stupidly useless and confuses people from
+               time to time.
+
+2007-04-27 [wwp]       2.9.1cvs32
+
+       * src/account.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Don't reflect accounts changes to the mainwindow when it's
+               not necessary.
+
+2007-04-27 [colin]     2.9.1cvs31
+
+       * src/folder.c
+               Freeze/thaw when sync'ing flags
+       * src/imap.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Add a way to use UID FETCH instead
+               of searches to fetch message lists
+               and flags. More expensive towards
+               bandwidth, less expensive towards
+               server's CPU. Probably fixes 
+               bug 1158, 'Scanning new folders on 
+               Exchange 2007 extremely slow'.
+               Patch 95% by Hoa.
+
+2007-04-27 [paul]      2.9.1cvs30
+
+       * src/mainwindow.c
+       * src/prefs_logging.c
+               improvements to english usage
+
+2007-04-27 [colin]     2.9.1cvs29
+
+       * src/imap.c
+               Fix build without libetpan (my bad!)
+
+2007-04-26 [colin]     2.9.1cvs28
+
+       * src/imap.c
+       * src/imap.h
+               Fix uselessly exported function
+       * src/textview.c
+               Consider "- -- \n" as signature separator
+               (that's what signature separators look like
+                in PGP/Inline signed mails)
+
+2007-04-26 [colin]     2.9.1cvs27
+
+       * configure.ac
+               libetpan-0.49 is now required
+       * src/procmime.c
+               Fix double fetching of mails if
+               first try failed
+       * src/imap.c
+               Make offline sync faster, by
+               remembering last change time, and
+               last sync time.
+
 2007-04-26 [hoa]       2.9.1cvs26
 
        * src/imap.c
@@ -7,6 +140,7 @@
        * src/etpan/imap-thread.c
        * src/etpan/imap-thread.h
                cancellation of IMAP operations is now allowed.
+               Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
 
 2007-04-26 [colin]     2.9.1cvs25