Updated French translation
[claws.git] / ChangeLog.claws
index a77f475b30aef5c265ef75934ad61d7009484a7f..531aa0bc897830143afeeae4c138104a426dd1f6 100644 (file)
@@ -1,3 +1,82 @@
+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
+               make sure the shutdown process only runs once
+
+2003-12-16 [hoa]       0.9.7claws45
+
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/summaryview.[ch]
+               Create filter rules using a message is fixed.
+               We can now create processing rules using a message.
+
+2003-12-15 [alfons]    0.9.7claws44
+
+       * src/procheader.c
+               make sure we discard folding white space
+
+2003-12-15 [luke]      0.9.7claws43
+        * src/textview.c
+        * src/mimeview.c
+               o use "name" parameter if "filename" doesn't exist
+
+2003-12-14 [alfons]    0.9.7claws42
+
+       * src/summaryview.c
+       * src/common/utils.c
+               allow quick finding based on the result of passing
+               a message to an external command. E.g:
+
+                       X "bogofilter < %F" 
+               
+               gets me all the spam in a folder.
+
+2003-12-14 [luke]      0.9.7claws41
+
+       * src/textview.c
+       * src/mimeview.c
+               o use parameter "filename" instead of "name" in a couple of 
+                 places for correctness
+
+       * src/procmime.c
+       * src/common/utils.[ch]
+               o make temporary filename for attachments safe for %p 
+                 substitutions in actions.
+
 2003-12-13 [christoph] 0.9.7claws40
 
        * src/main.c