2005-08-05 [paul] 1.9.13cvs14
[claws.git] / ChangeLog-gtk2.claws
index 97848d3f4af586546e28bb72678c7c5f8d1a0e64..a8b9ee45375be1fc758a7693762a2cbf0f774580 100644 (file)
@@ -1,3 +1,240 @@
+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
+               missing in 1.9.13cvs6
+
+2005-08-02 [colin]     1.9.13cvs6
+
+       * src/folder.c
+               Fix one more leak
+
+2005-08-02 [colin]     1.9.13cvs5
+
+       * src/folder.c
+       * src/folderview.c
+       * src/imap.c
+       * src/main.c
+       * src/mbox.c
+       * src/procmsg.c
+       * src/summaryview.c
+               Fix a number of folder_item_get_msg_list()-related
+               leaks (missing procmsg_msginfo_free()s)
+
+2005-08-01 [colin]     1.9.13cvs4
+
+       * src/folderview.c
+       * src/folderview.h
+       * src/mainwindow.c
+       * src/prefs_fonts.c
+       * src/prefs_summaries.c
+       * src/prefs_themes.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/textview.c
+       * src/textview.h
+               Fix instant-apply of summary and folderview-related prefs
+               Fix erroneous g_free and alertpanels in prefs_theme
+               Add instant-apply for fonts
+               Defer applying of prefs a little bit so it's done only
+               once even if requested by multiples prefs pages
+
+2005-08-01 [paul]      1.9.13cvs3
+
+       * src/main.c
+               fix bug 776 'S.C. crashes on close'
+               thanks to Colin
+       * src/etpan/etpan-thread-manager-types.h
+               add missing include
+               thanks to Hoa
+
+2005-07-25 [paul]      1.9.13cvs2
+
+       * src/summaryview.c
+               fix typos. spotted by Fabien Vantard
+
+2005-07-24 [paul]      1.9.13cvs1
+
+       * doc/man/sylpheed.1
+               update man page, incorporating fix of
+               bug 769 'Typo in manpage'
+       * src/etpan/imap-thread.c
+               fix NetBSD openssl dependencies. patch by
+               George Michaelson <ggm@apnic.net>
+       * po/pt_BR.po
+               updated by Frederico Goncalves Guimaraes
+
+2005-07-22 [paul]      1.9.13
+
+       1.9.13 release
+
+2005-07-22 [paul]      1.9.12cvs91
+
+       * AUTHORS
+       * INSTALL
+       * README.claws
+       * RELEASE_NOTES.claws
+               updated for release
+       * configure.ac
+       * po/nb.po
+       * tools/claws.i18n.status.pl
+               add Norwegian translation. submiited by
+               Geir Helland <pjallabais@users.sourceforge.net>
+       * po/ca.po
+       * po/de.po
+       * po/es.po
+       * po/fi.po
+       * po/fr.po
+       * po/it.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Miquel Oliete, Thomas Gilgin, Ricardo
+               Mones Lastra, Tommi Pirinen, Fabien Vantard,
+               Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
+               Yang Guilong
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               replace outdated description strings
+
+2005-07-21 [colin]     1.9.12cvs90
+
+       * src/folder.c
+               Set folder to batch mode when scanning it. Makes deletion
+               of unread mails on IMAP much faster (due to the UNREAD 
+               flag unsetting)
+
+2005-07-21 [darko]     1.9.12cvs89
+
+       * configure.ac
+               link against libresolv if necessary (patch by Paul)
+       * src/msgcache.c
+               use glib's portable macros to determine endianness
+
+2005-07-21 [paul]      1.9.12cvs88
+
+       * src/crash.c
+       * src/gtk/about.c
+               update compiled-in features list
+
+2005-07-20 [colin]     1.9.12cvs87
+
+       * src/folder.c
+       * src/textview.c
+               Gcc 2.9x compilation fixes, thanks to Darko
+       * src/plugins/clamav/clamav_plugin.c
+               Little optimisation: load virus database only once
+       * src/plugins/spamassassin/spamassassin.c
+               Big optimisation: filtering one mail took at least 1 second,
+               now it takes at least 50ms. Doesn't speed up spamassassin 
+               itself, but should already be much more tolerable.
+
+2005-07-20 [colin]     1.9.12cvs86
+
+       * src/summaryview.c
+               Fix performance issue
+
+2005-07-19 [colin]     1.9.12cvs85
+
+       * src/plugins/pgpinline/plugin.c
+               Fix warning
+
+2005-07-19 [colin]     1.9.12cvs84
+
+       * configure.ac
+       * src/plugins/Makefile.am
+       * src/plugins/pgpinline/.cvsignore
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpinline/pgpinline.deps
+       * src/plugins/pgpinline/pgpinline.h
+       * src/plugins/pgpinline/plugin.c
+               Put pgpinline in the main tree
+
+2005-07-19 [paul]      1.9.12cvs83
+
+       * src/prefs_actions.c
+               prevent '//' in menu names, which cause a crash
+               thanks to Colin
+
 2005-07-19 [paul]      1.9.12cvs82
 
        * configure.ac