aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-08-10 06:19:41 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-10 06:19:41 +0800
commiteb23edd391e59e62a149446d0b0e8b1c345f1227 (patch)
tree044dc1d1cd765ae4925ecf6693518be3fbfe0968 /composer/ChangeLog
parentce31e66ee69196c0bd641c72097426ba99f2d7d0 (diff)
downloadgsoc2013-evolution-eb23edd391e59e62a149446d0b0e8b1c345f1227.tar
gsoc2013-evolution-eb23edd391e59e62a149446d0b0e8b1c345f1227.tar.gz
gsoc2013-evolution-eb23edd391e59e62a149446d0b0e8b1c345f1227.tar.bz2
gsoc2013-evolution-eb23edd391e59e62a149446d0b0e8b1c345f1227.tar.lz
gsoc2013-evolution-eb23edd391e59e62a149446d0b0e8b1c345f1227.tar.xz
gsoc2013-evolution-eb23edd391e59e62a149446d0b0e8b1c345f1227.tar.zst
gsoc2013-evolution-eb23edd391e59e62a149446d0b0e8b1c345f1227.zip
Modified to allow dropdown entry-boxes as well (for headers like From:)
2000-08-09 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer-hdrs.c (add_header): Modified to allow dropdown entry-boxes as well (for headers like From:) (setup_headers): Modified to use the correct enum type. (create_dropdown_entry): New convenience function to add a drop-down combo box and fill it in with identities (init): Set from_entry to NULL (e_msg_composer_hdrs_get_from): New convenience function to get the text in the From widget in the composer (e_msg_composer_hdrs_set_from): New convenience function to set the From header in the composer svn path=/trunk/; revision=4673
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index ebed71a31a..606adb0c5f 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,16 @@
+2000-08-09 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * e-msg-composer-hdrs.c (add_header): Modified to allow dropdown
+ entry-boxes as well (for headers like From:)
+ (setup_headers): Modified to use the correct enum type.
+ (create_dropdown_entry): New convenience function to add a
+ drop-down combo box and fill it in with identities
+ (init): Set from_entry to NULL
+ (e_msg_composer_hdrs_get_from): New convenience function to get
+ the text in the From widget in the composer
+ (e_msg_composer_hdrs_set_from): New convenience function to set
+ the From header in the composer
+
2000-08-08 JP Rosevear <jpr@helixcode.com>
* Makefile.am: Fix build by allowing includes for e-table dir