sync with 0.7.6cvs21
[claws.git] / ChangeLog
index ce2192f6bf9365aa6d9e849d3666ba3f7752ce6c..f8858fc3e6e218754fc114bb900cc99e08573029 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+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().