fclose() matcherrc after reading
[claws.git] / ChangeLog
index 4eb91528d93bb8413a6b85570602aebe74a471d8..f8858fc3e6e218754fc114bb900cc99e08573029 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,192 @@
+2002-05-31
+
+       * implemented persistent sort order.
+       * src/folder.[ch]:
+         folder_build_tree(): read 'sort_key' and 'sort_type' attributes.
+         folder_write_list_recursive(): write sorting state.
+         src/mainwindow.c
+         src/summaryview.[ch]: summary_show(): sort if required.
+         select the top node on descending sort.
+         Removed SummarySortType and sorting state variables from
+         SummaryView.
+
+2002-05-30
+
+       * src/account.c
+         src/news.[ch]
+         src/nntp.[ch]
+         src/prefs_account.[ch]: enabled NNTP over SSL.
+       * src/nntp.c: nntp_group(): issue MODE READER command and retry
+         when GROUP command once failed (this seems to avoid problems on
+         some broken news servers).
+
+2002-05-30
+
+       * faq/it/*.html: corrected DOS linebreaks.
+       * faq/*/*.html: changed ">" to ".
+
+2002-05-29
+
+       * src/prefs_account.c: prefs_account_protocol_activated(): hide
+         unnecessary frames in SSL tab.
+
+2002-05-29
+
+       * src/pop.[ch]
+         src/inc.c
+         src/prefs_account.[ch]: enabled STLS command in POP3.
+       * src/account.c: account_clist_set_row(): display TLS setting.
+
+2002-05-28
+
+       * src/compose.c: compose_send_later_cb(): support redirect function.
+       * src/imap.[ch]
+         src/ssl.h
+         src/prefs_account.[ch]: enabled STARTTLS command in IMAP4.
+       * src/send.c
+         src/smtp.[ch]: use SSLType instead of SSLSMTPType.
+
+2002-05-28
+
+       * src/utils.[ch]: make_dir(): wrapper for mkdir() and chmod().
+       * src/compose.c: compose_create(): removed unrequired lines.
+
+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