sync with 0.8.1cvs26
[claws.git] / ChangeLog
index 1ac10bb93fb90199f6424e80eda1fae62dc6bf40..ccf4b5cb3a16f0d5267445356caa3747150fceb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,107 @@
+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
+         temporary files in ~/.sylpheed/.
+       * src/main.c: create temporary directory in ~/.sylpheed/.
+       * src/compose.c
+         src/inc.c: create temporary files in ~/.sylpheed/, and modified
+         the file name.
+         compose_exec_ext_editor(): fixed a bug that failed to create the
+         temporary file if g_get_tmp_dir() returned directory other than
+         '/tmp'.
+
+2002-08-08
+
+       * src/utils.c: copy_file(): check if dest_bak != NULL when unlinking.
+
+2002-08-08
+
+       * src/utils.[ch]: canonicalize_file_replace(): fixed a bug that fails
+         to replace the file when the given file and temporary file are not
+         on the same filesystem.
+         copy_file(): added a flag whether to keep backup.
+         move_file(): added a flag whether to overwrite the destination file.
+
+2002-08-07
+
+       * src/socket.[ch]: fixed the linking failure when IPv6 is enabled.
+       * src/select-keys.c: modified key selection dialog.
+
+2002-08-07
+
+       * src/socket.[ch]: my_gethostbyname(): new.
+       * src/utils.c: get_domain_name(): return FQDN instead of short
+         hostname (thanks to Bob Woodside).
+       * src/template.c: made the debug messages less verbose.
+
 2002-08-06
 
        * src/prefs_common.[ch]: removed obsolete default sign key setting.
+       * src/utils.c: canonicalize_file(): correct the error check of
+         fwrite().
 
 2002-08-06