aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-26 02:19:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-26 02:19:46 +0800
commitd725c8968467214a0cbf59c4e2dded119cbb6ab6 (patch)
tree78fcb4d0e4575c8bf5cf2e7d3426f7607bd572b7 /composer/ChangeLog
parent59e2b13f220076c53598b1097eeb35e6b390b0b1 (diff)
downloadgsoc2013-evolution-d725c8968467214a0cbf59c4e2dded119cbb6ab6.tar
gsoc2013-evolution-d725c8968467214a0cbf59c4e2dded119cbb6ab6.tar.gz
gsoc2013-evolution-d725c8968467214a0cbf59c4e2dded119cbb6ab6.tar.bz2
gsoc2013-evolution-d725c8968467214a0cbf59c4e2dded119cbb6ab6.tar.lz
gsoc2013-evolution-d725c8968467214a0cbf59c4e2dded119cbb6ab6.tar.xz
gsoc2013-evolution-d725c8968467214a0cbf59c4e2dded119cbb6ab6.tar.zst
gsoc2013-evolution-d725c8968467214a0cbf59c4e2dded119cbb6ab6.zip
Create the Post-To header. (headers_set_visibility): Possibly show the
2002-07-24 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-hdrs.c (create_headers): Create the Post-To header. (headers_set_visibility): Possibly show the Post-To header. (attach_headers): Attach the Post-To header. (e_msg_composer_hdrs_set_post_to): Set the text for the Post-To header. (e_msg_composer_hdrs_get_post_to_label): Return the label widget for this header pair. (e_msg_composer_hdrs_set_visible_mask): New function to set the visible mask (so we can disallow certain headers to be shown). (e_msg_composer_hdrs_new): Save the visible mask argument. (setup_headers): To: does not always have to be visible anymore. (e_msg_composer_hdrs_get_post_to): New function to get the url for the Post-To folder. * e-msg-composer.c (e_msg_composer_get_visible_flags): Set the Post-To bit when it is supposed to be visible. (e_msg_composer_new_post): Set the visible_mask to only allow the headers needed for Posting. svn path=/trunk/; revision=17590
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 3993e68d97..6c2ff04411 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,25 @@
+2002-07-24 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-msg-composer-hdrs.c (create_headers): Create the Post-To
+ header.
+ (headers_set_visibility): Possibly show the Post-To header.
+ (attach_headers): Attach the Post-To header.
+ (e_msg_composer_hdrs_set_post_to): Set the text for the Post-To
+ header.
+ (e_msg_composer_hdrs_get_post_to_label): Return the label widget
+ for this header pair.
+ (e_msg_composer_hdrs_set_visible_mask): New function to set the
+ visible mask (so we can disallow certain headers to be shown).
+ (e_msg_composer_hdrs_new): Save the visible mask argument.
+ (setup_headers): To: does not always have to be visible anymore.
+ (e_msg_composer_hdrs_get_post_to): New function to get the url for
+ the Post-To folder.
+
+ * e-msg-composer.c (e_msg_composer_get_visible_flags): Set the
+ Post-To bit when it is supposed to be visible.
+ (e_msg_composer_new_post): Set the visible_mask to only allow the
+ headers needed for Posting.
+
2002-07-25 Dan Winship <danw@ximian.com>
* e-msg-composer.c (e_msg_composer_set_body): Fix spelling.