diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-16 05:38:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-16 05:38:50 +0800 |
commit | e9db6d2a074757e8fddee1adc8c0db4c56e00adc (patch) | |
tree | 5d9a067e3c0b40a608bc9101c12467633eacba34 /mail/ChangeLog | |
parent | b238693b64aa877efe1d0d09aa8129748be095ed (diff) | |
download | gsoc2013-evolution-e9db6d2a074757e8fddee1adc8c0db4c56e00adc.tar gsoc2013-evolution-e9db6d2a074757e8fddee1adc8c0db4c56e00adc.tar.gz gsoc2013-evolution-e9db6d2a074757e8fddee1adc8c0db4c56e00adc.tar.bz2 gsoc2013-evolution-e9db6d2a074757e8fddee1adc8c0db4c56e00adc.tar.lz gsoc2013-evolution-e9db6d2a074757e8fddee1adc8c0db4c56e00adc.tar.xz gsoc2013-evolution-e9db6d2a074757e8fddee1adc8c0db4c56e00adc.tar.zst gsoc2013-evolution-e9db6d2a074757e8fddee1adc8c0db4c56e00adc.zip |
New callback to handle the set_base signal. (on_url_requested): If the
2002-01-15 Jeffrey Stedfast <fejj@ximian.com>
* mail-display.c (on_set_base): New callback to handle the
set_base signal.
(on_url_requested): If the base_url is set, prepend it to the data
url (we don't want to do this for cid urls or part urls tho).
(mail_display_init): Initialize md->base_url to NULL.
(mail_display_destroy): Free the base_url.
(mail_display_initialize_gtkhtml): Connect to the set_base signal.
(on_link_clicked): If the base_url is set, prepend it to the url
string passed to us from gtkhtml.
svn path=/trunk/; revision=15329
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 83498f3902..5ce8ae9218 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2002-01-15 Jeffrey Stedfast <fejj@ximian.com> + + * mail-display.c (on_set_base): New callback to handle the + set_base signal. + (on_url_requested): If the base_url is set, prepend it to the data + url (we don't want to do this for cid urls or part urls tho). + (mail_display_init): Initialize md->base_url to NULL. + (mail_display_destroy): Free the base_url. + (mail_display_initialize_gtkhtml): Connect to the set_base signal. + (on_link_clicked): If the base_url is set, prepend it to the url + string passed to us from gtkhtml. + 2002-01-10 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (do_edit_messages): Don't remove any |