diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-16 04:55:34 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-16 04:55:34 +0800 |
commit | 6f0b054a1c5b55f9d965c9e0a585bb51281eae4e (patch) | |
tree | afd2956ff19336cc2c4ec7319df2eff84d30fe6a /calendar/ChangeLog | |
parent | 68d735186505c598fd021fde44c2735263d4591d (diff) | |
download | gsoc2013-evolution-6f0b054a1c5b55f9d965c9e0a585bb51281eae4e.tar gsoc2013-evolution-6f0b054a1c5b55f9d965c9e0a585bb51281eae4e.tar.gz gsoc2013-evolution-6f0b054a1c5b55f9d965c9e0a585bb51281eae4e.tar.bz2 gsoc2013-evolution-6f0b054a1c5b55f9d965c9e0a585bb51281eae4e.tar.lz gsoc2013-evolution-6f0b054a1c5b55f9d965c9e0a585bb51281eae4e.tar.xz gsoc2013-evolution-6f0b054a1c5b55f9d965c9e0a585bb51281eae4e.tar.zst gsoc2013-evolution-6f0b054a1c5b55f9d965c9e0a585bb51281eae4e.zip |
Callback used to mark every event in a month. (mark_month_item): Use
2000-08-15 JP Rosevear <jpr@helixcode.com>
* gui/mark.c (mark_month_item_cb): Callback used to mark every
event in a month.
(mark_month_item): Use cal_client_generate_instances with
above callback
svn path=/trunk/; revision=4848
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0834181958..eb26f487f9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,29 @@ +2000-08-15 JP Rosevear <jpr@helixcode.com> + + * gui/mark.c (mark_month_item_cb): Callback used to mark every + event in a month. + (mark_month_item): Use cal_client_generate_instances with + above callback + +2000-08-15 JP Rosevear <jpr@helixcode.com> + + * gui/print.c (print_month_small): Use + cal_client_get_objects_in_range + (print_day_details_cb): Callback used to create columns and fill + events into a day view. Code should be shared with e-day-view + in reality. Maybe need to go back to layout.[hc] a bit later + (print_day_details): Use cal_client_generate_instances with + above callback. Iterate over results to expand events to fit. + (print_day_summary_cb): Callback to build list of event info + for a day + (print_day_summary): Use cal_client_generate_instances with + above callback to generate the required event info for printing + (print_todo_details_cb): Callback used create list of todo info + (print_todo_details): Use cal_client_generate_instances with + above callback to generate required todo info for printing. + + * gui/layout.[hc]: No longer used. + 2000-08-12 Federico Mena Quintero <federico@helixcode.com> * gui/calendar-model.c (get_is_overdue): Finished implementing. |