diff options
author | stanton <stanton@noemail.net> | 1999-06-01 18:51:35 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-06-01 18:51:35 (GMT) |
commit | 44e4cad02b1f39c44a0d52110da75f017f2de0fc (patch) | |
tree | e41ecf103aa46353b8cf88534b61e7e9f288ca6f /ChangeLog | |
parent | 44579f44ea0b9367f7c40a0db908ccf1d34d8f60 (diff) | |
download | tk-44e4cad02b1f39c44a0d52110da75f017f2de0fc.zip tk-44e4cad02b1f39c44a0d52110da75f017f2de0fc.tar.gz tk-44e4cad02b1f39c44a0d52110da75f017f2de0fc.tar.bz2 |
*** empty log message ***
FossilOrigin-Name: 15b67efa71427f19f314eaf1b0135bc6951abc8e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1999-06-01 <stanton@scriptics.com> + + * unix/tkUnixSelect.c: Improved I18N selection support. + COMPOUND_TEXT is converted to/from iso2022, and STRING is + converted to/from iso8859-1. There are still a few loose ends to + tie up before this is completely done. + + * unix/tkUnixFont.c: Eliminated redundant case folding code. + + * generic/tkFont.c: Eliminated use of isupper/tolower in favor of + Unicode variants. + 1999-05-24 <stanton@scriptics.com> * generic/tkStubLib.c: |