Fixed wrong german translation
[claws.git] / ChangeLog
index 6a285fadbf004d494d03109de40ab5c6cc2ecb63..344cecf5c0700197010884c87ced71f38a3f4201 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,138 @@
+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.
+
+2001-10-02
+
+       * src/summaryview.[ch]: implemented new locking mechanism, and
+         replaced every static locks with summary_lock(), summary_unlock(),
+         and added locks to some extra functions.
+         This fixes a bug that caused segfault when 'd' (delete) key
+         was kept pressing.
+
+2001-10-01
+
+       * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
+         that caused segfault (thanks to Stefaan A Eeckels).
+
+2001-09-30
+
+       * src/textview.[ch]: added textview_set_position().
+       * src/messageview.[ch]: added messageview_set_position().
+       * src/addrbook.c
+         src/addrcache.c
+         src/addressadd.c
+         src/addressbook.c
+         src/addrindex.c
+         src/addritem.c
+         src/editaddress.c
+         src/editbook.c
+         src/editgroup.c
+         src/editjpilot.c
+         src/editldap.c
+         src/editldap_basedn.c
+         src/editvcard.c
+         src/jpilot.c
+         src/mgutils.c
+         src/syldap.c
+         src/vcard.c: converted C++-style comments into C-style one.
+       * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
+         new buffer and quote with double quotes if required.
+         imap_status(), imap_cmd_login(), imap_cmd_list(),
+         imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
+         imap_cmd_copy(): use QUOTE_IF_REQUIRED().
+       * compose.c: compose_write_to_file(): workaround for the problem
+         when using libjconv and 8bit codes cannot be converted on C
+         locale.
+       * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
+         conv_codeset_strdup(): don't convert if source and destination
+         codeset are identical.
+
+2001-09-30
+
+       * src/textview.[ch]: textview_search_string_backward(): new.
+         Add the new member cur_pos to TextView.
+         Connect button_press_event with gtk_signal_connect_after() to
+         obtain the correct editable position.
+
 2001-09-27
 
        * src/folder.c: folder_write_list_recursive(): preserve unthreaded