aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3b2ac73b54..c0703762d8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,15 @@
2001-10-04 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-callbacks.c (providers_config): Set the parent window as
+ the fb. This fixes bug #11723.
+ (filter_edit): Do the same thing here too and also to the warning
+ dialog.
+ (edit_msg): Set the parent on the warning dialog.
+ (resend_msg): And here.
+ (search_msg): Here too.
+ (confirm_expunge): Set the parent window on the dialog here too.
+ (save_msg_ok): Same here.
+
* mail-accounts.c (images_radio_toggled): Ignore the signal if the
radio button is not "on". This fixes bug #10532 because the on/off
signals don't always come in the off->on order.