diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 06984ab591..9d006c1398 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2005-02-15 Matthias Clasen + + * gtk/tmpl/gtkcalendar.sgml: Some additions. + 2005-02-04 Matthias Clasen * === Released 2.6.2 === diff --git a/docs/reference/gtk/tmpl/gtkcalendar.sgml b/docs/reference/gtk/tmpl/gtkcalendar.sgml index 05b3ba0042..cde6a8c859 100644 --- a/docs/reference/gtk/tmpl/gtkcalendar.sgml +++ b/docs/reference/gtk/tmpl/gtkcalendar.sgml @@ -255,8 +255,8 @@ Obtains the selected date from a #GtkCalendar. @calendar: a #GtkCalendar. @year: location to store the year number. -@month: location to store the month number. -@day: location to store the day number. +@month: location to store the month number (between 0 and 11). +@day: location to store the day number (between 1 and 31).