summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-06-01 18:51:35 (GMT)
committerstanton <stanton@noemail.net>1999-06-01 18:51:35 (GMT)
commit44e4cad02b1f39c44a0d52110da75f017f2de0fc (patch)
treee41ecf103aa46353b8cf88534b61e7e9f288ca6f /ChangeLog
parent44579f44ea0b9367f7c40a0db908ccf1d34d8f60 (diff)
downloadtk-44e4cad02b1f39c44a0d52110da75f017f2de0fc.zip
tk-44e4cad02b1f39c44a0d52110da75f017f2de0fc.tar.gz
tk-44e4cad02b1f39c44a0d52110da75f017f2de0fc.tar.bz2
*** empty log message ***
FossilOrigin-Name: 15b67efa71427f19f314eaf1b0135bc6951abc8e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad4c132..0418c8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: