sync with 0.8.1cvs17
[claws.git] / ChangeLog
index 543d552b7daf5353fc0af3458bfc5da032e45088..84924e4ba5dc91d9e02d0991c05c8ebd160a5ca2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,130 @@
+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
+         initialization.
+       * src/utils.c:
+         log_print()
+         log_message()
+         log_warning()
+         log_error(): add time stamp to log messages.
+
+2002-07-31
+
+       * src/socket.c:
+         corrected a typo (HAVE_SYS_SELECT -> HAVE_SYS_SELECT_H)
+
+2002-07-31
+
+       * src/socket.c: implemented socket I/O timeout.
+         fd_recv(): new.
+       * src/pop.c: check errors and return error value correctly.
+
+2002-07-31
+
+       * src/prefs_actions.c: made the action's input/output dialog display
+         without delay. Made the dialog modal instead of making window
+         insensitive. Also cleaned up its UI.
+
+2002-07-29
+
+       * implemented --attach command line option.
+       * src/main.c:
+         Cmd::attach_files: new member to store file paths.
+         parse_cmd_opt(): added --attach option. --compose option is implied.
+         prohibit_duplicate_launch()
+         lock_socket_input_cb(): added "compose_attach" message.
+       * src/compose.c
+         src/mainwindow.c
+         src/textview.c: renamed compose_new_with_recipient() to
+         compose_new(), and added an argument for attachment files.
+
+2002-07-29
+
+       * src/logwindow.c: freeze GtkText widget while hidden.
+         log_window_append(): changed the header for message and warning.
+
+2002-07-26
+
+       * src/news.c: implement automatic cache expiration.
+         news_delete_expired_caches(): new.
+         news_get_article_list(): fixed a bug that nonexistent messages
+         were not removed from list.
+       * src/procmsg.[ch]: procmsg_get_last_num_in_msg_list(): renamed
+         procmsg_get_last_num_in_cache().
+       * src/utils.[ch]: remove_expired_files(): new.
+
+2002-07-26
+
+       * src/inc.c:
+         inc_mail(): force summary refresh when using external command for
+         incorporation.
+         inc_all_account_mail(): fixed a bug on spool checking failure.
+
+2002-07-25
+
+       * version 0.8.1
+
 2002-07-24
 
        * src/addressbook.c