aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2007-10-26 15:24:57 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-10-26 15:24:57 +0800
commited049190958ff94c9b94637bc44447668a821d85 (patch)
tree6e6c37caf7556e3f299fc3300adb8eb5b8106442 /mail/ChangeLog
parent88937e0e64c91cbaee85cc111feb3634b4c84e0c (diff)
downloadgsoc2013-evolution-ed049190958ff94c9b94637bc44447668a821d85.tar
gsoc2013-evolution-ed049190958ff94c9b94637bc44447668a821d85.tar.gz
gsoc2013-evolution-ed049190958ff94c9b94637bc44447668a821d85.tar.bz2
gsoc2013-evolution-ed049190958ff94c9b94637bc44447668a821d85.tar.lz
gsoc2013-evolution-ed049190958ff94c9b94637bc44447668a821d85.tar.xz
gsoc2013-evolution-ed049190958ff94c9b94637bc44447668a821d85.tar.zst
gsoc2013-evolution-ed049190958ff94c9b94637bc44447668a821d85.zip
** Fix for bug #489027
2007-10-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #489027 * evolution-mail.schemas.in: New hidden option 'thread_latest' to fall back to thread sorting like before 2007-05-17 (see below). * message-list.c: (struct _MessageListPrivate), (message_list_construct): New property 'thread_latest'. * message-list.c: (ml_tree_sort_value_at): Sort based on this property. svn path=/trunk/; revision=34426
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 b6b9c29526..46f79d43f5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,13 @@
+2007-10-26 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #489027
+
+ * evolution-mail.schemas.in: New hidden option 'thread_latest' to fall
+ back to thread sorting like before 2007-05-17 (see below).
+ * message-list.c: (struct _MessageListPrivate),
+ (message_list_construct): New property 'thread_latest'.
+ * message-list.c: (ml_tree_sort_value_at): Sort based on this property.
+
2007-10-24 Milan Crha <mcrha@redhat.com>
** Fix for bug #467364 by Christian Kintner