* src/procheader.c
[claws.git] / ChangeLog.claws
index 7d9bc444278c4be702abad9576c66ea822442bc9..b4f481cd25be51fb097877b45c974a361dbe8b20 100644 (file)
@@ -1,3 +1,84 @@
+2003-12-20 [luke]      0.9.8claws5
+       * src/procheader.c
+               fix unfolding/newline stripping for multiline fields
+               in generic_get_one_field()
+
+2003-12-19 [christoph] 0.9.8claws4
+
+       * src/summaryview.c
+               o code cleanup
+               o use subject_compare_for_sort() when comparing
+                 simplified subjects
+
+2003-12-19 [christoph] 0.9.8claws3
+
+       * src/msgcache.c
+               more syncing with 0.8.9a
+
+2003-12-19 [christoph] 0.9.8claws2
+
+       * src/folder.c
+               don't write all FolderItem XML attributes for the root node
+
+2003-12-19 [melvin]    0.9.8claws1
+
+       * src/messageview.c
+               Added missing menu branch (Tools/Create processing/rule)
+       * po/fr.po
+               Updated French translation for the added string.
+
+2003-12-19 [paul]      0.9.8claws
+
+       0.9.8claws released
+
+2003-12-19 [paul]      0.9.7claws51
+
+       * po/en_GB.po
+         po/es.po
+         po/ja.po
+         po/pl.po
+         po/sk.po
+         po/zh_CN.po
+               update translations. submitted by me, Ricardo Mones
+               Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
+               Hansom Young
+               
+       * src/folder_item_prefs.c
+               'enable_processing' set to FALSE by default
+
+2003-12-18 [melvin]    0.9.7claws50
+
+       * po/fr.po
+               Updated French translation
+
+2003-12-17 [christoph] 0.9.7claws49
+
+       * src/procheader.c
+               revert discarding of whitespace from 0.9.7claws44
+
+               RFC2822 2.2.3: Unfolding is accomplished by simply
+               removing any CRLF that is immediately followed by WSP.
+
+2003-12-17 [paul]      0.9.7claws48
+
+       * src/folder.c
+               fix new message count
+               
+       * configure.ac
+               update autotools macros
+
+       * sync with 0.9.8a
+
+2003-12-16 [christoph] 0.9.7claws47
+
+       * src/folder.c
+               fix folder update before adding MsgInfo to cache
+               in add_msginfo_to_cache()
+
+       * src/procmsg.c
+               remove old call to folder_item_update() that is no
+               longer required
+
 2003-12-16 [christoph] 0.9.7claws46
 
        * src/main.c