diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-12-03 15:24:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-12-03 15:24:25 +0000 |
commit | 168b7505fede2bc6ac04e3a209b5b9ae272be058 (patch) | |
tree | 79809304a961de12309e5b13c97660cf97c2b03a /ChangeLog.pre-2-2 | |
parent | df22934140db2fbe3b8984048873f7cd2eb27998 (diff) | |
download | gtk+-168b7505fede2bc6ac04e3a209b5b9ae272be058.tar.gz |
Fix some bugs with size requisition. (From Bill Haneman) Draw headers and
Mon Dec 3 10:23:07 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
some bugs with size requisition. (From Bill Haneman)
* gtk/gtkcalendar.c: Draw headers and selection in
base/text[SELECTED] instead of fg/bg[SELECTED].
* gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
code and formatting.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index d15dcb6e73..f5769b8ea7 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,14 @@ +Mon Dec 3 10:23:07 2001 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix + some bugs with size requisition. (From Bill Haneman) + + * gtk/gtkcalendar.c: Draw headers and selection in + base/text[SELECTED] instead of fg/bg[SELECTED]. + + * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing + code and formatting. + 2001-12-03 Havoc Pennington <hp@pobox.com> * gtk/gtktextview.c (set_window_height): |