fixed cr/lf and ">" in html pages
[claws.git] / ChangeLog
index 6c7687401f102d8f0fcea5dc1b9386f357bfbb11..977e77cdc3a001b0afcca3a60a513e40397925ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2002-05-27
+
+       * src/news.c: news_scan_group(): fixed a bug that set the wrong
+         values in some cases.
+       * src/prefs_account.c: corrected English in Advanced - Folder
+         settings.
+
+2002-05-23
+
+       * src/textview.c: textview_show_message(), textview_show_part():
+         fixed a bug that GtkSText *text pointed the incorrect object.
+         textview_add_part(): freeze GtkSText while adding RFC822 headers.
+         textview_show_part(): fixed a bug that couldn't display single
+         part MIME message as text.
+
+2002-05-22
+
+       * src/compose.c: compose_redirect_write_to_file(): correct the target
+         for change_file_mode_rw(). Check if fclose() succeeded. Unlink
+         incomplete file when an error occured.
+
+2002-05-22
+
+       * src/compose.c:
+         compose_create(): disable menus for draft on redirection mode.
+         compose_redirect_write_to_file(): correct the error handling of
+         fwrite().
+       * src/prefs_common.c: turned off the "Display recipient on `From'
+         column if sender is yourself" option by default.
+
+2002-05-21
+
+       * src/compose.[ch]: implemented 'Redirect' (aka Bounce) feature.
+         Based on the implementation of the claws branch.
+         compose_redirect(): create a new window and make it uneditable.
+         compose_redirect_write_to_file(): copy headers and body of
+         original message except for some.
+         compose_redirect_write_headers(): add extra "Resent-*" headers.
+         compose_create(): set menu sensitivity for redirection mode.
+
+2002-05-20
+
+       * src/codeconv.c: conv_encode_header(): fixed a bug that unnecessary
+         space is inserted between encoded string and the following folded
+         one (thanks to Masahiro Tomita).
+
+2002-05-19
+
+       * src/mainwindow.[ch]: some refactoring has been made.
+         main_window_toggle_message_view(): moved summary_toggle_view_real()
+         here.
+       * src/messageview.[ch]: messageview_is_visible(): new.
+       * src/summary_search.c
+         src/summaryview.[ch]: SummaryView::msg_is_toggled_on: removed.
+         Instead use messageview_is_visible().
+
+2002-05-17
+
+       * src/mainwindow.c: added 'Expand/Collapse all threads' menu.
+       * src/summaryview.[ch]:
+         summary_expand_threads(), summary_collapse_threads(): new.
+
+2002-05-17
+
+       * src/mainwindow.c: Fixed the behavior of
+         '/View/Show or hide/Folder tree' and
+         '/View/Show or hide/Message view' toggle menu.
+         Removed '/View/Toggle summary view' menu and integrated the
+         function into '/View/Show or hide/Message view'.
+         main_window_set_widgets(): change the state of toggle menu items.
+       * src/prefs_common.c: prefs_keybind_apply_clicked(): updated menurc
+         strings.
+
+2002-05-16
+
+       * src/mimeview.c: mimeview_set_multipart_tree(): show single part
+         MIME contents other than text as children of message/rfc822 part.
+       * src/procmime.c:
+         procmime_mimeinfo_next(): modified for message/rfc822 part which
+         content-type is single part MIME.
+         procmime_scan_multipart_message(): fix for nested message/rfc822
+         part. Corrected the size of the contents of message/rfc822.
+       * src/textview.c: textview_show_part(): extract the contents of
+         multipart/* and message/rfc822. Some code cleanups.
+         textview_add_parts(): new. It adds the all parts under a part to
+         textview.
+         textview_clear(): reset body_pos and cur_pos.
+
+2002-05-16
+
+       * src/addr_compl.c: modified so that it behaves better.
+         get_address_from_edit(): ignore comma inside of brackets.
+         completion_window_apply_selection(): new. Only apply the current
+         clist selection.
+         completion_window_accept_selection(): removed.
+         address_completion_complete_address_in_entry(): minor code cleanup.
+         don't replace address in entry here.
+         completion_window_select_row(): always apply clist selection to
+         entry.
+         completion_window_key_press(): don't apply selection here.
+
+2002-05-15
+
+       * src/imap.c: imap_create_folder(): keep trailing directory separator
+         to create a folder that contains sub folder.
+
+2002-05-14
+
+       * src/foldersel.c: sort tree with case insensitive.
+       * src/mainwindow.c: allsel_cb()
+         src/messageview.c: messageview_select_all(): fixed 'Select all'
+         on MIME view.
+       * src/mainwindow.c: removed common and account prefs button from
+         the toolbar.
+
+2002-05-13
+
+       * src/compose.c: compose_account_option_menu_create(): check if
+         ac->name is NULL.
+
+2002-05-12
+
+       * version 0.7.6
+
+2002-05-12
+
+       * manual/ja/*: updated the Japanese manual (thanks to Yoichi Imai).
+         manual/en/*: updated the English manual.
+       * faq/de/*
+         faq/it/*: added German and Italian FAQ.
+       * faq/en/*
+         faq/es/*
+         faq/fr/*: updated FAQs.
+       * src/manual.[ch]
+         src/mainwindow.c: added German and Italian language.
+
+2002-05-11
+
+       * src/prefs_account.c: turn off "receive at get all" option by default
+         when creating an IMAP or News account.
+
+2002-05-11
+
+       * src/imap.c: imap_scan_tree(): don't use namespace for prefix.
+       * src/prefs_folder_item.c: show also identifier path.
+         Made layout using table. Show uneditable entry using background
+         color of window.
+       * src/procmime.c: procmime_get_tmp_file_name(): generate safe
+         file name.
+
+2002-05-11
+
+       * src/automaton.[ch]: added UI callback to Automaton.
+       * src/inc.c
+         src/pop.c: use callback instead of calling inc_progress_update()
+         directly.
+         pop3_getrange_uidl_recv(): don't fall back to LAST when 'get all'
+         option is set.
+
+2002-05-10
+
+       * src/folderview.c: properly sort abbreviated newsgroups.
+
+2002-05-10
+
+       * src/folderview.c
+         src/prefs_common.[ch]
+         src/summaryview.c: added an option to specify the minimum length
+         for abbreviated newsgroups name.
+
+2002-05-09
+
+       * src/folderview.c: folderview_check_new(): skip unselectable folders.
+       * src/summaryview.c: added 'Create filter rule' to the context menu.
+       * src/imap.c: some code cleanups.
+         imap_scan_tree_recursive(): get path separator for each calls.
+         imap_get_path_separator(): new.
+
+2002-05-08
+
+       * src/imap.[ch]: supported namespace for others/shared folders
+         (in progress).
+         imap_parse_namespace(): parse also others/shared namespace.
+         imap_find_namespace(): search also others/shared namespace.
+       * src/utils.[ch]:
+         strchr_parenthesis_close(): return pointer to closing parenthesis.
+         strsplit_parenthesis(): split parenthetic list into array of
+         strings.
+
+2002-05-08
+
+       * src/procheader.c: procheader_date_parse(): fixed a bug that didn't
+         parse date string like "Mon,6 May 2002 20:31:12 +0800".
+         procheader_scan_date_string(): new. Separated string scanning
+         part from procheader_date_parse().
+
+2002-05-07
+
+       * src/summary_search.c: summary_search_execute(): unlock while
+         selecting summary row (thanks to Martin Schaaf).
+       * src/summaryview.c: summary_set_column_titles(): reversed the
+         direction of the arrow so that it matches with Win/Mac style.
+
+2002-05-02
+
+       * src/compose.c: compose_write_headers(): quote self address name
+         if required. Some code cleanups. Don't override Newsgroups and
+         Cc with custom headers.
+       * src/imap.c: imap_add_msg(): return UID for appended message.
+       * src/compose.c: compose_queue(): check if queue folder exists.
+       * src/imap.c: QUOTE_IF_REQUIRED(): quote also other IMAP special
+         characters.
+         imap_open(): removed an unrequired argument.
+
+2002-04-25
+
+       * src/utils.[ch]: trim_string(): new. It trim characters longer than
+         the specified length and adds "...".
+       * src/folderview.c: trim folder name when displaying dialog.
+
+2002-04-23
+
+       * src/imap.c: imap_create_folder(): don't add prefix for root INBOX
+         folder.
+       * src/folderview.c: folderview_select()
+         src/summary_search.c: summary_search_execute(): lock summary view
+         while searching (thanks to Martin Schaaf).
+
 2002-04-21
-       
-       * src/mimeview.c
-       * src/prefs_common.c
-       * src/prefs_common.h
-       * src/textview.c : Added an option to common preferences -> display
-         to allow user not to automatically display images.
+
+       * version 0.7.5
+
+2002-04-21
+
+       * sylpheed*.png: added new app icons by WAKAI Kazunao (thanks!).
 
 2002-04-21