aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRobert Brady <rwb197@ecs.soton.ac.uk>1999-06-06 11:55:58 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-06-06 11:55:58 +0800
commit229005f6b1aad62105a6f6f7f529c3088cfb71cd (patch)
tree81e68270046d47c72c52d9159db609f5294104b4 /calendar/ChangeLog
parent3b1fe766a88f56bb10eb6dfe2a75e8ab211a5718 (diff)
downloadgsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar
gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar.gz
gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar.bz2
gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar.lz
gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar.xz
gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.tar.zst
gsoc2013-evolution-229005f6b1aad62105a6f6f7f529c3088cfb71cd.zip
Fix abort() problem with the year view. (Bug #1367). Thanks to Owen Cliffe
1999-06-04 Robert Brady <rwb197@ecs.soton.ac.uk> * gnome-cal.h, gnome-cal.c: Fix abort() problem with the year view. (Bug #1367). Thanks to Owen Cliffe <oc197@ecs.soton.ac.uk> for helping track it down. svn path=/trunk/; revision=971
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 1ecef9bc43..c364bc3fbe 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+1999-06-04 Robert Brady <rwb197@ecs.soton.ac.uk>
+
+ * gnome-cal.h, gnome-cal.c: Fix abort() problem with the year view.
+ (Bug #1367). Thanks to Owen Cliffe <oc197@ecs.soton.ac.uk> for
+ helping track it down.
+
1999-06-03 Miguel de Icaza <miguel@nuclecu.unam.mx>
* calobj.c (daynumberlist): One line bug fix from Sergey I Panov.