diff options
author | Not Zed <NotZed@Ximian.com> | 2002-11-25 08:31:50 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-11-25 08:31:50 +0800 |
commit | 3324e67a17442c8e3c8a3936d2f063ee675004d3 (patch) | |
tree | f887ca8f293d7abcb4d21cbd40fb0435e1e57aba /mail/ChangeLog | |
parent | 2fd9ea3c7ee9d1847c9c0fed6538f95a284a301c (diff) | |
download | gsoc2013-evolution-3324e67a17442c8e3c8a3936d2f063ee675004d3.tar gsoc2013-evolution-3324e67a17442c8e3c8a3936d2f063ee675004d3.tar.gz gsoc2013-evolution-3324e67a17442c8e3c8a3936d2f063ee675004d3.tar.bz2 gsoc2013-evolution-3324e67a17442c8e3c8a3936d2f063ee675004d3.tar.lz gsoc2013-evolution-3324e67a17442c8e3c8a3936d2f063ee675004d3.tar.xz gsoc2013-evolution-3324e67a17442c8e3c8a3936d2f063ee675004d3.tar.zst gsoc2013-evolution-3324e67a17442c8e3c8a3936d2f063ee675004d3.zip |
removed e_messagebox, and use gtk_message_dialog directly.
2002-11-22 Not Zed <NotZed@Ximian.com>
* mail-callbacks.c (ask_confirm_for_unwanted_html_mail): removed
e_messagebox, and use gtk_message_dialog directly.
(ask_confirm_for_empty_subject): and here.
(ask_confirm_for_only_bcc): And here too.
(msgbox_destroy_cb): Removed, since no longer needed.
svn path=/trunk/; revision=18905
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 812f2cb740..bed571fc0d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2002-11-22 Not Zed <NotZed@Ximian.com> + + * mail-callbacks.c (ask_confirm_for_unwanted_html_mail): removed + e_messagebox, and use gtk_message_dialog directly. + (ask_confirm_for_empty_subject): and here. + (ask_confirm_for_only_bcc): And here too. + (msgbox_destroy_cb): Removed, since no longer needed. + 2002-11-15 Harry Lu <harry.lu@sun.com> * mail-display.c (write_data_to_file): Show file name when prompt |