2006-08-02 [colin] 2.4.0cvs18
[claws.git] / ChangeLog
index d727d8edf8a1939ffc2672bd123ee48a9e6fd900..f2ad8fa218fb062539f9c0618b640012d1a86d60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,159 @@
+2006-08-02 [colin]     2.4.0cvs18
+
+       * src/messageview.c
+               Add Hide quotes menu
+
+2006-08-02 [colin]     2.4.0cvs17
+
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/textview.c
+       * src/textview.h
+       * src/gtk/about.c
+               Allow per-level quote hiding,
+               Allow toggling quotes by double-clicking them
+               Rename RemoteURI to ClickableText to reflect
+               the fact it's used for a variety of things
+
+2006-08-02 [wwp]       2.4.0cvs16
+
+       * src/mainwindow.c
+               fix "View/Hide quotes" menu item status initialization.
+
+2006-08-02 [wwp]       2.4.0cvs15
+
+       * src/matcher_parser_parse.y
+               remove a debug trace.
+
+2006-08-02 [paul]      2.4.0cvs14
+
+       * src/plugins/pgpcore/passphrase.c
+               don't set initial dialog size
+               make it resizable
+
+2006-08-02 [paul]      2.4.0cvs13
+
+       * src/noticeview.c
+               remove the rogue '/' character
+
+2006-08-02 [paul]      2.4.0cvs12
+
+       * src/noticeview.c
+               allow buttons to resize as necessary
+
+2006-08-01 [wwp]       2.4.0cvs11
+
+       * src/mbox.c
+               fix strict ISO C90 compliance.
+
+2006-08-01 [wwp]       2.4.0cvs10
+
+       * tools/update-po
+               updated update-po tool to work w/ context-dependent translations.
+               Patch by Fabien Vantard <fzzzzz@gmail.com>.
+
+2006-08-01 [wwp]       2.4.0cvs9
+
+       * src/matcher.c
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+               allow context-dependent translations for "All",
+               patch by Fabien Vantard <fzzzzz@gmail.com>.
+
+2006-07-31 [colin]     2.4.0cvs8
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Add Rafal to authors
+
+2006-07-31 [colin]     2.4.0cvs7
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/messageview.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/textview.c
+               Add 'View/Hide quotes'. Patch based on a patch
+               by Rafal Weglarz
+
+2006-07-31 [colin]     2.4.0cvs6
+
+       * src/action.c
+               Fix problem with "> stuff >" actions
+
+2006-07-31 [paul]      2.4.0cvs5
+
+       * po/nb.po
+               updated by Geir Helland
+
+2006-07-31 [wwp]       2.4.0cvs4
+
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/summaryview.h
+               add "View/Go to/Parent message" and "View/Go to/Last read message",
+               thanks to Colin.
+
+2006-07-31 [wwp]       2.4.0cvs3
+
+       * src/Makefile.am
+       * src/addr_compl.c
+       * src/addr_compl.h
+       * src/addressbook.c
+       * src/addressbook.h
+       * src/addressbook_foldersel.c
+       * src/addressbook_foldersel.h
+       * src/addrindex.c
+       * src/addrindex.h
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_matcher.h
+       * src/summaryview.c
+               introduce filtering against the address book. It's now possible to add
+               matched conditions to determine if any email address in a message matches
+               or doesn't match any or all books or folders in the address book.
+
+2006-07-31 [wwp]       2.4.0cvs2
+
+       * src/account.c
+       * src/filtering.c
+       * src/filtering.h
+       * src/folder.c
+       * src/folderview.c
+       * src/inc.c
+       * src/mainwindow.c
+       * src/matcher.c
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/mbox.c
+       * src/prefs_filtering.c
+       * src/prefs_filtering.h
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+               introduce per-account filtering rules. Each filtering rule can now be assigned
+               to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
+               when applying filtering rules manually, as all rules will apply - even the ones
+               assigned to an account. This issue will be addressed soon.
+
+
+2006-07-31 [wwp]       2.4.0cvs1
+
+       * src/quote_fmt.c
+               make more strings translatable.
+
+2006-07-31 [paul]      2.4.0
+
+       2.4.0 released
+
 2006-07-31 [paul]      2.3.1cvs91
 
        * po/ca.po