diff options
author | Padraig O'Briain <padraigo@src.gnome.org> | 2002-03-15 10:06:02 +0000 |
---|---|---|
committer | Padraig O'Briain <padraigo@src.gnome.org> | 2002-03-15 10:06:02 +0000 |
commit | ab62fadd82f5ee05da26942832a5a8d72de91c2b (patch) | |
tree | 2daace050ea4877f94aa897b38dfea17dbabf07a /ChangeLog.pre-2-0 | |
parent | 33aaf076481c5d53224697da1479e6c7a1b9d191 (diff) | |
download | gtk+-ab62fadd82f5ee05da26942832a5a8d72de91c2b.tar.gz |
Fudge keymap to have lower upper case variants if there is only a single
* gdk/x11/gdkkeys-x11.c (update_keymaps): Fudge keymap to have lower
upper case variants if there is only a single keysym per keycode and
the key symbol has upper and lower case variants (#74512)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index a8e2d36282..b84b2e192f 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +2002-03-15 Padraig O'Briain <padraig.obriain@sun.com> + + * gdk/x11/gdkkeys-x11.c (update_keymaps): Fudge keymap to have lower + upper case variants if there is only a single keysym per keycode and + the key symbol has upper and lower case variants (#74512) + Thu Mar 14 17:09:52 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkwindow.c (gdk_window_process_all_updates): Fix rather |