diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-07 05:03:33 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-07 05:03:33 +0800 |
commit | f1088a30d366f1362f31d1b0422452ad058a2640 (patch) | |
tree | a80173251e37d501783ffbad0490786de5bc77a1 /mail/ChangeLog | |
parent | 08df2dcd198fb9680323315c7c290fd2b96787c6 (diff) | |
download | gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.tar.gz gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.tar.zst gsoc2013-evolution-f1088a30d366f1362f31d1b0422452ad058a2640.zip |
Make private (only EMFormatHTMLQuote used it and that class is no longer
2004-02-06 Jeffrey Stedfast <fejj@ximian.com>
* em-format-html.c (efh_format_headers): Make private (only
EMFormatHTMLQuote used it and that class is no longer in use).
(efh_format_message): Updated for above change.
* em-format-quote.c (emfq_format_message): Always write a \n after
the credits line.
svn path=/trunk/; revision=24661
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bbffaac3ed..cd7abf25a6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2004-02-06 Jeffrey Stedfast <fejj@ximian.com> + * em-format-html.c (efh_format_headers): Make private (only + EMFormatHTMLQuote used it and that class is no longer in use). + (efh_format_message): Updated for above change. + + * em-format-quote.c (emfq_format_message): Always write a \n after + the credits line. + * em-subscribe-editor.c (sub_folderinfo_get): Set the NO_VIRTUAL flag bit for get_folder_info(). Fixes bug #51887. |