2008-03-07 [paul] 3.3.1cvs17
[claws.git] / ChangeLog
index c119a1b0f5e49203de6f6b0f474cf96e54b4dd8b..24ecb1e59412bbad519e98c4fa647cffe9b13dbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,180 @@
+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
+               fix bug 1532, '"login refused" message insufficiently 
+               detailed'
+
+2008-02-26 [paul]      3.3.1cvs3
+
+       * INSTALL
+       * README
+               remove mentions of ClamAV and a few other
+               old bits of information
+
+2008-02-23 [colin]     3.3.1cvs2
+
+       * src/main.c
+               Fix log output (missing \n)
+
+2008-02-23 [colin]     3.3.1cvs1
+
+       * configure.ac
+               Bump version number for stable release
+
+2008-02-23 [paul]      3.3.0cvs21
+
+       * po/he.po
+               updated by Ofer
+
+2008-02-21 [colin]     3.3.0cvs20
+
+       * src/matcher.c
+               Fix bug 1527, 'filtering is case sensitive when it 
+               shouldn't be'
+
+2008-02-20 [colin]     3.3.0cvs19
+
+       * src/main.c
+               Fix file attachments from older Thunar
+
+2008-02-19 [colin]     3.3.0cvs18
+
+       * manual/plugins.xml
+       * manual/es/plugins.xml
+       * manual/fr/plugins.xml
+       * manual/pl/plugins.xml
+               Remove Clamav
+
+2008-02-19 [paul]      3.3.0cvs17
+
+       * tools/README
+       * tools/csv2addressbook.pl
+               add support for Kmail/Kaddressbook
+
 2008-02-18 [colin]     3.3.0cvs16
 
        * src/imap.c