0.8.11claws152
[claws.git] / ChangeLog
index 0fceb82f52acddc76c824aef8fc8bab5bf088228..3acac661c7ec0f01dd6a08f7a6f957327a49c590 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2003-05-12
+
+       * version 0.9.0pre1
+
+2003-05-12
+
+       * src/prefs_account.c: temporarily removed POP before SMTP option.
+
+2003-05-09
+
+       * src/prefs_common.[ch]: changed the description of "Open message when
+         cursor keys are pressed on summary".
+       * src/summaryview.c: summary_show(): open message when always_show_msg
+         is TRUE.
+
+2003-05-09
+
+       * src/logwindow.[ch]: restrict the maximum lines of the log messages
+         to reduce the memory usage.
+
+2003-05-07
+
+       * src/compose.c: compose_insert_sig(): fixed a crash when signature
+         string contains illegal sequence.
+       * src/utils.[ch]: changed get_wcs_len() to get_mbs_len() for accuracy.
+
+2003-05-07
+
+       * major refactoring of MIME structure.
+       * src/procmime.c: procmime_scan_message(): decrypt message if
+         gpgme is enabled. Create multipart tree only if content-type is
+         multipart/* or message/rfc822.
+         procmime_scan_multipart_message(): fixed the scanning of
+         message/rfc822 part.
+       * src/action.c: parse_append_msgpart()
+         src/messageview.c: messageview_show()
+         src/mimeview.c: mimeview_show_message(): use procmime_scan_message()
+         instead of procmsg_open_message() and procmime_scan_mime_header().
+         mimeview_set_multipart_tree(): conform to the new MIME structure.
+       * src/textview.c: textview_show_part(): removed unnecessary check.
+       * src/procmsg.c: procmsg_open_message_decrypted(): fixed the file
+         pointer when decryption failed.
+
+2003-05-06
+
+       * src/ssl.c: ssl_init_socket_with_method(): replaced log_warning()
+         by g_warning(), and log_print() by debug_print().
+       * src/pop.[ch]: added an error code PS_NOTSUPPORTED, and retry with
+         LAST if UIDL is not supported.
+
 2003-05-01
 
        * src/codeconv.c: conv_get_code_conv_func(): convert to EUC-JP only
@@ -6,7 +56,7 @@
 2003-05-01
 
        * src/action.c: execute_actions(): fixed crash when no text widget
-         is selected.
+         is selected (thanks to Paul and Melvin).
        * src/action.c
          src/prefs_actions.c: added missing reference to Claws team in the
          copyright.