aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8015dfeb43..efe77a813d 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-15 Damon Chaplin <damon@helixcode.com>
+
+ * cal-util/Makefile.am (test_recur_LDADD): use libical.a
+
2000-06-15 Dan Winship <danw@helixcode.com>
* cal-util/Makefile.am (noinst_PROGRAMS): merge the two separate
@@ -133,6 +137,19 @@
(print_calendar): Do the dialog box here. We may want to split
this function later into smaller chunks.
+2000-06-05 Damon Chaplin <damon@helixcode.com>
+
+ * gui/e-week-view-event-item.c (e_week_view_event_item_button_press):
+ allow the right button to popup the menu, even when the event is
+ being edited.
+
+ * gui/e-week-view.c:
+ * gui/e-day-view.c: Set the keyboard focus to the EDayView/EWeekView
+ when the right button is clicked, so that any event being edited is
+ saved before any action (e.g. opening the Event Editor dialog) is
+ started. Note that this won't work if we switch to asynchronous
+ notification.
+
2000-06-02 Federico Mena Quintero <federico@helixcode.com>
* gui/event-editor.c (tb_save_and_close_cb): Implemented.