diff options
author | Maxx Cao <maxx.cao@sun.com> | 2003-07-10 20:20:04 +0800 |
---|---|---|
committer | Yuedong Du <york@src.gnome.org> | 2003-07-10 20:20:04 +0800 |
commit | cd534174fa78742f4f16f385cfd8cb214928c27b (patch) | |
tree | 82bfc152cfa3e153a21bf9b1ba5318c9290d5de5 /mail/ChangeLog | |
parent | af1b0565e9eb792500eeba6e56d5a5c5efa855bd (diff) | |
download | gsoc2013-evolution-cd534174fa78742f4f16f385cfd8cb214928c27b.tar gsoc2013-evolution-cd534174fa78742f4f16f385cfd8cb214928c27b.tar.gz gsoc2013-evolution-cd534174fa78742f4f16f385cfd8cb214928c27b.tar.bz2 gsoc2013-evolution-cd534174fa78742f4f16f385cfd8cb214928c27b.tar.lz gsoc2013-evolution-cd534174fa78742f4f16f385cfd8cb214928c27b.tar.xz gsoc2013-evolution-cd534174fa78742f4f16f385cfd8cb214928c27b.tar.zst gsoc2013-evolution-cd534174fa78742f4f16f385cfd8cb214928c27b.zip |
** For bug #41839
2003-07-04 Maxx Cao <maxx.cao@sun.com>
** For bug #41839
* mail-display.c (do_attachment_header): Attachment buttons made
accessable with keyboard (focusable). "Inline" button is disabled
when attachment can't be viewed inline.
(do_signature): Signature button made accessable with keyboard
(focusable).
(button_press): Function changed to an event callback (originally
gtkbutton signal callback).
(popup_menu_placement_callback): Function added to place popup
menu (of attachment) beside button when activated by keyboard.
svn path=/trunk/; revision=21788
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e6b5e1478b..72ab01a47e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +2003-07-04 Maxx Cao <maxx.cao@sun.com> + + ** For bug #41839 + + * mail-display.c (do_attachment_header): Attachment buttons made + accessable with keyboard (focusable). "Inline" button is disabled + when attachment can't be viewed inline. + (do_signature): Signature button made accessable with keyboard + (focusable). + (button_press): Function changed to an event callback (originally + gtkbutton signal callback). + (popup_menu_placement_callback): Function added to place popup + menu (of attachment) beside button when activated by keyboard. + 2003-07-10 Yuedong Du <yuedong.du@sun.com> * evolution-mail.schemas: add a gconf key corresponding to newly |