aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-11-03 00:43:52 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-11-03 00:43:52 +0800
commitc9f5b15c16b95596f3bc8ef55a6b8cc9bdb1e37a (patch)
tree20fb663393218d355b381735a11de5c92ede8a9e /calendar/ChangeLog
parent86ef4d8ab5e648eca5fe2a39da4acae2d876a76c (diff)
downloadgsoc2013-evolution-c9f5b15c16b95596f3bc8ef55a6b8cc9bdb1e37a.tar
gsoc2013-evolution-c9f5b15c16b95596f3bc8ef55a6b8cc9bdb1e37a.tar.gz
gsoc2013-evolution-c9f5b15c16b95596f3bc8ef55a6b8cc9bdb1e37a.tar.bz2
gsoc2013-evolution-c9f5b15c16b95596f3bc8ef55a6b8cc9bdb1e37a.tar.lz
gsoc2013-evolution-c9f5b15c16b95596f3bc8ef55a6b8cc9bdb1e37a.tar.xz
gsoc2013-evolution-c9f5b15c16b95596f3bc8ef55a6b8cc9bdb1e37a.tar.zst
gsoc2013-evolution-c9f5b15c16b95596f3bc8ef55a6b8cc9bdb1e37a.zip
Add the offset from the beginning of the current time unit
1998-10-31 Federico Mena Quintero <federico@nuclecu.unam.mx> * gnome-cal.c (gnome_calendar_direction): Add the offset from the beginning of the current time unit (day/month/etc), otherwise it does not work right, for example, you are on the 31st day of a month and the next month is a 30-day one and you jump to the next month. svn path=/trunk/; revision=459
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9bcf73a445..eb2f5c1a3e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+1998-10-31 Federico Mena Quintero <federico@nuclecu.unam.mx>
+
+ * gnome-cal.c (gnome_calendar_direction): Add the offset from the
+ beginning of the current time unit (day/month/etc), otherwise it
+ does not work right, for example, you are on the 31st day of a
+ month and the next month is a 30-day one and you jump to the next
+ month.
+
1998-10-16 Federico Mena Quintero <federico@nuclecu.unam.mx>
* month-view.c: Changed a lot of stuff not to use the layout code