diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-06-23 00:34:33 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-06-23 00:34:33 +0800 |
commit | c14e8dd705e3483f2b0cf1fec2d754637d66b062 (patch) | |
tree | b12f8c96baefe73ea799cfb7b25a8d7b1ef51710 /mail/ChangeLog | |
parent | c74b334a2ca16a82d4652a5e5685e361bdaf08dc (diff) | |
download | gsoc2013-evolution-c14e8dd705e3483f2b0cf1fec2d754637d66b062.tar.gz 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/ChangeLog | 16 |
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. |