diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-13 15:50:59 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-13 15:50:59 +0800 |
commit | f8574c815f3f2fe2c253d75d4a2dff8933aec545 (patch) | |
tree | a645c71b801df92d5d04775b6d2164ee7939c561 /mail/ChangeLog | |
parent | 1dfdac328cf8fd46042513dc9950cedb130f4593 (diff) | |
download | gsoc2013-evolution-f8574c815f3f2fe2c253d75d4a2dff8933aec545.tar.gz gsoc2013-evolution-f8574c815f3f2fe2c253d75d4a2dff8933aec545.tar.zst gsoc2013-evolution-f8574c815f3f2fe2c253d75d4a2dff8933aec545.zip |
use %% for %%.
2004-04-13 Not Zed <NotZed@Ximian.com>
* em-format-html.c (efh_format_headers): use %% for %%.
* em-folder-view.c (emfv_init, emfv_finalise, emfv_activate):
revert dans' creatable items handler patch, moved to
mail-component instead (which deals with the actual menu's).
* mail-component.c (impl_createControls): setup a user creatable
items handler on the view widget.
(view_control_activate_cb): activate the user creatable items
handler on the view widget.
* em-folder-view.c (emfv_init): add a comment about jeff's last
fix.
* em-utils.c (forward_non_attached): Set attachments from
forwardee before we set the body, otherwise images wont resolve
properly. Related to #56566.
svn path=/trunk/; revision=25428
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 56840d091a..70cceb0f1b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,23 @@ +2004-04-13 Not Zed <NotZed@Ximian.com> + + * em-format-html.c (efh_format_headers): use %% for %%. + + * em-folder-view.c (emfv_init, emfv_finalise, emfv_activate): + revert dans' creatable items handler patch, moved to + mail-component instead (which deals with the actual menu's). + + * mail-component.c (impl_createControls): setup a user creatable + items handler on the view widget. + (view_control_activate_cb): activate the user creatable items + handler on the view widget. + + * em-folder-view.c (emfv_init): add a comment about jeff's last + fix. + + * em-utils.c (forward_non_attached): Set attachments from + forwardee before we set the body, otherwise images wont resolve + properly. Related to #56566. + 2004-04-12 Jeffrey Stedfast <fejj@ximian.com> * em-folder-view.c (emfv_init): Need to set the session on the |