update
[claws.git] / ChangeLog
index fb2107ac4ad692f91f14cbf7b6f9d1d5dec5c1f8..4b4a14cc0a25208a6d5fb1f407f682f61c315d85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,102 @@
+2002-03-09
+
+       * version 0.7.4
+
+2002-03-09
+
+       * src/ssl.[ch]: match its coding style.
+       * src/compose.c: compose_send_later_cb(): fixed a bug that failed
+         to save file.
+       * faq/Makefile.am
+         faq/en/Makefile.am
+         faq/en/sylpheed-faq*.html
+         faq/es/Makefile.am
+         faq/es/sylpheed-faq*.html
+         faq/fr/Makefile.am
+         faq/fr/sylpheed-faq*.html
+         configure.in
+         Makefile.am
+         src/Makefile.am
+         src/defs.h
+         src/mainwindow.c
+         src/manual.[ch]: added FAQs in English, Spanish and French.
+
+2002-03-07
+
+       * manual/en/sylpheed*.html: updated to the latest version.
+       * libkcc/jis.c
+         src/addrcache.c
+         src/addritem.c
+         src/ldif.c
+         src/mgutils.c: include string.h to remove warning about strlen()
+         etc.
+       * src/folder.c
+         src/folderview.c
+         src/inc.c
+         src/logwindow.c
+         src/mainwindow.c
+         src/mimeview.c
+         src/prefs.c
+         src/prefs_common.c
+         src/procheader.c
+         src/send.c
+         src/session.c
+         src/sigstatus.c
+         src/summaryview.c: added break to the last label of switch to
+         prevent the 'deprecated use of label at end of compound statement'
+         warning at gcc-3.0.
+       * src/rfc2015.c: passphrase_cb(): fixed the type of r_hd.
+
+2002-03-06
+
+       * src/inc.[ch]: preserve the pointer to IncProgressDialog to the
+         static list.
+         inc_cancel_all(): new. It cancels the all current incorporation.
+       * src/mainwindow.c: added 'Cancel receiving' menu.
+       * src/textview.c: a minor fix for single-part MIME messages, and
+         a bit of cleanup for textview_write_body().
+
+2002-03-05
+
+       * src/inc.c: inc_write_uidl_list(): fixed a bug that lost UIDL
+         information if any errors occured before issuing UIDL command.
+         src/inc.h: added uidl_is_valid to Pop3State.
+         src/pop.c: set uidl_is_valid to TRUE if UIDL becomes valid.
+
+2002-03-03
+
+       * version 0.7.3
+
+2002-03-03
+
+       * src/mimeview.c: mimeview_create(): set the initial notebook page
+         to 0.
+       * src/folderview.c: folderview_selected(): scroll the view if the
+         selected row is hidden.
+       * src/prefs_filter.c: prefs_filter_register_cb(): scroll the view
+         and select the added row.
+       * src/summaryview.c: fix threading for null message ids.
+
+2002-03-02
+
+       * src/textview.c: textview_show_message(): follow message/rfc822
+         parts.
+         textview_add_part(): add a caption before the attached text files.
+         textview_show_header(): don't add the newline.
+       * src/messageview.c: enabled message search also in MIME mode.
+
+2002-03-01
+
+       * src/messageview.c: messageview_show(): set header state of
+         MimeView's TextView, too.
+       * src/mimeview.c: mimeview_show_message(): call
+         textview_show_message() to display message.
+       * src/textview.c: textview_add_part(): new. It adds the content
+         of message part without clearing the view.
+         textview_show_message(): display all parts with appropriate
+         style.
+         textview_write_body(): separated from textview_show_part().
+
 2002-02-28
 
        * src/mainwindow.c
          src/prefs_filter.c
          src/prefs_template.c
          src/summary_search.c
-         src/summaryview.c: use MANAGE_WINDO_SIGNALS_CONNECT() macro to
+         src/summaryview.c: use MANAGE_WINDOW_SIGNALS_CONNECT() macro to
          connect signals for window management.
 
 2002-02-21
 
        * src/alertpanel.c: alertpanel_create(): fixed truncated message.
        * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
-         of content-type (thanks to René Rebe for the patch).
+         of content-type (thanks to René Rebe for the patch).
        * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
          detection.
        * src/prefs_common.c: prefs_send_create(): made some more character
          src/mainwindow.c
          src/summaryview.[ch]
          src/sourcewindow.[ch]: integrated the viewing source patch from
-         DINH V. Hoà (thanks!).
+         DINH V. Hoßþ(thanks!).
 
 2001-03-10