diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-07-05 21:21:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-07-05 21:21:52 (GMT) |
commit | e8809da1d2cb4e46c946ed54c986438049390981 (patch) | |
tree | 742347712a28b490b7306c39cf5d3fe022eee0b8 /ChangeLog | |
parent | d40c78419c8a83e6390e95cc7599f770661548f8 (diff) | |
download | tk-e8809da1d2cb4e46c946ed54c986438049390981.zip tk-e8809da1d2cb4e46c946ed54c986438049390981.tar.gz tk-e8809da1d2cb4e46c946ed54c986438049390981.tar.bz2 |
TIP#158 implementation; keypad keys on Win are now distinguishable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-07-05 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + TIP#158 IMPLEMENTATION + + * tests/bind.test: Allow Win apps to distinguish keys + * win/tkWinX.c (GetState): on the keypad using the Extended + * generic/tkInt.h (EXTENDED_MASK): modifier. Thanks to Wolfgang + * generic/tkBind.c: Grossbauer and Kevin Kenny for + * doc/bind.n: developing this patch [Patch 797404] + 2004-07-05 Joe English <jenglish@users.sourceforge.net> * unix/tkUnixWm.c: Set _NET_WM_NAME and _NET_WM_ICON_NAME |