aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-12-17 22:13:58 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-12-17 22:13:58 +0800
commit78c72f3ed1da95b1ec432ff9440f6517df2f3e0b (patch)
tree9d29e366011309cd02952256b0b31baa45925b68 /calendar/ChangeLog
parent5b83b0929b296bf2b3b8909b33d554a70e888b35 (diff)
downloadgsoc2013-evolution-78c72f3ed1da95b1ec432ff9440f6517df2f3e0b.tar
gsoc2013-evolution-78c72f3ed1da95b1ec432ff9440f6517df2f3e0b.tar.gz
gsoc2013-evolution-78c72f3ed1da95b1ec432ff9440f6517df2f3e0b.tar.bz2
gsoc2013-evolution-78c72f3ed1da95b1ec432ff9440f6517df2f3e0b.tar.lz
gsoc2013-evolution-78c72f3ed1da95b1ec432ff9440f6517df2f3e0b.tar.xz
gsoc2013-evolution-78c72f3ed1da95b1ec432ff9440f6517df2f3e0b.tar.zst
gsoc2013-evolution-78c72f3ed1da95b1ec432ff9440f6517df2f3e0b.zip
removed the 'NewCalendar' verb. (file_new_calendar_cb): removed callback
2003-12-17 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-commands.c: removed the 'NewCalendar' verb. (file_new_calendar_cb): removed callback for 'NewCalendar' verb. (impl__get_userCreatableItems): added 'New Calendar' to the list of user creatable items. (impl_requestCreateItem): implemented 'New Calendar'. * gui/tasks-component.c (impl__get_userCreatableItems): added 'New Task List' to the list of user creatable items. (impl_requestCreateItem): implemented 'New Task List'. svn path=/trunk/; revision=23965
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d59f280bee..3e057a9554 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,17 @@
2003-12-17 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/calendar-commands.c: removed the 'NewCalendar' verb.
+ (file_new_calendar_cb): removed callback for 'NewCalendar' verb.
+ (impl__get_userCreatableItems): added 'New Calendar' to the list
+ of user creatable items.
+ (impl_requestCreateItem): implemented 'New Calendar'.
+
+ * gui/tasks-component.c (impl__get_userCreatableItems): added
+ 'New Task List' to the list of user creatable items.
+ (impl_requestCreateItem): implemented 'New Task List'.
+
+2003-12-17 Rodrigo Moya <rodrigo@ximian.com>
+
* gui/tasks-control.[ch] (tasks_control_sensitize_commands): made
it public.