aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-29 14:27:52 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-29 14:27:52 +0800
commitaadeb422d2dca792606159a24de45ce074170e0d (patch)
treee6c083abc5b682725ce1404fad4e1d15102c080d /composer/ChangeLog
parenta59ee4cd30692aa5d653ad9f3deccb306c583a7d (diff)
downloadgsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar.gz
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar.bz2
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar.lz
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar.xz
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.tar.zst
gsoc2013-evolution-aadeb422d2dca792606159a24de45ce074170e0d.zip
reverted radek's patch below, it was already fixed (#53176). Changed the
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. svn path=/trunk/; revision=24512
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog17
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