fix leak, rename vars
[claws.git] / ChangeLog
index 0e66f5fa18336a77b0ee2c447ce669f659b87b9a..283aea9e506bd493e53f98082ee951a8a453796c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,235 @@
+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
+         checking to prevent confusion.
+
+2002-08-16
+
+       * src/folder.[ch]: folder_item_get_msg_list(): added a wrapper for
+         method Folder::get_msg_list().
+       * src/account.c: account_edit_prefs(), account_delete(): use
+         folderview_set_all() instead of folderview_rescan_all().
+       * src/folderview.[ch]:
+         folderview_check_new_all(): new. Updates all folders.
+         folderview_rescan_tree(): confirm before executing.
+         folderview_rescan_all(): commented out since it's not used anymore.
+         folderview_update_item_foreach(): added a flag for summary update.
+       * src/inc.c: inc_finished(): update summary only when
+         prefs_common.scan_all_after_inc is set.
+         inc_drop_message(): set mtime of target folder to 0 to force
+         the updating of summary.
+         inc_start(), get_spool(): update also summary when updating
+         folder view.
+       * src/mainwindow.c: changed 'File - Rescan folder tree' to
+         'File - Check for new messages in all folders'.
+
+2002-08-09
+
+       * src/compose.c: compose_write_to_file(): clearsign message body
+         if specified.
+         compose_clearsign_text(): new. Replaces the string with clearsigned
+         one.
+       * src/prefs_account.c: added an option for clearsign.
+       * src/rfc2015.c: rfc2015_clearsign(): new.
+         pgp_sign(): added a flag for clearsign.
+       * src/utils.[ch]: get_tmp_file(): return newly allocated unique file
+         name (needs to be freed by caller).
+         str_write_to_file(), file_read_to_str(): new.
+
+2002-08-08
+
+       * src/procmsg.c: procmsg_read_mark_file(): check key duplication
+         to avoid memory leak.
+
+2002-08-08
+
+       * src/base64.c: include string.h for memcpy().
+       * src/gtksctree.c: use macro ABS() instead of function abs().
+       * src/prefs_account.c
+         src/prefs_common.c: renamed 'send' to 'p_send' so as not to
+         conflict with the function send() in sys/socket.h.
+       * src/mainwindow.c: commented out the unnecessary functions.
+       * src/utils.c: canonicalize_file_replace(): correct warning message.
+
 2002-08-08
 
        * src/utils.[ch]: get_tmp_file(): new. Returns the directory for