sync with 0.8.11cvs27
[claws.git] / ChangeLog.claws
index 363fa469f789cf3fe808382b3680fff6f63e1328..7213d25c56b75eb6541623b8919feaf72c8f9f40 100644 (file)
@@ -1,3 +1,147 @@
+2003-04-15 [paul]      0.8.11claws95
+
+       * sync with 0.8.11cvs27
+               see ChangeLog 2003-04-16
+
+2003-04-15 [paul]      0.8.11claws94
+
+       * src/prefs_common.[ch]
+               rearrange to stop the window getting too long:
+                       move Receive dialog stuff to Receive tab
+                       move Send dialog to Send tab
+                       remove Dialogs frame
+               rename 'Open messages in summary with cursor keys' to
+               'Always open messages in summary when selected', as its
+               more appropriate
+
+2003-04-15 [paul]      0.8.11claws93
+
+       * src/prefs_common.[ch]
+         src/summaryview.c
+               add new option '/Interface/Open next message on deletion'
+
+2003-04-15 [paul]      0.8.11claws92
+
+       * src/summaryview.[ch]
+               add /Mark/Lock and /Mark/Unlock to the pop-up
+               menu. Patch submitted by Ivan Francolin Martinez
+               <ivanfm@users.sourceforge.net>
+
+2003-04-15 [paul]      0.8.11claws91
+
+       * sync with 0.8.11cvs24
+               see ChangeLog 2003-04-15
+
+2003-04-14 [jens]      0.8.11claws90
+
+       * updated German translation and some corrections from
+               Roland Bless <bless@tm.uka.de>
+
+2003-04-14 [paul]      0.8.11claws89
+
+       * sync with 0.8.11cvs22
+               see ChangeLog 2003-04-14
+
+2003-04-13 [paul]      0.8.11claws88
+
+       * src/plugins/clamav/clamav_plugin.c
+               fix memory leaks
+               clean up
+
+2003-04-12 [paul]      0.8.11claws87
+
+       * src/plugins/clamav/clamav_plugin.c
+               activate enable/disable archive scanning option
+               
+       * src/plugins/clamav/.cvsignore         ** NEW FILE **
+
+2003-04-12 [paul]      0.8.11claws86
+
+       * src/plugins/Makefile.am
+         src/plugins/clamav/Makefile.am                ** NEW FILE **
+         src/plugins/clamav/README                     ** NEW FILE ** 
+         src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
+         src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
+               add Clam AntiVirus plugin
+
+2003-04-12 [paul]      0.8.11claws85
+
+       * sync with 0.8.11cvs21
+               see ChangeLog 2003-04-11
+
+2003-04-11 [paul]      0.8.11claws84
+
+       * po/es.po
+               update Spanish translation. Submitted by Ricardo
+               Mones Lastra.
+
+2003-04-10 [christoph] 0.8.11claws83
+
+       * src/mbox.c
+               fix typo that did not move unfiltered mails to destination
+               folder
+
+       (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
+        when filtering from spool)
+
+2003-04-10 [christoph] 0.8.11claws82
+
+       * src/imap.c
+               use BODY.PEEK instead of BODY in in message fetch operation
+               to make sure the IMAP server does not set the \Seen flag for
+               messages. Sylpheed does that later itself, when the message
+               is opened in sylpheed
+
+       (closes Bug 111 Claws destroys unread marks)
+
+2003-04-09 [oliver]    0.8.11claws81
+       
+       * src/folder.c
+               fix crash in folder_destroy
+       * README.claws
+               remove selective download
+
+2003-04-09 [christoph] 0.8.11claws80
+
+       * src/imap.c
+               fix crash in imap_get_msginfo() when then fetched message
+               is not found
+
+       (closes Bug 110 Crash during mail composition)
+
+2003-04-08 [christoph] 0.8.11claws79
+
+       * src/folder.c
+       * src/prefs_account.c
+               Filter new messages that are found in an INBOX folder
+               when 'Filter messages on receiving' is enabled in the
+               Folder's AccountPrefs. This allows to use Sylpheed's
+               filtering engine for IMAP folders where messages are
+               added to the INBOX by a MTA
+
+2003-04-08 [paul]      0.8.11claws78
+
+       * src/procmsg.h
+               clean up after last commit
+
+2003-04-08 [paul]      0.8.11claws77
+
+       * sync with 0.8.11cvs20
+               see ChangeLog 2003-04-07 and 2003-04-08
+
+2003-04-07 [christoph] 0.8.11claws76
+
+       * src/filtering.[ch]
+       * src/inc.[ch]
+       * src/mbox.c
+       * src/procmsg.[ch]
+               add procmsg_msginfo_filter() to execute filtering actions
+
+2003-04-06 [christoph] 0.8.11claws75
+
+       * src/imap.c
+               use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
+
 2003-04-06 [christoph] 0.8.11claws74
 
        * src/common/utils.[ch]