updated translations
[claws.git] / ChangeLog
index fbf4f29a12e121477c42f81f7164566552156a3e..21347b2227d904bc01188a046b03818ab3403512 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+2002-02-12
+
+       * src/procmsg.c: procmsg_open_message(): modified so that it
+         returns the stream of decrypted message file if it exists
+         (this fixes the failure of gpg decryption in messageview.c).
+
+2002-02-11
+
+       * version 0.7.1
+
+2002-02-11
+
+       * src/compose.[ch]
+         src/gtkutils.[ch]
+         src/prefs_template.c
+         src/quote_fmt.h
+         src/quote_fmt_parse.y
+         src/summaryview.c
+         src/utils.[ch]: if the part of the message text is selected, use
+         it for quoted text instead of the entire message body (thanks to
+         Darko Koruga).
+         src/utils.[ch]: str_open_as_stream(): new. It returns an
+         temporary stream for the given string.
+       * src/main.c: added "--send" command line option.
+       * src/compose.c: compose_reply_set_entry(): add From address to
+         Cc if Reply-To and to_all are both specified.
+       * Makefile.am: correct the Source: line in the RPM spec file in
+         .tar.bz2 package.
+
+2002-02-07
+
+       * src/procmsg.c: procmsg_open_message(): fetch message if the cache
+         doesn't exist.
+       * src/foldersel.[ch]: foldersel_folder_sel(): added an argument
+         that specifies the folder selection type.
+       * src/addressbook.c
+         src/compose.c
+         src/editaddress.c
+         src/editgroup.c
+         src/folderview.c
+         src/importldif.c
+         src/mainwindow.c
+         src/md5.c
+         src/mimeview.c
+         src/prefs_common.c
+         src/prefs_customheader.c
+         src/prefs_filter.c
+         src/summaryview.c: made it compile with C compilers other than gcc
+         (thanks to Shawn Houston).
+
+2002-02-06
+
+       * src/imap.c: imap_copy_msgs_with_dest(): fixed a bug on traversing
+         list.
+       * src/prefs_common.c: made the key binding setting separate dialog.
+       * src/addressbook.c: addressbook_format_address(): add "" around
+         the display name if it contains comma (thanks to Satoshi Watanabe).
+       * src/addr_compl.c: get_complete_address(): add "" around the
+         display name if it contains comma.
+         get_address_from_edit(): handle the quotation character correctly.
+       * src/addr_compl.c: get_complete_address()
+         src/addressbook.c: addressbook_format_address(): fixed a bug that
+         caused wrong text processing if the display name is empty.
+       * updated NEWS.
+
 2002-02-05
 
        * src/compose.c: compose_exec_ext_editor_real(): replaced