2005-10-09 [colin] 1.9.15cvs25
[claws.git] / ChangeLog-gtk2.claws
index 271fca79a31c51715cbc0c655effaca8f1d2a86f..2c01193a8b2e5c56345436899dff0d3b41b1410a 100644 (file)
@@ -1,3 +1,118 @@
+2005-10-09 [colin]     1.9.15cvs25
+
+       * src/compose.c
+       * src/compose.h
+               Fix bug #829 (Non-working "Encrypt message by 
+               default when replying to an encrypted message")
+
+2005-10-08 [colin]     1.9.15cvs24
+
+       * src/wizard.c
+               Fix bug #827 ("Welcome" setup wizard after a 
+               permission error gives up & forgets itself.)
+
+2005-10-08 [colin]     1.9.15cvs23
+
+       * src/procmime.c
+               Fix bug #828 (Ignoring headers with spaces around = sign)
+
+2005-10-08 [colin]     1.9.15cvs22
+
+       * src/export.c
+               Warning fix by wwp
+
+2005-10-08 [colin]     1.9.15cvs21
+
+       * src/folder.c
+       * src/folder.h
+               Add a processing_pending indicator, set on 
+               folder_item_open and cleared after 
+               folder_item_process_open
+       * src/folderview.c
+       * src/summaryview.c
+               wrap procmsg_msginfo_*_flags, and in the
+               wrapper check that there's no folder processing 
+               pending. If there is, defer the flags change until 
+               processing is done to avoid stepping over each
+               other's toes.
+               Freeze during processing, but not during scanning.
+
+2005-10-07 [colin]     1.9.15cvs20
+
+       * src/plugins/pgpcore/passphrase.c
+               Fix bug #826 (X-Server hangs when 
+               right-clicking a PGP encrypted message)
+
+2005-10-07 [paul]      1.9.15cvs19
+
+       * src/compose.c
+               fix compose_entries[]
+               patch by Fabien Vantard
+
+2005-10-06 [colin]     1.9.15cvs18
+
+       * src/pixmaps/address.xpm
+       * src/pixmaps/address_book.xpm
+       * src/pixmaps/book.xpm
+       * src/pixmaps/check_spelling.xpm
+       * src/pixmaps/checkbox_off.xpm
+       * src/pixmaps/checkbox_on.xpm
+       * src/pixmaps/close.xpm
+       * src/pixmaps/complete.xpm
+       * src/pixmaps/continue.xpm
+       * src/pixmaps/deleted.xpm
+       * src/pixmaps/down_arrow.xpm
+       * src/pixmaps/exec.xpm
+       * src/pixmaps/forwarded.xpm
+       * src/pixmaps/group.xpm
+       * src/pixmaps/ignorethread.xpm
+       * src/pixmaps/interface.xpm
+       * src/pixmaps/jpilot.xpm
+       * src/pixmaps/ldap.xpm
+       * src/pixmaps/linewrap.xpm
+       * src/pixmaps/linewrapcurrent.xpm
+       * src/pixmaps/mail.xpm
+       * src/pixmaps/mail_attach.xpm
+       * src/pixmaps/mail_compose.xpm
+       * src/pixmaps/mail_forward.xpm
+       * src/pixmaps/mail_receive.xpm
+       * src/pixmaps/mail_receive_all.xpm
+       * src/pixmaps/mail_reply.xpm
+       * src/pixmaps/mail_reply_to_all.xpm
+       * src/pixmaps/mail_reply_to_author.xpm
+       * src/pixmaps/mail_send.xpm
+       * src/pixmaps/mail_send_queue.xpm
+       * src/pixmaps/mime_application.xpm
+       * src/pixmaps/mime_audio.xpm
+       * src/pixmaps/mime_image.xpm
+       * src/pixmaps/mime_message.xpm
+       * src/pixmaps/mime_text_enriched.xpm
+       * src/pixmaps/mime_text_html.xpm
+       * src/pixmaps/mime_text_plain.xpm
+       * src/pixmaps/mime_unknown.xpm
+       * src/pixmaps/new.xpm
+       * src/pixmaps/news_compose.xpm
+       * src/pixmaps/offline.xpm
+       * src/pixmaps/online.xpm
+       * src/pixmaps/paste.xpm
+       * src/pixmaps/preferences.xpm
+       * src/pixmaps/privacy_emblem_encrypted.xpm
+       * src/pixmaps/privacy_expired.xpm
+       * src/pixmaps/privacy_failed.xpm
+       * src/pixmaps/privacy_passed.xpm
+       * src/pixmaps/privacy_signed.xpm
+       * src/pixmaps/privacy_unknown.xpm
+       * src/pixmaps/privacy_warn.xpm
+       * src/pixmaps/properties.xpm
+       * src/pixmaps/replied.xpm
+       * src/pixmaps/search.xpm
+       * src/pixmaps/unread.xpm
+       * src/pixmaps/up_arrow.xpm
+       * src/pixmaps/vcard.xpm
+               Modernize internal theme, with icons from the 
+               Gnomaws theme. Keep some of the old ones where
+               they were better.
+
 2005-10-06 [colin]     1.9.15cvs17
 
        * src/summaryview.c