diff options
author | Maxx Cao <maxx.cao@sun.com> | 2003-07-15 12:23:19 +0800 |
---|---|---|
committer | Yuedong Du <york@src.gnome.org> | 2003-07-15 12:23:19 +0800 |
commit | 6ed89aec8563c3675d77d0d1b0832db9cc3bbe30 (patch) | |
tree | e53d54ddf065eb4393af1897256e492c73dc4fa4 /composer/ChangeLog | |
parent | ea8b624e51eb2e1122d96e4eec0521e7fa719413 (diff) | |
download | gsoc2013-evolution-6ed89aec8563c3675d77d0d1b0832db9cc3bbe30.tar.gz gsoc2013-evolution-6ed89aec8563c3675d77d0d1b0832db9cc3bbe30.tar.zst gsoc2013-evolution-6ed89aec8563c3675d77d0d1b0832db9cc3bbe30.zip |
** For bug #45826
2002-07-14 Maxx Cao <maxx.cao@sun.com>
** For bug #45826
* e-msg-composer-attachment-bar.c (class_init): connect the
"popup_menu" signal, so that S-F10 keybinding will work.
(popup_menu_event): funcion added to handle "popup_menu" (S-F10 key).
(popup_menu_placement_callback): function added to place the popup
menu to the center of attachment icon, in case it is activated by
keyboard.
svn path=/trunk/; revision=21812
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index b054034a91..529a2b800e 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,14 @@ +2002-07-14 Maxx Cao <maxx.cao@sun.com> + + ** For bug #45826 + + * e-msg-composer-attachment-bar.c (class_init): connect the + "popup_menu" signal, so that S-F10 keybinding will work. + (popup_menu_event): funcion added to handle "popup_menu" (S-F10 key). + (popup_menu_placement_callback): function added to place the popup + menu to the center of attachment icon, in case it is activated by + keyboard. + 2003-07-07 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (e_msg_composer_new_with_message): Updated to |