fix folder flicker introduced in claws22
[claws.git] / ChangeLog
index 5196b272db4523007ea8f138883a9c1117995b79..f2a1ef7f82ed5851e07fa7ddac15c0c7ef8a0704 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2002-10-04
+
+       * configure.in: added $LDAP_LIBS for lber library detection.
+
+2002-10-03
+
+       * version 0.8.5
+
+2002-10-03
+
+       * src/procmsg.c: procmsg_msginfo_get_full_info(): fixed a memory
+         leak, and added error checking.
+
+2002-10-03
+
+       * src/compose.[ch]: added a flag Compose::use_newsgroups, and
+         removed Compose::orig_account.
+         compose_check_for_valid_recipient(): check only enabled entries.
+         compose_write_headers()
+         compose_redirect_write_headers(): add Newsgroups header only
+         when the entry is enabled.
+         compose_send(): modified the method of finding a mail account
+         from a news account so that it tries to match the From address.
+       * src/send.c: send_message_queue(): enabled the queueing of news
+         messages.
+       * src/news.[ch]: news_post_stream(): new.
+
+2002-10-03
+
+       * configure.in: check lber first and use $LDAP_LIBS on the check
+         for ldap.
+
+2002-10-02
+
+       * po/*.po: fixed many typos of format strings which will lead to
+         crash (thanks to Sergey Vlasov).
+
+2002-10-02
+
+       * src/procheader.c: procheader_parse_stream(): added Cc header
+         to the target for full parsing.
+       * src/procmsg.[ch]: procmsg_msginfo_get_full_info(): new. It
+         returns the full message information from the given information.
+       * src/compose.c: compose_reply(), compose_forward(): get full
+         message information for Cc header.
+
+2002-10-02
+
+       * src/inc.c: inc_account_mail(), inc_all_account_mail(): update
+         IMAP4 and NNTP folder summary after checking those accounts.
+
+2002-10-01
+
+       * version 0.8.4
+
+2002-10-01
+
+       * src/prefs_common.c: prefs_compose_create(): modified the label
+         of the option for Reply button.
+       * configure.in: add -lldap and -llber to the 5th argument of
+         AC_CHECK_LIB() for LDAP library detection.
+
+2002-09-30
+
+       * INSTALL
+         INSTALL.jp: updated.
+
+2002-09-30
+
+       * src/mainwindow.c: toggle the behavior of Reply button between
+         normal reply and reply-to-list.
+       * src/prefs_common.[ch]: added an option to switch the function
+         of Reply button.
+
+2002-09-27
+
+       * src/compose.c: compose_new(): removed the workaround for XIM
+         because it doesn't have any effect and only seems to cause
+         hangs.
+
+2002-09-26
+
+       * src/compose.[ch]: compose_reply(): added a flag for reply-to-ML.
+         compose_parse_header(): parse also List-Post header.
+         compose_reply_set_entry(): support reply-to-ML (fall back to
+         normal reply if ML address is not found).
+       * src/mainwindow.c
+         src/prefs_common.c
+         src/summaryview.c: reorganized Reply menu and added 'Reply to
+         mailing list'.
+       * src/utils.[ch]: scan_mailto_url(): new. It scans mailto URL and
+         returns newly allocated parameters.
+
 2002-09-25
 
        * src/account.c: account_read_config_all(): set account information