aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-20 08:21:35 +0800
committerDan Winship <danw@src.gnome.org>2001-01-20 08:21:35 +0800
commit745193f7fbb6d81bb1be72d42a013e014a1da4a9 (patch)
treebc64d42415e77f14e4dc2231435b3a1012bb2bde /mail/ChangeLog
parent3d64b2294f7ac7e04daa9fc893e73a9add9ec8e5 (diff)
downloadgsoc2013-evolution-745193f7fbb6d81bb1be72d42a013e014a1da4a9.tar
gsoc2013-evolution-745193f7fbb6d81bb1be72d42a013e014a1da4a9.tar.gz
gsoc2013-evolution-745193f7fbb6d81bb1be72d42a013e014a1da4a9.tar.bz2
gsoc2013-evolution-745193f7fbb6d81bb1be72d42a013e014a1da4a9.tar.lz
gsoc2013-evolution-745193f7fbb6d81bb1be72d42a013e014a1da4a9.tar.xz
gsoc2013-evolution-745193f7fbb6d81bb1be72d42a013e014a1da4a9.tar.zst
gsoc2013-evolution-745193f7fbb6d81bb1be72d42a013e014a1da4a9.zip
Update for e_popup_menu_run change.
* mail-display.c (pixmap_press): Update for e_popup_menu_run change. * folder-browser.c (etable_key): On GDK_Menu (the menu key on 105-key keyboards), pop up the right-click menu. (on_right_click): update for e_popup_menu_run change. svn path=/trunk/; revision=7662
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index bb1a8623dc..c1f80534a3 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,12 @@
2001-01-19 Dan Winship <danw@ximian.com>
+ * mail-display.c (pixmap_press): Update for e_popup_menu_run
+ change.
+
+ * folder-browser.c (etable_key): On GDK_Menu (the menu key on
+ 105-key keyboards), pop up the right-click menu.
+ (on_right_click): update for e_popup_menu_run change.
+
* subscribe-dialog.c (recursive_add_folder): New function to add a
folder and any parents of it that don't yet exist. Fixes bugzilla
#1028.