* src/compose.c
[claws.git] / ChangeLog
index 5e8d8f0deb1020071203c9f203c66677510391b7..f2a1ef7f82ed5851e07fa7ddac15c0c7ef8a0704 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,328 @@
+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
+         to default before initializing with configuration file.
+       * src/prefs_account.[ch]: prefs_account_new(): new. It returns a
+         newly created account information structure initialized by
+         the default settings.
+
+2002-09-24
+
+       * src/addr_compl.c:
+         replace_address_in_edit(): check if newtext is NULL.
+         completion_window_button_press(): fixed a memory leak.
+       * src/pop.c: LOOKUP_NEXT_MSG(): don't expire messages whose
+         recv_time is RECV_TIME_KEEP.
+         pop3_getrange_uidl_recv(): only set get_all flag if
+         ac_prefs->getall is set.
+         pop3_retr_recv(): don't delete messages which are not received
+         by filter, and set recv_time to RECV_TIME_KEEP in the case.
+       * src/pop.h: added an enum RecvTime.
+       * src/inc.c: inc_drop_message(): unlink temporary message file if
+         not received by filter.
+
+2002-09-20
+
+       * src/mainwindow.c: added 'Edit/Select thread' menu.
+       * src/summaryview.[ch]: added 'Select thread' to the context menu.
+         summary_select_thread(): new. It selects all messages of current
+         thread.
+
+2002-09-19
+
+       * src/rfc2015.c: check_signature(): corrected error handling and
+         fixed memory leak.
+
+2002-09-19
+
+       * src/rfc2015.c: check_signature(): correctly remove the last empty
+         line, and canonicalize the file part before verifying (this should
+         fix incompatibility with Evolution or some other MUAs).
+       * src/utils.[ch]: copy_file_part(): new. It copies the specified
+         range of file stream to another file.
+
+2002-09-19
+
+       * src/compose.c: compose_write_to_file(): force BASE64 encoding for
+         8-bit text when signing (thanks to Colin Leroy).
+
+2002-09-16
+
+       * src/prefs_common.c: prefs_send_create(): fixed the charset string
+         for Cyrillic (Windows-1251).
+
+2002-09-15
+
+       * version 0.8.3
+
+2002-09-15
+
+       * src/codeconv.c: changed the charset for ru_RU.CP1251 to
+         Windows-1251. Added bg_BG locale.
+
+2002-09-11
+
+       * src/compose.c: account_activated(): change the state of menu items
+         and entries according to the selected account.
+         compose_select_account(): new. It changes the state of title bar,
+         menu items and entries.
+
+2002-09-11
+
+       * src/inc.c: inc_mail(): correct new_msgs when inc_spool() returned
+         by error.
+         Don't refresh summary view on fetching when open_inbox_on_inc is
+         set.
+
+2002-09-10
+
+       * src/summaryview.c: summary_show(): refresh even if open_inbox_on_inc
+         is set (to avoid summary refresh problem).
+       * src/imap.c: removed warnings by checking the existence of directory
+         before calling remove*_numbered_files().
+
+2002-09-06
+
+       * src/prefs_common.c: corrected English.
+
+2002-09-06
+
+       * src/prefs_common.[ch]: added an option: "Mark messages as read
+         only when opened in new window".
+
+2002-09-04
+
+       * src/folder.c:
+         folder_tree_destroy()
+         folder_write_list_recursive(): added sanity check.
+       * src/imap.c: imap_scan_tree(): if folder->node is NULL and
+         can't get session, create empty folder node (based on the
+         Alfons' suggestion).
+
+2002-09-03
+
+       * src/textview.c: textview_key_pressed(): pass GDK_Delete event to
+         SummaryView.
+       * src/summaryview.c: summary_key_pressed(): scroll correct TextView
+         on MIME mode.
+
+2002-09-02
+
+       * src/news.c: news_scan_group(): fixed wrong message number
+         calculation.
+
+2002-08-30
+
+       * major refactoring for POP3.
+       * src/inc.[ch]: moved Pop3State, inc_pop3_state_new(),
+         inc_pop3_state_destroy(), inc_get_uidl_table(), and
+         inc_write_uidl_list() into pop.c.
+         Moved Pop3State::folder_table and Pop3State::inc_state into
+         IncSession.
+         inc_start()
+         inc_put_error(): added lockbusy state.
+         inc_pop3_session_do(): obtain inc_state from Pop3State::error_val.
+         inc_cancel(): don't terminate the automaton here but just set
+         the flags to prevent crash.
+       * src/pop.[ch]
+         pop3_getauth_pass_recv()
+         pop3_getauth_apop_recv(): check lockbusy state.
+         pop3_retr_recv(): check Pop3State::cancelled flag.
+       * src/automaton.[ch]: added 'cancelled' flag to Automaton.
+         automaton_input_cb(): terminate if cancelled flag is true.
+       * sylpheed.desktop: changed Type=Internet to Type=Application.
+         Added Categories=Application;Network;.
+
+2002-08-29
+
+       * src/inc.[ch]
+         src/pop.c
+         src/progressdialog.c: show detailed information to the status
+         column.
+         Added cur_total_recv_bytes to Pop3State.
+       * src/prefs_common.[ch]: added an option to specify whether to
+         close receive dialog when finished.
+
+2002-08-28
+
+       * src/folder.[ch]: folder_get_path(): new. It returns the root path
+         of Folder.
+       * src/imap.c
+         src/news.c
+         imap_folder_destroy()
+         imap_remove_msg()
+         imap_remove_all_msg()
+         news_folder_destroy(): remove cache directories / files when
+         deleting Folder / messages.
+       * src/utils.c:
+         file_exist()
+         is_dir_exist()
+         is_file_entry_exist(): check if the argument is NULL.
+         remove_all_files()
+         remove_numbered_files()
+         remove_expired_files(): fixed memory leaks on error.
+
+2002-08-28
+
+       * src/folder.[ch]
+         src/imap.[ch]
+         src/mh.[ch]
+         src/news.[ch]
+         src/session.[ch]
+         src/smtp.[ch]: made Folder and Session destructor virtual method.
+
+2002-08-27
+
+       * src/compose.c: do joining of normal lines only when auto-wrapping.
+       * src/main.c: modified the warning message for GnuPG.
+       * src/about.c: about_create(): modified the compiled-in features
+         list.
+       * configure.in: improved LDAP library checking (thanks to Alfons).
+
+2002-08-26
+
+       * version 0.8.2
+
+2002-08-26
+
+       * src/compose.c:
+         join_next_line()
+         compose_wrap_line_all(): backed out the change to join lines that
+         are not indented.
+       * NEWS
+         TODO
+         TODO.jp: updated.
+       * configure.in: require at least gpgme-0.3.5.
+
+2002-08-23
+
+       * src/alertpanel.c: alertpanel_create(): minor modification.
+       * modified NEWS.
+
+2002-08-23
+
+       * updated NEWS.
+
+2002-08-23
+
+       * src/alertpanel.c: alertpanel_create(): modified the layout.
+       * src/rfc2015.c: check_signature(): don't abort on error.
+
+2002-08-22
+
+       * src/compose.c: compose_wrap_line_all(): freeze widget only if
+         required to repress flickers.
+
+2002-08-21
+
+       * src/compose.c: improved line wrapping.
+         join_next_line()
+         compose_wrap_line_all(): also join lines that are not indented.
+         dump_text(): handle multi-byte strings correctly.
+
+2002-08-21
+
+       * src/compose.c: compose_wrap_line_all(): fix for auto-wrapping
+         (go to next line when space is entered at line limit).
+
+2002-08-19
+
+       * src/inc.c: inc_get_uidl_table(): fixed a memory leak reported by
+         Martin Kluge.
+
 2002-08-16
 
        * src/mh.c: mh_scan_tree_recursive(): disabled Maildir folder