more sync with sylpheed 0.5.0pre1
[claws.git] / ChangeLog
index f7d247869ecce99cb68d3503f57468c58a6d6cc0..ee9c07f0db331b9ef16ab9923c6e15c00eba7f48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,37 @@
+2001-06-18
+
+       * src/mainwindow.c
+         src/summaryview.c
+         src/prefs_common.c: improvements to the English (thanks to Paul
+         Mangan).
+
+2001-06-17
+
+       * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
+         free list correctly.
+
+2001-06-16
+
+       * version 0.4.99
+
+       * src/imap.c: imap_find_namespace(): replace namespace path
+         separator with slash before comparison.
+         imap_remove_folder(): use namespace.
+         imap_create_tree(): use namespece when creating Trash.
+         imap_get_msg_list(): fixed a bug that returned old list and caused
+         memory leak if exists == 0.
+         imap_select(): new. It's a wrapper for imap_cmd_select().
+       * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
+
 2001-06-15
 
        * src/folderview.c:
          folderview_new_folder_cb()
          folderview_new_imap_folder_cb(): show error dialog when creation
-         of folder failed.
+         or deletion of folder failed.
          Made it allow users to create a folder which contains subfolders.
+         folderview_button_pressed(): disabled delete menu on the special
+         IMAP4 folder.
        * AUTHORS: incorporated from claws branch. It now contains all
          contributors.
        * src/send.c: enabled cancellation.