sync with sylpheed 0.6.5cvs24
[claws.git] / ChangeLog
index cea3d353d28207539ca5f58370cfea8ad91ad065..525e9786e0605d29e65aa2ab4fd6d2137deb0bc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,522 @@
+2001-12-09
+
+       * src/prefs_account.c: prefs_account_apply(): fixed a bug that
+         checked user ID on "local", but didn't on IMAP4.
+       * src/imap.c: imap_session_get(): fixed a crash bug when
+         rfolder->session == NULL.
+       * Makefile.am: changed the arguments of tar from 'chojf' to
+         '--bzip2 -chof'.
+       * src/summaryview.c: summary_toggle_view(): disclaim the selection
+         of textview before removing vpaned.
+
+2001-12-08
+
+       * src/messageview.c: messageview_change_view_type(): disclaim the
+         selection before removing textview. This solves the mysterious
+         copy-paste disability (thanks to Melvin Hadasht).
+       * src/textview.c: textview_set_font(): use
+         gtk_editable_claim_selection() instead of
+         gtk_editable_select_region().
+
+2001-12-06
+
+       * src/prefs_template.c: prefs_template_window_create(): supported
+         address completion on the To: entry.
+
+2001-12-04
+
+       * src/folder.c:
+         folder_count_total_msgs()
+         folder_count_total_msgs_func(): use g_node_traverse() to traverse
+         GNode.
+
+2001-12-03
+
+       * src/compose.c: fixed a bug that empty body was refused.
+       * src/prefs_template.c: fixed a bug that didn't set To: entry
+         correctly. Display error dialog if format is illegal.
+       * src/prefs_common.c
+         src/quote_fmt_lex.l
+         src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
+         "{ }" to prevent confusion on using parenthesis.
+       * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
+
+2001-11-29
+
+       * src/prefs_template.c: added colon to the header labels.
+
+2001-11-28
+
+       * src/compose.c
+         src/prefs_template.c
+         src/template.[ch]: added To field to the template.
+
+2001-11-27
+
+       * src/textview.c: textview_show_part(): use first found
+         message/rfc822 header.
+       * src/folderview.c: added "Search messages..." to the context menu.
+       * src/prefs_common.c: prefs_quote_description_create(): added
+         description for characters which need to be escaped.
+
+2001-11-26
+
+       * src/compose.c: compose_wrap_line_all(): more merging from claws.
+         GET_CHAR(): renamed GET_TEXT() and made it more generic.
+         Modified compose_wrap_line() and compose_wrap_line_all() to use
+         GET_CHAR().
+       * src/textview.c: textview_show_part(): show the header of nested
+         RFC822 attachment correctly.
+
+2001-11-25
+
+       * src/folder.[ch]
+         src/main.c: added --status option to get new, unread and total
+         message count from a running Sylpheed (merged from claws).
+         prohibit_duplicate_launch(): output '\n' only once.
+
+2001-11-23
+
+       * src/compose.c
+         src/gtkutils.[ch]: merged the new wrapping function.
+         gtkut_text_str_compare_n()
+         gtkut_text_str_compare()
+         gtkut_text_is_uri_string(): backport from the GtkSText in the
+         claws branch, and made modification.
+       * src/prefs_template.c
+         src/template.[ch]: added Subject to the template.
+
+2001-11-22
+
+       * src/compose.c: compose_write_headers(): added missing parenthesis
+         that generated invalid custom header (thanks to Masaaki Noro).
+         Allow Sender: custom header.
+
+2001-11-20
+
+       * src/procheader.c: procheader_date_parse(): workaround for
+         RFC-incompliant Date header.
+
+2001-11-20
+
+       * src/addrbook.c: removed redundant functions, and fixed generation
+         of spurious address book file names.
+       * src/addrindex.c: V-Card -> vCard.
+
+2001-11-19
+
+       * src/textview.c: get_email_part(): replaced isalnum() with
+         the macro IS_ASCII_ALNUM() which restricts the range of
+         characters to 7bit ASCII (thanks to Shimamoto).
+       * src/utils.c: remote_tzoffset_sec(): workaround for malformed
+         timezone offset.
+
+2001-11-18
+
+       * src/textview.c: textview_show_part(): show headers on nested
+         muitipart text.
+
+2001-11-17
+
+       * src/imap.c: imap_session_get()
+         src/news.c: news_session_get(): fixed segfault when reconnection
+         failed.
+       * src/grouplistdialog.c: removed redundant code, and expand nodes
+         that doesn't match the pattern.
+
+2001-11-16
+
+       * src/compose.c: modified so that it sends message when any of
+         To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
+         compose_check_for_valid_recipient(): new.
+       * src/grouplistdialog.c: improved the UI.
+         Added appropriate description and search button.
+         Search doesn't get group list again.
+
+2001-11-15
+
+       * src/news.[ch]: news_session_get(): update the last access time
+         correctly.
+         news_group_list_free(): new.
+       * src/grouplistdialog.c: free resources correctly.
+
+2001-11-15
+
+       * src/folderview.c
+         src/grouplistdialog.[ch]: more merging of new newsgroup
+         subscription dialog.
+       * src/news.[ch]: renamed news_remove_group_list() to
+         news_remove_group_list_cache().
+
+2001-11-14
+
+       * src/defs.h: added MAX_ENTRY_LENGTH definition.
+       * src/compose.c: compose_add_entry_field(): create new entry with
+         max length.
+
+2001-11-13
+
+       * src/grouplistdialog.c: made non-leaf node selectable.
+         Give the complete newsgroup name for each nodes.
+
+2001-11-13
+
+       * src/grouplistdialog.c
+         src/news.[ch]: merging of new newsgroup subscription dialog
+         (still in progress. Don't use it yet!).
+
+2001-11-12
+
+       * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
+       * src/compose.[ch]: compose_new_with_recipient(): accept mailto
+         URL.
+         compose_entries_set(): new. It parses mailto URL and put each
+         values into the entries.
+
+2001-11-12
+
+       * src/compose.c: compose_forward(): fixed a bug that forward
+         quote mark wasn't used (thanks to Hironori IWANE).
+       * src/codeconv.[ch]
+         src/mainwindow.c
+         src/prefs_common.c: added Thai encodings (thanks to Manrat
+         Chobchuen).
+
+2001-11-08
+
+       * src/socket.c: sock_connect_by_hostname(): removed h_errno.
+       * src/session.h
+         src/defs.h
+         src/imap.[ch]
+         src/news.c: added last_access_time to Session.
+         imap_session_get(): check connection only when access interval
+         has been exceeded.
+
+2001-11-07
+
+       * version 0.6.5
+
+2001-11-07
+
+       * src/socket.c: ssl_gets(): use SSL_peek.
+       * updated NEWS and AUTHORS.
+       * Makefile.am: fixed release target.
+
+2001-11-06
+
+       * src/template.c: changed the format of template file to
+         RFC2822-like.
+       * src/compose.c: compose_template_apply(): freeze the text widget
+         while inserting strings.
+
+2001-11-05
+
+       * po/POTFILES.in: removed src/template_select.c.
+       * src/summaryview.c: summary_set_header()
+         src/address.c: address_parse_str()
+         src/filter.c: filter_read_str()
+         src/news.c: news_parse_xover()
+         src/procheader.c: procheader_get_fromname()
+         src/utils.c: subject_compare():
+         replaced Xalloca() + strcpy() with Xstrdup_a().
+       * src/inputdialog.[ch]: added combo mode.
+         input_dialog_combo(): new.
+       * src/prefs_common.[ch]: added MIME open command setting.
+         prefs_common_{read, save}_config(): read / write command history.
+       * src/mimeview.c: mimeview_open_with(): use combo input dialog.
+       * src/utils.[ch]: add_history(): history list management function.
+
+2001-11-04
+
+       * src/compose.c: select templates from the menu.
+         compose_set_template_menu(): new.
+         compose_reflect_prefs_all(): new.
+         compose_template_apply(): new. Use dummy MsgInfo for parsing.
+       * src/template.[ch]: store template list to the static heap.
+         template_get_config(): new.
+         template_set_config(): new.
+       * src/prefs_template.c: don't store template list to the global area.
+       * src/template_select.[ch]: removed.
+       * src/quote_fmt_parse.y: check folderitem when quoting messages.
+       * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
+         (thanks to OSHIRO Naoki).
+
+2001-11-03
+
+       * src/utils.[ch]: get_template_dir(): new.
+       * src/template.c: use get_template_dir().
+
+2001-11-02
+
+       * src/prefs_template.c: modified the dialog layout.
+         Added symbol description button.
+       * src/summaryview.c: show an arrow mark to the column of the sort
+         target.
+         summary_set_column_titles(): new.
+       * INSTALL
+         INSTALL.jp
+         README
+         README.jp
+         TODO
+         TODO.jp: updated the documents.
+
+2001-11-02
+
+       * src/Makefile.am: add missing checkbox_{on, off}.xpm.
+       * src/textview.c: textview_key_pressed()
+         src/mimeview.c: mimeview_key_pressed()
+         src/summaryview.c: summary_key_pressed(): delete messages with
+         Delete key.
+
+2001-11-01
+
+       * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
+         when SSL_read() returned 0.
+       * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
+         of strings.
+       * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
+         Add prototype of yylex() to suppress the warning.
+       * merged the template function.
+       * src/prefs_template.[ch]
+         src/template.[ch]
+         src/template_select.[ch]: new.
+         Renamed prefs_templates_* -> prefs_template_*.
+       * src/compose.c: added template menu. Added replyinfo to Compose.
+       * src/mainwindow.c: added template setting menu.
+       * src/quote_fmt_lex.l: output literal tab and return as is.
+       * src/prefs_common.c: changed the pref. name of quote format to
+         'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
+
+2001-10-31
+
+       * src/prefs_common.[ch]: added Quote tab, and moved the quote
+         setting from Compose tab.
+       * merged the new quote format parser.
+       * src/quote_fmt_lex.h
+         src/quote_fmt.h
+         src/quote_fmt_lex.l
+         src/quote_fmt_parse.y: new files for quote format parser.
+       * configure.in: added checks for lex and yacc.
+       * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
+         removed.
+         compose_quote_fmt(): new.
+       * src/prefs_common.[ch]: added forward format setting to the
+         Quote tab. Updated the quote description dialog.
+       * src/quote_fmt_parse.y: fixed bugs that tried to read file even
+         if they couldn't get text part.
+
+2001-10-31
+
+       * src/pixmaps/checkbox_off.xpm
+         src/pixmaps/checkbox_on.xpm: new.
+       * src/account.c: display `get all' status with the checkbox pixmaps.
+
+2001-10-30
+
+       * src/send.c: code cleanup. Pass account prefs structure instead
+         of many arguments.
+         Query password for SMTP AUTH if not specified (thanks to Mio).
+
+2001-10-30
+
+       * src/procheader.c: procheader_parse(): fixed a bug that didn't
+         parse multiple message-id in In-Reply-To: header correctly
+         (thanks to KAJIWARA).
+
+2001-10-29
+
+       * src/account.c: enabled 'Get all' setting by clicking the 'G'
+         column of account list, and added some description.
+       * src/prefs_common.c: prefs_send_create(): added a description
+         for outgoing codeset.
+
+2001-10-28
+
+       * src/prefs_account.[ch]: moved inbox entry to the receive tab,
+         and added select button and short description.
+       * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
+       * src/procmime.c:
+         procmime_get_mime_type_table()
+         procmime_get_mime_type_list(): modified so that
+         $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
+         $(HOME)/.sylpheed/mime.types are read.
+
+2001-10-27
+
+       * src/prefs_account.c: moved the address auto-setting to the compose
+         tab.
+         prefs_account_create(): removed gtk_widget_show_all() for proper
+         window size.
+       * src/prefs_common.c: changed "Program path" to "Command".
+
+2001-10-26
+
+       * src/textview.c: textview_set_font(): support Russian charset
+         on EUC-JP locale.
+       * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
+         bug on deleting.
+       * prefs_account.c
+         prefs_common.c
+         prefs_summary_column.c: minor improvements to the English.
+       * src/main.c: get_queued_message_num(): don't output the warning
+         when queueing folder is not found.
+
+2001-10-21
+
+       * version 0.6.4
+
+2001-10-21
+
+       * src/prefs_summary_column.[ch]:
+         made prefs_summary_column_get_config() public.
+       * src/summaryview.c: summary_ctree_create(): some code cleanup.
+       * configure.in: moved the position of SSL checking after LDAP
+         for linking problem.
+
+2001-10-21
+
+       * src/mainwindow.c
+         src/summaryview.c: allowed reedit in the outbox.
+       * src/prefs_summary_column.[ch]: new. UI for setting summary
+         columns.
+       * src/mainwindow.[ch]: main_window_set_summary_column(): new.
+         It calls summary_set_column_order().
+       * src/summaryview.[ch]:
+         summary_ctree_create(): new. separated from summary_create().
+         summary_set_column_order(): new. It destroys the current
+         CTree and replaces it with the new one.
+
+2001-10-19
+
+       * src/smtp.[ch]: smtp_from(): abort if auth failed.
+       * changed C++-style comments into C-style in some files, and
+         removed unnecessary commented out codes.
+       * src/addrcache.[ch]
+         src/addressbook.c
+         src/addrindex.[ch]
+         src/jpilot.[ch]
+         src/syldap.[ch]: updated the addressbook code, and fixed the
+         thread bug of LDAP.
+       * src/ldif.[ch]
+         src/importldif.[ch]: new.
+
+2001-10-18
+
+       * src/about.c: added some items to compiled-in features.
+       * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
+       * src/addressbook.c: changed "V-Card" to "vCard".
+         addressbook_edit_address_cb(): added
+         invalidate_address_completion() to the point address is changed.
+       * src/codeconv.c: changed C++-style comments into C-style.
+
+2001-10-17
+
+       * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
+
+2001-10-16
+
+       * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
+         was clicked twice.
+
+2001-10-16
+
+       * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
+         threads.
+       * src/summaryview.c:
+         summary_thread_init(): separated from summary_thread_build(). 
+         summary_thread_build(): removed the codes for initialization.
+         summary_set_ctree_from_list(): call summary_thread_init() instead
+         of summary_thread_build().
+         summary_filter(): fixed a bug that didn't moved messages despite
+         of immediate execution setting.
+
+2001-10-14
+
+       * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
+         reversed thread tree from message list.
+       * src/summaryview.c: summary_set_ctree_from_list(): prepend the
+         node to the head instead of appending to the tail. This prevents
+         the traverse of node list inside of the GtkCTree, and considerably
+         speeds up the summary display (the order is O(n^2) -> O(n)).
+
+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-01-06
 
-       * src/compose.[ch]: integrated news posting patch from DINH V. Hoà
+       * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
          and made many modifications (thanks!).
          compose_write_headers(): made the spaces in newsgroups removed.
          Supported Followup-To.