2008-04-10 [paul] 3.3.1cvs57
[claws.git] / ChangeLog
index 4eb6da55b7e7d97b03d033673ee80c192784a18f..cce5fae9fedf6c94f07ba3fe465afa31faf2aef5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,116 @@
+2008-04-10 [paul]      3.3.1cvs57
+
+       * src/prefs_other.c
+               improvements to english usage
+
+2008-04-10 [paul]      3.3.1cvs56
+
+       * src/prefs_receive.c
+               add an accurate description
+
+2008-04-08 [colin]     3.3.1cvs55
+
+       * src/undo.c
+               Probably fix corruption, introduced in cvs53
+
+2008-04-04 [iwkse]     3.3.1cvs54
+
+       * src/undo.c
+               undo should works properly again
+
+2008-04-04 [iwkse]     3.3.1cvs53
+
+       * src/undo.c
+               Fix a segfault but breaks undo
+               on a specific case (eg. double paste with
+               middle-mouse button)
+
+2008-04-04 [iwkse]     3.3.1cvs52
+
+       * src/prefs_filtering.c
+               Fix previous Tab mess
+
+2008-04-03 [iwkse]     3.3.1cvs51
+
+       * src/prefs_filtering.c
+               Add search in filtering rules list
+
+2008-04-02 [colin]     3.3.1cvs50
+
+       * src/main.c
+               Revert part of the previous patch: we do
+               want to parse ~/.claws-mail/gtkrc-2.0 if it
+               exists
+
+2008-04-02 [colin]     3.3.1cvs49
+
+       * src/main.c
+               Fix bug 1562, 'Claws-Mail does not completely 
+               respect settings in GTK2_RC_FILES environment'
+               Remove manual parsing of .gtkrc-2.0 and 
+               .gtk/gtkrc-2.0. GTK does it itself these days.
+
+2008-04-01 [colin]     3.3.1cvs48
+
+       * src/imap_gtk.c
+               Fix bug 1561, 'Crashes leaving unsubscribed folder after 
+               ticking "Show only subscribed"'
+
+2008-03-31 [colin]     3.3.1cvs47
+
+       * src/folder.c
+               Fix bug 1553, 'File lock not respected'
+               Regression due to the implementation of
+               deletion batching
+
+2008-03-31 [colin]     3.3.1cvs46
+
+       * src/mainwindow.c
+               Fix tags menu update, thanks to Paul
+
+2008-03-29 [wwp]       3.3.1cvs45
+
+       * src/prefs_account.c
+       * src/prefs_common.c
+       * src/prefs_folder_item.c
+       * src/prefs_quote.c
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+               Fix compose template formats (in global preferences)
+               being translated under specific conditions.
+               Add a button to restore factory defaults for current
+               language.
+
+2008-03-27 [colin]     3.3.1cvs44
+
+       * src/common/prefs.c
+       * src/common/xmlprops.c
+               Fix RedHat bug 431735, 'segfault if /home is full' 
+               (when starting): Fix double fclose() in prefs.c
+               and potentially xmlprops.c
+
+2008-03-27 [colin]     3.3.1cvs43
+
+       * src/addressbook.c
+               Fix bug 1559, 'Claws Mail crashed deleting all 
+               common contacts'
+
+2008-03-27 [wwp]       3.3.1cvs42
+
+       * src/addressbook.c
+               Fix 3.3.0cvs41.
+
+2008-03-27 [wwp]       3.3.1cvs41
+
+       * src/addressbook.c
+               Prevent list flickering when deleting addresses.
+
+2008-03-26 [colin]     3.3.1cvs40
+
+       * src/imap.c
+               Clean up session disconnection. Possibly
+               fix Ubuntu bug #204290
+
 2008-03-26 [colin]     3.3.1cvs39
 
        * src/textview.c