diff options
author | Radek Doulik <rodo@ximian.com> | 2004-04-26 23:53:15 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-04-26 23:53:15 +0800 |
commit | 45dae27911e7740f339fa00674aa08d904f47041 (patch) | |
tree | 6091006f4cf5aa0378cd63fbb1fd3d53b6d5c544 /mail/ChangeLog | |
parent | 5b3684dd9d164552830d24355d84402f9212898a (diff) | |
download | gsoc2013-evolution-45dae27911e7740f339fa00674aa08d904f47041.tar gsoc2013-evolution-45dae27911e7740f339fa00674aa08d904f47041.tar.gz gsoc2013-evolution-45dae27911e7740f339fa00674aa08d904f47041.tar.bz2 gsoc2013-evolution-45dae27911e7740f339fa00674aa08d904f47041.tar.lz gsoc2013-evolution-45dae27911e7740f339fa00674aa08d904f47041.tar.xz gsoc2013-evolution-45dae27911e7740f339fa00674aa08d904f47041.tar.zst gsoc2013-evolution-45dae27911e7740f339fa00674aa08d904f47041.zip |
set gtk_html_begin's flags to avoid scroll to top of the message and
2004-04-26 Radek Doulik <rodo@ximian.com>
* em-format-html.c (efh_format_timeout): set gtk_html_begin's
flags to avoid scroll to top of the message and
reloading+flickering of images
* em-html-stream.c: added GtkHTMLBeginFlags flags field
(em_html_stream_set_flags): new helper function to set new flags
field
(emhs_sync_write): use gtk_html_begin_full with new flags field
(em_html_stream_new): zero flags field
svn path=/trunk/; revision=25616
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 ea0e7ec0fb..c1af15a0c7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2004-04-26 Radek Doulik <rodo@ximian.com> + + * em-format-html.c (efh_format_timeout): set gtk_html_begin's + flags to avoid scroll to top of the message and + reloading+flickering of images + + * em-html-stream.c: added GtkHTMLBeginFlags flags field + (em_html_stream_set_flags): new helper function to set new flags + field + (emhs_sync_write): use gtk_html_begin_full with new flags field + (em_html_stream_new): zero flags field + 2004-04-23 Sarfraaz Ahmed <asarfraaz@novell.com> * mail/mail-license.glade: Glade file for displaying the license. |