2007-06-18 [paul] 2.9.2cvs69
[claws.git] / ChangeLog
index 1e93b6ec927290b51361f220cf82e37562c5a47d..83dfb8085df802ef892238c45c817475325a3840 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+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