From ee09fc6d052a92c0d62a6f42b5a639f2a3af590c Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 4 Oct 2000 21:43:24 +0000 Subject: As a temporary solution to the to-do printing, just print the summaries. 2000-10-04 Federico Mena Quintero * gui/print.c (print_todo_details): As a temporary solution to the to-do printing, just print the summaries. We'll use the ETable printing stuff later. svn path=/trunk/; revision=5721 --- calendar/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7caf784a9a..6591a9a8ba 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,9 @@ 2000-10-04 Federico Mena Quintero + * gui/print.c (print_todo_details): As a temporary solution to the + to-do printing, just print the summaries. We'll use the ETable + printing stuff later. + * gui/print.c (print_day_summary_cb): Use g_list_append() correctly. (print_todo_details_cb): Likewise. (print_day_summary): Initialize psi.events. This code was -- cgit