aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNicholas Miell <nmiell@gmail.com>2007-11-26 19:28:54 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-11-26 19:28:54 +0800
commit042ba3ee7ee150deb11c1e03076320a4d44c2c37 (patch)
tree3d460c3fe9275a1044515abbf426606aa823c89c /mail/ChangeLog
parent897f2574fd48427e81a21692e6ec0abc8f74eee4 (diff)
downloadgsoc2013-evolution-042ba3ee7ee150deb11c1e03076320a4d44c2c37.tar
gsoc2013-evolution-042ba3ee7ee150deb11c1e03076320a4d44c2c37.tar.gz
gsoc2013-evolution-042ba3ee7ee150deb11c1e03076320a4d44c2c37.tar.bz2
gsoc2013-evolution-042ba3ee7ee150deb11c1e03076320a4d44c2c37.tar.lz
gsoc2013-evolution-042ba3ee7ee150deb11c1e03076320a4d44c2c37.tar.xz
gsoc2013-evolution-042ba3ee7ee150deb11c1e03076320a4d44c2c37.tar.zst
gsoc2013-evolution-042ba3ee7ee150deb11c1e03076320a4d44c2c37.zip
** Fix for bug #216485 Edit->Select thread menu fix and improvement.
2007-11-26 Nicholas Miell <nmiell@gmail.com> ** Fix for bug #216485 Edit->Select thread menu fix and improvement. * mail/em-folder-browser.c: (emfb_edit_select_subthread): new function, (emfb_enable_map, emfb_verbs) hook it up * mail/message-list.c: (select_thread): new function based on thread_select_foreach, (thread_select_foreach): remove the logic now in select_thread, (message_list_select_thread): use select_thread, (subthread_select_foreach): new function, (message_list_select_subthread): new function * mail/message-list.h: (message_list_select_subthread): add prototype * ui/evolution-mail-list.xml Add Select Message Subthread svn path=/trunk/; revision=34585
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 83058385cb..b3ca18a6a1 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,17 @@
+2007-11-26 Nicholas Miell <nmiell@gmail.com>
+
+ ** Fix for bug #216485
+ Edit->Select thread menu fix and improvement.
+
+ * em-folder-browser.c: (emfb_edit_select_subthread): new function,
+ (emfb_enable_map, emfb_verbs) hook it up
+ * message-list.c: (select_thread): new function based on
+ thread_select_foreach, (thread_select_foreach): remove the logic
+ now in select_thread, (message_list_select_thread): use
+ select_thread, (subthread_select_foreach): new function,
+ (message_list_select_subthread): new function
+ * message-list.h: (message_list_select_subthread): add prototype
+
2007-11-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #494414