* src/messageview.c
[claws.git] / ChangeLog
index cd81a1845ca37ddf0f6ff30178fe4a8b3ef924c4..26f5508596969b32f57cfb81cdd14a19980f227d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2003-06-06
+
+       * src/filesel.c
+         src/foldersel.c
+         src/inputdialog.c: use gtk_main_iteration() instead of gtk_main()
+         to prevent abort when a button is double-clicked.
+
+2003-06-02
+
+       * src/addr_compl.c: invalidate_address_completion(): check if
+         g_completion_list is NULL (thanks to Kazuhiro NISHIYAMA).
+
+2003-06-02
+
+       * src/pop.c: pop3_session_recv_data_finished(): fixed a bug that
+         deleted messages that is to be kept on server (thanks to Tristan
+         Wallis).
+
+2003-05-27
+
+       * version 0.9.1
+
 2003-05-26
 
        * src/socket.[ch]:
@@ -7,7 +29,7 @@
 
 2003-05-26
 
-       * src/action.c: fixed a bug that didn't hidden user string in
+       * src/action.c: fixed a bug that didn't hide user string in
          create_io_dialog() (thanks to Markus Amersdorfer).
          Removed ChildInfo::type and added Children::action_type.