add script to enable phoenix as default browser
[claws.git] / ChangeLog
index f2a1ef7f82ed5851e07fa7ddac15c0c7ef8a0704..3950fb2b240b2a0e12da285c824715f056e21641 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,436 @@
+2003-01-06
+
+       * src/codeconv.c: LBREAK_IF_REQUIRED(): break line only if some
+         characters follow.
+       * src/compose.c: compose_convert_header(): remove trailing spaces.
+       * src/customheader.c: custom_header_read_str(): strip the spaces
+         of name and value.
+       * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
+         strip the spaces of name and value.
+
+2002-12-25
+
+       * version 0.8.8
+
+2002-12-25
+
+       * src/codeconv.c: conv_encode_header(): fixed a bug which will run
+         into infinite loop when encountering invalid characters.
+
+2002-12-25
+
+       * src/procmsg.[ch]: procmsg_sort_msg_list(): new. It sorts message
+         list.
+       * src/summaryview.c: summary_show(): removed summary_sort() because
+         it is done inside folder_item_get_msg_list(). This will improve
+         the performance of summary display.
+         Sorted out the summary sort functions using macros.
+       * src/mh.c
+         src/imap.c
+         src/news.c
+         src/folder.[ch]: folder_item_get_msg_list(): return pre-sorted
+         list if FolderItem::sort_key is set.
+         Added SORT_BY_TO to FolderSortKey enum.
+       * src/mainwindow.c: added "View/Sort/by recipient".
+
+2002-12-20
+
+       * version 0.8.7
+
+2002-12-20
+
+       * src/codeconv.c: conv_encode_header(): fix for redundant space on
+         line-breaking.
+       * src/compose.c: compose_convert_header(): always pass string to
+         conv_encode_header() for line-breaking.
+
+2002-12-20
+
+       * src/textview.c: textview_make_clickable_parts(): fixed incorrect
+         parsing of email addresses.
+
+2002-12-19
+
+       * src/defs.h: added DEFAULT_BROWSER_CMD.
+       * src/mimeview.c: mimeview_view_file()
+         src/prefs_common.c: prefs_other_create()
+         src/utils.c: open_uri(): changed the default web browser to
+         mozilla, and changed 'raise' command (which is undocumented)
+         to 'new-window' in 'netscape -remote'.
+
+2002-12-19
+
+       * src/compose.c: compose_send_control_enter(): fixed crash on
+         Ctrl-Enter when Message/Send has no accelerator key (thanks to
+         Sergey Vlasov).
+
+2002-12-18
+
+       * src/mainwindow.c:
+         set_charset_cb()
+         sort_summary_cb()
+         sort_summary_type_cb(): prevent unwanted processing on unchecking
+         menu items.
+
+2002-12-18
+
+       * src/main.c: process command line option before gtk_init() to
+         enable remote operation without X (thanks to Ruslan N. Balkin).
+       * src/codeconv.c: conv_encode_header(): fixed a potential buffer
+         overflow.
+
+2002-12-18
+
+       * src/Makefile.am: changed $(target_alias) to $(target_triplet)
+         (the spec of autotools seems to be changed).
+
+2002-12-18
+
+       * src/imap.c: get path separator using LIST command if server
+         doesn't support NAMESPACE (based on the patch by Brian Sammon).
+         imap_parse_list(): added an argument to return path separator.
+         imap_get_namespace_by_list(): new.
+
+2002-12-17
+
+       * src/addr_compl.c: add_address(): removed the debug print.
+       * src/gtkutils.[ch]: gtkut_window_popup()
+         src/mainwindow.c: main_window_popup(): applied the patch to fix
+         the behavior of window popup from Sergey Vlasov (thanks!)
+       * src/account.c: account_edit_create(): use signal_connect_after
+         for row_move signal to fix the row position bug.
+         account_row_moved(): scroll the CList half page.
+       * src/prefs_filter.c: prefs_filter_row_move(): scroll the CList
+         half page.
+       * src/summaryview.c: summary_reply(): use selection text only if
+         the displayed message is selected (thanks to Sergey Vlasov).
+
+2002-12-13
+
+       * src/codeconv.c: conv_encode_header(): reimplemented the routine
+         of MIME header encoding. And use Q-encoding method if the current
+         locale is single-byte one.
+       * src/utils.[ch]: is_next_nonascii(): take multi-byte string instead
+         of wide-character string. Consider control codes as non-ASCII.
+         get_next_word_len(): new. It returns the length of next word.
+         is_next_mbs(), find_wspace(): removed.
+       * src/quoted-printable.[ch]: new.
+         qp_decode_line(): decodes one QP line.
+         qp_decode_q_encoding(): decodes Q-encoded string in MIME header.
+         qp_get_q_encoding_len(): returns the length when a string is
+         Q-encoded.
+         qp_q_encode(): Q-encode a string (RFC 2047).
+       * src/unmime.c: moved the functions for quoted-printable to
+         quoted-printable.c.
+
+2002-12-05
+
+       * src/send.c: send_message_local(): escape line that only have one
+         dot character (postfix's sendmail command will stop there).
+
+2002-12-05
+
+       * src/send.c: send_message_local(): don't escape first-dot line
+         (thanks to Sergey Vlasov).
+
+2002-12-03
+
+       * autogen.sh: added 'libtoolize --force --copy' to override the
+         current ltmain.sh.
+       * acconfig.h: removed.
+       * configure.in: increased minimal version of GPGME to 0.3.10.
+         Fixed checking of XIM.
+       * ac/check-type.m4
+         ac/gnupg-check-typedef.m4: added an argument for comment.
+
+2002-11-29
+
+       * src/imageview.[ch]: fixed conflicting declarations of
+         imageview_show_image() (thanks to Thorsten Maerz).
+
+2002-11-28
+
+       * src/compose.c: compose_entry_append(): don't add ", " on subject
+         entry.
+       * src/codeconv.c: conv_get_outgoing_charset(): obtain outgoing
+         charset from the table (currently disabled for non-Japanese locales).
+         conv_get_current_locale(): also refer to LC_CTYPE.
+
+2002-11-27
+
+       * README: added a description about hidden settings.
+
+2002-11-27
+
+       * src/prefs_common.[ch]: reorganized the common prefs dialog.
+         Made enable_hscrollbar and bold_unread hidden options.
+
+2002-11-26
+
+       * src/quote_fmt_parse.y: fixed a parse error (thanks to Andreas Hinz).
+
+2002-11-26
+
+       * src/account.[ch]:
+         account_find_from_message_file()
+         account_find_from_msginfo(): new. They find an account from the
+         headers like 'From:', 'X-Sylpheed-Account-Id:', and 'AID:' in the
+         specified message.
+       * src/compose.c:
+         compose_reedit(): restore messages' previous account on composition.
+         compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
+         on draft mode.
+
+2002-11-26
+
+       * src/compose.c: cleaned up the code using compose_entry_set()
+         (don't use gtk_entry_set_text() directly).
+
+2002-11-25
+
+       * src/imap.c: imap_parse_namespace(): fixed a memory leak.
+
+2002-11-22
+
+       * updated autotools and libtool to the latest version.
+       * configure.in: added AC_PREREQ(2.50).
+
+2002-11-22
+
+       * src/textview.c: textview_set_font(): fix for message display in
+         UTF-8 locales (thanks to Sergey Vlasov).
+
+2002-11-21
+
+       * src/imageview.[ch]: imageview_show_image(): resize images to fit
+         the window size if specified.
+       * src/prefs_common.[ch]: added an option 'Resize attached images'.
+
+2002-11-20
+
+       * refactoring for SMTP implementation.
+       * src/session.h: added ui_func to Session.
+       * src/smtp.[ch]: separated the connection routine from
+         smtp_session_new() to smtp_connect().
+         Changed the argument of every function other than smtp_ok() from
+         SockInfo to SMTPSession.
+         Call UI callback from each functions.
+       * src/send.c: send_message_smtp(): separated the code for UI update
+         into send_progress_dialog_update().
+
+2002-11-18
+
+       * src/smtp.[ch]: separated smtp_auth() from smtp_from().
+       * src/send.c: send_message_smtp(): call smtp_auth() and display
+         the state to the dialog.
+
+2002-11-18
+
+       * src/filter.c: strmatch_regex(): use extended regex (thanks to
+         Fabien Devaux).
+       * src/main.c: main(): removed the code for assortrc -> filterrc
+         transition.
+       * src/gtkutils.c: gtkut_font_load(): only use gdk_font_load() if
+         current locale is C or POSIX.
+         gtkut_stext_is_uri_string(): include "www." for URI string.
+       * src/textview.c: textview_make_clickable_parts(): include "www."
+         for URI string.
+
+2002-11-15
+
+       * version 0.8.6
+
+2002-11-13
+
+       * src/textview.c: textview_add_part(): indicate signature status
+         using different colors.
+
+2002-11-12
+
+       * src/folder.c: folder_write_list_recursive(): escape
+         To/Cc/Bcc/Reply-To strings.
+
+2002-11-11
+
+       * src/codeconv.c: conv_encode_header(): enabled B-encoding of
+         headers on locales other than Japanese when not using libjconv.
+
+2002-11-11
+
+       * src/inc.[ch]: added INC_IO_ERROR to IncState. Also added its
+         corresponding error message.
+         inc_pop3_session_do(): set INC_IO_ERROR instead of INC_NOSPACE
+         on PS_IOERR.
+
+2002-11-07
+
+       * src/prefs_account.[ch]: removed prefs_account_save_config() since
+         it is not used.
+       * src/procmime.[ch]: removed procmime_mimeinfo_free() since
+         procmime_mimeinfo_free_all() can be used in every case.
+
+2002-11-06
+
+       * src/account.c: account_get_special_folder(): support F_INBOX, and
+         made code cleanup.
+
+2002-11-06
+
+       * src/compose.[ch]: ComposeEntryType: changed COMPOSE_* to
+         COMPOSE_ENTRY_*, and added
+         COMPOSE_ENTRY_{REPLY_TO,SUBJECT,FOLLOWUP_TO}.
+         compose_reply()
+         compose_forward()
+         compose_redirect(): added FolderItem to the arguments, and reflect
+         settings in the item.
+         compose_entry_set(): new.
+         compose_entry_append(): code cleanup.
+         compose_entries_set_from_item(): take ComposeMode in its arguments,
+         and enabled FolderItem::use_auto_to_on_reply.
+       * src/summaryview.c: summary_reply(): pass folder_item to
+         compose_{reply,forward,redirect}().
+
+2002-11-05
+
+       * src/gtkutils.[ch]:
+         gtkut_font_load(): new. It automatically choose font or fontset
+         by current locale.
+         gtkut_font_load_from_fontset(): new. It tries to load single font
+         instead of fontset from a fontset string.
+       * src/alertpanel.c
+         src/folderview.c
+         src/headerview.c
+         src/summaryview.c: workaround for the problem that couldn't display
+         8-bit characters in C or POSIX locale (use font instead of fontset).
+       * src/compose.c
+         src/sourcewindow.c
+         src/textview.c: made code cleanup using gtkut_font_load*().
+
+2002-10-29
+
+       * src/mh.c: mh_get_msginfo(): set correct message number.
+
+2002-10-29
+
+       * src/folder.[ch]: added a new virtual method Folder::get_msginfo().
+         It returns a new MsgInfo associated to a message number.
+         folder_item_get_msginfo(): new.
+       * src/imap.[ch]: imap_get_msginfo(): new.
+       * src/mh.[ch]: mh_get_msginfo(): new.
+       * src/news.[ch]: news_get_msginfo(): new.
+
+2002-10-28
+
+       * src/codeconv.c: conv_euctojis(): fixed a bug which will cause
+         infinite loop if an invalid code appeared.
+
+2002-10-25
+
+       * src/codeconv.c: conv_codeset_strdup()
+         src/html.[ch]: html_read_line(): don't output conversion failure
+         warnings.
+         Added HTML_CONV_FAILED to the enum HTMLState.
+
+2002-10-24
+
+       * implemented per-folder auto-set address (still in progress).
+       * src/compose.[ch]: compose_new(): added FolderItem to its arguments,
+         and set entries from it (if mailto is empty).
+         compose_entry_append(): activate menu if required.
+         compose_entries_set_from_item(): new.
+       * src/folder.[ch]: added auto_to, use_auto_to_on_reply, auto_cc,
+         auto_bcc, and auto_replyto to FolderItem, and renamed apply_sub to
+         ac_apply_sub.
+         folder_build_tree(), folder_read_folder_func(),
+         folder_write_list_recursive(): added the above members.
+       * src/prefs_folder_item.[ch]: added auto-set addresses.
+       * src/pop.[ch]: removed Pop3State::prev_folder.
+
+2002-10-11
+
+       * src/compose.c: allow dropping files by also "moving" files from a
+         file manager (thanks to Alfons).
+
+2002-10-10
+
+       * compose_reply_set_entry(): made Reply-To have priority over
+         List-Post on ML reply.
+
+2002-10-09
+
+       * src/gtksctree.[ch]: gtk_sctree_set_anchor_row(): new.
+       * src/summaryview.c: summary_step(): fixed a bug that lost the
+         correct selection anchor.
+         summary_key_pressed(): use gtk_sctree_select() instead of
+         gtk_ctree_select().
+       * src/inc.[ch]
+         src/pop.c
+         src/recv.c: differentiate disk full and socket errors
+         (thanks to Colin Leroy).
+
+2002-10-08
+
+       * src/account.c: account_edit_prefs(): removed unused variables.
+       * src/compose.[ch]: separated WITH_QUOTE/WITHOUT_QUOTE flags in
+         ComposeMode.
+         compose_reply()
+         compose_reply_set_entry(): receive reply type with one argument.
+       * src/summaryview.c: summary_reply(): reduced conditional branches.
+
+2002-10-08
+
+       * src/compose.c: compose_redirect(), compose_reedit(): strip CR
+         from line ends (thanks to Sergey Vlasov).
+       * src/folderview.c: renamed 'Rescan folder tree' to 'Rebuild
+         folder tree'.
+
+2002-10-08
+
+       * src/folder.[ch]: added a virtual method Folder::remove_msgs().
+       * src/imap.[ch]: implemented imap_remove_msgs() which expunges
+         messages all at once.
+
+2002-10-07
+
+       * src/account.[ch]: account_open(): new. It opens account prefs
+         dialog and reflects to UI when finished.
+       * src/folderview.c:
+         folderview_button_pressed()
+         folderview_property_cb(): open account prefs dialog when the
+         property of the root folder of remote account is requested.
+
+2002-10-07
+
+       * src/account.c: account_destroy(): unref account information in
+         folders.
+       * src/folder.[ch]: folder_unref_account_all(): new. It unref the
+         specified account information in all folders.
+       * src/folderview.c:
+         folderview_rm_imap_server_cb()
+         folderview_rm_news_server_cb(): destroy Folder first because
+         folder_destroy() refers to account information.
+
+2002-10-04
+
+       * src/account.c: account_find_from_item(): fixed a bug which didn't
+         select the correct account.
+       * inc_pop3_session_do():
+         fixed the resource leak when SSL initialization failed.
+         Immediately break from temporary event loop if cancelled.
+
+2002-10-04
+
+       * src/account.[ch]: account_find_from_item(): new.
+       * src/compose.c:
+         compose_reply(), compose_forward(), compose_redirect()
+         src/mainwindow.c: compose_cb(): select optimal account when
+         composing.
+       * src/folder.[ch]: added FolderItem::apply_sub.
+       * src/menu.[ch]: menu_find_option_menu_index(): new. It finds the
+         index of option menu which contains the specified data.
+       * src/prefs_folder_item(): added Compose tab, and the setting of
+         folder account.
+
 2002-10-04
 
        * configure.in: added $LDAP_LIBS for lber library detection.