* src/filtering.[ch]
[claws.git] / ChangeLog.claws
index 884d131423cb8905b1b5555426d9fd00e4a99ea0..d9c1410cf309cde92f72e673402832f76d7f47ca 100644 (file)
@@ -1,3 +1,119 @@
+2002-02-15 [christoph] 0.7.2claws14
+
+       * src/filtering.[ch]
+       * src/inc.c
+               do filtering stuff after all messages have been received
+                 1. drop all messages to .processing
+                 2. scan processing folder for messages
+                 3. filter messages or move to inbox
+               this will also find old messages left in processing after
+               a crash or something like that and we get a real msginfo
+               from folder->get_msg_list and do not have to create our
+               own in filter_message
+       * src/matcher_parser_parse.y
+               remove MIX/MAX warning (reordered includes)
+
+2002-02-25 [paul]      0.7.2claws13
+
+       * sync with sylpheed 0.7.2cvs15
+               see ChangeLog entry 2002-02-24
+
+2002-02-24 [alfons]    0.7.2claws12
+
+       * src/filtering.c
+               clear old color flags first when applying a new color to
+               a message info. 
+               (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
+
+2002-02-24 [alfons]    0.7.2.claws11
+       
+       * AUTHORS
+       * src/prefs_common.c
+               add presets for Opera and Konqueror, closes patch #517261,
+               submitted by Ville Skyttä <scop@users.sourceforge.net>
+
+2002-02-24 [alfons]    0.7.2.claws10
+
+       * AUTHORS
+       * src/summaryview.c
+               fix threading for null message ids, closes patch #521601,
+               submitted by Bob Forsman <hammor@users.sourceforge.net>
+
+2002-02-24 [alfons]    0.7.2claws9
+
+       * src/summaryview.c
+       * src/filtering.c
+               make Tool | Filter Message work with filtering system so
+               setting flags also works
+
+               TODO:
+
+               - Processing uses the same function as Tool | Filter
+                 Message, but doesn't use the same update proc yet
+
+2002-02-23 [paul]      0.7.2claws8
+
+       * sync with sylpheed 0.7.2cvs14
+               see ChangeLog entries 2002-02-22 and 2002-02-23
+
+2002-02-22 [christoph] 0.7.2claws7
+
+       * src/quote_fmt.c
+               Add column space to table
+       * src/quote_fmt_parse.y
+               Close files
+
+2002-02-22 [paul]      0.7.2claws6
+
+       * src/Makefile.am
+         src/defs.h
+         src/filtering.c
+         src/inc.[ch]
+         src/mainwindow.c
+         src/matcher.[ch]
+         src/matcher_parser_lex.l
+         src/matcher_parser_parse.y
+         src/pop.[ch]
+         src/prefs_account.h
+         src/prefs_filtering.c
+         src/selective_download.[ch]   *** NEW FILES ***
+         src/utils.[ch]
+         po/POTFILES.in
+               Selective Download added to 'Tool' menu. 
+               Retrieves email headers of the currently selected pop3 
+               account and allows the user to mark emails for deletion 
+               right on the pop3 server. Patch submitted by Oliver Haertel 
+               <oha@users.sourceforge.net>.
+       
+       * po/POTFILES.in
+               add 'src/quote_fmt.c'           
+
+2002-02-22 [christoph] 0.7.2claws5
+
+       * src/Makefile.am
+               added quote_fmt.c
+       * src/prefs_common.[ch]
+       * src/prefs_template.c
+       * src/quote_fmt.c               *** NEW FILE ***
+       * src/quote_fmt.h
+               move quote format symbol description code
+               to it's own file because it is used from
+               differnent code parts
+               Rewrote symbol description GUI
+                 + use table
+                 + add separators
+                 + get data from array (no more long constant strings)
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Symbol for Literal % changed to \% instead of %%
+               (More logical as \ is used for quoting for other symbols)
+               Add |f and |p to include files and program output
+               Examples:
+                   |f{/home/.../.signature}
+                   |p{date}
+       * po/de.po
+               Correct wrong spelling for "Referenzen"
+
 2002-02-21 [paul]      0.7.2claws4
 
        * src/procmsg.c