fixes for mbox / changes matcher dialog
[claws.git] / ChangeLog
index b56fe6874db9fa7b31b906ade133d85228476134..c8f848a7799165a418476b53ef395449b4c99587 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,87 @@
+2001-05-18
+
+       * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
+         gtkut_ctree_find_collapsed_parent().
+       * src/folderview.c: folderview_select_node(): automatically expand
+         the parent folders when selected.
+       * configure.in: made the version number to 0.4.99 (0.5pre)
+       * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
+         so that X is not necessary for --help and --version.
+         parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
+
+2001-05-17
+
+       * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
+         It caused garbages in --compose option.
+       * src/socket.[ch]: made fd_gets() public.
+
+2001-05-16
+
+       * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
+       * src/folderview.c: folderview_find_next_unread(): new.
+         folderview_select_next_unread(): modified so that it can find
+         the hidden folder.
+
+2001-05-15
+
+       * src/compose.c: compose_write_headers(): excluded also From, To,
+         Sender because they could be used for SPAM.
+       * src/folderview.c: add '+' mark to the collapsed folder that have
+         some unread folders.
+         folderview_search_new_recursive(),
+         folderview_have_new_children(),
+         folderview_search_unread_recursive(),
+         folderview_have_unread_children(),
+         folderview_find_collapsed_parent(): new.
+         folderview_update_node(): display the number of queued messages.
+
+2001-05-14
+
+       * src/folder.[ch]
+         src/mh.[ch]: modified *_add_msg() to use link(). Added the
+         argument to switch whether to remove the source file or not.
+       * src/compose.c
+         src/inc.c
+         src/mbox.c: modified the argument of folder_item_add_msg() and
+         removed some unlink()'s.
+
+2001-05-13
+
+       * src/prefs_customheader.[ch]: renamed prefs_headers_* to
+         prefs_custom_header_*. Removed `(New)' row and `Substitute'
+         button. Supported empty value.
+         prefs_custom_header_row_moved(): new. Connected "row_move" signal
+         to the function, and made it set header list.
+       * src/customheader.c: custom_header_get_str()
+         src/compose.c: compose_write_headers(): supported empty value.
+       * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
+         Connected "row_move" signal to the function, and made it set
+         header list.
+       * src/compose.c: compose_write_headers(): modified the order of
+         headers, and made it encode the custom headers.
+       * src/prefs_customheader.c: prefs_custom_header_delete_cb()
+         src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
+         alert panel by ESC as "No".
+
+2001-05-13
+
+       * merged the custom header stuff from claws branch:
+       * src/customheader.[ch]
+         src/prefs_customheader.[ch]: new.
+       * src/customheader.c: custom_header_read_str(): use strtol() instead
+         of atoi() and check errors.
+         custom_header_find(): new function.
+       * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
+         compose_write_headers(): made it replace headers with user-defined
+         headers except for some automatically generated headers.
+
+2001-05-11
+
+       * src/inc.c: connection_check_cb(): fixed a bug that caused
+         segmentation fault if connection was not established.
+       * src/compose.c: compose_create(): even if set_autobcc or set
+         autoreplyto is checked and the entries are empty, show them.
+
 2001-05-10
 
        * src/textview.c: textview_show_mime_part(): modified the messages.