aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2001-01-13 05:13:26 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-13 05:13:26 +0800
commit8ad2b343a02b954f2393e08deece19861352329e (patch)
tree4eb49b0956aeda5cbec9ef6ee51967202f5f52b3 /composer/ChangeLog
parentd9a01d4e270df5a5332808b4c2e34f688f65d10b (diff)
downloadgsoc2013-evolution-8ad2b343a02b954f2393e08deece19861352329e.tar
gsoc2013-evolution-8ad2b343a02b954f2393e08deece19861352329e.tar.gz
gsoc2013-evolution-8ad2b343a02b954f2393e08deece19861352329e.tar.bz2
gsoc2013-evolution-8ad2b343a02b954f2393e08deece19861352329e.tar.lz
gsoc2013-evolution-8ad2b343a02b954f2393e08deece19861352329e.tar.xz
gsoc2013-evolution-8ad2b343a02b954f2393e08deece19861352329e.tar.zst
gsoc2013-evolution-8ad2b343a02b954f2393e08deece19861352329e.zip
Call set_from_account which means we no longer have to do all the crap
2001-01-12 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c (build_message): Call set_from_account which means we no longer have to do all the crap involved in formatting strings into an internet-address. (e_msg_composer_get_preferred_account): New access function. * e-msg-composer-hdrs.c (add_header): case COMBOBOX has changed to OPTIOMENU. (create_optionmenu): Update to use an optionmenu of accounts. (from_changed): New callback for the From optionmenu. (setup_headers): s/COMBOBOX/OPTIONMENU (init): Set the account and from_options to NULL. (e_msg_composer_hdrs_get_from): Updated. (destroy): free the from_options. (e_msg_composer_hdrs_set_from_address): Renamed from set_from because it no longer takes a string arg but rather an account arg. svn path=/trunk/; revision=7458
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 68208b057f..581003eba3 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,21 @@
+2001-01-12 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * e-msg-composer.c (build_message): Call set_from_account which
+ means we no longer have to do all the crap involved in formatting
+ strings into an internet-address.
+ (e_msg_composer_get_preferred_account): New access function.
+
+ * e-msg-composer-hdrs.c (add_header): case COMBOBOX has changed to
+ OPTIOMENU.
+ (create_optionmenu): Update to use an optionmenu of accounts.
+ (from_changed): New callback for the From optionmenu.
+ (setup_headers): s/COMBOBOX/OPTIONMENU
+ (init): Set the account and from_options to NULL.
+ (e_msg_composer_hdrs_get_from): Updated.
+ (destroy): free the from_options.
+ (e_msg_composer_hdrs_set_from_address): Renamed from set_from
+ because it no longer takes a string arg but rather an account arg.
+
2001-01-12 Miguel de Icaza <miguel@ximian.com>
* e-msg-composer-hdrs.c (add_header): Only attach to "changed" if