0.8.8claws4
[claws.git] / ChangeLog.claws
index 4073ecc4c205eb0466746d8203a690af195b22a4..5d0826aa8098b22e226ab6b3f1e302b9f296f963 100644 (file)
@@ -1,3 +1,134 @@
+2002-12-26 [christoph] 0.8.8claws4
+
+       * src/common/plugin.c
+               add a little debug output
+       * configure.in
+       * src/plugins/demo/Makefile.am
+               better use of automake
+
+2002-12-26 [christoph] 0.8.8claws3
+
+       * src/Makefile.am
+       * src/common/Makefile.am
+               fix "make distdir"
+
+2002-12-26 [christoph] 0.8.8claws2
+
+       * configure.in
+               sort configure checks into common / gtk / plugins
+       * po/POTFILES.in
+               add src/prefs_gtk.c
+       * src/Makefile.am
+               add plugins SUBDIR
+       * src/main.c
+       * src/common/sylpheed.[ch]
+               added now sylpheed_done function for shutdown
+       * src/common/Makefile.am
+       * src/common/plugin.[ch]                ** NEW **
+               plugin loader and unloader
+       * src/plugins/.cvsignore                ** NEW **
+       * src/plugins/Makefile.am               ** NEW **
+               build plugins
+       * src/plugins/demo/.cvsignore           ** NEW **
+       * src/plugins/demo/Makefile.am          ** NEW **
+       * src/plugins/demo/demo.c               ** NEW **
+               small demo plugin that installs a logtext hook and
+               outputs the log text to stdout
+
+2002-12-26 [paul]      0.8.8claws1
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-12-26 [paul]      0.8.8claws
+
+       * 0.8.8claws released
+
+2002-12-26 [paul]      0.8.7claws12
+
+       * po/bg.po
+               updated by George Danchev
+
+2002-12-26 [paul]      0.8.7claws11
+
+       * po/POTFILES.in
+               remove unneeded 'src/prefs.c' entry 
+
+2002-12-26 [paul]      0.8.7claws10
+
+       * src/codeconv.c
+         src/mainwindow.c
+               sync with 0.8.8 release
+       
+       * src/folder.[ch]
+         src/mh.c
+         src/summaryview.c
+               partial sync with 0.8.8 release
+       
+
+2002-12-25 [alfons]    0.8.7claws9
+
+       * src/matcher.[ch]
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/prefs_matcher.c
+               add locked flag to possible filtering / matcher 
+               conditions (also a good example what should be
+               done to add a simple boolean condition)
+
+2002-12-25 [christoph] 0.8.7claws8
+
+       * src/Makefile.am
+       * src/account.[ch]
+       * src/addrbook.c
+       * src/addressbook.c
+       * src/addrindex.c
+       * src/filtering.c
+       * src/folder.c
+       * src/matcher.c
+       * src/prefs.[ch]                ** REMOVE **
+       * src/prefs_account.c
+       * src/prefs_actions.c
+       * src/prefs_common.c
+       * src/prefs_customheader.c
+       * src/prefs_display_header.c
+       * src/prefs_filtering.c
+       * src/prefs_folder_item.c
+       * src/prefs_gtk.[ch]            ** NEW **
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+       * src/prefs_summary_column.c
+       * src/procmime.c
+       * src/selective_download.c
+       * src/toolbar.c
+       * src/common/Makefile.am
+       * src/common/prefs.[ch]         ** NEW **
+               split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
+
+2002-12-24 [alfons]    0.8.7claws7
+
+       * src/summaryview.c
+               summary_thread_build(): fix real cause of the crash mentioned in
+               0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
+               this way we get meaningful ctree nodes 
+
+2002-12-24 [oliver]    0.8.7claws6
+
+       * src/mainwindow.[ch]
+       * src/messageview.[ch]
+       * src/compose.[ch]
+       * src/inc.c
+       * src/summaryview.c
+               changes to use updated toolbar handling
+               
+2002-12-24 [oliver]    0.8.7claws5
+
+       * src/toolbar.[ch]
+               generic toolbar handling
+               used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
+       * src/prefs_toolbar.[ch]
+               adjust to handling
+       
 2002-12-24 [oliver]    0.8.7claws4
        
        * src/stock_pixmap.[ch]
 2002-12-13 [christoph] 0.8.6claws109
 
        * src/Makefile.am
-       * src/manage_window.[ch]
+       * src/manage_window.[ch]        ** REMOVE **
        * src/gtk/Makefile.am
-       * src/gtk/manage_window.[ch]
+       * src/gtk/manage_window.[ch]    ** NEW **
                move manage_window files to gtk directory
 
 2002-12-13 [christoph] 0.8.6claws108
 
        * src/Makefile.am
-       * src/gtkshruler.[ch]
+       * src/gtkshruler.[ch]           ** REMOVE **
        * src/gtk/Makefile.am
-       * src/gtk/gtkshruler.[ch]
+       * src/gtk/gtkshruler.[ch]       ** NEW **
                move gtkshruler files to gtk directory
 
 2002-12-13 [christoph] 0.8.6claws107