aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-02-25 07:34:21 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-02-25 07:34:21 +0800
commit407045be4927e6e22c2f204f4a242ae1260e42ba (patch)
tree2171a7cd3a2f894574dfbe8995bfda3d66097404 /calendar/ChangeLog
parentbdf73f3dfaafe091c2a6453dc53d25ce1c34bc50 (diff)
downloadgsoc2013-evolution-407045be4927e6e22c2f204f4a242ae1260e42ba.tar
gsoc2013-evolution-407045be4927e6e22c2f204f4a242ae1260e42ba.tar.gz
gsoc2013-evolution-407045be4927e6e22c2f204f4a242ae1260e42ba.tar.bz2
gsoc2013-evolution-407045be4927e6e22c2f204f4a242ae1260e42ba.tar.lz
gsoc2013-evolution-407045be4927e6e22c2f204f4a242ae1260e42ba.tar.xz
gsoc2013-evolution-407045be4927e6e22c2f204f4a242ae1260e42ba.tar.zst
gsoc2013-evolution-407045be4927e6e22c2f204f4a242ae1260e42ba.zip
fix float type pane position keys (we migrated these improperly in the
2004-02-24 JP Rosevear <jpr@ximian.com> * gui/migration.c (migrate_calendars): fix float type pane position keys (we migrated these improperly in the past), just use the default value Fixes #53087 svn path=/trunk/; revision=24860
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog14
1 files changed, 12 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 538a957420..6fb8396b5a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2004-02-24 JP Rosevear <jpr@ximian.com>
+
+ * gui/migration.c (migrate_calendars): fix float type pane
+ position keys (we migrated these improperly in the past), just use
+ the default value
+
+ Fixes #53087
+
2004-02-18 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-notify.c (free_client_hash): remove the client
@@ -136,9 +144,11 @@
* Convert the calendar_config_get_timezone and
icaltimezone_get_builtin_timezone pair to just
- calendar_config_get_icaltimezone, this guarantees we will have
- some timezone
+ calendar_config_get_icaltimezone, this also guarantees we will
+ have some timezone (even if its just UTC)
+ Fixes #53754
+
2004-02-05 JP Rosevear <jpr@ximian.com>
* gui/calendar-config.h: add proto