aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-22 09:15:42 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-22 09:15:42 +0800
commit1e77e73903d1604ed8b46c9979ef2d948c46383c (patch)
treef577617200ca81a52ed6d50ee45ab8ac92149c08 /calendar/ChangeLog
parent45abc2cbefa6d1dfafeb6a8351c35d5c841f87c8 (diff)
downloadgsoc2013-evolution-1e77e73903d1604ed8b46c9979ef2d948c46383c.tar
gsoc2013-evolution-1e77e73903d1604ed8b46c9979ef2d948c46383c.tar.gz
gsoc2013-evolution-1e77e73903d1604ed8b46c9979ef2d948c46383c.tar.bz2
gsoc2013-evolution-1e77e73903d1604ed8b46c9979ef2d948c46383c.tar.lz
gsoc2013-evolution-1e77e73903d1604ed8b46c9979ef2d948c46383c.tar.xz
gsoc2013-evolution-1e77e73903d1604ed8b46c9979ef2d948c46383c.tar.zst
gsoc2013-evolution-1e77e73903d1604ed8b46c9979ef2d948c46383c.zip
Small fix for goto-day-year computation -mig
svn path=/trunk/; revision=179
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 e3adbf056f..de55fa246f 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,7 +1,13 @@
1998-04-21 Miguel de Icaza <miguel@nuclecu.unam.mx>
+ * gncal-day-panel.c (calendar_day_selected): Fix, years for mktime
+ should substract 1900 and gtk_calendar stores years relative to
+ year 0.
+
* gncal-week-view.c (gncal_week_view_new): Make the week view
descend from VBox so that we can add a label to it.
+ (gncal_week_view_set): Display the ending day of the week
+ correctly.
Added a label that displays the week range.