* src/quote_fmt.c
[claws.git] / ChangeLog.claws
index 884d131423cb8905b1b5555426d9fd00e4a99ea0..4568f06a6382c1547b61267dc2471584bcd4df51 100644 (file)
@@ -1,3 +1,61 @@
+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