aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3d7c05ffa1..df3740d539 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,25 @@
+2000-12-13 Christopher James Lahey <clahey@helixcode.com>
+
+ * cal-util/cal-recur.c: #if 0ed cal_obj_date_only_compare_func.
+ (cal_object_get_rdate_end): Changed this function to get rid of a
+ possible uninitialized error on the rdate function.
+
+ * gui/calendar-model.c: Fixed some warnings involving the #define
+ _XOPEN_SOURCE lines here.
+
+ * gui/component-factory.c: #ifdef WANT_THE_EXECUTIVE_SUMMARYed out
+ the summary_factory object since it's unused if
+ WANT_THE_EXCUTIVE_SUMMARY is not defined.
+
+ * gui/e-day-view.c: #if 0ed out e_day_view_remove_event_cb.
+ (obj_updated_cb): #ifndef NO_WARNINGSed out a #warning.
+
+ * gui/e-week-view-event-item.c (e_week_view_event_item_draw): Made
+ it so that
+
+ * gui/e-week-view.c (obj_updated_cb): #ifndef NO_WARNINGSed out a
+ #warning.
+
2000-12-13 JP Rosevear <jpr@helixcode.com>
* conduits/todo/Makefile.am: Revert federico's change for now