2007-06-05 [wwp] 2.9.2cvs40
[claws.git] / ChangeLog
index 76e6edeb94377afa9c8acb1d3dc9cb2a8e4a9b82..ec58c2bc85a7fabaadeeab66f8d8d1fe1632784a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,135 @@
+2007-06-05 [wwp]       2.9.2cvs40
+
+       * src/compose.c
+       * src/compose.h
+               Use per-folder/per-account quote chars when applying a
+               template or inserting text as well. Const'ify some
+               vars more.
+
+2007-06-04 [colin]     2.9.2cvs39
+
+       * src/compose.c
+               More work for wwp :)
+
+2007-06-04 [wwp]       2.9.2cvs38
+
+       * src/compose.c
+               Same as 2.9.2cvs36 but for forwarding.
+
+2007-06-04 [colin]     2.9.2cvs37
+
+       * src/compose.c
+               Use original mail file for forward/redirect
+               Fixes some forwarded mails to be attached as
+               application/octet-stream (when they have binary
+               parts), and incidentally fixes bug 848
+               'Redirect breaks GnuPG'
+
+2007-06-04 [wwp]       2.9.2cvs36
+
+       * src/compose.c
+               Fix quote mark mis-initialisation when replying/forwarding
+               (introduced w/ 2.9.2cvs20).
+
+2007-06-04 [wwp]       2.9.2cvs35
+
+       * src/prefs_compose_writing.c
+       * src/prefs_quote.c
+               Fix a bug where Quotation characters (prefs/compose/writing)
+               was cleared (introduced w/ 2.9.2cvs26).
+
+2007-06-04 [wwp]       2.9.2cvs34
+
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Better fix for compiling w/o aspell (rollbacks
+               2.9.2cvs31).
+
+2007-06-04 [wwp]       2.9.2cvs33
+
+       * src/account.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/procmsg.c
+               It's now possible to disable mail filtering plugins
+               on a per-account basis.
+
+2007-06-04 [wwp]       2.9.2cvs32
+
+       * src/procheader.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Support CRLF in headers part of messages.
+               Support few more date formats (RFC3339 subsets).
+
+2007-06-04 [wwp]       2.9.2cvs31
+
+       * src/prefs_account.c
+               Fix compiling w/o aspell support.
+
+2007-06-03 [wwp]       2.9.2cvs30
+
+       * src/prefs_gtk.c
+               Don't decode leading ENV_ and ~ in P_PASSWORD
+               values.
+
+2007-06-03 [wwp]       2.9.2cvs29
+
+       * src/prefs_gtk.c
+               Don't decode leading ENV_ and ~ in P_PASSWORD
+               values.
+
+2007-06-03 [wwp]       2.9.2cvs28
+
+       * src/prefs_account.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               Added a way to force preloading of all pages
+               (prefswindow).
+               Moved tabs to pages in account prefs.
+
+2007-06-02 [colin]     2.9.2cvs27
+
+       * src/addressbook.c
+               Fix possible crash, fix ldap write bugs
+       * src/ldapupdate.c
+               Fix ldap write bugs - patch by Michael
+               Rasmussen
+       * src/alertpanel.c
+       * src/alertpanel.h
+               Add a hook whenever alertpanel opens/closes
+
+2007-05-31 [wwp]       2.9.2cvs26
+
+       * src/prefs_compose_writing.c
+       * src/prefs_quote.c
+               Re-organized writing options a bit:
+                - renamed the Quoting page to Templates
+                - moved all composing templates to that page
+                - moved non-templates options to the Writing one,
+                  grouped reply-related options, reordered reply and
+                  forward options.
+
+2007-05-31 [wwp]       2.9.2cvs25
+
+       * src/compose.c
+               Removed unused code.
+
+2007-05-31 [colin]     2.9.2cvs24
+
+       * src/addressbook.c
+               Fix missing display name when modifying
+               LDAP. Patch by Michael Rasmussen
+
+2007-05-31 [wwp]       2.9.2cvs23
+
+       * src/plugins/bogofilter/Makefile.am
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/demo/Makefile.am
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/spamassassin/Makefile.am
+               Fix building of those plugins in Mac OS X.
+
 2007-05-30 [wwp]       2.9.2cvs22
 
        * src/gtk/quicksearch.c