diff options
author | Not Zed <NotZed@Ximian.com> | 2004-11-12 13:54:07 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-12 13:54:07 +0800 |
commit | d25f16e9ea91dc50cc8477576c6a7def086d34c7 (patch) | |
tree | afd1003f6acc2573c505d25b74d3e1f3c8b1691c /mail/ChangeLog | |
parent | 8e212824134c1740d05fb36799f78716c5059801 (diff) | |
download | gsoc2013-evolution-d25f16e9ea91dc50cc8477576c6a7def086d34c7.tar.gz gsoc2013-evolution-d25f16e9ea91dc50cc8477576c6a7def086d34c7.tar.zst gsoc2013-evolution-d25f16e9ea91dc50cc8477576c6a7def086d34c7.zip |
** Merge in notzed-messageinfo-branch.
2004-11-12 Not Zed <NotZed@Ximian.com>
** Merge in notzed-messageinfo-branch.
svn path=/trunk/; revision=27899
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2061234d1a..dbff54f9d6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2004-11-12 Not Zed <NotZed@Ximian.com> + + ** Merge in notzed-messageinfo-branch. + 2004-11-11 Radek Doulik <rodo@ximian.com> * em-format-hook.c (emfh_enable): l = g_list_next (l); in inner @@ -56,6 +60,30 @@ * em-account-editor.c: Change the labels back to the same as they were in 2.0 +2004-11-12 Not Zed <NotZed@Ximian.com> + + * mail-send-recv.c (auto_account_finalised): fix the callback + signature. + +2004-11-11 Not Zed <NotZed@Ximian.com> + + * mail-component.c (mc_add_store): + (mc_add_store_done): Let the counters know about the junk/trash + folders that have already been opened. + + * em-vfs-stream.[ch]: Added stream class to read/write gnome-vfs + data from camel. NFI if this will work, depends on how + thread-safe gnome-vfs is. + +2004-11-08 Not Zed <NotZed@Ximian.com> + + * mail-vfolder.c (uri_is_spethal): fix the special check for local + folders. + +2004-10-30 Not Zed <NotZed@Ximian.com> + + * */*.c, *.c: camel api changes. + 2004-10-28 Not Zed <NotZed@Ximian.com> * mail-folder-cache.c (real_flush_updates): |