aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-08-11 03:54:53 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-08-11 03:54:53 +0800
commit5bf17131df95ad49d7a98768b05177092ad2a618 (patch)
treed8eac699ccd0b8d40d0332abf7427e964fa90bdd /calendar/ChangeLog
parent271d9b306ebe673e2e52d965bb5b4a259c8189a0 (diff)
downloadgsoc2013-evolution-5bf17131df95ad49d7a98768b05177092ad2a618.tar
gsoc2013-evolution-5bf17131df95ad49d7a98768b05177092ad2a618.tar.gz
gsoc2013-evolution-5bf17131df95ad49d7a98768b05177092ad2a618.tar.bz2
gsoc2013-evolution-5bf17131df95ad49d7a98768b05177092ad2a618.tar.lz
gsoc2013-evolution-5bf17131df95ad49d7a98768b05177092ad2a618.tar.xz
gsoc2013-evolution-5bf17131df95ad49d7a98768b05177092ad2a618.tar.zst
gsoc2013-evolution-5bf17131df95ad49d7a98768b05177092ad2a618.zip
There. A pretty function to generate recurrence instances atomically so
2000-08-10 Federico Mena Quintero <federico@helixcode.com> * cal-client/cal-client.c (cal_client_generate_instances): There. A pretty function to generate recurrence instances atomically so that clients don't have to jump through hoops. Now we can get rid of the ugly calendar_iterate() function. svn path=/trunk/; revision=4701
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 f09ff0bab0..a6776851ce 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,4 +1,12 @@
+2000-08-10 Federico Mena Quintero <federico@helixcode.com>
+
+ * cal-client/cal-client.c (cal_client_generate_instances): There.
+ A pretty function to generate recurrence instances atomically so
+ that clients don't have to jump through hoops. Now we can get rid
+ of the ugly calendar_iterate() function.
+
2000-08-09 Cody Russell <bratsche@gnome.org>
+
* gui/calendar-commands.c: Make the toolbar honor the user's
gnomecc settings for detachable toolbars.