aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-06-26 16:39:27 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-06-26 16:39:27 +0800
commit03787e53dd70307774433281bb8e537c831abcdd (patch)
treef78ac4b647424fa259cbfca01c69b998ea658aab /mail/ChangeLog
parent67c5da13e20b4c5f1f35c4b9abe377fd8d95f660 (diff)
downloadgsoc2013-evolution-03787e53dd70307774433281bb8e537c831abcdd.tar
gsoc2013-evolution-03787e53dd70307774433281bb8e537c831abcdd.tar.gz
gsoc2013-evolution-03787e53dd70307774433281bb8e537c831abcdd.tar.bz2
gsoc2013-evolution-03787e53dd70307774433281bb8e537c831abcdd.tar.lz
gsoc2013-evolution-03787e53dd70307774433281bb8e537c831abcdd.tar.xz
gsoc2013-evolution-03787e53dd70307774433281bb8e537c831abcdd.tar.zst
gsoc2013-evolution-03787e53dd70307774433281bb8e537c831abcdd.zip
** Fix for bug #540160
2008-06-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #540160 * message-list.h: (struct _MessageList): * message-list.c: (message_list_init), (on_cursor_activated_cmd), (on_selection_changed_cmd): Remember whether we come from none/multi select to single select and properly update the preview. (Reverting patch for bug #337160 and doing that with other approach.) svn path=/trunk/; revision=35684
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 750355286a..e98d9dee60 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,13 @@
+2008-06-26 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #540160
+
+ * message-list.h: (struct _MessageList):
+ * message-list.c: (message_list_init), (on_cursor_activated_cmd),
+ (on_selection_changed_cmd): Remember whether we come from none/multi
+ select to single select and properly update the preview.
+ (Reverting patch for bug #337160 and doing that with other approach.)
+
2008-06-24 Milan Crha <mcrha@redhat.com>
** Fix for bug #537275