diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-02 15:32:08 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-02 15:32:08 +0800 |
commit | e2333fc944f7712b79286e72354ed0259545cb2d (patch) | |
tree | 1dfe675a91255106f2563a53f98b7eb454579301 /mail/ChangeLog | |
parent | 70895bfdfda0460fbb1c78e6c060db9ea1ce0d04 (diff) | |
download | gsoc2013-evolution-e2333fc944f7712b79286e72354ed0259545cb2d.tar.gz gsoc2013-evolution-e2333fc944f7712b79286e72354ed0259545cb2d.tar.zst gsoc2013-evolution-e2333fc944f7712b79286e72354ed0259545cb2d.zip |
** See bug #56338.
2004-04-02 Not Zed <NotZed@Ximian.com>
** See bug #56338.
* em-format-html.c (emfh_gethttp): fix the fugly "load http if"
that doesn't work to be a fugly "load http if" that does work.
(efh_format_timeout): dont set load_http_now here, its only an
override now.
svn path=/trunk/; revision=25296
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e99fd3427b..51fe50a9bd 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2004-04-02 Not Zed <NotZed@Ximian.com> + + ** See bug #56338. + + * em-format-html.c (emfh_gethttp): fix the fugly "load http if" + that doesn't work to be a fugly "load http if" that does work. + (efh_format_timeout): dont set load_http_now here, its only an + override now. + 2004-04-01 Jeffrey Stedfast <fejj@ximian.com> * em-migrate.c (cp_r): Report progress. "Fixes" bug #56355. |