diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-12-12 03:24:10 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-12 03:24:10 +0800 |
commit | 35e7a45e0f38140556af85c8791fd9c118dade02 (patch) | |
tree | d12988293cf7e8c2dd4863e91911834c408cf674 /mail/ChangeLog | |
parent | eb8d8f6bc042e34349e2937d2dfdd5d80664a70e (diff) | |
download | gsoc2013-evolution-35e7a45e0f38140556af85c8791fd9c118dade02.tar.gz gsoc2013-evolution-35e7a45e0f38140556af85c8791fd9c118dade02.tar.zst gsoc2013-evolution-35e7a45e0f38140556af85c8791fd9c118dade02.zip |
Shorten the namespace of some internal functions to just emft.
2003-12-11 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c: Shorten the namespace of some internal
functions to just emft.
* em-mailer-prefs.c (em_mailer_prefs_construct): Use newv() here
and pass an array of GTypes - makes it simpler to change the order
of columns later and/or add new columns if we need to. Also makes
the line shorter :-)
svn path=/trunk/; revision=23926
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 94fc17aa56..0c74c62c50 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,10 +1,20 @@ +2003-12-11 Jeffrey Stedfast <fejj@ximian.com> + + * em-folder-tree.c: Shorten the namespace of some internal + functions to just emft. + + * em-mailer-prefs.c (em_mailer_prefs_construct): Use newv() here + and pass an array of GTypes - makes it simpler to change the order + of columns later and/or add new columns if we need to. Also makes + the line shorter :-) + 2003-12-11 Grahame Bowland <grahame@angrygoats.net> * em-format-html.c (efh_format_header): display x-evolution-mailer pseudo header irrespective of xmailer_mask. This is now handled by a header configuration dialog. - + * mail-config.glade: add tab to mail configuration dialog to allow custom headers to be specified for display. @@ -43,7 +53,7 @@ the add button to FALSE if the entry box is empty, contains a duplicate header, or contains an invalid header. Otherwise, set it to TRUE. - + * evolution-mail.schemas.in.in: add mail/display/headers 2003-12-10 Larry Ewing <lewing@ximian.com> |