diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-13 14:57:22 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-13 14:57:22 +0800 |
commit | cf9a0987d91a362480ba13fc6f901c27c8e40a08 (patch) | |
tree | 55ce4e81256229d27e6f3f4c91a5202a8ebc8360 /mail/ChangeLog | |
parent | 6c7aa314e8c8e87ea3db30d5d935ea45e95b7543 (diff) | |
download | gsoc2013-evolution-cf9a0987d91a362480ba13fc6f901c27c8e40a08.tar gsoc2013-evolution-cf9a0987d91a362480ba13fc6f901c27c8e40a08.tar.gz gsoc2013-evolution-cf9a0987d91a362480ba13fc6f901c27c8e40a08.tar.bz2 gsoc2013-evolution-cf9a0987d91a362480ba13fc6f901c27c8e40a08.tar.lz gsoc2013-evolution-cf9a0987d91a362480ba13fc6f901c27c8e40a08.tar.xz gsoc2013-evolution-cf9a0987d91a362480ba13fc6f901c27c8e40a08.tar.zst gsoc2013-evolution-cf9a0987d91a362480ba13fc6f901c27c8e40a08.zip |
re-enabled the reply to selection stuff. I worked out how to make it work;
2004-05-13 Not Zed <NotZed@Ximian.com>
* em-folder-view.c (emfv_message_reply): re-enabled the reply to
selection stuff. I worked out how to make it work; I think.
* em-format-html-display.c (efhd_html_button_press_event): if we
aren't on a clickable object, do a null popup event instead.
* em-folder-view.c (emfv_format_popup_event): do the full popup if
we aren't on anything (not on a uri or part). See #8414.
svn path=/trunk/; revision=25894
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 23dd57e3e7..0ce3a621be 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,14 @@ 2004-05-13 Not Zed <NotZed@Ximian.com> + * em-folder-view.c (emfv_message_reply): re-enabled the reply to + selection stuff. I worked out how to make it work; I think. + + * em-format-html-display.c (efhd_html_button_press_event): if we + aren't on a clickable object, do a null popup event instead. + + * em-folder-view.c (emfv_format_popup_event): do the full popup if + we aren't on anything (not on a uri or part). See #8414. + * GNOME_Evolution_Mail.server.in.in: added "email" to the uri_schema's attribute. |