0.7.2claws release
[claws.git] / ChangeLog
index 21347b2227d904bc01188a046b03818ab3403512..f790b64c62254ba839abad122b02e491d1474b6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+2002-02-16
+
+       * version 0.7.2
+
+2002-02-16
+
+       * src/summary_search(): summary_search_execute(): scroll the view
+         when message view is hidden.
+
+2002-02-15
+
+       * src/foldersel.c: foldersel_set_tree(): made different type of
+         folders selectable in moving mode.
+       * src/folderview.[ch]: folderview_update_msg_num(): compare the
+         numbers with the CTree's labels, and don't update folder_item here.
+       * src/imap.c: imap_move_msg(), imap_move_msgs_with_dest():
+         implemented moving between different type of folders.
+       * src/mh.c: SET_DEST_MSG_FLAGS(): new macro.
+         mh_do_move(), mh_do_move_msgs_with_dest(): new (renamed previous
+         mh_move_msg() and mh_move_msgs_with_dest()).
+         mh_move_msg(), mh_move_msgs_with_dest(): implemented message
+         moving between different type of folders.
+         mh_copy_msg(), mh_copy_msgs_with_dest(): some code cleanups.
+       * src/summaryview.c: summary_status_show(): update folder_item
+         here.
+       * po/POTFILES.in: removed reference to headerwindow.c.
+       * src/summaryview.c: summary_step(): fixed the behavior on the
+         head and tail of the list.
+
+2002-02-15
+
+       * src/mainwindow.c: main_window_set_menu_sensitive(): set 'Show
+         all header' toggle state from the property of the TextView.
+       * src/summaryview.[ch]: made 'All header' toggle switch.
+         Prohibited unnecessary menu update.
+         summary_select_node(): added the argument 'do_refresh'.
+         Some code cleanups.
+
+2002-02-14
+
+       * src/utils.c: strsplit_with_quote(): remove quotation characters
+         in the function (fix composer's external editor problem) (thanks
+         to Stefaan A Eeckels).
+       * src/mainwindow.[ch]: made 'Show all header' toggle switch.
+         main_window_menu_callback_block()
+         main_window_menu_callback_unblock(): new.
+         main_window_set_menu_sensitive(): set the toggle status of
+         menu items.
+         show_all_header_cb(): read the status of toggle menu item.
+       * src/mainwindow.[ch]: made 'Thread view' toggle switch.
+       * src/prefs_common.c: prefs_keybind_apply_clicked(): removed
+         'Unthread view'.
+
+2002-02-13
+
+       * src/imap.c: imap_add_msg(): fixed a bug that didn't replace
+         the path separator (thanks to Sergey Vlasov).
+       * src/gtkutils.c: gtkut_editable_get_selection(): return NULL
+         if the length of selection is zero.
+         Fixed the assertion.
+       * src/utils.c: str_open_as_stream(): return immediately if
+         the length of str is zero.
+       * src/headerwindow.[ch]: removed.
+       * src/socket.[ch]
+         src/inc.c: removed stale thread support codes.
+
 2002-02-12
 
        * src/procmsg.c: procmsg_open_message(): modified so that it