aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-13 21:49:01 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-13 21:49:01 +0800
commit87bf984862f7623b76e8af7583647a3e2553cbb1 (patch)
treebee15aff0136217a7d7f886a2ef40b9a77817c7f /calendar/ChangeLog
parent4c1f563a18177e4f8cd7c2f308ef1f7b50e662be (diff)
downloadgsoc2013-evolution-87bf984862f7623b76e8af7583647a3e2553cbb1.tar
gsoc2013-evolution-87bf984862f7623b76e8af7583647a3e2553cbb1.tar.gz
gsoc2013-evolution-87bf984862f7623b76e8af7583647a3e2553cbb1.tar.bz2
gsoc2013-evolution-87bf984862f7623b76e8af7583647a3e2553cbb1.tar.lz
gsoc2013-evolution-87bf984862f7623b76e8af7583647a3e2553cbb1.tar.xz
gsoc2013-evolution-87bf984862f7623b76e8af7583647a3e2553cbb1.tar.zst
gsoc2013-evolution-87bf984862f7623b76e8af7583647a3e2553cbb1.zip
New. (impl_requestCreateItem): New. (tasks_component_class_init): Install.
* gui/tasks-component.c (impl__get_userCreatableItems): New. (impl_requestCreateItem): New. (tasks_component_class_init): Install. * gui/calendar-component.c (impl__get_userCreatableItems): New. (impl_requestCreateItem): New, for now just a stub. (calendar_component_class_init): Install into the EPV. svn path=/trunk/; revision=23327
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d14aa6d2a5..a01392384c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,9 @@
2003-11-13 Ettore Perazzoli <ettore@ximian.com>
+ * gui/tasks-component.c (impl__get_userCreatableItems): New.
+ (impl_requestCreateItem): New.
+ (tasks_component_class_init): Install.
+
* gui/calendar-component.c (impl__get_userCreatableItems): New.
(impl_requestCreateItem): New, for now just a stub.
(calendar_component_class_init): Install into the EPV.