2008-01-23 [paul] 3.2.0cvs64
[claws.git] / ChangeLog
index 5b4cdbedae3969b95dd2ddb22a0f61af6d37e20c..0de91d437e89eb54d3b1a4a3775f66d569c44562 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2008-01-23 [paul]      3.2.0cvs64
+
+       * src/prefs_folder_item.c
+               fix bug 1485, 'selecting a folder's default
+               account if name contains '&''
+
+2008-01-23 [colin]     3.2.0cvs63
+
+       * src/folder.c
+       * src/folder.h
+       * src/main.c
+       * src/mainwindow.c
+               Fix bug 1480, 'should be able to display mail file
+               from command line'. Let 'claws-mail --select' accept
+               absolute paths in addition to folder identifiers.
+
+2008-01-22 [wwp]       3.2.0cvs62
+
+       * src/account.c
+       * src/account.h
+       * src/compose.c
+       * src/messageview.c
+       * src/summaryview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Allow from=address in mailto sequence:
+                 --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
+                 The 'from' will try to select the first account matching in accounts list,
+                 otherwise will use the usual account selection mechanism but override with
+                 this 'from' address.
+               Allow mailto with NNTP accounts
+                 mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
+                 is the default one or if a NNTP account address is used with 'from'.
+                 This is more or less a bugfix as it was possible to use mailto with a NNTP
+                 default account but the complete mailto sequence was put in To.
+
+2008-01-22 [wwp]       3.2.0cvs61
+
+       * doc/man/claws-mail.1
+               Updated the man page: status of few features, command-line
+               usage (--version-full) and completed list of config files
+               and dirs.
+
+2008-01-22 [wwp]       3.2.0cvs60
+
+       * src/main.c
+               Added --version-full to display version and compiled-in
+               features list (for later use by Clawsker for instance).
+
+2008-01-22 [holger]    3.2.0cvs59
+
+       * src/addrduplicates.c
+               Fix scrolling in addressbook duplicate
+               finder result dialog
+
+2008-01-21 [colin]     3.2.0cvs58
+
+       * src/summaryview.c
+               Fix bug 1457, 'sorting messages on, say, from, 
+               should subsort on previous sort choice'. Subsort
+               by date when sort is Subject, From, To, Tags.
+
 2008-01-21 [colin]     3.2.0cvs57
 
        * AUTHORS