diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 17 | ||||
-rw-r--r-- | calendar/cal-util/Makefile.am | 2 |
2 files changed, 18 insertions, 1 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. diff --git a/calendar/cal-util/Makefile.am b/calendar/cal-util/Makefile.am index 33c8a00c56..a3a5797d0a 100644 --- a/calendar/cal-util/Makefile.am +++ b/calendar/cal-util/Makefile.am @@ -50,5 +50,5 @@ test_recur_SOURCES = \ test_recur_LDADD = \ libcal-util.la \ $(top_builddir)/libversit/libversit.la \ - $(top_builddir)/libical/src/libical/libical.la \ + $(top_builddir)/libical/src/libical/libical.a \ $(EXTRA_GNOME_LIBS) |