aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMatt Loper <matt@helixcode.com>2000-05-13 07:15:04 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-05-13 07:15:04 +0800
commit725e254d7220e46a1536a871689760b35a6fd6ce (patch)
treeaa8c9d3f3a3ed60463ecb93d0e15885c5cee1ac8 /calendar/ChangeLog
parent9268ab3217531bdd5ca478d71f678ad7093516eb (diff)
downloadgsoc2013-evolution-725e254d7220e46a1536a871689760b35a6fd6ce.tar
gsoc2013-evolution-725e254d7220e46a1536a871689760b35a6fd6ce.tar.gz
gsoc2013-evolution-725e254d7220e46a1536a871689760b35a6fd6ce.tar.bz2
gsoc2013-evolution-725e254d7220e46a1536a871689760b35a6fd6ce.tar.lz
gsoc2013-evolution-725e254d7220e46a1536a871689760b35a6fd6ce.tar.xz
gsoc2013-evolution-725e254d7220e46a1536a871689760b35a6fd6ce.tar.zst
gsoc2013-evolution-725e254d7220e46a1536a871689760b35a6fd6ce.zip
Added version and availability of required libunicode library.
2000-05-10 Matt Loper <matt@helixcode.com> * README: Added version and availability of required libunicode library. 2000-05-10 Dan Winship <danw@helixcode.com> * configure.in: Update versions needed for gnome-print, bonobo, and gtkhtml. 2000-05-10 Christopher James Lahey <clahey@helixcode.com> * HACKING: We need a HACKING file. 2000-05-10 Christopher James Lahey <clahey@helixcode.com> svn path=/trunk/; revision=3008
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4a52717667..d1215599c9 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,19 @@
+2000-05-12 Federico Mena Quintero <federico@helixcode.com>
+
+ * cal-util/calobj.c (generate): Use a (dtend - dtstart) offset to
+ compute the ending time of the occurrence. This takes care of
+ recurring events that span multiple days. Also, removed the DST
+ condition since it did not look right at all: if you have a daily
+ appointment at 18:00, it still should happen at 18:00 even during
+ daylight savings.
+
+ * gui/gnome-cal.c (gnome_calendar_tag_calendar): Use the timeutil
+ functions instead of calculating the month's times by hand. Use
+ cal_obj_instance_list_free() instead of freeing the list by hand.
+ Clip the range we pass to mark_gtk_calendar_day().
+ (mark_gtk_calendar_day): Fixed off-by-one error at the end of the
+ month by adding real day offsets.
+
2000-05-11 Federico Mena Quintero <federico@helixcode.com>
* gui/gnome-cal.c (add_alarms_for_object): New function to add