2006-08-01 [wwp] 2.4.0cvs9
[claws.git] / ChangeLog
index f612e8026d07344e3b9b838a195e857a62e46637..91b5cd6a5c63a51c911057d16a197f7e77850f47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+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