aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-10-31 01:17:05 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-10-31 01:17:05 +0800
commitbdd8949166e1736a93dcbf77f9b3d0c214900554 (patch)
treeafcfed4e4474028bf82f5977795ba2b89ed101b5 /calendar/ChangeLog
parent41fcf25f7cde28e20b6a4f81f6f95e4be2384a18 (diff)
downloadgsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar.gz
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar.bz2
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar.lz
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar.xz
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.tar.zst
gsoc2013-evolution-bdd8949166e1736a93dcbf77f9b3d0c214900554.zip
Removed the geometry and hidden arguments. This code is ancient.
2000-10-30 Federico Mena Quintero <federico@helixcode.com> * 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <federico@helixcode.com>
+ * 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.