sync with sylpheed 0.6.4cvs1
[claws.git] / ChangeLog
index cea3d353d28207539ca5f58370cfea8ad91ad065..e474d5082c5188de1401f0534cedbf52275b9b7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,166 @@
+2001-10-26
+
+       * src/textview.c: textview_set_font(): support Russian charset
+         on EUC-JP locale.
+       * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
+         bug on deleting.
+
+2001-10-21
+
+       * version 0.6.4
+
+2001-10-21
+
+       * src/prefs_summary_column.[ch]:
+         made prefs_summary_column_get_config() public.
+       * src/summaryview.c: summary_ctree_create(): some code cleanup.
+       * configure.in: moved the position of SSL checking after LDAP
+         for linking problem.
+
+2001-10-21
+
+       * src/mainwindow.c
+         src/summaryview.c: allowed reedit in the outbox.
+       * src/prefs_summary_column.[ch]: new. UI for setting summary
+         columns.
+       * src/mainwindow.[ch]: main_window_set_summary_column(): new.
+         It calls summary_set_column_order().
+       * src/summaryview.[ch]:
+         summary_ctree_create(): new. separated from summary_create().
+         summary_set_column_order(): new. It destroys the current
+         CTree and replaces it with the new one.
+
+2001-10-19
+
+       * src/smtp.[ch]: smtp_from(): abort if auth failed.
+       * changed C++-style comments into C-style in some files, and
+         removed unnecessary commented out codes.
+       * src/addrcache.[ch]
+         src/addressbook.c
+         src/addrindex.[ch]
+         src/jpilot.[ch]
+         src/syldap.[ch]: updated the addressbook code, and fixed the
+         thread bug of LDAP.
+       * src/ldif.[ch]
+         src/importldif.[ch]: new.
+
+2001-10-18
+
+       * src/about.c: added some items to compiled-in features.
+       * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
+       * src/addressbook.c: changed "V-Card" to "vCard".
+         addressbook_edit_address_cb(): added
+         invalidate_address_completion() to the point address is changed.
+       * src/codeconv.c: changed C++-style comments into C-style.
+
+2001-10-17
+
+       * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
+
+2001-10-16
+
+       * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
+         was clicked twice.
+
+2001-10-16
+
+       * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
+         threads.
+       * src/summaryview.c:
+         summary_thread_init(): separated from summary_thread_build(). 
+         summary_thread_build(): removed the codes for initialization.
+         summary_set_ctree_from_list(): call summary_thread_init() instead
+         of summary_thread_build().
+         summary_filter(): fixed a bug that didn't moved messages despite
+         of immediate execution setting.
+
+2001-10-14
+
+       * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
+         reversed thread tree from message list.
+       * src/summaryview.c: summary_set_ctree_from_list(): prepend the
+         node to the head instead of appending to the tail. This prevents
+         the traverse of node list inside of the GtkCTree, and considerably
+         speeds up the summary display (the order is O(n^2) -> O(n)).
+
+2001-10-12
+
+       * src/prefs_common.c
+         src/summaryview.[ch]: initial modification for reorderable columns.
+
+2001-10-12
+
+       * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
+         memory leak.
+       * src/folderview.c: folderview_button_pressed(): code cleanup, and
+         turn sensitivity off if main window is locked.
+       * src/syldap.c: syldap_read_data(): removed unnecessary and
+         unportable sched_yield().
+
+2001-10-11
+
+       * src/folderview.c: renamed "Update folder tree" context menu to
+         "Rescan folder tree", and made "Update folder tree" only updates
+         folder status.
+         folderview_update_all_node(): don't show message dialog.
+       * src/gtkutils.c: gtkut_widget_get_uposition()
+         src/mainwindow.c: main_window_popup(): clip the coordinate to
+         nonnegative value.
+
+2001-10-10
+
+       * src/utils.c: to_human_readable(): made a bit of optimization.
+       * src/summaryview.c: summary_delete(): fixed a focus problem.
+         summary_find_{prev,next}_msg(): new. They find previous/next
+         message that is not deleted.
+       * src/prefs_filter.c: scroll CList automatically if moved row
+         becomes not fully visible.
+
+2001-10-09
+
+       * updated some autotool scripts.
+       * src/codeconv.c: conv_encode_header(): fixed a bug that caused
+         infinite loop when failed to convert encoding.
+       * src/codeconv.[ch]: a fix for older version of libjconv
+         (jconv_info_get_current_codeset() returned "EUCJP" instead of
+         "EUC-JP").
+
+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.