aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2004-12-23 20:35:40 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-12-23 20:35:40 +0800
commitcd13211f3b7c8ec200313d25ded3b7aa972e4b95 (patch)
tree97b16792ad511ef90766beb5fdeaaa4fd71fc0ca /calendar/ChangeLog
parent6248ae5265b066c363063ea788564165c5c79f30 (diff)
downloadgsoc2013-evolution-cd13211f3b7c8ec200313d25ded3b7aa972e4b95.tar
gsoc2013-evolution-cd13211f3b7c8ec200313d25ded3b7aa972e4b95.tar.gz
gsoc2013-evolution-cd13211f3b7c8ec200313d25ded3b7aa972e4b95.tar.bz2
gsoc2013-evolution-cd13211f3b7c8ec200313d25ded3b7aa972e4b95.tar.lz
gsoc2013-evolution-cd13211f3b7c8ec200313d25ded3b7aa972e4b95.tar.xz
gsoc2013-evolution-cd13211f3b7c8ec200313d25ded3b7aa972e4b95.tar.zst
gsoc2013-evolution-cd13211f3b7c8ec200313d25ded3b7aa972e4b95.zip
get instance times using the correct timezone. (redo_queries): emit
2004-12-23 Rodrigo Moya <rodrigo@novell.com> * gui/e-cal-model.c (set_instance_times): get instance times using the correct timezone. (redo_queries): emit signals before clearing the array. * gui/e-day-view.c (process_component): * gui/e-week-view.c (process_component): no need to try to update, always add. svn path=/trunk/; revision=28192
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 63a1cd7ad2..0fca80d588 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2004-12-23 Rodrigo Moya <rodrigo@novell.com>
+
+ * gui/e-cal-model.c (set_instance_times): get instance times using
+ the correct timezone.
+ (redo_queries): emit signals before clearing the array.
+
+ * gui/e-day-view.c (process_component):
+ * gui/e-week-view.c (process_component): no need to try to update,
+ always add.
+
2004-12-23 Hans Petter Jansson <hpj@novell.com>
* gui/e-select-names-editable.c: Correct bad include.