From a4c49f6c4677a9344507ff8d87de6bd417a9e6cf Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 7 Feb 2001 00:50:43 +0000 Subject: Pulling stuff up from the branch 2001-02-06 JP Rosevear * cal-util/cal-component.c (cal_component_set_categories): If the categories string is empty, remove the property (get_period_list): Fixes from clahey to handle the new rdate format in libical (set_period_list): ditto 2001-02-06 JP Rosevear * gui/event-editor.c (fill_reminder_widgets): Match new append_alarm signature (reminder_to_comp_object): only add alarms tagged as new, no longer delete all alarms first (append_reminder): the row data is now of type ReminderData, rename from append_alarm (reminder_add_cb): math new append_alarm signature (reminder_delete_cb): if the alarm existed before the dialog was loaded, delete it immediately from the cal component 2001-02-06 JP Rosevear * gui/event-editor-dialog.glade: Gui tweaks for bugs 1248 and 1246 * gui/dialogs/task-editor-dialog.glade: ditto 2001-02-06 JP Rosevear * gui/e-week-view.c (e_week_view_show_popup_menu): Make the menus more consistent * gui/e-day-view.c (e_day_view_on_event_right_click): ditto * gui/e-calendar-table.c: ditto svn path=/trunk/; revision=8037 --- calendar/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a44200642a..caa22296f9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -18,6 +18,21 @@ (reminder_delete_cb): if the alarm existed before the dialog was loaded, delete it immediately from the cal component +2001-02-06 JP Rosevear + + * gui/event-editor-dialog.glade: Gui tweaks for bugs 1248 and 1246 + + * gui/dialogs/task-editor-dialog.glade: ditto + +2001-02-06 JP Rosevear + + * gui/e-week-view.c (e_week_view_show_popup_menu): Make the menus more + consistent + + * gui/e-day-view.c (e_day_view_on_event_right_click): ditto + + * gui/e-calendar-table.c: ditto + 2001-02-05 JP Rosevear * cal-util/cal-component.c (cal_component_alarm_set_trigger): Set -- cgit