aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-03-05 06:01:12 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-03-05 06:01:12 +0800
commitc5f85f4f331f5b8117d24dbec871a312d712e654 (patch)
treefece9c1f720d4e2ec314c2d7ea3dea9b195ce176 /mail/ChangeLog
parent944f73858b5d8091199b6d3a9b243e797fad3e48 (diff)
downloadgsoc2013-evolution-c5f85f4f331f5b8117d24dbec871a312d712e654.tar
gsoc2013-evolution-c5f85f4f331f5b8117d24dbec871a312d712e654.tar.gz
gsoc2013-evolution-c5f85f4f331f5b8117d24dbec871a312d712e654.tar.bz2
gsoc2013-evolution-c5f85f4f331f5b8117d24dbec871a312d712e654.tar.lz
gsoc2013-evolution-c5f85f4f331f5b8117d24dbec871a312d712e654.tar.xz
gsoc2013-evolution-c5f85f4f331f5b8117d24dbec871a312d712e654.tar.zst
gsoc2013-evolution-c5f85f4f331f5b8117d24dbec871a312d712e654.zip
Connect to the focus-in/out events on the message-list so that we can
2002-03-04 Jeffrey Stedfast <fejj@ximian.com> * folder-browser.c (my_folder_browser_init): Connect to the focus-in/out events on the message-list so that we can disable the EditInvertSelection and EditSelectThread menu items when the message-list is not in focus. * folder-browser-ui.c (folder_browser_ui_message_list_unfocus): New function to de-sensitize some items if the message-list is not in focus. (folder_browser_ui_message_list_focus): New function to sensitize some items if the message-list is not in focus. * mail-callbacks.c (invert_selection): Only invert the selection of the message-list if it is the widget in focus. * message-list.c (message_list_select): Do not explicitly grab the focus here. svn path=/trunk/; revision=15909
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index b52aa923fe..becab93fa1 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,22 @@
+2002-03-04 Jeffrey Stedfast <fejj@ximian.com>
+
+ * folder-browser.c (my_folder_browser_init): Connect to the
+ focus-in/out events on the message-list so that we can disable the
+ EditInvertSelection and EditSelectThread menu items when the
+ message-list is not in focus.
+
+ * folder-browser-ui.c (folder_browser_ui_message_list_unfocus):
+ New function to de-sensitize some items if the message-list is not
+ in focus.
+ (folder_browser_ui_message_list_focus): New function to sensitize
+ some items if the message-list is not in focus.
+
+ * mail-callbacks.c (invert_selection): Only invert the selection
+ of the message-list if it is the widget in focus.
+
+ * message-list.c (message_list_select): Do not explicitly grab the
+ focus here.
+
2002-03-04 Ettore Perazzoli <ettore@ximian.com>
[Fix #19303.]