diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5d97924c80..b4f169e2cd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2001-06-20 Rodrigo Moya <rodrigo@ximian.com> + + * idl/evolution-calendar.idl: added getFreeBusy method + + * pcs/cal.c (impl_Cal_get_free_busy): implementation of the new + getFreeBusy added method + + * pcs/cal-backend.[ch]: added new virtual method to the CalBackend + class (get_free_busy) + + * pcs/cal-backend-db.c (cal_backend_db_get_free_busy): new function, + not implemented yet + + * pcs/cal-backend-file.c (cal_backend_file_get_free_busy): new funtion, + not implemented yet + 2001-06-20 Damon Chaplin <damon@ximian.com> * gui/calendar-config.[hc]: @@ -19,6 +35,12 @@ set the "None" item string before adding it to the combo, to stop the combo putting "None" in the entry initially. +2001-06-19 Rodrigo Moya <rodrigo@ximian.com> + + * gui/e-calendar-table.[ch]: added cut/copy/paste support. It works + with single selections (a single component selected) and with + multiple ones (several components selected) + 2001-06-19 Damon Chaplin <damon@ximian.com> * gui/dialogs/event-page.c: if the timezones of the start and end of |