From e095ce5ab86387d4b07a45f298fa85e690170456 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 4 Aug 1998 01:55:18 +0000 Subject: Use an array of const strings to keep gcc happy. 1998-08-03 Federico Mena Quintero * main.c (about_calendar_cmd): Use an array of const strings to keep gcc happy. * alarm.c (alarm_compare_by_time): Use gconstpointer to keep gcc happy. * calendar.c (calendar_object_compare_by_start): Likewise. * gncal-full-day.c (child_compare_by_start): Likewise. svn path=/trunk/; revision=296 --- calendar/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f9d4353e64..ffa0f5107b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +1998-08-03 Federico Mena Quintero + + * main.c (about_calendar_cmd): Use an array of const strings to + keep gcc happy. + + * alarm.c (alarm_compare_by_time): Use gconstpointer to keep gcc happy. + * calendar.c (calendar_object_compare_by_start): Likewise. + * gncal-full-day.c (child_compare_by_start): Likewise. + 1998-07-07 Miguel de Icaza * main.c: Add support for --view flag. -- cgit v1.2.3