diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-01-02 01:52:04 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-01-02 01:52:04 +0000 |
commit | 194c2550f669215a16abd63a5b3e2472194a23c6 (patch) | |
tree | f15da08a3c589447292cd984c46c6b3158645dfc /ChangeLog | |
parent | dfcf1818c71e340aee59787f25b1fe3b86dc7a55 (diff) | |
download | gtk+-194c2550f669215a16abd63a5b3e2472194a23c6.tar.gz |
Changes to support week_start values other than 0 and 1, e.g. 6 will let
Fri Jan 2 02:50:11 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcalendar.c (gtk_calendar_compute_days):
* gtk/gtkcalendar.c (gtk_calendar_paint_day_names):
* gtk/gtkcalendar.c (gtk_calendar_init): Changes to support
week_start values other than 0 and 1, e.g. 6 will let weeks start
on Saturday. (#130353, Roozbeh Pournader)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Jan 2 02:50:11 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkcalendar.c (gtk_calendar_compute_days): + * gtk/gtkcalendar.c (gtk_calendar_paint_day_names): + * gtk/gtkcalendar.c (gtk_calendar_init): Changes to support + week_start values other than 0 and 1, e.g. 6 will let weeks start + on Saturday. (#130353, Roozbeh Pournader) + 2003-12-31 13:49 Daniel Rogers <dsrogers@phasevelocity.org> * gdk/x11/gdkinput-x11.c: (gdk_input_translate_coordinates) |