0.8.6claws111
[claws.git] / ChangeLog.claws
index 4cb2354bbaae60cf7aab6b68271a7b3d69539fa3..984c9fef073a3013ff32197352c7b7676159ad05 100644 (file)
@@ -1,3 +1,74 @@
+2002-12-14 [christoph] 0.8.6claws111
+
+       * src/addr_compl.c
+               remove stupid addressbook dump to debug output
+       * src/mh.c
+               fix memory leak found by Hiro
+
+2002-12-14 [paul]      0.8.6claws110
+
+       * src/compose.c
+               fix menubar sensitivity on send
+               
+       * src/prefs_filtering.c
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+               Fix english ;)
+               
+       * src/common/quoted-printable.h
+               sync: fix typo
+       
+2002-12-13 [christoph] 0.8.6claws109
+
+       * src/Makefile.am
+       * src/manage_window.[ch]
+       * src/gtk/Makefile.am
+       * src/gtk/manage_window.[ch]
+               move manage_window files to gtk directory
+
+2002-12-13 [christoph] 0.8.6claws108
+
+       * src/Makefile.am
+       * src/gtkshruler.[ch]
+       * src/gtk/Makefile.am
+       * src/gtk/gtkshruler.[ch]
+               move gtkshruler files to gtk directory
+
+2002-12-13 [christoph] 0.8.6claws107
+
+       * src/Makefile.am
+        * src/compose.c
+       * src/gtkstext.[ch]             ** REMOVE **
+       * src/gtkutils.[ch]
+       * src/textview.c
+       * src/gtk/gtkstext.[ch]         ** NEW **
+       * src/gtk/Makefile.am
+               o move stext functions to gtkstext.c to remove
+                 dependency of gtkutils
+               o move gtkstext files to gtk directory
+
+       * src/gtk/Makefile.am
+       * src/gtk/sslcertwindow.[ch]
+               UI stuff can always depend on common code so
+               it's ok to add ../common to include path
+
+2002-12-13 [colin]     0.8.6claws106
+
+       * src/summaryview.c
+               Disconnect sighandlers for mainwindow when
+               quicksearch has the focus
+               Fix bug #653231
+       * src/mainwindow.[ch]
+               Make key_pressed callback public, to be able
+               to disconnect it
+
+2002-12-13 [christoph] 0.8.6claws105
+
+       * src/mh.c
+               create .mh_sequences file in new MH folders
+               (closes feature request [ 523162 ] MH folders should
+                get a .mh_sequences)
+
 2002-12-13 [colin]     0.8.6claws104
 
        * src/summaryview.c