diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-27 03:17:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-27 03:17:20 +0800 |
commit | ad7a5a909534915ed585e2795606f11d7260e0c7 (patch) | |
tree | 8e317c1f55d6a601b673579e28f79a112a9042ea /mail/ChangeLog | |
parent | 8e10bc69590b5594b95abcc8a8efd26bbdd86d2b (diff) | |
download | gsoc2013-evolution-ad7a5a909534915ed585e2795606f11d7260e0c7.tar gsoc2013-evolution-ad7a5a909534915ed585e2795606f11d7260e0c7.tar.gz gsoc2013-evolution-ad7a5a909534915ed585e2795606f11d7260e0c7.tar.bz2 gsoc2013-evolution-ad7a5a909534915ed585e2795606f11d7260e0c7.tar.lz gsoc2013-evolution-ad7a5a909534915ed585e2795606f11d7260e0c7.tar.xz gsoc2013-evolution-ad7a5a909534915ed585e2795606f11d7260e0c7.tar.zst gsoc2013-evolution-ad7a5a909534915ed585e2795606f11d7260e0c7.zip |
Respect Gtk theme colors for the fonts and calculate a new table gbcolor
2001-07-26 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (write_headers): Respect Gtk theme colors for the
fonts and calculate a new table gbcolor based on gtk theme
preferences.
* mail-config.glade: Label the enabled field.
svn path=/trunk/; revision=11431
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f9fbb555de..8babbc6bea 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,20 +1,27 @@ +2001-07-26 Jeffrey Stedfast <fejj@ximian.com> + + * mail-format.c (write_headers): Respect Gtk theme colors for the + fonts and calculate a new table gbcolor based on gtk theme + preferences. + + * mail-config.glade: Label the enabled field. + 2001-07-26 Peter Williams <peterw@ximian.com> * message-list.etspec: Make the date column smaller and the subject column larger, relatively. - * mail-folder-cache.c (make_folder_status): Don't display - "0 hidden". + * mail-folder-cache.c (make_folder_status): Don't display "0 + hidden". - * folder-browser.c (on_key_press): Make 'q' a toggle, not - one-way. + * folder-browser.c (on_key_press): Make 'q' a toggle, not one-way. * message-list.etspec: Rename "Date" column to "Sent". 2001-07-25 Anna Marie Dirks <anna@ximian.com> - * mail-config.glade: fixed a mis-spelling of "Fashion" in - the mail accounts window. (See bug 5433) + * mail-config.glade: fixed a mis-spelling of "Fashion" in the mail + accounts window. (See bug 5433) 2001-07-25 Jeffrey Stedfast <fejj@ximian.com> |