add Summary->Next/Prev labeled message
[claws.git] / ChangeLog
index 84e3c65af97527c3bd9e25374f925fc8ed0df1b1..23cb8efde579d36fe735745fb890d2c5c06937e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,337 @@
+2001-08-27
+
+       * merged the color label feature from the claws branch (thanks to
+         Satoshi Nagayasu and Alfons Hoogervoost).
+       * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
+         Renamed labelcolors_*() to colorlabel_*().
+       * src/summaryview.[ch]: added color label support.
+       * src/procmsg.h: added color label flags to the permanent flags.
+       * updated to gettext 0.10.39.
+
+2001-08-27
+
+       * src/account.c: account_clist_set_row(): fixed a bug that failed
+         to compile if SSL was not enabled.
+
+2001-08-26
+
+       * merged the SSL support from the claws branch (thanks to Christoph
+         Hohmann).
+       * src/ssl.[ch]: new.
+       * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
+         ssl_getline().
+         sock_close(): call ssl_done_socket() if SSL is active.
+       * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
+         prevent type confliction.
+       * src/prefs_account.[ch]: added SSL tab, and modified the expression.
+       * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
+         Removed SSL initialization and HELO from esmtp_starttls().
+         esmtp_auth(): removed use_smtp_auth from its arguments.
+       * src/send.c: send_smtp_open(): added SSL support.
+       * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
+
+2001-08-25
+
+       * src/mimeview.c: mimeview_open_with(): braced '%s' with single
+         quote.
+
+2001-08-24
+
+       * src/main.c: open new account dialog if no account is set.
+       * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
+         the verbosity count.
+         log_print(): put to statusbar only if log_verbosity_count > 0.
+         log_message(): put to statusbar.
+       * src/inc.c: inc_pop3_session_do(): set log verbosity.
+       * src/mainwindow.c: main_window_set_menu_sensitive(): added the
+         "Compose new message" item.
+         main_window_show_cur_account(): removed "Current account: " string.
+       * src/summaryview.c: summary_show(): ignore the current marks if
+         main window is locked.
+       * src/compose.c: compose_attach_property(): fixed a bug that caused
+         segmentation fault.
+
+2001-08-23
+
+       * src/mainwindow.c: main_window_get_current_state(): new. It returns
+         the current state for the sensitivity of UI.
+         main_window_set_toolbar_sensitive(): use table like
+         main_window_set_menu_sensitive().
+
+2001-08-23
+
+       * src/mainwindow.[ch]: added progressbar and status label to the
+         statusbar.
+         main_window_close_cb(): don't exit if locked.
+       * src/inc.c: update the progressbar of main window, too.
+
+2001-08-22
+
+       * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
+         the second argument, and determine the sensitivity with the
+         state of summary view.
+
+2001-08-21
+
+       * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
+         pop3_delete_recv(): don't try to receive messages which are not
+         exist.
+
+2001-08-21
+
+       * src/mainwindow.c: main_window_lock(), main_window_unlock():
+         removed the whole menubar locking.
+         main_window_set_menu_sensitive(): process the sensitivity change
+         with a table, and deal with locking.
+
+2001-08-20
+
+       * src/summaryview.[ch]: summary_get_selection_type(): new.
+         It returns the current selection state of summary view.
+         summary_key_pressed(): abort on some commands if main window
+         is locked.
+       * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
+         increase/decrease the lock count.
+
+2001-08-19
+
+       * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
+         default header list.
+       * src/prefs_common.[ch]: added the option for receive dialog mode
+         to the Interface tab.
+       * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
+         transient, and show dialog only if the setting is
+         RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
+       * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
+         new. Lock / unlock the user-interface.
+       * src/progressdialog.c: progress_dialog_create(): don't make the
+         dialog modal.
+
+2001-08-18
+
+       * src/folderview.c: folderview_update_node(): suppressed unnecessary
+         recursive call.
+       * src/menu.[ch]: menu_button_position(): new. It calculates the
+         position of popup menu.
+       * src/mainwindow.c: toolbar_account_button_pressed(),
+         ac_label_button_pressed(): put the popup menu to the correct
+         position. Change the style of the button while opening the menu.
+         ac_menu_popup_closed(): new function called on selection_done
+         event.
+       * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
+         node == NULL.
+       * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
+         (thanks!).
+         Fixed the bug that didn't select previous message in refresh mode
+         if threads were not expanded.
+         summary_select_node(): new.
+       * src/inc.c: applied the summary view update optimization patch from
+         Sergey Vlasov (thanks!).
+         If no new messages are received, don't perform summary refreshing.
+         In addition to the Vlasov's patch, POP3 receive information is
+         also used.
+       * src/inc.h: added a new member cur_total_num to Pop3State.
+       * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
+
+2001-08-14
+
+       * version 0.5.3
+
+2001-08-14
+
+       * src/summaryview.c: summary_set_row_marks(): got the color of
+         unread row set properly.
+       * src/folderview.c: foldreview_update_node(): don't use
+         gtk_style_copy(), and reuse previously allocated styles.
+       * README, README.jp: modified.
+
+2001-08-14
+
+       * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
+         memory corruption bug (thanks to David Looney).
+       * src/inc.c: inc_all_account_mail(): call inc_finished() even if
+         there are no enabled accounts, or local spool only.
+       * src/summaryview.c: applied the summary update improvement patch
+         from Sergey Vlasov (thanks!). It keeps the position of the
+         message displayed. Selected and displayed message are also kept.
+         summary_get_msgnum(): new.
+         summary_get_current_msgnum(): removed.
+         summary_select_by_msgnum(): don't display the message.
+       * src/account.c: added "Get all" column.
+         account_clist_set_row(): show default and get-all flags with the
+         mark icon.
+       * src/utils.c: to_human_readable(): increased the number of decimals
+         of MB and GB to 2.
+
+2001-08-13
+
+       * implemented the long-awaited :) "Add sender to address book" feature.
+       * src/address.[ch]: added the argument for remarks to
+         address_item_new().
+         address_get_folder_list(): new. It traverses the address tree and
+         returns the folder list.
+         address_delete_object(): modified so that it removes the node
+         from the tree.
+       * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
+         a address folder menu and attaches it to the menu item.
+         addressbook_refresh(): reload the address book folder tree.
+       * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
+         the menu to add sender to address book.
+         summary_button_pressed(): call summary_set_add_sender_menu()
+         before popup the menu.
+
+2001-08-12
+
+       * src/summaryview.c: summary_thread_build(): fixed a bug that locked
+         up the process. Optimized the initial thread build.
+
+2001-08-12
+
+       * src/summaryview.c: made many code cleanups.
+         summary_show(): block/unblock the signal handlers instead of
+         disconnect/connect them.
+         summary_set_row_marks(): made the font of collapsed node bold if
+         it has cnildren marked as unread.
+         summary_thread_build(): block tree_expand signals while processing.
+         Use loop instead of the recursive function. Mark collapsed nodes
+         correctly.
+         summary_unthread(): block tree_collapse signals while processing.
+         Use loop instead of the recursive function.
+         summary_thread_func(), summary_unthread_func(): removed.
+         summary_tree_expanded(), summary_tree_collapsed(): new callback
+         functions.
+       * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
+         failed to connect. Show more detailed status on the dialog.
+
+2001-08-10
+
+       * src/folderview.c: folderview_update_all_node(): new. It updates
+         all local folders.
+       * src/inc.c: update all local folders after incorporation if
+         scan_all_after_inc option is set.
+       * src/prefs_common.[ch]: added scan_all_after_inc option.
+       * src/folder.h: FOLDER_IS_LOCAL(): new macro.
+
+2001-08-09
+
+       * src/defs.h
+         src/headerview.c
+         src/headerwindow.c
+         src/textview.c
+         src/prefs_common.c
+         src/prefs_common.h: made bold and small font configurable.
+         src/summaryview.c: display unread messages with bold font.
+       * src/prefs_common.c
+         src/prefs_common.h
+         src/summaryview.c: added an option to enable/disable the
+         emphasis of unread messages.
+
+2001-08-08
+
+       * src/pixmaps/mark.xpm: modified.
+       * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
+       * src/summaryview.c: summary_set_ctree_from_list(): don't expand
+         the root messages of threads for performance improvement.
+         summary_show()
+         summary_select_next_unread()
+         summary_step(): expand threads when opening messages.
+         summary_thread_build(): expand threads if the option is turned on.
+       * src/prefs_common.[ch]: added "Expand threads" option.
+
+2001-08-08
+
+       * src/prefs_common.c: removed "Emulate the behavior of mouse
+         operation of Emacs-based mailer".
+       * src/prefs_common.c
+         src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
+       * src/pixmaps/new.xpm
+         src/pixmaps/unread.xpm: reverted.
+
+2001-08-07
+
+       * src/address.[ch]:
+         address_folder_new()
+         address_group_new()
+         address_item_new(): changed the return value to AddressObject.
+         address_build_tree(): don't put assertion for file.
+       * src/pixmaps/new.xpm
+         src/pixmaps/unread.xpm: modified a bit.
+
+2001-08-06
+
+       * src/addressbook.c: fixed some bugs.
+
+2001-08-06
+
+       * separated the logic part of addressbook into another module
+         (still in progress).
+       * src/address.[ch]: new. It contains the logic part of addressbook.
+       * src/addressbook.[ch]: removed the logic part.
+
+2001-08-04
+
+       * src/textview.c: textview_show_header(): fixed a bug that a garbage
+         character was shown after header names.
+
+2001-08-02
+
+       * src/inc.c: inc_start(): don't abort with non-fatal error.
+
+2001-08-01
+
+       * version 0.5.2
+
+2001-08-01
+
+       * src/mimeview.c: mimeview_view_file(): added -x option to the
+         metamail to prevent the suspention of the main process.
+         mimeview_button_pressed(): deactivate `Open' menu item if
+         content-type is application/octet-stream.
+
+2001-07-31
+
+       * src/imap.c: imap_parse_atom(): parse escaped characters properly.
+         get_quoted(): new. It handles the escape character '\'.
+       * src/folder.c: folder_read_list(): don't output warning if
+         folderlist.xml doesn't exist.
+       * src/main.c: main(): write folder list after setup.
+       * src/textview.c: textview_create()
+         src/compose.c: compose_create(): set default tab width to 8.
+
+2001-07-29
+
+       * src/prefs_common.c: date_format_select_row(): fixed a bug that
+         caused segfault when selecting the list with key.
+
+2001-07-28
+
+       * src/mainwindow.c: main_window_popup(): deiconize the window
+         when popup (thanks to Henrik Carlqvist).
+       * src/procmime.c: procmime_scan_mime_type(): new.
+         procmime_scan_content_type(): use procmime_scan_mime_type().
+         procmime_scan_mime_header(): scan the extension of attached files
+         and add the correct MIME type if the Content-Type is
+         "application/octet-stream" (thanks to Don Quijote).
+       * src/compose.c: compose_toolbar_create(): added a new "Send later"
+         icon (thanks to Leandro Pereira).
+
+2001-07-27
+
+       * src/prefs_common.c: date_format_create(): modified the layout of
+         the dialog.
+
+2001-07-26
+
+       * src/account.c: account_find_from_address(): fixed a minor bug.
+       * src/prefs_common.c: incorporated the user-interface for setting
+         date format from the claws branch, and made some modification to
+         that.
+
 2001-07-25
 
-       * src/account.c: account_edit_create(): modified the text of
+       * src/account.[ch]: account_edit_create(): modified the text of
          default button.
+         account_find_from_address(): new.
        * src/procmime.c:
          procmime_scan_content_type(), procmime_scan_content_disposition():
          fixed ESC code detection.