fix memory leak in
[claws.git] / ChangeLog.claws
index 476eaeb5a1e9f6e951ab03369c9ba396dd6940db..cb9e3a2f5c22ae1c4f381a671e7921218eb4e49a 100644 (file)
+2002-05-24 [paul]      0.7.6claws14
+
+       * src/compose.c
+               fix memory leak in 
+               compose_redirect_write_headers_from_headerlist()
+               add Subject and Resent-Message-ID to
+               compose_redirect_write_headers()
+               Received, Subject, and X-UIDL are filtered out in 
+               compose_redirect_write_to_file()
+
+2002-05-23 [paul]      0.7.6claws13
+
+       * src/compose.[ch]
+         src/filtering.c
+         src/mainwindow.c
+         src/matcher.[ch]
+         src/matcher_parser_lex.l
+         src/matcher_parser_parse.y
+         src/prefs_common.[ch]
+         src/prefs_filtering.c
+         src/summaryview.c
+               rename 'Bounce' to 'Redirect'
+
+2002-05-23 [paul]      0.7.6claws12
+
+       * more sync with 0.7.6cvs13
+         src/compose.c
+               see ChangeLog 2002-05-22
+
+2002-05-22 [paul]      0.7.6claws11
+
+       * sync with 0.7.6cvs13
+         src/codeconv.c
+               see ChangeLog 2002-05-20
+         src/prefs_common.c
+               see ChangeLog 2002-05-22
+
+2002-05-21 [melvin]    0.7.6claws10
+
+       * src/folderview.c
+               Added missing filtering and scoring headers
+               Fixed bad function call that showed garbage 
+               in Folder->Processing
+
+2002-05-21 [paul]      0.7.6claws9
+
+       * tools/Makefile.am
+               make all tools executable, (patch by Alfons).
+
+2002-05-20 [alfons]    0.7.6claws8
+
+       * src/procheader.c
+               don't forget to call mktime() so we have a valid week 
+               and year day
+               (Bug report by Roger Sondermann <mail@jumaros.de>)
+
+2002-05-20 [paul]      0.7.6claws7
+
+       * src/html.c
+               fix broken parsing of urls
+       * src/textview.c
+               fix displaying of urls
+
+               both fixes from the patch [547855] by Eugene 
+               Brevdo (zonem)
+
+2002-05-19 [alfons]    0.7.6claws6
+
+       * configure.in
+               make sylpheed configure correctly with the latest
+               and greatest of automake / autoconf / gettext
+
+2002-05-19 [alfons]    0.7.6claws5
+
+       * src/procheader.c
+       * src/procheader.h
+               add function for returning ime zone offset
+       * src/quote_fmt.c
+       * src/quote_fmt_parse.y
+               better quotation formatting - does not convert
+               to local time, but uses the original date string.
+               
+               Note: %z inserts the timezone offset (should 
+               work also on platforms where strftime does not
+               support %z).
+
+2002-05-18 [christoph] 0.7.6claws4
+
+       * src/summaryview.c
+               fix indentation of some code
+       * tools/Makefile.am
+               fix spaces after \
+       * src/Makefile.am
+               add missing \
+               correct path for ignorethread.xpm
+               incorrect filename for sylpheed_logo.xpm
+               add missing include matcher_parser_parse.h
+
+2002-05-18 [paul]      0.7.6claws3
+
+       * sync with 0.7.6cvs8
+               see ChangeLog 2002-05-16 and 2002-05-17
+
 2002-05-18 [melvin]    0.7.6claws2
 
        * README.claws
                Corrected an action's definition and fixed some misspellings.
-       * tools/newscache_clean.pl 
-         tools/sylprint.pl 
-         tools/filter_conv.pl 
-         tools/eud2gc.py 
-         tools/gif2xface.pl
-         tools/gpg-sign
-         tools/uudec
-               Made scripts have execution permission.
-       
+
 2002-05-18 [paul]      0.7.6claws1
 
        * tools/Makefile.am