sync with 0.8.1cvs21
[claws.git] / ChangeLog
index 3df766d60e3f8cada4de91dce181ab65a46b103d..163f2aec870e0b9f453c58675122a00eda9b1c92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,103 @@
+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
+
+       * src/compose.c: compose_write_to_file():
+         canonicalize line endings before encrypting/signing (this will fix
+         interoperability with other MUAs).
+         Removed unnecessary strdup.
+         Don't encrypt/sign draft message.
+       * src/utils.[ch]:
+         canonicalize_file(), canonicalize_file_replace(): new.
+       * src/passphrase.c
+         src/select-keys.c: changed g_message() to debug_print() and
+         g_warning().
+       * src/mimeview.c: mimeview_check_signature(): removed unnecessary
+         MIME structure scanning.
+       * src/textview.c: textview_add_part(): show signature status in
+         TextView.
+       * src/rfc2015.c
+         src/sigstatus.c: modified translatable strings and some MIME
+         headers.
+
+2002-08-06
+
+       * src/procmsg.c: procmsg_save_to_outbox(): don't forget to remove
+         the temporary file when saving from queue.
+2002-08-05
+
+       * src/compose.c
+         src/passphrase.[ch]
+         src/rfc2015.[ch]
+         src/prefs_account.[ch]
+         src/prefs_common.[ch]: merged GnuPG stuff from the claws branch.
+         Modified some messages.
+
+2002-08-05
+
+       * src/textview.c: textview_scan_header(): fixed a memory leak
+         (thanks to Alfons).
+
+2002-08-04
+
+       * src/prefs_actions.c: execute_actions(): put create_io_dialog()
+         in right conditional block.
+
 2002-08-01
 
        * src/compose.c: compose_wrap_line_all(): fixed character buffer