diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-20 05:45:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-20 05:45:14 +0800 |
commit | e739391cceefb5b2c60c83f0aced1f8f399092f2 (patch) | |
tree | 2d2ce75c0448549173dc73b2da951c6ab576fbd7 /mail/ChangeLog | |
parent | 6a49b7889388637b52d52403638c0d47c982e91c (diff) | |
download | gsoc2013-evolution-e739391cceefb5b2c60c83f0aced1f8f399092f2.tar.gz gsoc2013-evolution-e739391cceefb5b2c60c83f0aced1f8f399092f2.tar.zst gsoc2013-evolution-e739391cceefb5b2c60c83f0aced1f8f399092f2.zip |
Same.
2004-04-19 Jeffrey Stedfast <fejj@ximian.com>
* message-tag-followup.c (construct): Same.
* message-list.c (message_list_init_images): Same.
* mail-send-recv.c (build_dialog): Same.
* mail-mt.c (do_op_status): Same.
* mail-config-druid.c (evolution_mail_config_wizard_new): Same.
* em-popup.c (em_popup_create_menu): Same.
* em-format-html-display.c (efhd_format_prefix): Same.
* em-format-html.c (efh_format_secure): Same as below.
* em-folder-tree.c (render_pixbuf): Don't use absolute icon sizes,
use the e-icon-factory enums.
svn path=/trunk/; revision=25527
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ffa6994ed8..889d463d14 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,26 @@ 2004-04-19 Jeffrey Stedfast <fejj@ximian.com> + * message-tag-followup.c (construct): Same. + + * message-list.c (message_list_init_images): Same. + + * mail-send-recv.c (build_dialog): Same. + + * mail-mt.c (do_op_status): Same. + + * mail-config-druid.c (evolution_mail_config_wizard_new): Same. + + * em-popup.c (em_popup_create_menu): Same. + + * em-format-html-display.c (efhd_format_prefix): Same. + + * em-format-html.c (efh_format_secure): Same as below. + + * em-folder-tree.c (render_pixbuf): Don't use absolute icon sizes, + use the e-icon-factory enums. + +2004-04-19 Jeffrey Stedfast <fejj@ximian.com> + * em-composer-prefs.h: Removed variables that got re-added with the icon-theme patch somehow. |