diff options
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index b2efb9af84..e094cfc06a 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,20 @@ +2004-01-29 Not Zed <NotZed@Ximian.com> + + * e-msg-composer.c (e_msg_composer_new_with_type): reverted + radek's patch below, it was already fixed (#53176). Changed the + init order though, set_editor_signature only sets the current one, + it doen'st insert it. + + ** See bug #53506. + + * e-msg-composer-hdrs.c (e_msg_composer_hdrs_set_post_to_list): + use a GString to build the result. + (e_msg_composer_hdrs_set_post_to_base): same here. + (e_msg_composer_hdrs_set_post_to_base): dont bother copying the + post_to string. + (e_msg_composer_hdrs_get_post_to): change the relative-url test to + ":/" rather than "://", so that mbox url's work. + 2004-01-27 Radek Doulik <rodo@ximian.com> * e-msg-composer.c (e_msg_composer_new_with_type): set body text |