From 821548d922e719881f5dff34a34b3d6285b10855 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Wed, 22 Apr 1998 05:19:51 +0000 Subject: 1. Calendar property configuration is finally here with nice live-updates. 1. Calendar property configuration is finally here with nice live-updates. 2. Double clicking on week view jumps to that day in the day view; Context menu allows adding an appointment on that day. Miguel. svn path=/trunk/; revision=182 --- calendar/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 108bb0e832..39878e6174 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,24 @@ +1998-04-22 Miguel de Icaza + + * prop.c (properties): Added Calendar properties editor. + + * main.c: Save/load properties (fix to old commit). + 1998-04-21 Miguel de Icaza + * timeutil.c (isodate_from_time_t): Do not save with the global + time flag (Z at the end of the isodate). When we figure out a way + to load times in GMT time, we will add this back + + * view-utils.c (popup_menu): Moved this routine here as there are + more users of this code. + + * gncal-day-view.c (gncal_day_view_class_init): Add button press + handler. + (new_appointment): New routine for creating appointments on a day. + + + * main.c (save_ok): Added call to gtk_window_set_wmclass. * gncal-day-panel.c (calendar_day_selected): Fix, years for mktime -- cgit