From 8266bb685a189d8560450ff161efdd5629849f11 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 2 Dec 2007 01:41:04 +0000 Subject: ** Fixes part of bug #495123 2007-12-01 Matthew Barnes ** Fixes part of bug #495123 * composer/e-msg-composer.c: * composer/e-msg-composer-hdrs.h: * composer/e-msg-composer-hdrs.c: Move signature handling to e-msg-composer-hdrs.c. Use an ESignatureComboBox. * composer/e-composer-from-header.h: * composer/e-composer-from-header.c: Clean up the GtkHBox hack. The signature combo is now packed directly into the GtkTable. * composer/e-composer-name-header.c: * composer/e-composer-text-header.c: Code cleanup. * widgets/misc/Makefile.am: Add e-signature-combo-box.[ch]. * widget/misc/e-account-combo-box.c (account_combo_box_refresh_cb): Make sure the EAccount isn't lost while swapping models. * widget/misc/e-signature-combo-box.c: * widget/misc/e-signature-combo-box.h: New widget renders an ESignatureList as a combo box. Also listens for changes to the ESignatureList and updates itself accordingly. svn path=/trunk/; revision=34620 --- composer/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 9a08ccf025..96984e9059 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,22 @@ +2007-12-01 Matthew Barnes + + ** Fixes part of bug #495123 + + * e-msg-composer.c: + * e-msg-composer-hdrs.h: + * e-msg-composer-hdrs.c: + Move signature handling to e-msg-composer-hdrs.c. + Use an ESignatureComboBox. + + * e-composer-from-header.h: + * e-composer-from-header.c: + Clean up the GtkHBox hack. The signature combo is now packed + directly into the GtkTable. + + * e-composer-name-header.c: + * e-composer-text-header.c: + Code cleanup. + 2007-11-29 Milan Crha ** Part of fix for bug #271551 -- cgit