diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-06-20 23:21:48 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-06-20 23:21:48 +0800 |
commit | d9e3885428ec973fc18995b83daf6a1ad82103f0 (patch) | |
tree | 8401c9b4bce95c2ab4611e23bd20388cf2cf0875 /calendar/ChangeLog | |
parent | d4f63382f5717da28b2f5371662d4c508cccdfac (diff) | |
download | gsoc2013-evolution-d9e3885428ec973fc18995b83daf6a1ad82103f0.tar gsoc2013-evolution-d9e3885428ec973fc18995b83daf6a1ad82103f0.tar.gz gsoc2013-evolution-d9e3885428ec973fc18995b83daf6a1ad82103f0.tar.bz2 gsoc2013-evolution-d9e3885428ec973fc18995b83daf6a1ad82103f0.tar.lz gsoc2013-evolution-d9e3885428ec973fc18995b83daf6a1ad82103f0.tar.xz gsoc2013-evolution-d9e3885428ec973fc18995b83daf6a1ad82103f0.tar.zst gsoc2013-evolution-d9e3885428ec973fc18995b83daf6a1ad82103f0.zip |
added getFreeBusy method
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
svn path=/trunk/; revision=10333
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 |