From fc121328c9bb32c37ad00359b1e88de5aa0c8784 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Wed, 16 Jun 2004 21:41:52 +0000 Subject: Include gtk[hv]box.h so we can use them (emfp_dialog_got_folder): Fix the 2004-06-16 Rodney Dawes * em-folder-properties.c: Include gtk[hv]box.h so we can use them (emfp_dialog_got_folder): Fix the border widths and spacings for the internal widgets and the dialog's vbox and action area to be compliant with the HIG Fix the general layout of the dialog to be HIG-compliant as well Use ngettext for the row labels for number of messages Add a cancel button, since we are not instant-apply Align the message counts to the right Part of this patch is from Christian Neumair * mail-component.c (view_changed_cb): Fix a typo for the sent folder send is not a pluralization of sent svn path=/trunk/; revision=26369 --- mail/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 33fdab7acd..a0e240d7ff 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2004-06-16 Rodney Dawes + + * em-folder-properties.c: Include gtk[hv]box.h so we can use them + (emfp_dialog_got_folder): Fix the border widths and spacings for + the internal widgets and the dialog's vbox and action area to be + compliant with the HIG + Fix the general layout of the dialog to be HIG-compliant as well + Use ngettext for the row labels for number of messages + Add a cancel button, since we are not instant-apply + Align the message counts to the right + Part of this patch is from Christian Neumair + + * mail-component.c (view_changed_cb): Fix a typo for the sent folder + send is not a pluralization of sent + 2004-06-16 JP Rosevear * em-composer-prefs.c (spell_set_ui): clear the error, don't free -- cgit