aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-09-24 12:09:10 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-09-24 12:09:10 +0800
commit6ce4413006e2ebd82c9e03d90bfa707c2ed371ee (patch)
treea88e8c57b21cf5469b1b610b1a670d73d989d02b /mail/ChangeLog
parent71dab312c14e17ea8c9125b56a82db016fff527c (diff)
downloadgsoc2013-evolution-6ce4413006e2ebd82c9e03d90bfa707c2ed371ee.tar
gsoc2013-evolution-6ce4413006e2ebd82c9e03d90bfa707c2ed371ee.tar.gz
gsoc2013-evolution-6ce4413006e2ebd82c9e03d90bfa707c2ed371ee.tar.bz2
gsoc2013-evolution-6ce4413006e2ebd82c9e03d90bfa707c2ed371ee.tar.lz
gsoc2013-evolution-6ce4413006e2ebd82c9e03d90bfa707c2ed371ee.tar.xz
gsoc2013-evolution-6ce4413006e2ebd82c9e03d90bfa707c2ed371ee.tar.zst
gsoc2013-evolution-6ce4413006e2ebd82c9e03d90bfa707c2ed371ee.zip
** See bug #65058 (again again).
2004-09-23 Not Zed <NotZed@Ximian.com> ** See bug #65058 (again again). * em-format-html.c (efh_text_html): calculate our location uri ourselves (content id). * em-format.c (em_format_add_puri): if we have no content-location key, don't fallback to any container's location. svn path=/trunk/; revision=27356
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index fd35b59830..4f371628a5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,15 @@
2004-09-23 Not Zed <NotZed@Ximian.com>
+ ** See bug #65058 (again again).
+
+ * em-format-html.c (efh_text_html): calculate our location uri
+ ourselves (content id).
+
+ * em-format.c (em_format_add_puri): if we have no content-location
+ key, don't fallback to any container's location.
+
+2004-09-23 Not Zed <NotZed@Ximian.com>
+
* em-folder-tree.c (emft_get_folder_info__desc): describe the
get-folder process. This also makes it cancellable.