diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-06-22 02:14:44 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-06-22 02:14:44 +0800 |
commit | 42d0cc5ca71d52130cea48c481344ce081b158a1 (patch) | |
tree | 5a41431ae2a59442fd21289e09b98d4e61cf2f7f /mail/ChangeLog | |
parent | 100bc92dd2821cf71c695ae5735647051b09ed45 (diff) | |
download | gsoc2013-evolution-42d0cc5ca71d52130cea48c481344ce081b158a1.tar.gz gsoc2013-evolution-42d0cc5ca71d52130cea48c481344ce081b158a1.tar.zst gsoc2013-evolution-42d0cc5ca71d52130cea48c481344ce081b158a1.zip |
Add the async mail API (still not hooked up though)
svn path=/trunk/; revision=3676
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cc1f6f1679..69e4ffd4bc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,4 +1,14 @@ -2000-06-21 Peter Williams <peter@newton.cx> +2000-06-21 Peter Williams <peterw@helixcode.com> + * mail-thread.{c,h}: New files -- a simple API for executing + the major mail ops (fetch_mail etc) asynchronously, allowing + the operations to send messages and update a progress bar. + + * test-thread.{c,h}: Tests the mail-thread API. + + * Makefile.am: add mail-thread.[ch] to evolution_mail_SOURCES + and declare the test_thread noinst_PROGRAM. + +2000-06-21 Peter Williams <peterw@helixcode.com> * mail-format.c (mail_generate_reply): Include "e-setup.h" to get the prototype for evolution_dir. |