2008-04-10 [paul] 3.3.1cvs57
[claws.git] / ChangeLog
index 847b41e193adf091a6bc56ca020060cddd5fc496..cce5fae9fedf6c94f07ba3fe465afa31faf2aef5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,177 @@
+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
+               Fix bug 1555: current folder wasn't used when
+               right-clicking on an email address
+
+2008-03-25 [colin]     3.3.1cvs38
+
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Add a "learn from whitelist" preference
+               Whitelist Unsure mails too.
+
+2008-03-24 [paul]      3.3.1cvs37
+
+       * src/prefs_account.c
+               If no MH mailbox and no account exists, when
+               creating a POP/Local account, just create and
+               use the default one instead of bailing with a
+               "Mailbox doesn't exist" error
+
+2008-03-21 [colin]     3.3.1cvs36
+
+       * src/procmime.c
+               strstrip mime subtype
+
+2008-03-21 [paul]      3.3.1cvs35
+
+       * manual/advanced.xml
+               correct and update the info about Actions
+
+2008-03-20 [colin]     3.3.1cvs34
+
+       * src/messageview.c
+       * src/messageview.h
+       * src/textview.c
+               Show at max 1MB of text, add a noticeview to
+               show everything optionally.
+
+2008-03-20 [colin]     3.3.1cvs33
+
+       * src/stock_pixmap.c
+               Add support for png themes
+
+2008-03-19 [wwp]       3.3.1cvs32
+
+       * src/procheader.c
+               Sanity check.
+
+2008-03-18 [colin]     3.3.1cvs31
+
+       * src/common/utils.c
+       * src/common/utils.h
+               Handle size_t instead of off_t in to_human_readable
+
+2008-03-18 [colin]     3.3.1cvs30
+
+       * src/imap.c
+               Remove raw printf
+
 2008-03-16 [colin]     3.3.1cvs29
 
        * src/summaryview.c