2006-12-01 [wwp] 2.6.0cvs72
[claws.git] / ChangeLog
index bc75a6e0f788d5b7c3f7dcd58004f469b3a14261..adc2e206b696a509ec12c706294cbf4763c93d6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2006-12-01 [wwp]       2.6.0cvs72
+
+       * src/common/defs.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/message_search.c
+       * src/summary_search.c
+       * src/gtk/combobox.c
+       * src/gtk/combobox.h
+               add history combos to all message and summary search fields.
+
+2006-12-01 [wwp]       2.6.0cvs71
+
+       * src/summaryview.c
+               As the list may change while the mark as read delay
+               runs, we can't rely on the 'row' pointer, which can
+               be invalid when the timeout is called. As the mark
+               as read is only done if the message is still selected,
+               use summaryview->selected instead. Thanks to Colin.
+
+2006-11-30 [paul]      2.6.0cvs70
+
+       * src/textview.c
+               give emphasis to "Sylpheed-Claws"
+               as well as "Claws Mail"
+
+2006-11-30 [colin]     2.6.0cvs69
+
+       * src/wizard.c
+               Put the SSL checkboxes in the receiving
+               and sending server pages.
+
+2006-11-29 [colin]     2.6.0cvs68
+
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkvscrollbutton.c
+               Revert some deprecated fixes - they seem to
+               deprecate stuff as soon as a new one gets out.
+               g_object_ref_sink needed glib-2.10.
+
 2006-11-29 [colin]     2.6.0cvs67
 
        * src/common/utils.c