link clamav_lib to the plugin and not to the main program
[claws.git] / ChangeLog.claws
index 31863a391b7608af6450b7ecc4551c400693bcab..794029c21365155fb2fd02c418ddebae28ab2a56 100644 (file)
@@ -1,3 +1,342 @@
+2003-05-19 [paul]      0.8.11claws167
+
+       * src/plugins/clamav/Makefile.am
+         configure.ac
+               link clamav_lib to the plugin and not to the main program
+
+2003-05-19 [paul]      0.8.11claws166
+
+       * sync with 0.9.0cvs1
+               see ChangeLog 2003-05-19
+
+2003-05-19 [paul]      0.8.11claws165
+
+       * src/inc.c
+               fix 'pop before smtp' timeout
+
+2003-05-18 [alfons]    0.8.11claws164
+
+       * src/prefs_matcher.c
+               put "execute" action command line ("expression") in edit box
+
+2003-05-18 [christoph] 0.8.11claws163
+
+       * src/mimeview.[ch]
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/image_viewer/viewer.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+               let a viewer to have a list of Content-Types
+
+2003-05-18 [paul]      0.8.11claws162
+
+       * src/prefs_filtering.c
+               add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
+               and REDIRECT actions
+
+2003-05-17 [christoph]
+
+       * README.claws
+               o remove dynamic signatures that was syned with main
+               o add infos about no longer "build in" image viewer
+               o update bugtracker URL
+
+2003-05-17 [christoph] 0.8.11claws161
+
+       * src/folder.c
+       * src/folderview.c
+       * src/imap.c
+               don't use imap_scan_folder anymore. Instead call folder_item_scan
+               for every folder after rebuilding the folder tree.
+
+       (closes Bug 19 imap_scan_folder() computes incorrectly number of new
+        messages)
+
+2003-05-17 [christoph] 0.8.11claws160
+
+       * src/imap.c
+               don't use STATUS command on current folder to check for
+               content changes. imap_cmd_ok() now tracks changes to
+               folder and number of existing messages.
+
+2003-05-17 [paul]      0.8.11claws159
+
+       * src/plugins/clamav/clamav_plugin.c
+               remove unnecessary debug_print
+
+2003-05-16 [thorsten]  0.8.11claws158
+
+       * src/plugins/demo.c
+               included missing intl.h
+
+2003-05-16 [paul]      0.8.11claws157
+
+       * po/POTFILES.in
+               remove non-existant entries
+       
+       * src/plugins/clamav/clamav_plugin.c
+         src/plugins/clamav/clamav_plugin_gtk.c
+         src/plugins/dillo_viewer/dillo_prefs.c
+         src/plugins/dillo_viewer/dillo_viewer.c
+               gettextise
+
+2003-05-16 [christoph] 0.8.11claws156
+
+       * po/POTFILES.in
+               include plugin .c files for translation until I
+               find a better solution to have plugins have their
+               own textdomain
+       * src/plugins/demo/demo.c
+       * src/plugins/image_viewer/plugin.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+               add gettext macros for plugin name and description
+
+2003-05-16 [paul]
+
+       * sync with 0.9.0
+
+2003-05-16 [paul]      0.8.11claws155
+
+       * sync with lastest 0.9.0pre1
+               see ChangeLog 2003-05-16
+
+2003-05-15 [paul]      0.8.11claws154
+
+       * sync with latest 0.9.0pre1
+               see ChangeLog 2003-05-14 and 2003-05-15
+
+2003-05-14 [christoph] 0.8.11claws153
+
+       * src/plugins/image_viewer/viewer.c
+       * src/plugins/image_viewer/viewer.glade         ** NEW **
+       * src/plugins/image_viewer/viewerprefs.c
+               make it possible to disable the autoload function in the
+               imageviewer again
+
+2003-05-14 [christoph] 0.8.11claws152
+
+       * src/folder.c
+               fix folder update after adding a message
+
+2003-05-13 [alfons]    0.8.11claws151
+
+       * src/common/session.c
+               remove debug traces
+               
+       * src/addrcache.[ch]
+       * src/filtering.[ch]
+       * src/folder.[c]
+       * src/gtkaspell.[ch]
+       * src/imap.[ch]
+       * src/mbox_folder.[ch]
+       * src/mh.[ch]
+       * src/mimeview.h
+       * src/msgcache.[ch]
+       * src/news.[ch]
+       * src/passphrase.[ch]
+       * src/prefs_common.[ch]
+       * src/prefs_gtk.[ch]
+       * src/procmsg.c
+       * src/scoring.[ch]
+               be pedantic; (in prototypes () implies (int))
+
+2003-05-13 [alfons]    0.8.11claws150
+
+       * src/prefs_toolbar.[ch]
+       * src/summaryview.[ch]
+       * src/toolbar.[ch]
+               change misleading text in toolbar prefs;
+               add toolbar action for ignore thread (toggles ignore thread flag);
+               clean up a little bit;
+
+2003-05-12 [paul]
+
+       * tools/convert_mbox.pl
+               bug fixed by Fred Marton
+
+2003-05-12 [paul]
+
+       * sync with 0.9.0pre1
+
+2003-05-09 [paul]      0.8.11claws149
+
+       * sync with 0.8.11cvs43
+               see ChangeLog 2003-05-09
+
+2003-05-08 [christoph] 0.8.11claws148
+
+       * src/imap.[ch]
+               o use CAPABILIY as first command and check for PREAUTH
+                 information in the response to it
+               o rewrite all imap_cmd_* functions to use an IMAPSession
+                 instead of a SockInfo as parameter
+               o do STARTTLS after fetching and checking the server
+                 capabilities
+
+2003-05-08 [paul]      0.8.11claws147
+
+       * tools/Makefile.am
+         tools/README
+         tools/convert_mbox.pl         ** NEW FILE **
+               add mbox conversion script. Submitted by 
+               Fred Marton <Fred.Marton@uni-bayreuth.de>
+
+2003-05-07 [christoph]
+
+       * doc-src/glade.txt
+       * src/gtk/pluginwindow.glade
+       * src/plugins/image_viewer/viewerprefs.glade
+       * src/plugins/spamassassin/spamassassin_gtk.glade
+               add glade files for user interfaces and a description how
+               to use glade to create the sylpheed code
+
+2003-05-07 [paul]      0.8.11claws146
+
+       * sync with 0.8.11cvs41
+               see ChangeLog 2003-05-07
+
+2003-05-06 [christoph] 0.8.11claws145
+
+       * src/main.c
+       * src/plugins/image_viewer/viewer.c
+               fix usage of imlib in imageviewer plugin
+
+       * src/gtk/prefswindow.c
+               handle window close event correctly
+
+2003-05-06 [paul]      0.8.11claws144
+
+       * src/common/ssl.c
+               fix typo introduced in sync
+
+2003-05-06 [paul]      0.8.11claws143
+
+       * sync with 0.8.11cvs39
+               see ChangeLog 2003-05-06
+
+2003-05-06 [paul]      0.8.11claws142
+
+       * AUTHORS
+         po/cs.po
+               updated Czech translation, submitted by 
+               Radek Vybiral <Radek.Vybiral@vsb.cz>
+               
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               clean up
+
+2003-05-03 [alfons]    0.8.11claws141
+
+       * src/compose.[ch]
+               make paste as quotation work even when the call to 
+               text_inserted() was deferred (fixes bug #140 "Paste 
+               as quotation does not work when using "external" 
+               clipboard")
+
+2003-05-03 [thorsten]  0.8.11claws140
+
+       * src/addrquery.h
+         src/ldapquery.h
+         src/mainwindow.c
+               removed C++ comments
+       * src/addr_compl.c
+               function with non-int retval/param used before
+               implementation/declaration
+
+2003-05-02 [paul]      0.8.11claws139
+
+       * src/addr_compl.[ch]
+         src/addressbook.[ch]
+         src/addrindex.c
+         src/summaryview.c
+               revert match's changes to (finally) remove the bug where
+               opening a folder causes massive slowdown when using the 
+               'Display sender using address book' option
+
+2003-05-01 [melvin]    0.8.11claws138
+
+       * src/plugins/dillo_viewer/dillo_prefs.[ch]
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               Fixed bug where "Cancel" button from prefs issued
+               warnings.
+               Comply a little more to coding style
+
+2003-05-01 [paul]      0.8.11claws137
+
+       * sync with 0.8.11cvs38
+               see ChangeLog 2003-05-01
+
+2003-05-01 [paul]      0.8.11claws136
+
+       * po/bg.po
+               updated by George Danchev
+
+2003-04-30 [christoph] 0.8.11claws135
+
+       * src/plugins/dillo_viewer/dillo_prefs.c
+       * src/plugins/image_viewer/viewerprefs.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               remove gtk_widget_ref() calls for widgets in
+               glade code
+
+2003-04-30 [paul]      0.8.11claws134
+
+       * src/addrindex.c
+               ok, this time a better fix for the bug where opening folder
+               has massive slowdown when using the 'Display sender using 
+               address book' option
+
+2003-04-30 [paul]      0.8.11claws133
+
+       * src/addrindex.c
+               revert the 'fix' of 0.8.11claws128 because it doesn't fix it
+       
+2003-04-30 [melvin]    0.8.11claws132
+
+       New: Dillo plugin preferences (patch by Dimitar Haralanov)
+
+       * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
+               Preferences for the dillo plugin
+       * src/plugins/dillo_viewer/dillo_viewer.c
+               Support for preferences
+       * src/plugins/dillo_viewer/Makefile.am
+               Added dillo_prefs.[ch]
+
+2003-04-30 [alfons]    0.8.11claws131
+
+       * src/common/plugin.[ch]
+               see? this ANSI C'fication immediately gives us type
+               checking for free.
+
+2003-04-30 [alfons]    0.8.11claws130
+
+       * src/common/plugin.[ch]
+       * src/plugins/clamav/clamav_plugin.[ch]
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/demo/demo.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/image_viewer/plugin.c
+       * src/plugins/image_viewer/viewer.[ch]
+       * src/plugins/image_viewer/viewerprefs.[ch]
+       * src/plugins/mathml_viewer/mathml_viewer.c
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+               clean up
+
+2003-04-30 [alfons]    0.8.11claws129
+
+       * src/common/utils.c
+               make is_ascii_str() fail gracefully when NULL pointer
+               is passed
+
+2003-04-30 [paul]      0.8.11claws128
+
+       * src/addrindex.c
+               fix bug where opening folder has massive slowdown when
+               using the 'Display sender using address book' option
+
 2003-04-30 [paul]      0.8.11claws127
 
        * src/plugins/clamav/clamav_plugin.c