2.10.0 unleashed
[claws.git] / ChangeLog
index 1e93b6ec927290b51361f220cf82e37562c5a47d..59926d1c5cc983d98f39e13e0ff7288c7c7c1873 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,153 @@
+2007-07-02 [paul]      2.10.0
+
+       * NEWS
+       * README
+       * RELEASE_NOTES
+               2.10.0 released
+
+2007-07-02 [paul]      2.9.2cvs78
+
+       * po/de.po
+       * po/en_GB.po
+       * po/es.po
+       * po/fr.po
+       * po/hu.po
+       * po/pt_BR.po
+       * po/ru.po
+       * po/zh_CN.po
+               updated by Stephan Sachse, me, Ricardo Mones
+               Lastra, Fabien Vantard, Pader Rezso, Frederico
+               Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
+
+2007-07-02 [paul]      2.9.2cvs77
+
+       * AUTHORS
+               updated
+
+2007-06-29 [wwp]       2.9.2cvs76
+
+       * src/gtk/headers.h
+               Fix a typo (thanks to Ricardo for finding this out).
+
+2007-06-28 [paul]      2.9.2cvs75
+
+       * src/folderview.c
+               fix build warnings
+
+2007-06-28 [paul]      2.9.2cvs74
+
+       * tools/Makefile.am
+               fix bug in the autotools build system.
+               Files cataloged under EXTRA_DIST were never
+               automatically copied to the build tree.
+               (fix 'make distcheck')
+               Patch by Michael Rasmussen.
+
+2007-06-24 [colin]     2.9.2cvs73
+
+       * src/news_gtk.c
+               Fix bug 1249, 'Error handling for 
+               news errors needs modification'
+               Only popup error if the according
+               pref in Prefs/Receive is set.
+
+2007-06-21 [colin]     2.9.2cvs72
+
+       * src/common/plugin.c
+       * src/common/plugin.h
+               Change plugin API to know whether it's safe to 
+               unload plugins or whether we should just hide
+               them. Fixes bug 1248, 'Core dumps after 
+               unloading plugin and clicking on load plugins'
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/demo/demo.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/pgpcore/plugin.c
+       * src/plugins/pgpinline/plugin.c
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/trayicon/trayicon.c
+               Update API
+
+2007-06-19 [colin]     2.9.2cvs71
+
+       * src/compose.c
+       * src/messageview.c
+               Fix crash mentioned in bug 1246
+               Race condition when automatically drafting
+               due to insertion on reedit.
+
+2007-06-18 [wwp]       2.9.2cvs70
+
+       * src/importldif.c
+               LDIF import: use a "Proceed" button to complete
+               the process.
+
+2007-06-18 [paul]      2.9.2cvs69
+
+       * configure.ac
+               use pkgconfig to check for gtk and glib
+
+2007-06-17 [wwp]       2.9.2cvs68
+
+       * src/ldif.c
+       * src/importldif.c
+               LDIF import: better error handling, minor code
+               and UI cleanup, and renamed the Save button
+               to Close, as imported stuff is already saved
+               when the Save button is shown.
+
+2007-06-17 [colin]     2.9.2cvs67
+
+       * src/prefs_summaries.c
+       * src/procmsg.c
+               Don't set as read when forwarded, only replied to
+
+2007-06-17 [paul]      2.9.2cvs66
+
+       * src/alertpanel.c
+               add missing #include
+
+2007-06-16 [colin]     2.9.2cvs65
+
+       * src/prefs_summaries.c
+       * src/procmsg.c
+               Change the pref "Only mark as read when opened
+               in new window" to "..., replied to or forwarded".
+               Based on a patch by Paul Rolland.
+
+2007-06-16 [paul]      2.9.2cvs64
+
+       * src/gtk/authors.h
+               alphabetical order! :)
+
+2007-06-16 [colin]     2.9.2cvs63
+
+       * AUTHORS
+       * src/gtk/authors.h
+               Add Michael Rasmussen in authors list
+
+2007-06-16 [colin]     2.9.2cvs62
+
+       * src/messageview.c
+               Fix messageview_copy_clipboard to take advantage
+               of plugins' get_selection.
+
+2007-06-15 [colin]     2.9.2cvs61
+
+       * src/action.c
+       * src/addr_compl.c
+       * src/addressbook.c
+       * src/folderview.c
+       * src/message_search.c
+       * src/mimeview.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/textview.c
+               Allow GDK_KP_Enter to do the same as GDK_Return
+               Patch by Michael Rasmussen
+
 2007-06-15 [paul]      2.9.2cvs60
 
        * src/compose.c