use binary mode for file access
[claws.git] / ChangeLog
index fd6130ce8992102e3e6afd44028605dfb9136975..d0069dc6d3267138cf16d6558bc77fe16f344c2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,200 @@
+2002-07-02
+
+       * src/prefs_common.[ch]
+         src/inc.c: added an option to inhibit receive error dialog.
+
+2002-07-01
+
+       * src/account.c: account_find_from_address(): support multiple
+         addresses in header.
+
+2002-06-28
+
+       * src/gtksctree.[ch]: changed GtkSCTree::anchor_row from gint to
+         GtkCTreeNode* so that it won't become invalid after the row move.
+         Removed dependency to gtkutils.c.
+       * src/prefs_common.[ch]
+         src/summaryview.c: summary_selected(): added an option to show
+         message when cursor keys are pressed on summary view.
+
+2002-06-28
+
+       * configure.in
+         src/Makefile.am
+         src/compose.c: changed "host_alias" to "target_alias" so that it
+         shows the correct system name on cross-compiling (thanks to
+         Patrice Mandin).
+
+2002-06-27
+
+       * src/prefs_account.[ch]: added the option menu to force an
+         authentication method for SMTP AUTH.
+       * src/send.c
+         src/smtp.[ch]: smtp_from(), smtp_auth(): added an argument to
+         specify the authentication method for SMTP AUTH.
+         smtp_ehlo(): allow AUTH responses that don't comply with the RFC.
+
+2002-06-25
+
+       * src/prefs_common.[ch]
+         src/compose.c: enabled "Wrap on input".
+
+2002-06-25
+
+       * src/summaryview.[ch]
+         src/mainwindow.c: added "Go to/{Prev,Next} new message" menu.
+         Made some code cleanups.
+
+2002-06-20
+
+       * src/folderview.c
+         src/prefs_common.[ch]: added the hidden option to specify the
+         policy of the vertical scrollbar on folder view.
+
+2002-06-19
+
+       * src/messageview.[ch]:
+         messageview_copy_clipboard(): fixed a bug that couldn't copy text
+         on MIME mode.
+         messageview_get_current_textview(): new.
+         messageview_get_text_widget(): removed.
+       * src/quote_fmt_parse.y: quote message even if msginfo is empty.
+       * src/compose.[ch]: implemented the "Paste as quotation" feature.
+         text_inserted(): new callback for "insert_text" signal.
+         Add quote mark to the pasted text if Compose::paste_as_quotation
+         is TRUE.
+
+2002-06-19
+
+       * src/compose.c: if the Content-Type of a file is text/*, check
+         its content and set the optimal Content-Transfer-Encoding (thanks
+         to Yoichi Yuasa).
+
+2002-06-18
+
+       * src/textview.c: textview_key_pressed(): pass key press event to
+         main window to activate menu shortcuts (thanks to Alfons).
+
+2002-06-18
+
+       * src/folder.c: folder_build_tree(): use strtoul() instead of atoi()
+         for mtime to prevent flooring.
+       * src/imap.c:
+         imap_move_msg()
+         imap_move_msgs_with_dest()
+         imap_copy_msgs_with_dest(): fixed a bug that prevented multiple
+         message copy/move.
+         imap_parse_envelope()
+         imap_cmd_envelope(): use RFC822.HEADER instead of ENVELOPE to get
+         full information of messages and simplify the parser. Also fixed
+         the bug that References header was ignored on threading.
+         imap_parse_one_address()
+         imap_parse_address(): removed.
+         imap_get_header(): new. It reads the RFC822 header and returns
+         a newly allocated string.
+       * src/procheader.[ch]: changed procheader_parse() to
+         procheader_parse_stream() and added different interfaces for it.
+
+2002-06-17
+
+       * po/zh_TW.Big5.po: fixed a mistake that caused a crash.
+
+2002-06-15
+
+       * version 0.7.8
+
+2002-06-13
+
+       * src/inc.c: inc_get_uidl_table(): fixed a bug that garbage time
+         could be inserted into the hash table.
+         inc_write_uidl_list(): a minor code cleanup.
+       * src/mainwindow.c: main_window_get_current_state():
+         make the state unexecutable on an empty folder.
+       * src/summaryview.c: summary_sort(): don't sort on an empty folder.
+       * src/pop.c: minor code cleanups.
+
+2002-06-12
+
+       * src/prefs_account.c: CREATE_RADIO_BUTTONS(): fixed a typo and
+         corrected the behavior of the radio buttons.
+
+2002-06-11
+
+       * implemented 'Delete messages after N days' feature for POP3.
+       * src/inc.[ch]:
+         inc_get_uidl_table()
+         inc_write_uidl_list(): moved the location of UIDL list file from
+         RC_DIR/uidl-* to RC_DIR/uidl/*.
+         Added received time for each UIDLs.
+         src/main.c: main(): create RC_DIR/uidl/ directory.
+         src/pop.[ch]: LOOKUP_NEXT_MSG(): delete expired messages here.
+         Added recv_time to Pop3MsgInfo.
+         src/prefs_account.[ch]: added an option for the number of days for
+         leaving messages.
+
+2002-06-09
+
+       * version 0.7.7
+
+2002-06-07
+
+       * src/folder.c: folder_set_missing_folders(): fixed a bug that
+         caused multiplication of special folders on startup if their
+         types were changed.
+       * src/folderview.c: folderview_remove_mailbox_cb(): modified the
+         label.
+
+2002-06-04
+
+       * src/compose.c: compose_reply(), compose_forward(): reverted the
+         last change since it causes lockup problem.
+
+2002-06-04
+
+       * src/compose.c: compose_reply(), compose_forward(): don't autowrap
+         the signature part.
+         compose_new_with_recipient(): workaround for initial XIM problem.
+
+2002-06-04
+
+       * src/mainwindow.c: sort ascending / descending order can be
+         specified with separated menu items.
+         Added "View/Sort/Don't sort" menu item.
+       * src/summaryview.[ch]: summary_sort(): added an argument for
+         sort type.
+
+2002-05-31
+
+       * implemented persistent sort order.
+       * src/folder.[ch]:
+         folder_build_tree(): read 'sort_key' and 'sort_type' attributes.
+         folder_write_list_recursive(): write sorting state.
+         src/mainwindow.c
+         src/summaryview.[ch]: summary_show(): sort if required.
+         select the top node on descending sort.
+         Removed SummarySortType and sorting state variables from
+         SummaryView.
+
+2002-05-30
+
+       * src/account.c
+         src/news.[ch]
+         src/nntp.[ch]
+         src/prefs_account.[ch]: enabled NNTP over SSL.
+       * src/nntp.c: nntp_group(): issue MODE READER command and retry
+         when GROUP command once failed (this seems to avoid problems on
+         some broken news servers).
+
+2002-05-30
+
+       * faq/it/*.html: corrected DOS linebreaks.
+       * faq/*/*.html: changed ">" to ".
+
+2002-05-29
+
+       * src/prefs_account.c: prefs_account_protocol_activated(): hide
+         unnecessary frames in SSL tab.
+
 2002-05-29
 
        * src/pop.[ch]