diff options
author | Damon Chaplin <damon@ximian.com> | 2001-10-30 09:49:59 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-10-30 09:49:59 +0800 |
commit | 9ef4e0a1c9809e153306a68971081db387ea1ade (patch) | |
tree | dc56dfa7ed087020b911a7936c8f7aed20fd3fde /calendar/ChangeLog | |
parent | dbff414ea8b585fb56d67cc80361e4bf2e26b78b (diff) | |
download | gsoc2013-evolution-9ef4e0a1c9809e153306a68971081db387ea1ade.tar gsoc2013-evolution-9ef4e0a1c9809e153306a68971081db387ea1ade.tar.gz gsoc2013-evolution-9ef4e0a1c9809e153306a68971081db387ea1ade.tar.bz2 gsoc2013-evolution-9ef4e0a1c9809e153306a68971081db387ea1ade.tar.lz gsoc2013-evolution-9ef4e0a1c9809e153306a68971081db387ea1ade.tar.xz gsoc2013-evolution-9ef4e0a1c9809e153306a68971081db387ea1ade.tar.zst gsoc2013-evolution-9ef4e0a1c9809e153306a68971081db387ea1ade.zip |
use libical-evolution.la
2001-10-29 Damon Chaplin <damon@ximian.com>
* importers/Makefile.am (evolution_calendar_importer_LDADD):
* gui/Makefile.am (evolution_calendar_LDADD):
* cal-util/Makefile.am (test_recur_LDADD):
* cal-client/Makefile.am (client_test_LDADD): use libical-evolution.la
* gui/dialogs/schedule-page.c: save the timezone passed in for the
start time, so if our times are changed we use this. Also, if the
end time was passed in in a different timezone, convert it.
Also hide the time fields for DATE values. Note that DATE values still
do not work.
* gui/dialogs/meeting-page.glade: changed "Invite Others" to
"Invite Others..." to be consistent with the other page.
* gui/dialogs/event-page.c (times_updated):
(all_day_event_toggled_cb): set is_date if appropriate.
* gui/e-itip-control.c (write_label_piece): convert all UTC times to
the current timezone. Outlook sends simple, non-recurring, events as
UTC times, which isn't very useful.
svn path=/trunk/; revision=14397
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3672346b8f..af77afeebc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,26 @@ +2001-10-29 Damon Chaplin <damon@ximian.com> + + * importers/Makefile.am (evolution_calendar_importer_LDADD): + * gui/Makefile.am (evolution_calendar_LDADD): + * cal-util/Makefile.am (test_recur_LDADD): + * cal-client/Makefile.am (client_test_LDADD): use libical-evolution.la + + * gui/dialogs/schedule-page.c: save the timezone passed in for the + start time, so if our times are changed we use this. Also, if the + end time was passed in in a different timezone, convert it. + Also hide the time fields for DATE values. Note that DATE values still + do not work. + + * gui/dialogs/meeting-page.glade: changed "Invite Others" to + "Invite Others..." to be consistent with the other page. + + * gui/dialogs/event-page.c (times_updated): + (all_day_event_toggled_cb): set is_date if appropriate. + + * gui/e-itip-control.c (write_label_piece): convert all UTC times to + the current timezone. Outlook sends simple, non-recurring, events as + UTC times, which isn't very useful. + 2001-10-29 Federico Mena Quintero <federico@ximian.com> * gui/main.c (launch_alarm_daemon): Launch the alarm daemon as |