aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-07-29 11:00:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-07-29 11:00:42 +0800
commitf000b8fa4fda0208ea241179451d62c27c4b3ffd (patch)
tree8dae82030012f9c1bc48e3c009c19385a3f92e8b /mail/ChangeLog
parenta46a470a9d5be9d8b9699738b774d14acedce052 (diff)
downloadgsoc2013-evolution-f000b8fa4fda0208ea241179451d62c27c4b3ffd.tar
gsoc2013-evolution-f000b8fa4fda0208ea241179451d62c27c4b3ffd.tar.gz
gsoc2013-evolution-f000b8fa4fda0208ea241179451d62c27c4b3ffd.tar.bz2
gsoc2013-evolution-f000b8fa4fda0208ea241179451d62c27c4b3ffd.tar.lz
gsoc2013-evolution-f000b8fa4fda0208ea241179451d62c27c4b3ffd.tar.xz
gsoc2013-evolution-f000b8fa4fda0208ea241179451d62c27c4b3ffd.tar.zst
gsoc2013-evolution-f000b8fa4fda0208ea241179451d62c27c4b3ffd.zip
** See #61958.
2004-07-28 Not Zed <NotZed@Ximian.com> ** See #61958. * mail-folder-cache.c (real_flush_updates): remove the soreinfo lookup, it isn't used anywhere anymore. (mail_note_folder): hook onto the events outside of the lock, and don't pass the mfi pointer anymore. (mail_note_store): hook onto the events outside of the lock. (folder_changed, folder_finalised, folder_renamed): lookup the mfi if needed, it is no longer passed to the callback. (unset_folder_info): change unhook calls for new parameters. svn path=/trunk/; revision=26764
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7b2da9976e..27a25c0041 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,18 @@
2004-07-28 Not Zed <NotZed@Ximian.com>
+ ** See #61958.
+
+ * mail-folder-cache.c (real_flush_updates): remove the soreinfo
+ lookup, it isn't used anywhere anymore.
+ (mail_note_folder): hook onto the events outside of the lock, and
+ don't pass the mfi pointer anymore.
+ (mail_note_store): hook onto the events outside of the lock.
+ (folder_changed, folder_finalised, folder_renamed): lookup the mfi
+ if needed, it is no longer passed to the callback.
+ (unset_folder_info): change unhook calls for new parameters.
+
+2004-07-28 Not Zed <NotZed@Ximian.com>
+
** See #61940.
* em-composer-utils.c (composer_set_body): add emformat source arg.