sync with sylpheed 0.6.3 release
[claws.git] / ChangeLog
index cea3d353d28207539ca5f58370cfea8ad91ad065..91f957bc71e1da8b851668de1af7424e7698dcb4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2001-10-08
+
+       * version 0.6.3
+
+2001-10-08
+
+       * src/compose.c: compose_write_to_file()
+         src/codeconv.c: conv_codeset_strdup(): more workaround for
+         libjconv problem on C locale.
+       * src/editldap_basedn.c: fixed segfault when opening dialog.
+       * src/utils.c: is_next_mbs()
+         src/compose.c: compose_wrap_line(), compose_wrap_line_all():
+         changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
+       * configure.in: increased the reqired version of GPGME to 0.2.3.
+       * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
+         the receive dialog when POP3 server refused normal authentication.
+
+2001-10-07
+
+       * src/prefs_common.c: prefs_receive_create(): correction to English.
+       * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
+         that didn't set the menu sensitivity correctly (thanks to
+         Melvin Hadasht).
+       * src/summaryview.c: delete messages permanently if the current
+         folder is trash and 'delete' operation is executed.
+         Fixed the bug that didn't select the last row correctly (thanks
+         to Alfons Hoogervorst).
+       * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
+         all messages given in the list.
+
+2001-10-05
+
+       * src/summaryview.c: summary_show(): fixed a bug that didn't show
+         message even if the 'open unread message on entering folder'
+         option was turned on.
+
 2001-10-03
 
        * src/procmime.c: procmime_get_text_content(): supported HTML.