aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-08-02 20:26:25 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-08-02 20:26:25 +0800
commitce4d96263c44a56d3ab00c4ca2ca70a680841a73 (patch)
tree98c45c865b42a2c7c47b17d12c3c8a4eca2f7c03 /calendar/ChangeLog
parent38251cc59311a338d7ed85611148acbb559abab9 (diff)
downloadgsoc2013-evolution-ce4d96263c44a56d3ab00c4ca2ca70a680841a73.tar
gsoc2013-evolution-ce4d96263c44a56d3ab00c4ca2ca70a680841a73.tar.gz
gsoc2013-evolution-ce4d96263c44a56d3ab00c4ca2ca70a680841a73.tar.bz2
gsoc2013-evolution-ce4d96263c44a56d3ab00c4ca2ca70a680841a73.tar.lz
gsoc2013-evolution-ce4d96263c44a56d3ab00c4ca2ca70a680841a73.tar.xz
gsoc2013-evolution-ce4d96263c44a56d3ab00c4ca2ca70a680841a73.tar.zst
gsoc2013-evolution-ce4d96263c44a56d3ab00c4ca2ca70a680841a73.zip
new util function to add information to an itip message that might not
2002-08-02 JP Rosevear <jpr@ximian.com> * gui/e-itip-control.c (adjust_item): new util function to add information to an itip message that might not already be there for display purposes (summary, location, etc) (show_current_event): use above (show_current_todo): ditto svn path=/trunk/; revision=17688
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 397a414e7f..30a17649ed 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,13 @@
2002-08-02 JP Rosevear <jpr@ximian.com>
+ * gui/e-itip-control.c (adjust_item): new util function to add
+ information to an itip message that might not already be there for
+ display purposes (summary, location, etc)
+ (show_current_event): use above
+ (show_current_todo): ditto
+
+2002-08-02 JP Rosevear <jpr@ximian.com>
+
* gui/e-meeting-model.c (init): initialize value to corba nil
2002-08-01 Ettore Perazzoli <ettore@ximian.com>