2005-08-05 [paul] 1.9.13cvs14
[claws.git] / ChangeLog-gtk2.claws
index fe7ade17c6d440e0c659a7cd67e0d6cad267d2fb..a8b9ee45375be1fc758a7693762a2cbf0f774580 100644 (file)
@@ -1,3 +1,82 @@
+2005-08-05 [paul]      1.9.13cvs14
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_summaries.c
+       * src/summaryview.c
+               replace 'open_unread_on_enter' option with
+               'select_on_entry' option. opening/not opening
+               is now exclusively controlled by 'always_show_msg'
+
+2005-08-04 [colin]     1.9.13cvs13
+
+       * src/compose.c
+               Remove dead code
+               Add colourisation of quotes and signatures
+       * src/folderview.c
+               Fix possible crashes
+       * src/messageview.c
+               Change an assert that is no problem
+       * src/news.c
+       * src/news_gtk.c
+       * src/news_gtk.h
+               Fix offline mode
+       * src/gtk/quicksearch.c
+               Fix a possible crash
+
+2005-08-03 [colin]     1.9.13cvs12
+
+       * src/prefs_account.c
+               Fix bug #777 (Sylpheed crash in account configuration)
+
+2005-08-03 [colin]     1.9.13cvs11
+
+       * src/addressbook.c
+       * src/editaddress.c
+       * src/editgroup.c
+               Fixing addressbook, round 2
+       * src/textview.c
+               Fix emphasis color on rechecking 'Colorize messages'
+
+2005-08-03 [paul]      1.9.13cvs10
+
+       sync with main
+
+       * src/addr_compl.c
+       * src/compose.c
+       * src/main.c
+       * src/pop.c
+       * src/prefs_account.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/quote_fmt_parse.y
+       * src/textview.c
+       * src/common/quoted-printable.c
+       * src/common/utils.c
+       * src/common/utils.h
+       * src/common/xml.c
+               replaced incorrect locale-independent
+               ctype functions with GLib's. Corrected
+               signedness mismatch.
+       * src/headerview.c
+               headerview_create(): added spacing for vbox.
+       * src/gtk/about.c
+               set focus to the OK button.
+
+2005-08-03 [colin]     1.9.13cvs9
+
+       * src/folderview.c
+               Fix possible crash
+
+2005-08-02 [colin]     1.9.13cvs8
+
+       * src/mainwindow.c
+               Fix cast
+       * src/addressbook.c
+       * src/addressitem.h
+               Fix a cast and more generally, try to make the
+               GUI more intuitive and consistent (round 1)
+
 2005-08-02 [paul]      1.9.13cvs7
 
        * src/folder.h