diff options
author | cc_benny <cc_benny> | 2004-07-23 15:42:24 (GMT) |
---|---|---|
committer | cc_benny <cc_benny> | 2004-07-23 15:42:24 (GMT) |
commit | 414f93c79cebe9bca7f62cdc42368e81cb469174 (patch) | |
tree | 81262c99432b14823da92439f4abf96b744f5ee9 | |
parent | f8bffab10fe82f6b0694b493c6df791dbda27c20 (diff) | |
download | tk-414f93c79cebe9bca7f62cdc42368e81cb469174.zip tk-414f93c79cebe9bca7f62cdc42368e81cb469174.tar.gz tk-414f93c79cebe9bca7f62cdc42368e81cb469174.tar.bz2 |
[Merge from HEAD]
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 | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2004-07-23 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> + + [Merge from HEAD] + + 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-07-22 Jeff Hobbs <jeffh@ActiveState.com> * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory |