diff options
author | JP Rosevear <jpr@ximian.com> | 2001-07-28 06:12:29 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-07-28 06:12:29 +0800 |
commit | b5599101cc489814899bccd7bc3fff0052b878dd (patch) | |
tree | b577be2ef745714f1e07951a6a048a3f4f531527 /calendar/ChangeLog | |
parent | 14e018afc44ef95d46be133b23490ab7dd3c05c0 (diff) | |
download | gsoc2013-evolution-b5599101cc489814899bccd7bc3fff0052b878dd.tar gsoc2013-evolution-b5599101cc489814899bccd7bc3fff0052b878dd.tar.gz gsoc2013-evolution-b5599101cc489814899bccd7bc3fff0052b878dd.tar.bz2 gsoc2013-evolution-b5599101cc489814899bccd7bc3fff0052b878dd.tar.lz gsoc2013-evolution-b5599101cc489814899bccd7bc3fff0052b878dd.tar.xz gsoc2013-evolution-b5599101cc489814899bccd7bc3fff0052b878dd.tar.zst gsoc2013-evolution-b5599101cc489814899bccd7bc3fff0052b878dd.zip |
handle timezones everywhere (get_timezone): new function to get a timezone
2001-07-27 JP Rosevear <jpr@ximian.com>
* conduits/calendar/calendar-conduit.c: handle timezones
everywhere
(get_timezone): new function to get a timezone based
on a tzid
(get_default_timezone): get default timezone
* conduits/calendar/calendar-conduit.h: time zone field for the
context
* conduits/calendar/Makefile.am: link to bonobo conf
* conduits/todo/todo-conduit.c: handle timezones
everywhere
(get_timezone): new function to get a timezone based
on a tzid
(get_default_timezone): get default timezone
* conduits/todo/todo-conduit.h: time zone field for the
context
* conduits/todo/Makefile.am: link to bonobo conf
svn path=/trunk/; revision=11461
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 59cd002e21..641f590684 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,27 @@ +2001-07-27 JP Rosevear <jpr@ximian.com> + + * conduits/calendar/calendar-conduit.c: handle timezones + everywhere + (get_timezone): new function to get a timezone based + on a tzid + (get_default_timezone): get default timezone + + * conduits/calendar/calendar-conduit.h: time zone field for the + context + + * conduits/calendar/Makefile.am: link to bonobo conf + + * conduits/todo/todo-conduit.c: handle timezones + everywhere + (get_timezone): new function to get a timezone based + on a tzid + (get_default_timezone): get default timezone + + * conduits/todo/todo-conduit.h: time zone field for the + context + + * conduits/todo/Makefile.am: link to bonobo conf + 2001-07-27 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view-main-item.c (e_day_view_main_item_draw_day_event): |