diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-23 23:42:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-23 23:42:30 +0000 |
commit | 1123956779445f285ab6b807cc7714141c47154b (patch) | |
tree | 4ee5afb283d04ac4aa0fdc2caf92b53cc6a29ab9 /ChangeLog.pre-2-6 | |
parent | 2936c8e9423cc28555dbe56877a315d16b7f7d8f (diff) | |
download | gtk+-1123956779445f285ab6b807cc7714141c47154b.tar.gz |
Offset invalidated range correctly. Fix scrolling of title window.
Fri Nov 23 18:36:42 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkrange.c (gtk_range_button_press): Offset
invalidated range correctly.
* gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling
of title window. (#65001, reported by Damon Chaplin)
* gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
horrible hack with use of ::event_after.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 457a2e3741..b5b77d332c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,14 @@ +Fri Nov 23 18:36:42 2001 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkrange.c (gtk_range_button_press): Offset + invalidated range correctly. + + * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling + of title window. (#65001, reported by Damon Chaplin) + + * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace + horrible hack with use of ::event_after. + Thu Nov 22 15:01:03 2001 Owen Taylor <otaylor@redhat.com> * Version 1.3.11 |