summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-01-29 19:44:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-01-29 19:44:49 +0000
commit854372b9be425955fccd2f6c2ef70b3719b5183d (patch)
tree86d556dc7a9e2e96a041f0f082a0af747805d20e /ChangeLog
parentcac17ab7b4d1f549547996e7cf3c0f4c41ae2a1e (diff)
downloadgdk-pixbuf-854372b9be425955fccd2f6c2ef70b3719b5183d.tar.gz
Add <Control>Tab bindings for "move-focus" so that Control-Tab to escape
Tue Jan 29 14:24:49 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab bindings for "move-focus" so that Control-Tab to escape from something that eats Tab just works if not otherwise overriden. * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range) * gtk/gtkvscale.c (gtk_vscale_new_with_range) * gtk/gtkhscale.c (gtk_hscale_new_with_range): Use a page_size of zero for the adjustment, since at times we think that the range is lower to upper - page_size. A page size equally to the step_increment is, in any case, not meaningful.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 278b017f4..e0a3bbaee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Tue Jan 29 14:24:49 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
+ bindings for "move-focus" so that Control-Tab to escape from
+ something that eats Tab just works if not otherwise overriden.
+
+ * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range)
+ * gtk/gtkvscale.c (gtk_vscale_new_with_range)
+ * gtk/gtkhscale.c (gtk_hscale_new_with_range): Use a page_size
+ of zero for the adjustment, since at times we think that the range
+ is lower to upper - page_size. A page size equally to the
+ step_increment is, in any case, not meaningful.
+
2002-01-29 Tor Lillqvist <tml@iki.fi>
* README.win32: Add comment about gtk-1-3-win32-production branch