diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-02-08 05:58:31 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-02-08 05:58:31 +0800 |
commit | c734db40c7bb880797eb27e0b967756b519e951e (patch) | |
tree | c553d1b98d20e1cc210c37a53b1f00a2765e476b /mail/ChangeLog | |
parent | fcd71ac61c71c2768d85cab4a26261d89452b0db (diff) | |
download | gsoc2013-evolution-c734db40c7bb880797eb27e0b967756b519e951e.tar.gz gsoc2013-evolution-c734db40c7bb880797eb27e0b967756b519e951e.tar.zst gsoc2013-evolution-c734db40c7bb880797eb27e0b967756b519e951e.zip |
** Fixes bug #359979, #384183
2007-02-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #359979, #384183
* mail/em-camel-stream.c (sync_op):
* mail/em-sync-stream.c (sync_op):
* mail/mail-session.c (alert_user):
e_msgport_wait()'s behavior is now block-and-pop instead of
block-and-peek.
svn path=/trunk/; revision=33181
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 48be3efaa7..98e7655572 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2007-02-07 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #359979, #384183 + + * em-camel-stream.c (sync_op): + * em-sync-stream.c (sync_op): + * mail-session.c (alert_user): + e_msgport_wait()'s behavior is now block-and-pop instead of + block-and-peek. + 2006-09-12 Ushveen Kaur <kushveen@novell.com> ** Fixes bug #353921 |