diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-08-12 21:44:22 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-08-12 21:44:22 +0000 |
commit | 60fbf3800b1688a7e88a2b055a0114fe3c8b7089 (patch) | |
tree | d55f5544bd028915c9c0740866a7bf7bc54dba3e /ChangeLog.pre-2-8 | |
parent | fa53582fef98fed776f3e4f3b700057fa50e5f56 (diff) | |
download | gtk+-60fbf3800b1688a7e88a2b055a0114fe3c8b7089.tar.gz |
Fix a couple of bugs in the key event handling: Now AltGr chars work
* gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
in the key event handling: Now AltGr chars work again. Also,
now Alt-digits are passed up as well as Control-digits.
Pass keypad plus and minus as normal plus and minus.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 60dbfcca7e..4f28d8b08d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +1999-08-13 Tor Lillqvist <tml@iki.fi> + + * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs + in the key event handling: Now AltGr chars work again. Also, + now Alt-digits are passed up as well as Control-digits. + Pass keypad plus and minus as normal plus and minus. + Wed Aug 11 13:38:26 BST 1999 Tony Gale <gale@gtk.org> * docs/gtkfaq.sgml: FAQ Update |