aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-07-12 08:57:31 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-07-12 08:57:31 +0800
commit405cdd1ea2729f05512a3d9052a5683c34f556b1 (patch)
treeb7dcabcfab7d055107ec433039b49b8ef0845aca /calendar/ChangeLog
parentf78a8f4b7051429b8efb2225ced60707b4015b4f (diff)
downloadgsoc2013-evolution-405cdd1ea2729f05512a3d9052a5683c34f556b1.tar
gsoc2013-evolution-405cdd1ea2729f05512a3d9052a5683c34f556b1.tar.gz
gsoc2013-evolution-405cdd1ea2729f05512a3d9052a5683c34f556b1.tar.bz2
gsoc2013-evolution-405cdd1ea2729f05512a3d9052a5683c34f556b1.tar.lz
gsoc2013-evolution-405cdd1ea2729f05512a3d9052a5683c34f556b1.tar.xz
gsoc2013-evolution-405cdd1ea2729f05512a3d9052a5683c34f556b1.tar.zst
gsoc2013-evolution-405cdd1ea2729f05512a3d9052a5683c34f556b1.zip
Fixes bug #4380 as well as some leftovers from the days of struct tm and
2001-07-11 Federico Mena Quintero <federico@ximian.com> Fixes bug #4380 as well as some leftovers from the days of struct tm and some uninitialized values. * gui/gnome-cal.c (gnome_calendar_on_date_navigator_selection_changed): Initialize the icaltimetype structures completely. (gnome_calendar_init): Do not reset priv->zone to NULL here, since it was set by gnome_calendar_update_config_settings() from setup_widgets(). * gui/calendar-model.c (set_completed): Do not set is_daylight. * gui/e-day-view.c (e_day_view_convert_grid_position_to_time): Likewise. * gui/e-week-view.c (e_week_view_set_timezone): Likewise. * cal-util/cal-recur.c (generate_instances_for_chunk): Likewise, and initialize start_tt and end_tt completely. * cal-util/timeutil.c (time_year_begin_with_zone): Likewise. (time_month_begin_with_zone): Likewise. (time_week_begin_with_zone): Likewise. (time_day_begin_with_zone): Likewise. (time_day_end_with_zone): Likewise. (time_from_isodate): Likewise. * gui/dialogs/task-page.c (task_page_fill_component): Initialize icaltime before using it. * gui/dialogs/event-page.c (event_page_fill_component): Likewise. * gui/dialogs/recurrence-page.c (simple_recur_to_comp): Removed an unused icaltimetype. * gui/dialogs/task-details-page.c (task_details_page_fill_component): Initialize icaltime before using it. svn path=/trunk/; revision=11024
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7b1b0fa673..45e5770897 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,44 @@
+2001-07-11 Federico Mena Quintero <federico@ximian.com>
+
+ Fixes bug #4380 as well as some leftovers from the days of struct
+ tm and some uninitialized values.
+
+ * gui/gnome-cal.c
+ (gnome_calendar_on_date_navigator_selection_changed): Initialize
+ the icaltimetype structures completely.
+ (gnome_calendar_init): Do not reset priv->zone to NULL here, since
+ it was set by gnome_calendar_update_config_settings() from
+ setup_widgets().
+
+ * gui/calendar-model.c (set_completed): Do not set is_daylight.
+
+ * gui/e-day-view.c (e_day_view_convert_grid_position_to_time):
+ Likewise.
+
+ * gui/e-week-view.c (e_week_view_set_timezone): Likewise.
+
+ * cal-util/cal-recur.c (generate_instances_for_chunk): Likewise,
+ and initialize start_tt and end_tt completely.
+
+ * cal-util/timeutil.c (time_year_begin_with_zone): Likewise.
+ (time_month_begin_with_zone): Likewise.
+ (time_week_begin_with_zone): Likewise.
+ (time_day_begin_with_zone): Likewise.
+ (time_day_end_with_zone): Likewise.
+ (time_from_isodate): Likewise.
+
+ * gui/dialogs/task-page.c (task_page_fill_component): Initialize
+ icaltime before using it.
+
+ * gui/dialogs/event-page.c (event_page_fill_component): Likewise.
+
+ * gui/dialogs/recurrence-page.c (simple_recur_to_comp): Removed an
+ unused icaltimetype.
+
+ * gui/dialogs/task-details-page.c
+ (task_details_page_fill_component): Initialize icaltime before
+ using it.
+
2001-07-11 JP Rosevear <jpr@ximian.com>
* gui/component-factory.c: fix the calendar not exiting with a