diff options
author | stanton <stanton> | 1999-06-01 18:51:36 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-06-01 18:51:36 (GMT) |
commit | f2be6a0748d89fe4d5446588e1924790eb167887 (patch) | |
tree | e41ecf103aa46353b8cf88534b61e7e9f288ca6f /ChangeLog | |
parent | 634d6a96684877be926716705c4fa0db1384956d (diff) | |
download | tk-f2be6a0748d89fe4d5446588e1924790eb167887.zip tk-f2be6a0748d89fe4d5446588e1924790eb167887.tar.gz tk-f2be6a0748d89fe4d5446588e1924790eb167887.tar.bz2 |
*** empty log message ***
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: |