2005-01-07 [paul] 0.9.13cvs29.1
[claws.git] / ChangeLog
index 978a809270ca21fd311ea6dbb44e9ab2664faff1..9011f984155ce31c5605aaa0143c0cc56dddf4c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2005-01-06
+
+       * src/pop.[ch]: added POP3_DONE to Pop3State (it is set when logout
+         is completed).
+         pop3_write_uidl_list(): force output of UIDLs of deleted messages
+         when POP3 session is aborted (thanks to Masahiro Tomita).
+
+2005-01-06
+
+       * src/Makefile.am: use AM_CPPFLAGS and AM_YFLAGS instead of CPPFLAGS
+         and YFLAGS (they are reserved for users).
+
+2004-12-24
+
+       * version 1.0.0
+
+2004-12-22
+
+       * src/account.c: account_delete(): fixed the crash on deleting a
+         remote account if the corresponding folder was selected (Debian BTS
+         #284483).
+
+2004-12-21
+
+       * NEWS, TODO, TODO.jp: updated.
+       * manual/ja/sylpheed.sgml: updated.
+
 2004-12-17
 
        * src/action.c: parse_append_filename(): escape all special characters