From 9e0661d19a9f7d66688ebf68fe5b21fd7316c082 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 29 Nov 2000 01:04:11 +0000 Subject: Reformatted the table spec to make it easier to read. 2000-11-28 Federico Mena Quintero * gui/e-calendar-table.c (E_CALENDAR_TABLE_SPEC): Reformatted the table spec to make it easier to read. * gui/tag-calendar.c: Oops, Damon wrote this, not me. Fixed the Authors line. svn path=/trunk/; revision=6707 --- calendar/ChangeLog | 22 ++++++++---- calendar/gui/e-calendar-table.c | 78 +++++++++++++++++++++++++++++------------ calendar/gui/tag-calendar.c | 3 +- calendar/gui/tag-calendar.h | 3 +- 4 files changed, 74 insertions(+), 32 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 45c4423f70..915c05d014 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2000-11-28 Federico Mena Quintero + + * gui/e-calendar-table.c (E_CALENDAR_TABLE_SPEC): Reformatted the + table spec to make it easier to read. + + * gui/tag-calendar.c: Oops, Damon wrote this, not me. Fixed the + Authors line. + 2000-11-28 Damon Chaplin * gui/e-day-view*.[hc]: @@ -7,13 +15,13 @@ 2000-11-28 Jesse Pavel - *gui/e-meeting-edit.c: removed some debugging code that I had, + * gui/e-meeting-edit.c: removed some debugging code that I had, which might have caused problems. 2000-11-27 Jesse Pavel - *gui/calendar-model.c: added a preliminary change to have Assigned - To-Do items have a corresponding icon. + * gui/calendar-model.c: added a preliminary change to have + Assigned To-Do items have a corresponding icon. 2000-11-27 JP Rosevear @@ -341,7 +349,7 @@ 2000-11-07 Jesse Pavel - *gui/e-itip-control.c, gui/e-itip-control.glade: changed the GUI, + * gui/e-itip-control.c, gui/e-itip-control.glade: changed the GUI, and added some extra feedback for the user. 2000-11-07 Federico Mena Quintero @@ -355,11 +363,11 @@ 2000-11-06 Jesse Pavel - *gui/e-itip-control.c, gui/e-itip-control.glade: changed to GUI to + * gui/e-itip-control.c, gui/e-itip-control.glade: changed to GUI to accomodate dynamically generated buttons, which will be tailored to the type of iTip message that is incoming. - *gui/e-meeting-dialog.glade gui/e-meeting-edit.c: added a new button + * gui/e-meeting-dialog.glade gui/e-meeting-edit.c: added a new button to publish events, in addition to requesting meetings. 2000-11-05 Federico Mena Quintero @@ -1773,7 +1781,7 @@ * cal-util/cal-recur.c (generate_instances_for_year): The exdate and rdate lists are a list of icaltimetypes, not CalComponentPeriods - *gui/e-day-view.c (e_day_view_on_delete_occurrence): The exdate list + * gui/e-day-view.c (e_day_view_on_delete_occurrence): The exdate list is a list of icaltimetypes, not CalComponentDateTimes 2000-09-05 JP Rosevear diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index 6288f29f17..de247778a8 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -135,29 +135,61 @@ e_calendar_table_class_init (ECalendarTableClass *class) } -#define E_CALENDAR_TABLE_SPEC \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - "" \ - " " \ - "" \ +#define E_CALENDAR_TABLE_SPEC \ + "" \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ + " " \ "" static void diff --git a/calendar/gui/tag-calendar.c b/calendar/gui/tag-calendar.c index 658bedc661..4d8e154c4c 100644 --- a/calendar/gui/tag-calendar.c +++ b/calendar/gui/tag-calendar.c @@ -2,7 +2,8 @@ * * Copyright (C) 2000 Helix Code, Inc. * - * Author: Federico Mena-Quintero + * Authors: Damon Chaplin + * Federico Mena-Quintero * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/calendar/gui/tag-calendar.h b/calendar/gui/tag-calendar.h index 8b51e55eb6..970035b03c 100644 --- a/calendar/gui/tag-calendar.h +++ b/calendar/gui/tag-calendar.h @@ -2,7 +2,8 @@ * * Copyright (C) 2000 Helix Code, Inc. * - * Author: Federico Mena-Quintero + * Authors: Damon Chaplin + * Federico Mena-Quintero * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit