aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorKidd Wang <kidd.wang@sun.com>2004-01-08 14:44:25 +0800
committerHarry Lu <haip@src.gnome.org>2004-01-08 14:44:25 +0800
commite65df5f83f8893f328439ee05b216e9d8249e91e (patch)
tree8fcc485927e44f936d9d25f79ea3c44a2df1b936 /calendar/ChangeLog
parent7a65fa93f1161e07356a7cc9e63b976c1ce1453e (diff)
downloadgsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.gz
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.bz2
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.lz
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.xz
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.zst
gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.zip
delete the ECalViewMoveDirection type declaration which was added by
2004-01-08 Kidd Wang <kidd.wang@sun.com> * gui/e-cal-view.h: delete the ECalViewMoveDirection type declaration which was added by mistake yesterday. * Changelog: add a missed entry for calender-commands.c. svn path=/trunk/; revision=24105
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a15d13bbd0..7cc0478828 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-08 Kidd Wang <kidd.wang@sun.com>
+
+ * gui/e-cal-view.h: delete the ECalViewMoveDirection type declaration
+ which was added by mistake yesterday.
+
+ * Changelog: add a missed entry for calender-commands.c.
+
2004-01-07 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-queue.c (load_alarms): call e_cal_view_start
@@ -72,6 +79,8 @@
* gui/e-tasks.[ch] (e_tasks_open_task): ditto.
* gui/tasks-control.c (tasks_control_sensitize_commands),
(tasks_control_open_task_cmd): add a menu item for "Open Task".
+ * gui/calender-commands.c: the event should also be allowed to open
+ even when it's readonly.
2004-01-05 Rodrigo Moya <rodrigo@ximian.com>