From eb23edd391e59e62a149446d0b0e8b1c345f1227 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 9 Aug 2000 22:19:41 +0000 Subject: Modified to allow dropdown entry-boxes as well (for headers like From:) 2000-08-09 Jeffrey Stedfast * 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 --- composer/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'composer/ChangeLog') 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 + + * 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 * Makefile.am: Fix build by allowing includes for e-table dir -- cgit v1.2.3