diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-01 01:38:21 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-01 01:38:21 +0800 |
commit | 2983bfc285a877d4f0327b28eb061fe4e952826b (patch) | |
tree | d02cb6c1ca1c695d1ccfee085bfbb76d319482aa /mail/ChangeLog | |
parent | 1295a3e0a4bf78f92213663df77f09a1c804ee28 (diff) | |
download | gsoc2013-evolution-2983bfc285a877d4f0327b28eb061fe4e952826b.tar.gz gsoc2013-evolution-2983bfc285a877d4f0327b28eb061fe4e952826b.tar.zst gsoc2013-evolution-2983bfc285a877d4f0327b28eb061fe4e952826b.zip |
Only do citation colouring if the user has specified to do so and use the
2004-03-31 Jeffrey Stedfast <fejj@ximian.com>
* em-format-html.c (efh_text_plain): Only do citation colouring if
the user has specified to do so and use the user's specified
colour when appropriate. Fixes bug #56290.
svn path=/trunk/; revision=25269
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 81a63cccc9..28424ef1b7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2004-03-31 Jeffrey Stedfast <fejj@ximian.com> + * em-format-html.c (efh_text_plain): Only do citation colouring if + the user has specified to do so and use the user's specified + colour when appropriate. Fixes bug #56290. + * em-subscribe-editor.c (em_subscribe_editor_new): Save/restore the subscribe dialog's window size. Fixes bug #56230. |