diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-26 05:41:19 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-26 05:41:19 +0800 |
commit | c56047966f0d46eb2d62e4e4e5ef73e1f464d0b4 (patch) | |
tree | 1846a7fbcf881a5d34a114992a2af7c1914a8893 /calendar/ChangeLog | |
parent | 521b129893815d023cef2828c5a44dad6a75b731 (diff) | |
download | gsoc2013-evolution-c56047966f0d46eb2d62e4e4e5ef73e1f464d0b4.tar gsoc2013-evolution-c56047966f0d46eb2d62e4e4e5ef73e1f464d0b4.tar.gz gsoc2013-evolution-c56047966f0d46eb2d62e4e4e5ef73e1f464d0b4.tar.bz2 gsoc2013-evolution-c56047966f0d46eb2d62e4e4e5ef73e1f464d0b4.tar.lz gsoc2013-evolution-c56047966f0d46eb2d62e4e4e5ef73e1f464d0b4.tar.xz gsoc2013-evolution-c56047966f0d46eb2d62e4e4e5ef73e1f464d0b4.tar.zst gsoc2013-evolution-c56047966f0d46eb2d62e4e4e5ef73e1f464d0b4.zip |
Add "calendar/public" and "tasks/public". (type_is_calendar,
* gui/component-factory.c (folder_types): Add "calendar/public"
and "tasks/public".
(type_is_calendar, type_is_tasks): New utility functions
(create_view, create_folder, remove_folder, xfer_folder,
sc_user_create_new_item_cb): Use type_is_calendar/type_is_tasks
* importers/icalendar-importer.c (get_uri_from_folder_path): allow
importing into public calendar/task folders too.
* gui/e-itip-control.c: Note that it's intentional that we use
"calendar" and "tasks" here instead of "calendar/*" and "tasks/*".
(31032)
svn path=/trunk/; revision=18222
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4a9bbeb0f4..b4669e5c5f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2002-09-25 Dan Winship <danw@ximian.com> + + * gui/component-factory.c (folder_types): Add "calendar/public" + and "tasks/public". + (type_is_calendar, type_is_tasks): New utility functions + (create_view, create_folder, remove_folder, xfer_folder, + sc_user_create_new_item_cb): Use type_is_calendar/type_is_tasks + + * importers/icalendar-importer.c (get_uri_from_folder_path): allow + importing into public calendar/task folders too. + + * gui/e-itip-control.c: Note that it's intentional that we use + "calendar" and "tasks" here instead of "calendar/*" and "tasks/*". + (31032) + 2002-09-25 JP Rosevear <jpr@ximian.com> * gui/itip-utils.c (itip_send_comp): if the item being sent is not |