diff options
author | Milan Crha <mcrha@redhat.com> | 2009-01-15 22:48:21 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2009-01-15 22:48:21 +0800 |
commit | 9a69a192221d827f263e6972b9f07031b62676ef (patch) | |
tree | 0735d643e2bef20cb7f1f8f488ec33f1359899a0 /calendar/ChangeLog | |
parent | 8772855cc43886feadea096de92fc378330a14b4 (diff) | |
download | gsoc2013-evolution-9a69a192221d827f263e6972b9f07031b62676ef.tar.gz gsoc2013-evolution-9a69a192221d827f263e6972b9f07031b62676ef.tar.zst gsoc2013-evolution-9a69a192221d827f263e6972b9f07031b62676ef.zip |
** Fix for bug #245156
2009-01-15 Milan Crha <mcrha@redhat.com>
** Fix for bug #245156
* gui/e-day-view.c: (e_day_view_finish_long_event_resize),
(e_day_view_finish_resize), (e_day_view_change_event_time),
(e_day_view_on_top_canvas_drag_data_received),
(e_day_view_on_main_canvas_drag_data_received):
* gui/e-week-view.c: (e_week_view_change_event_time):
* gui/e-calendar-view.c: (on_unrecur_appointment):
Keep old timezone for dtstart/dtend when changing it.
* gui/comp-util.h: (cal_comp_set_dtstart_with_oldzone),
(cal_comp_set_dtend_with_oldzone):
* gui/comp-util.c: (cal_comp_set_dtstart_with_oldzone),
(cal_comp_set_dtend_with_oldzone), (datetime_to_zone):
Helper functions to make it easier.
svn path=/trunk/; revision=37079
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c6a96aa490..d6a8b3910b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,22 @@ 2009-01-15 Milan Crha <mcrha@redhat.com> + ** Fix for bug #245156 + + * gui/e-day-view.c: (e_day_view_finish_long_event_resize), + (e_day_view_finish_resize), (e_day_view_change_event_time), + (e_day_view_on_top_canvas_drag_data_received), + (e_day_view_on_main_canvas_drag_data_received): + * gui/e-week-view.c: (e_week_view_change_event_time): + * gui/e-calendar-view.c: (on_unrecur_appointment): + Keep old timezone for dtstart/dtend when changing it. + * gui/comp-util.h: (cal_comp_set_dtstart_with_oldzone), + (cal_comp_set_dtend_with_oldzone): + * gui/comp-util.c: (cal_comp_set_dtstart_with_oldzone), + (cal_comp_set_dtend_with_oldzone), (datetime_to_zone): + Helper functions to make it easier. + +2009-01-15 Milan Crha <mcrha@redhat.com> + ** Fix for bug #246313 * gui/e-day-view.c: (e_day_view_check_if_new_event_fits): Removed. |