diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-31 22:29:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-31 22:29:24 +0800 |
commit | ae15900672a423ac36ee1830b159a1aa1b5063ed (patch) | |
tree | cb933f1508a072bfa3d9a156736fce54bdc2610a /mail/ChangeLog | |
parent | e04e6e0dc20289214488363b8c52f14bd71e1958 (diff) | |
download | gsoc2013-evolution-ae15900672a423ac36ee1830b159a1aa1b5063ed.tar gsoc2013-evolution-ae15900672a423ac36ee1830b159a1aa1b5063ed.tar.gz gsoc2013-evolution-ae15900672a423ac36ee1830b159a1aa1b5063ed.tar.bz2 gsoc2013-evolution-ae15900672a423ac36ee1830b159a1aa1b5063ed.tar.lz gsoc2013-evolution-ae15900672a423ac36ee1830b159a1aa1b5063ed.tar.xz gsoc2013-evolution-ae15900672a423ac36ee1830b159a1aa1b5063ed.tar.zst gsoc2013-evolution-ae15900672a423ac36ee1830b159a1aa1b5063ed.zip |
Redo this back to the old way: a single GtkHTML with various things inline
* mail-format.c: Redo this back to the old way: a single GtkHTML
with various things inline in it. (Gets rid of flicker, simplifies
some scrolling, selecting, and printing issues.)
(handle_text_enriched, handle_text_html): Use <iframe>s for these,
to protect the rest of the document from their possibily invalid
HTML.
(handle_via_bonobo): Use (new-and-improved) <object> tags for
this, moving most of the work back into mail-display.c
* mail-display.c (on_object_requested): Move the Bonobo embedding
code back here again (reorganized a bit).
(on_url_requested): add x-evolution-data handler, for iframe
bodies.
(mail_html_new, mail_html_end): removed
(mail_display_set_message, mail_display_new): Update for NWO.
svn path=/trunk/; revision=3312
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 648c7903a0..61eb17ee1c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,21 @@ +2000-05-30 Dan Winship <danw@helixcode.com> + + * mail-format.c: Redo this back to the old way: a single GtkHTML + with various things inline in it. (Gets rid of flicker, simplifies + some scrolling, selecting, and printing issues.) + (handle_text_enriched, handle_text_html): Use <iframe>s for these, + to protect the rest of the document from their possibily invalid + HTML. + (handle_via_bonobo): Use (new-and-improved) <object> tags for + this, moving most of the work back into mail-display.c + + * mail-display.c (on_object_requested): Move the Bonobo embedding + code back here again (reorganized a bit). + (on_url_requested): add x-evolution-data handler, for iframe + bodies. + (mail_html_new, mail_html_end): removed + (mail_display_set_message, mail_display_new): Update for NWO. + 2000-05-30 Not Zed <NotZed@HelixCode.com> * folder-browser.c (search_set): Properly encode the search string. |