0.9.3claws25
[claws.git] / ChangeLog.claws
index 5d06f6e6a238ab59dcecae6941d0b577ccc0dc89..1330c0a7320cb15e90f51da92200544f90532048 100644 (file)
@@ -1,3 +1,31 @@
+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