aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-11-19 01:09:57 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-11-19 01:09:57 +0800
commit57fbfaa43469a1fbe60b63e12f013c859c7f7748 (patch)
tree39e37de3f68efafeec2fb47bf42cd2fae5aaa5d8 /calendar/ChangeLog
parent0a180cd281b24884587a1ddf065bdf475ab9659b (diff)
downloadgsoc2013-evolution-57fbfaa43469a1fbe60b63e12f013c859c7f7748.tar
gsoc2013-evolution-57fbfaa43469a1fbe60b63e12f013c859c7f7748.tar.gz
gsoc2013-evolution-57fbfaa43469a1fbe60b63e12f013c859c7f7748.tar.bz2
gsoc2013-evolution-57fbfaa43469a1fbe60b63e12f013c859c7f7748.tar.lz
gsoc2013-evolution-57fbfaa43469a1fbe60b63e12f013c859c7f7748.tar.xz
gsoc2013-evolution-57fbfaa43469a1fbe60b63e12f013c859c7f7748.tar.zst
gsoc2013-evolution-57fbfaa43469a1fbe60b63e12f013c859c7f7748.zip
removed the 'New...' menu items from the UI, it's now implemented in the
2003-11-18 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-commands.c (calendar_control_sensitize_calendar_commands, sensitize_taskpad_commands): removed the 'New...' menu items from the UI, it's now implemented in the shell. svn path=/trunk/; revision=23422
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index e7fefbe44b..faf404c6f6 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -4,6 +4,8 @@
(calendar_control_sensitize_calendar_commands,
sensitize_taskpad_commands): removed the 'New...' menu items
from the UI, it's now implemented in the shell.
+ (file_new_appointment_cb, file_new_event_cb, file_new_meeting_cb,
+ file_new_task_cb): removed.
2003-11-18 Rodrigo Moya <rodrigo@ximian.com>