aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-12-12 07:43:42 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-12-12 07:43:42 +0800
commit0fb5f2db0fa2d1eab01965ec9383410cab140348 (patch)
tree12579107cab19be0e2b5d464b1d38a082ecf6b16 /calendar/ChangeLog
parent8997c57f5c1451e366a374a6e0bb74aa2f37e832 (diff)
downloadgsoc2013-evolution-0fb5f2db0fa2d1eab01965ec9383410cab140348.tar
gsoc2013-evolution-0fb5f2db0fa2d1eab01965ec9383410cab140348.tar.gz
gsoc2013-evolution-0fb5f2db0fa2d1eab01965ec9383410cab140348.tar.bz2
gsoc2013-evolution-0fb5f2db0fa2d1eab01965ec9383410cab140348.tar.lz
gsoc2013-evolution-0fb5f2db0fa2d1eab01965ec9383410cab140348.tar.xz
gsoc2013-evolution-0fb5f2db0fa2d1eab01965ec9383410cab140348.tar.zst
gsoc2013-evolution-0fb5f2db0fa2d1eab01965ec9383410cab140348.zip
updated the tests on the start & end time just before calling the
2000-12-11 Damon Chaplin <damon@helixcode.com> * cal-util/cal-recur.c (generate_instances_for_chunk): updated the tests on the start & end time just before calling the callback. It was skipping occurrences that started before the required interval's start time, which was wrong. We want all occurrences that intersect the interval. (cal_obj_time_weekday): removed the CalRecurrence* argument, since it isn't needed. svn path=/trunk/; revision=6925
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index aa0d96f03a..ab05db166c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,15 @@
2000-12-11 Damon Chaplin <damon@helixcode.com>
+ * cal-util/cal-recur.c (generate_instances_for_chunk): updated the
+ tests on the start & end time just before calling the callback. It
+ was skipping occurrences that started before the required interval's
+ start time, which was wrong. We want all occurrences that intersect
+ the interval.
+ (cal_obj_time_weekday): removed the CalRecurrence* argument, since it
+ isn't needed.
+
+2000-12-11 Damon Chaplin <damon@helixcode.com>
+
* gui/event-editor.c: added changed flags and added calls to a new
function event_editor_set_changed() to set & reset this flag.
Added prompt_to_save_changed() which is called when the user