From a71364b4a1e764bcbc31826bb632c1fa8e06eafb Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 17 Jul 2001 20:07:27 +0000 Subject: Really fixes #4380. The previous fix was necessary but not sufficient; it 2001-07-17 Federico Mena Quintero Really fixes #4380. The previous fix was necessary but not sufficient; it worked for me because my system timezone happens to match the Evolution timezone --- if they don't match, the bug would persist. * cal-util/timeutil.c (time_to_gdate_with_zone): New function. We cannot use g_date_set_time() anymore because it does not take timezones into account. * gui/gnome-cal.c (get_days_shown): Use the function above. * gui/e-day-view.c (e_day_view_find_work_week_start): Likewise. * gui/e-week-view.c (e_week_view_set_selected_time_range): Likewise. 2001-07-17 Jon Trowbridge svn path=/trunk/; revision=11167 --- calendar/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d3656bcbc8..bab0f9bd19 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,20 @@ +2001-07-17 Federico Mena Quintero + + Really fixes #4380. The previous fix was necessary but not + sufficient; it worked for me because my system timezone happens to + match the Evolution timezone --- if they don't match, the bug + would persist. + + * cal-util/timeutil.c (time_to_gdate_with_zone): New function. We + cannot use g_date_set_time() anymore because it does not take + timezones into account. + + * gui/gnome-cal.c (get_days_shown): Use the function above. + + * gui/e-day-view.c (e_day_view_find_work_week_start): Likewise. + + * gui/e-week-view.c (e_week_view_set_selected_time_range): Likewise. + 2001-07-17 Jon Trowbridge * gui/dialogs/meeting-page.c (invite_entry_changed): Print @@ -30,6 +47,7 @@ * gui/dialogs/comp-editor-util.c (comp_editor_dates): * gui/print.c (print_date_label): only free icaltimetype if not NULL. +>>>>>>> 1.974 2001-07-12 Taylor Hayward * gui/goto-dialog.glade: -- cgit