2008-03-07 [paul] 3.3.1cvs17
[claws.git] / ChangeLog
index fac54f3ebaab813393557a65c77162f75701b086..24ecb1e59412bbad519e98c4fa647cffe9b13dbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,127 @@
+2008-03-07 [paul]      3.3.1cvs17
+
+       * src/gtk/authors.h
+               reflect reality a bit more closely
+
+2008-03-06 [colin]     3.3.1cvs16
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/toolbar.c
+               Integrate things better wrt the new
+               summaryview extensibility.
+
+2008-03-06 [wwp]       3.3.1cvs15
+
+       * src/quote_fmt.c
+               Fix some gcc warnings.
+
+2008-03-06 [wwp]       3.3.1cvs14
+
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_gtk.c
+       * src/prefs_template.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               prefs_templates: fix missing unregistering of addr_completion widgets
+               and and ending of addr_completion service.
+               prefs_folder_item: fix missing registering/unregistering of widgets,
+               and rework the way add_completion service is started and stopped.
+               Plus few prefswindow API changes (opening).
+
+2008-03-06 [wwp]       3.3.1cvs13
+
+       * src/folder_item_prefs.c
+       * src/prefs_template.c
+       * src/prefs_template.h
+       * src/quote_fmt.c
+       * src/common/template.c
+               Complete 3.3.1cvs12, thanks to Colin.
+
+2008-03-06 [wwp]       3.3.1cvs12
+
+       * src/compose.c
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_quote.c
+       * src/prefs_template.c
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+       * src/common/template.c
+       * src/common/template.h
+               Global and per-folder templates can now override the from name (this
+               doesn't change the account being used).
+               Examples:
+                "My other name" <%account_email> (just changes the name)
+                my.faked.email@address.org (overrides the address too)
+
+2008-03-05 [colin]     3.3.1cvs11
+
+       * src/summaryview.c
+       * src/summaryview.h
+               Replace that hbox with a notebook
+
+2008-03-05 [colin]     3.3.1cvs10
+
+       * src/folder.h
+       * src/folderview.c
+               Add klass functions for notification of folder
+               opening/closing via the GUI
+       * src/summaryview.c
+       * src/summaryview.h
+               Add a specific container for the scrolledwin
+
+2008-03-05 [colin]     3.3.1cvs9
+
+       * src/folder.h
+       * src/folderview.c
+               Add klass functions for notification of folder 
+               opening/closing via the GUI
+       * src/summaryview.c
+       * src/summaryview.h
+               Add a specific container for the scrolledwin
+
+2008-03-02 [colin]     3.3.1cvs8
+
+       * src/messageview.c
+               MAEMO: Fix bug 1541, 'Deleting message from within 
+               read window displays next message then closes.'
+
+2008-03-02 [colin]     3.3.1cvs7
+
+       * src/main.c
+               Probably fix bug 1539, 'Program crashes':
+               Setup Gcrypt's thread functions when built
+               with GnuTLS
+
+2008-03-01 [colin]     3.3.1cvs6
+
+       * src/folder.c
+       * src/imap_gtk.c
+               Get rid of stale folders with no account
+
+2008-02-28 [colin]     3.3.1cvs5
+
+       * src/compose.c
+               Fix bug 1534, 'Segmentation fault when doing 
+               some draft saving and then throwing away'
+       * src/imap.c
+               Fix bug 1533, 'Claws is unable to mark messages 
+               as "read" in IMAP shared folders'
+       * src/etpan/imap-thread.c
+               Fix bug 1515, 'large messages crash claws when 
+               syncing for offline mode'. This is rather a
+               workaround, and mails > 64MB will still be
+               problematic if there's less than 64MB available
+               on the dataroot volume.
+       * src/messageview.c
+               MAEMO: Add information when fetching big messages
+
 2008-02-26 [colin]     3.3.1cvs4
 
        * src/imap.c