aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2005-12-17 20:22:26 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-12-17 20:22:26 +0800
commit7b26c9fd421524ca3024c82fe50b308caffec84f (patch)
tree1a553ab5a8d7b77aa704d2c31abc355d5214f06d /calendar
parentcb04b8196ff8e2867c5b6f52dfd395681c1db4b2 (diff)
downloadgsoc2013-evolution-7b26c9fd421524ca3024c82fe50b308caffec84f.tar
gsoc2013-evolution-7b26c9fd421524ca3024c82fe50b308caffec84f.tar.gz
gsoc2013-evolution-7b26c9fd421524ca3024c82fe50b308caffec84f.tar.bz2
gsoc2013-evolution-7b26c9fd421524ca3024c82fe50b308caffec84f.tar.lz
gsoc2013-evolution-7b26c9fd421524ca3024c82fe50b308caffec84f.tar.xz
gsoc2013-evolution-7b26c9fd421524ca3024c82fe50b308caffec84f.tar.zst
gsoc2013-evolution-7b26c9fd421524ca3024c82fe50b308caffec84f.zip
Combine my last two entries.
svn path=/trunk/; revision=30805
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog8
1 files changed, 3 insertions, 5 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 25059cced6..f258131ad3 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,10 +1,8 @@
2005-12-17 Tor Lillqvist <tml@novell.com>
- * conduits/calendar/calendar-conduit.c: Use GLib to construct
- filenames from URIs and back.
-
- * gui/e-cal-component-memo-preview.c (write_html): Use
- g_filename_to_uri() to construct a file: URI.
+ * conduits/calendar/calendar-conduit.c
+ * gui/e-cal-component-memo-preview.c: Use GLib to construct
+ filenames from URIs and vice versa.
2005-12-15 Srinivasa Ragavan <sragavan@novell.com>