diff options
author | 5 <NotZed@Ximian.com> | 2001-10-16 02:55:18 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-16 02:55:18 +0800 |
commit | 3ac3a15e3ccad3b7eb27f9f1db172effa951b554 (patch) | |
tree | 27667c3db149010cfebc224fa9436b8fe1c5c17a /mail/ChangeLog | |
parent | a58f0363043a173d3c6fa2afad13e43cad563d60 (diff) | |
download | gsoc2013-evolution-3ac3a15e3ccad3b7eb27f9f1db172effa951b554.tar.gz gsoc2013-evolution-3ac3a15e3ccad3b7eb27f9f1db172effa951b554.tar.zst gsoc2013-evolution-3ac3a15e3ccad3b7eb27f9f1db172effa951b554.zip |
Proxy get-password call to main thread. (forget_password): same for
2001-10-15 <NotZed@Ximian.com>
* mail-session.c (get_password): Proxy get-password call to main
thread.
(forget_password): same for forget_password.
(get_filter_driver): and same for get_filter_driver, since it uses
gtk objects.
* mail-mt.c (mail_call_main): new generic interface for calling
stuff/proxying in the gui thread.
svn path=/trunk/; revision=13679
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 98b20e06f2..a1df585b46 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2001-10-15 <NotZed@Ximian.com> + + * mail-session.c (get_password): Proxy get-password call to main + thread. + (forget_password): same for forget_password. + (get_filter_driver): and same for get_filter_driver, since it uses + gtk objects. + + * mail-mt.c (mail_call_main): new generic interface for calling + stuff/proxying in the gui thread. + 2001-10-14 Jon Trowbridge <trow@ximian.com> * e-searching-tokenizer.c (e_searching_tokenizer_clone): Share |