aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-06-16 08:48:44 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-06-16 08:48:44 +0800
commitb52a9eaa1ca1f7698516ce0635263e7e2177669d (patch)
treec3149dd7ee76b92166f050c95088ee1620d8d794
parent57689076e4df4aae59ae7459490a65852b4df1f9 (diff)
downloadgsoc2013-evolution-b52a9eaa1ca1f7698516ce0635263e7e2177669d.tar
gsoc2013-evolution-b52a9eaa1ca1f7698516ce0635263e7e2177669d.tar.gz
gsoc2013-evolution-b52a9eaa1ca1f7698516ce0635263e7e2177669d.tar.bz2
gsoc2013-evolution-b52a9eaa1ca1f7698516ce0635263e7e2177669d.tar.lz
gsoc2013-evolution-b52a9eaa1ca1f7698516ce0635263e7e2177669d.tar.xz
gsoc2013-evolution-b52a9eaa1ca1f7698516ce0635263e7e2177669d.tar.zst
gsoc2013-evolution-b52a9eaa1ca1f7698516ce0635263e7e2177669d.zip
use libical.a
2000-06-15 Damon Chaplin <damon@helixcode.com> * cal-util/Makefile.am (test_recur_LDADD): use libical.a svn path=/trunk/; revision=3586
-rw-r--r--calendar/ChangeLog17
-rw-r--r--calendar/cal-util/Makefile.am2
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)