diff options
author | Harry Lu <harry.lu@sun.com> | 2004-10-08 17:38:31 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-10-08 17:38:31 +0800 |
commit | 6da4058665d0d49eb2c8be7b3a0a62ca9f8f8e7a (patch) | |
tree | 6d61c0c34fa47f98fb880494824d2cc256d92b6b /mail/ChangeLog | |
parent | 35ddf245532168c64559c6b6cfdb0c0970c6a5f2 (diff) | |
download | gsoc2013-evolution-6da4058665d0d49eb2c8be7b3a0a62ca9f8f8e7a.tar gsoc2013-evolution-6da4058665d0d49eb2c8be7b3a0a62ca9f8f8e7a.tar.gz gsoc2013-evolution-6da4058665d0d49eb2c8be7b3a0a62ca9f8f8e7a.tar.bz2 gsoc2013-evolution-6da4058665d0d49eb2c8be7b3a0a62ca9f8f8e7a.tar.lz gsoc2013-evolution-6da4058665d0d49eb2c8be7b3a0a62ca9f8f8e7a.tar.xz gsoc2013-evolution-6da4058665d0d49eb2c8be7b3a0a62ca9f8f8e7a.tar.zst gsoc2013-evolution-6da4058665d0d49eb2c8be7b3a0a62ca9f8f8e7a.zip |
implement popup_menu so that popup menu can be shown with Shift+F10 on
2004-10-08 Harry Lu <harry.lu@sun.com>
* em-folder-tree.c: (em_folder_tree_class_init), (real_popup_menu),
(emft_popup_menu), (emft_tree_button_press): implement popup_menu
so that popup menu can be shown with Shift+F10 on folder tree.
* em-folder-view.c: (emfv_popup), (emfv_list_key_press):
same as above.
svn path=/trunk/; revision=27507
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f7a87f5626..d0a57ac3d3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2004-10-08 Harry Lu <harry.lu@sun.com> + + * em-folder-tree.c: (em_folder_tree_class_init), (real_popup_menu), + (emft_popup_menu), (emft_tree_button_press): implement popup_menu + so that popup menu can be shown with Shift+F10 on folder tree. + * em-folder-view.c: (emfv_popup), (emfv_list_key_press): + same as above. + 2004-10-07 Not Zed <NotZed@Ximian.com> * mail-component.c (mc_startup): dont init the base plugin system |