0.9.3claws25
[claws.git] / ChangeLog.claws
index dd3e2712930e5821bb94f1471b6c44afadde8334..1330c0a7320cb15e90f51da92200544f90532048 100644 (file)
@@ -1,3 +1,245 @@
+2003-07-18 [christoph] 0.9.3claws25
+
+       * configure.ac
+       * src/common/sylpheed.[ch]
+       * src/common/version.h.in
+               add version in numeric form to allow easy comparison
+
+       * src/plugins/demo/demo.c
+               add version check
+               - sylpheed version > plugin version => never allowed, sylpheed
+                 could contain unknown API changes
+               - sylpheed version < minimum version required => don't load,
+                 API required not available (if linking does not fail)
+
+2003-07-18 [alfons]    0.9.3claws24
+       
+       * src/common/plugin.[ch]
+               const correctness
+
+2003-07-18 [christoph] 0.9.3claws23
+
+       * src/common/hooks.c
+               fix crash when hooks where unregisted
+
+       * src/plugins/trayicon/trayicon.c
+               unregister detroy signal before destroying the widget
+               (still crashes when the plugin is unloaded)
+
+2003-07-18 [alfons]    0.9.3claws22
+       
+       * src/folderview.c
+               delay expanding folder tree during drags until timeout triggered
+               (needs perhaps some tweaking, so testing is welcome)
+
+2003-07-17 [alfons]    0.9.3claws21
+
+       * src/folderview.c
+               clean up cruft
+
+2003-07-17 [christoph] 0.9.3claws20
+
+       * src/common/session.c
+               fix opening of SSL connections
+
+       * src/plugins/image_viewer/Makefile.am
+               add OPENSSL_CFLAGS (we should find a better solution to remove
+               this dependencies if they are not required)
+
+       * src/plugins/spamassassin/spamassassin.c
+               remove setlocale workaround (fixed in libspamc)
+
+2003-07-17 [alfons]    0.9.3claws19
+
+       * src/common/hooks.[ch]
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/trayicon/trayicon.c
+               fix signedness muck 
+
+2003-07-17 [alfons]    0.9.3claws18
+
+       * src/procmime.c
+               plug memleak
+
+2003-07-17 [alfons]    0.9.3claws17
+
+       * src/inc.c
+               plug memleak
+
+2003-07-17 [paul]      0.9.3claws16
+
+       * src/common/defs.h
+         src/mainwindow.c
+         src/manual.[ch]
+               add link to the Claws site's FAQ page, after the suggestion
+               and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
+               Move url strings to defs.h
+               
+       * src/mainwindow.c
+               fix typo to prevent "unknown menu entry" warnings
+
+2003-07-17 [alfons]    0.9.3claws15
+
+       * src/folderview.[ch]
+       * src/summaryview.[ch]
+       * src/mimeview.[ch]
+               plug DnD leaks 
+
+2003-07-17 [paul]      0.9.3claws14
+
+       * src/inc.c
+               remove two instances of 'GTK_EVENTS_FLUSH' because
+               they are unnecessary and probably cause a stack overflow
+
+2003-07-16 [christoph] 0.9.3claws13
+
+       * src/mimeview.[ch]
+               use an invisible GTK notebook to switch between viewers
+               instead of reparenting widgets
+
+2003-07-16 [christoph] 0.9.3claws12
+
+       * src/folder.c
+               move folder_item_update_freeze() to correct place in
+               folder_item_scan_full()
+
+2003-07-16 [paul]      0.9.3claws11
+
+       * sync with 0.9.3cvs12
+               see ChangeLog 2003-07-14 and 2003-07-15
+
+2003-07-16 [christoph] 0.9.3claws10
+
+       * src/imap.[ch]
+       * src/prefs_account.[ch]
+               sync IMAP CRAM-MD5 authentication with sylpheed-main
+
+2003-07-15 [alfons]    0.9.3claws9
+
+       * src/main.c
+               make --config-dir do something useful
+
+2003-07-15 [alfons]    0.9.3claws8
+
+       * src/procmsg.c
+               o fix a bug where 'last' didn't really point to the last message
+                 in the top level list of children, but to the last threaded
+                 message. 
+               
+               o clean up and make it easier to sync
+
+2003-07-15 [alfons]    0.9.3claws7
+
+       * src/mainwindow.c
+               make correct menu items sensitive       
+
+2003-07-14 [alfons]    0.9.3claws6
+
+       * src/procmsg.c
+               tune the threader so it will not subject-thread any message
+               without a subject prefix (this will not thread correctly if 
+               a parent is delivered after their childs, but it looks 
+               better right now)
+
+2003-07-13 [christoph] 0.9.3claws5
+
+       * src/mainwindow.c
+               group "Add mailbox *..." menu items in submenu
+
+2003-07-13 [alfons]    0.9.3claws4
+
+       * src/summaryview.c
+               correct summary_toggle_pressed() signature and make sure
+               signal is not passed on
+
+2003-07-13 [alfons]    0.9.3claws3
+
+       * src/summaryview.c
+               o for now don't pass on keys when they we're handled by 
+                 ctree::key_press_event
+               o clean up
+
+2003-07-13 [alfons]    0.9.3claws2
+       
+       * src/main.c
+               add command line option "--config-dir" to get the current 
+               configuration dir
+
+2003-07-12 [alfons]    0.9.3claws1
+
+       * src/matcher.[ch]
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering.c
+       * src/filtering.c
+               add "Lock" filter action to lock messages;
+
+       * src/filtering.c       
+               remove debug_print()    
+       * src/prefs_filtering.c
+               re-organize matcher part 9: 
+               make action text entries easily extendible;
+               merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
+               ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
+
+2003-07-12 [paul]
+
+       * tools/README
+               update old information and add missing
+               information
+
+2003-07-12 [paul]      0.9.3claws
+
+       * 0.9.3claws released
+       
+2003-07-12 [paul]      0.9.0claws103
+
+       * src/Makefile.am
+               add addrquery.h
+
+2003-07-12 [melvin]    0.9.0claws102
+
+       * src/messageview.c
+               Fixed bug #215: Show MIME tab for single text/html messages. 
+               
+2003-07-12 [paul]      0.9.0claws101
+
+       * man/sylpheed.1
+               updated
+
+2003-07-12 [paul]      0.9.0claws100
+
+       * po/es.po
+         po/hr.po
+         po/pl.po
+         po/sr.po
+               update Spanish, Croatian, Polish, Serbian translations.
+               submitted by Ricardo Mones Lastra, Dragan, Witold
+               Wladyslaw Wojciech Wilk, Urke MMI
+
+2003-07-12 [melvin]    0.9.0claws99
+
+       * po/fr.po
+               Updated French translations.
+
+2003-07-12 [paul]      0.9.0claws98
+
+       * src/addressbook.c
+               disable 'Lookup' button as it has no effect
+
+2003-07-11 [alfons]    0.9.0claws97
+       
+       * src/summaryview.c
+               summary_searchbar_pressed() should return TRUE to signal that
+               event was handled. when returning void, the return value passed
+               to GTK is actually random, but maybe FALSE, in which case the
+               event is handled by parent
+               
+2003-07-10 [paul]      0.9.0claws96
+
+       * ac/missing/gettext.m4
+               update to version 0.12
+
 2003-07-10 [paul]      0.9.0claws95
 
        * src/plugins/clamav/clamav_plugin.c