diff options
author | Rodney Dawes <dobey@novell.com> | 2004-06-17 05:41:52 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-06-17 05:41:52 +0800 |
commit | fc121328c9bb32c37ad00359b1e88de5aa0c8784 (patch) | |
tree | 34d9e9fda2cad895f4eff9070547cd0a4ebaa8af /mail/ChangeLog | |
parent | a15b31ff5b4c2a9737e290d6bde3e7620757b729 (diff) | |
download | gsoc2013-evolution-fc121328c9bb32c37ad00359b1e88de5aa0c8784.tar gsoc2013-evolution-fc121328c9bb32c37ad00359b1e88de5aa0c8784.tar.gz gsoc2013-evolution-fc121328c9bb32c37ad00359b1e88de5aa0c8784.tar.bz2 gsoc2013-evolution-fc121328c9bb32c37ad00359b1e88de5aa0c8784.tar.lz gsoc2013-evolution-fc121328c9bb32c37ad00359b1e88de5aa0c8784.tar.xz gsoc2013-evolution-fc121328c9bb32c37ad00359b1e88de5aa0c8784.tar.zst gsoc2013-evolution-fc121328c9bb32c37ad00359b1e88de5aa0c8784.zip |
Include gtk[hv]box.h so we can use them (emfp_dialog_got_folder): Fix the
2004-06-16 Rodney Dawes <dobey@novell.com>
* 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 <chris@gnome-de.org>
* 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 <dobey@novell.com> + + * 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 <chris@gnome-de.org> + + * 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 <jpr@novell.com> * em-composer-prefs.c (spell_set_ui): clear the error, don't free |