sync with sylpheed 0.7.0cvs27
[claws.git] / ChangeLog
index fc48a22ae9f97c83c0be34e026eb2adc56e1777f..f416c73be90dcb8ab7d1c070a3c7a791631e16d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,84 @@
+2002-01-31
+
+       * src/gtkutils.[ch]: added gtk_stext_clear().
+       * src/compose.[ch]
+         src/mainwindow.c
+         src/summaryview.[ch]: enabled multiple forwarding.
+       * src/summaryview.c:
+         summary_set_marks_selected(): set marks for all selected row.
+         summary_reply(): moved from summary_reply_cb().
+       * compose.[ch]: compose_forward(): modified so that it receives
+         the message list.
+       * src/mainwindow.c: cleanup for reply processing.
+       * src/summaryview.c: summary_reply(): fixed a memory leak.
+         summary_key_pressed(): removed hardcoded mark / mark as unread
+         shortcuts.
+       * src/mainwindow.c
+         src/prefs_common.c: added mark / mark as unread shortcuts to
+         the menu.
+
+2002-01-30
+
+       * src/compose.c: compose_wrap_line_all(): wrap quoted part even
+         if prefs_common.linewrap_quote is not set (it is only for
+         auto-wrapping on reply).
+       * src/prefs_account.c: prefs_account_open(): initialize tmp_ac_prefs
+         when creating a new account.
+       * src/mh.c: mh_get_msg_list(): use also st_ctime to detect
+         directory change.
+       * src/prefs_common.c: prefs_interface_create(): modified the
+         description of key binds selector.
+
+2002-01-29
+
+       * src/mimeview.c: fixed multiple dialog / moving by correcting
+         button / key event processing.
+       * src/mimeview.[ch]
+         src/textview.c: pass some key press events to MimeView in MIME
+         mode.
+       * src/prefs_filter.c: fixed a bug that didn't set the order of
+         rules correctly.
+       * src/prefs_common.c: prefs_keybind_apply_clicked(): fixed
+         empty_menurc string.
+
+2002-01-28
+
+       * src/mainwindow.c
+         src/prefs_common.c: reorganized the menu shortcuts.
+         Added 'View - Toggle summary view'.
+       * src/summaryview.[ch]: summary_toggle_view(): made it public
+         function.
+       * src/prefs_common.[ch]: swapped the position of 'Shortcut key'
+         and 'On exit'.
+       * src/importldif.c: imp_ldif_delete_event(): fixed segfault when
+         closing the dialog with window manager (in more appropriate way).
+       * src/imageview.[ch]
+         src/messageview.c
+         src/mimeview.c: fixed wrong scrolling position when switching
+         between text and image parts. Also free the unrequired image
+         (thanks to Sergey Vlasov).
+       * src/prefs_common.c: disabled 'Go to inbox after receiving new mail'
+         by default.
+
+2002-01-28
+
+       * src/prefs_common.c: implemented shortcut quick changer.
+       * src/folderview.c: folderview_key_pressed()
+         src/summaryview.c: summary_key_pressed(): removed some hardcoded
+         key binds.
+
+2002-01-25
+
+       * src/procmime.c:
+         procmime_get_mime_type()
+         procmime_get_mime_type_table(): made the MIME type search case
+         insensitive.
+       * src/gtkstext.c:
+         gtk_stext_delete_line(): delete newline on empty line.
+         gtk_stext_delete_to_line_end(): delete newline if cursor is on
+         the last of line.
+         (thanks to Yasuzaki Masayoshi.)
+
 2002-01-23
 
        * src/compose.c