0.8.8claws46
[claws.git] / ChangeLog.claws
index 6f0542bf763a3909b106a6c27e56063ae4c93649..97d84a3b39f4fc2fcb06bcdab32d4f3741ceb769 100644 (file)
@@ -1,3 +1,217 @@
+2003-01-05 [christoph] 0.8.8claws46
+
+       * src/imap.c
+               fix crash when no imap connection could be established
+
+2003-01-05 [paul]      0.8.8claws45
+
+       * src/mainwindow.c
+         src/sumamryview.c
+         src/gtk/menu.[ch]
+               fix bug 605957 'shortcuts in popup-menu'
+               make user-defined shortcuts work
+               show shortcuts that are already defined
+               in the main menu
+               Patch submitted by Luke Plant
+
+2003-01-05 [alfons]    0.8.8claws44
+
+       * src/mainwindow.c
+               focus_in_event handler should not select summary view row 
+               when another window (menu, dialog) grabbed for events 
+               (bug #7, "[0.8.8claws42] Message summary focus") 
+
+2003-01-04 [christoph] 0.8.8claws43
+
+       * src/procmsg.c
+               update save folder after adding the sent message
+
+2003-01-02 [christoph] 0.8.8claws42
+
+       * src/common/plugin.c
+               fix unloading of all plugins and unload
+               plugins in reverse order
+               
+       * src/gtk/pluginwindow.c
+               implement function of load and unload button
+
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               rename register function and add new unregister
+               function
+
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               unregister prefs page and update for changes in
+               src/gtk/prefswindow.c
+
+2003-01-02 [paul]      0.8.8claws41
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2003-01-02 [paul]
+
+       * tools/tb2sylpheed
+               fixes and improvements by Urke MMI
+
+2003-01-02 [thorsten]  0.8.8claws40
+
+       * src/procmsg.c
+               fixed wrong return value
+
+2003-01-02 [thorsten]  0.8.8claws39
+
+       * src/prefs.c
+               fixed printing wrong variable
+
+2003-01-02 [thorsten]  0.8.8claws38
+
+       * src/prefs.c
+               fixed acessing members of freed pfile struct
+
+2003-01-02 [thorsten]  0.8.8claws37
+
+       * src/procmsg.c
+               detect loops across several messages
+               as suggested by Christoph Hohmann
+
+2003-01-01 [match]     0.8.8claws36
+
+       * src/addrindex.c
+               fixed another memory leak.
+
+2003-01-01 [match]     0.8.8claws35
+
+       * src/jpilot.[ch]
+               fixed memory leaks. applied Doxygen comments.
+
+2003-01-01 [thorsten]  0.8.8claws34
+
+       * src/procmsg.c
+               inhibit endless loop if msg references itself
+               (closes Bug [ 660477 ] Infinite loop in parent flag search)
+
+2003-01-01 [christoph] 0.8.8claws33
+
+       * src/mainwindow.c
+       * src/gtk/Makefile.am
+       * src/gtk/pluginwindow.c                ** NEW **
+       * src/gtk/pluginwindow.h                ** NEW **
+               add plugin window
+
+       * src/plugins/demo/demo.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               write better plugin descriptions
+
+2002-12-31 [christoph] 0.8.8claws32
+
+       * src/gtk/prefswindow.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               some small improvements to GTK code
+
+2002-12-31 [christoph] 0.8.8claws31
+
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               enable folder select button
+
+2002-12-31 [christoph] 0.8.8claws30
+
+       * src/mainwindow.c
+       * src/gtk/Makefile.am
+       * src/gtk/prefswindow.c                         ** NEW **
+       * src/gtk/prefswindow.h                         ** NEW **
+               add new prefs window
+
+       * src/common/plugin.c
+               don't try to load empty config lines
+       
+       * src/plugins/spamassassin/Makefile.am
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h       ** NEW **
+       * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
+               GTK config for SpamAssassin Plugin using
+               the new prefs window
+
+2002-12-31 [paul]      0.8.8claws29
+
+       * po/POTFILES.in
+               remove obsolete entry 'src/menu.c'
+
+2002-12-31 [alfons]    0.8.8claws28
+
+       * src/matcher.[ch]
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+               add "ignore_thread" and "~ignore_thread" condition so it's
+               possible to make the actions / scoring operate on the ignore
+               thread flag
+
+2002-12-31 [christoph] 0.8.8claws27
+
+       * src/addrbook.c
+       * src/addrindex.c
+       * src/folder.c
+       * src/matcher.c
+       * src/prefs_account.c
+       * src/prefs_actions.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_gtk.c
+       * src/procmime.c
+       * src/toolbar.c
+       * src/xmlprops.c
+       * src/common/prefs.[ch]
+               extend prefs file handling for reading and automatic handling
+               of blocks. When reading prefs_set_block_label will automatically
+               move on to the block. When writing it will copy all other blocks
+               automatically
+
+       * src/common/plugin.c
+               Now loading plugin filenames from [Plugins] block in
+               sylpheed rc file
+
+2002-12-30 [christoph] 0.8.8claws26
+
+       * src/common/hooks.[ch]
+               return abort status to caller of hooks_invoke
+               
+       * src/inc.[ch]
+               invoke message filtering hook and stop
+               default handling when filter returns abort
+
+       * src/common/plugin.[ch]
+       * src/plugins/demo/demo.c
+               modify plugin loader, because resolving symbols for strings
+               does not work correctly
+       
+       * configure.in
+       * ac/spamassassin.m4                            ** NEW **
+       * src/plugins/spamassassin/.cvsignore           ** NEW **
+       * src/plugins/spamassassin/Makefile.am          ** NEW **
+       * src/plugins/spamassassin/README               ** NEW **
+       * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
+       * src/plugins/spamassassin/spamassassin.c       ** NEW **
+       * src/plugins/spamassassin/utils.[ch]           ** NEW **
+               add spamassassin plugin, see src/plugins/spamassassin/README
+               for details
+
+2002-12-29 [alfons]    0.8.8claws25
+
+       * src/mainwindow.c
+               when moving focus from a message view to the main 
+               window, don't forget to select the summary node
+               of the displayed message. should fix "[ 659103 ] 
+               focus-follows-mouse confuses sylpheed"
+
+2002-12-29 [christoph] 0.8.8claws24
+
+       * src/Makefile.am
+       * src/stringtable.[ch]          ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/stringtable.[ch]   ** NEW **
+               move stringtable files to common directory
+
 2002-12-29 [christoph] 0.8.8claws23
 
        * src/Makefile.am