diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-26 09:52:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-26 09:52:55 +0800 |
commit | 9185fb32b379bb767de52835a454549e973efa99 (patch) | |
tree | 03cca11bef21397f11b78b8800910cf452af69c8 /mail/ChangeLog | |
parent | 9bed0d6fee7116e3f2875ecd16fe0f980a2c588b (diff) | |
download | gsoc2013-evolution-9185fb32b379bb767de52835a454549e973efa99.tar.gz gsoc2013-evolution-9185fb32b379bb767de52835a454549e973efa99.tar.zst gsoc2013-evolution-9185fb32b379bb767de52835a454549e973efa99.zip |
** See bug #314440.
2005-08-25 Not Zed <NotZed@Ximian.com>
** See bug #314440.
* em-format-html.c (efh_url_requested): check the content object's
mime type, not the container, when seeing if the data should be
written.
(efh_write_text_html): add some debug.
* em-format-html-display.c (efhd_html_button_press_event): fix
debug.
svn path=/trunk/; revision=30253
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7ec419a8d6..8bad5c57c2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2005-08-25 Not Zed <NotZed@Ximian.com> + + ** See bug #314440. + + * em-format-html.c (efh_url_requested): check the content object's + mime type, not the container, when seeing if the data should be + written. + (efh_write_text_html): add some debug. + + * em-format-html-display.c (efhd_html_button_press_event): fix + debug. + 2005-08-22 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c (efhd_bar_resize): Dont call update. |