From bdd8949166e1736a93dcbf77f9b3d0c214900554 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 30 Oct 2000 17:17:05 +0000 Subject: Removed the geometry and hidden arguments. This code is ancient. 2000-10-30 Federico Mena Quintero * gui/calendar-commands.c (new_calendar): Removed the geometry and hidden arguments. This code is ancient. (all_calendars): Made static. This sucks; configuration should be notification-based instead of "let's iterate through all open calendars". (active_calendars): Removed. Functions can check the length of the all_calendars list if they are interested. svn path=/trunk/; revision=6274 --- calendar/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 187e16f4a5..40cd501fa9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2000-10-30 Federico Mena Quintero + * gui/calendar-commands.c (new_calendar): Removed the geometry and + hidden arguments. This code is ancient. + (all_calendars): Made static. This sucks; configuration should be + notification-based instead of "let's iterate through all open + calendars". + (active_calendars): Removed. Functions can check the length of + the all_calendars list if they are interested. + * gui/event-editor.c (sync_entries): Do not take in an extra data pointer. (summary_changed_cb): Use a single call back to sync both entries. -- cgit v1.2.3