aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-06-23 00:34:33 +0800
committerPeter Williams <peterw@src.gnome.org>2000-06-23 00:34:33 +0800
commitc14e8dd705e3483f2b0cf1fec2d754637d66b062 (patch)
treeb12f8c96baefe73ea799cfb7b25a8d7b1ef51710 /mail/ChangeLog
parentc74b334a2ca16a82d4652a5e5685e361bdaf08dc (diff)
downloadgsoc2013-evolution-c14e8dd705e3483f2b0cf1fec2d754637d66b062.tar
gsoc2013-evolution-c14e8dd705e3483f2b0cf1fec2d754637d66b062.tar.gz
gsoc2013-evolution-c14e8dd705e3483f2b0cf1fec2d754637d66b062.tar.bz2
gsoc2013-evolution-c14e8dd705e3483f2b0cf1fec2d754637d66b062.tar.lz
gsoc2013-evolution-c14e8dd705e3483f2b0cf1fec2d754637d66b062.tar.xz
gsoc2013-evolution-c14e8dd705e3483f2b0cf1fec2d754637d66b062.tar.zst
gsoc2013-evolution-c14e8dd705e3483f2b0cf1fec2d754637d66b062.zip
Add nice blocking stuff for the error dialog and a new get_password hook in the async toolkit
svn path=/trunk/; revision=3692
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 363bd9577b..9fe42f1379 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,4 +1,18 @@
-2000-06-22 Peter Williams <peterw@curious-george.helixcode.com>
+2000-06-22 Peter Williams <peterw@helixcode.com>
+
+ * test-thread.c (op_5): New tests for the get_password
+ hook.
+
+ * mail-threads.[ch]: New hook, mail_op_get_password, for
+ getting a user response from an async operation. The operation
+ blocks while waiting for the response. A big whole mutex
+ condition threading blocking dealie to make sure that it
+ works.
+
+ Also the error hook creates a dialog again, which also needs
+ to block its caller while we wait for the user to press ok.
+
+2000-06-22 Peter Williams <peterw@helixcode.com>
* mail-threads.c (various functions): Prettify the UI
so that the progress bar doesn't become all huge 'n stuff.