diff options
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index e3c7b0c1fd..6f24d9b0d4 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,12 @@ +2003-10-09 Jeffrey Stedfast <fejj@ximian.com> + + * Makefile.am: INCLUDE path fixes for changes made to libical + build. + + * e-summary-calendar.h: #include <libical/ical.h> + + * e-summary.h: #include <libical/ical.h> + 2003-09-08 Calvin Liu <calvin.liu@sun.com> ** For bug #48175 @@ -20,12 +29,12 @@ [Fixed bug #47563] - * e-summary-tasks.c (setup_task_folder) : set a default value for the - tasks->due_today_colour and tasks->overdue_colour, if the key in gconf - is NULL. and change the key name from TasksDueTodayi to due_today, from - TasksOverdue to overdue, in order to coincide with the key in - e-summary-tasks.c(setup_task_folder).In this way, it can avoid crash - on solaris. + * e-summary-tasks.c (setup_task_folder) : set a default value for + the tasks->due_today_colour and tasks->overdue_colour, if the key + in gconf is NULL. and change the key name from TasksDueTodayi to + due_today, from TasksOverdue to overdue, in order to coincide with + the key in e-summary-tasks.c (setup_task_folder).In this way, it + can avoid crash on solaris. 2003-08-11 Ettore Perazzoli <ettore@ximian.com> |