diff options
author | Not Zed <NotZed@Ximian.com> | 2005-06-25 01:38:12 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-06-25 01:38:12 +0800 |
commit | 9066b42dddc33e74a7aacb4e44125f148785280d (patch) | |
tree | 440f6e3646f711c8f9e2dfa513a664a3b6f5ca4f /mail/ChangeLog | |
parent | 0ef0eccd868f1072c988f2cadf08845824319d3c (diff) | |
download | gsoc2013-evolution-9066b42dddc33e74a7aacb4e44125f148785280d.tar gsoc2013-evolution-9066b42dddc33e74a7aacb4e44125f148785280d.tar.gz gsoc2013-evolution-9066b42dddc33e74a7aacb4e44125f148785280d.tar.bz2 gsoc2013-evolution-9066b42dddc33e74a7aacb4e44125f148785280d.tar.lz gsoc2013-evolution-9066b42dddc33e74a7aacb4e44125f148785280d.tar.xz gsoc2013-evolution-9066b42dddc33e74a7aacb4e44125f148785280d.tar.zst gsoc2013-evolution-9066b42dddc33e74a7aacb4e44125f148785280d.zip |
** See bug #307398
2005-06-25 Not Zed <NotZed@Ximian.com>
** See bug #307398
* mail-session.c (alert_user): copy the prompt string, in 'no
cancel' mode we run asynchronously.
(free_user_message): & free it.
2005-06-24 Not Zed <NotZed@Ximian.com>
* em-format-html.c (efh_url_requested): dont pass data gtkhtml
definitely can't handle, to gtkhtml. This is no security patch,
but stops gtkhtml wasting time tying to render malicious mails or
other rubbish.
svn path=/trunk/; revision=29582
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 16407fb6bc..c5cbc39e5e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2005-06-25 Not Zed <NotZed@Ximian.com> + + ** See bug #307398 + + * mail-session.c (alert_user): copy the prompt string, in 'no + cancel' mode we run asynchronously. + (free_user_message): & free it. + +2005-06-24 Not Zed <NotZed@Ximian.com> + + * em-format-html.c (efh_url_requested): dont pass data gtkhtml + definitely can't handle, to gtkhtml. This is no security patch, + but stops gtkhtml wasting time tying to render malicious mails or + other rubbish. + 2005-06-21 Brian Mury <b.mury@ieee.org> ** See bug #301466. |