diff options
author | cc_benny <cc_benny> | 2004-04-21 13:12:57 (GMT) |
---|---|---|
committer | cc_benny <cc_benny> | 2004-04-21 13:12:57 (GMT) |
commit | 77705fce479cba94e528ff75558538af792edc55 (patch) | |
tree | 1afee7f5a53354dda8e9878f6023ee831589cfc7 | |
parent | dcd76225d8fdb164013cc2580b44caecd6630af9 (diff) | |
download | tk-77705fce479cba94e528ff75558538af792edc55.zip tk-77705fce479cba94e528ff75558538af792edc55.tar.gz tk-77705fce479cba94e528ff75558538af792edc55.tar.bz2 |
2004-04-21 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
Mac OS X: Fix several problems with Icelandic (and Faroese) keyboards
reported by Jérôme Gagnon-Voyer <gagnonje5000<at>mac<dot>com> on
tcl-mac on 2004-03-22.
* macosx/tkMacOSXKeyEvent.c (KLSInit): Add.
(GetKeyboardLayout): Add calls to Keyboard Layout Services, if
present. Rework classic handling. Use GetKCHREncoding(). Add
parameter encodingPtr.
(GetKCHREncoding): Add.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-04-21 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> + + Mac OS X: Fix several problems with Icelandic (and Faroese) keyboards + reported by Jérôme Gagnon-Voyer <gagnonje5000<at>mac<dot>com> on + tcl-mac on 2004-03-22. + + * macosx/tkMacOSXKeyEvent.c (KLSInit): Add. + (GetKeyboardLayout): Add calls to Keyboard Layout Services, if + present. Rework classic handling. Use GetKCHREncoding(). Add + parameter encodingPtr. + (GetKCHREncoding): Add. + 2004-04-16 Jeff Hobbs <jeffh@ActiveState.com> * library/bgerror.tcl (bgerror): rework to only set -topmost bit |