summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-05-28 23:02:52 (GMT)
committerstanton <stanton@noemail.net>1999-05-28 23:02:52 (GMT)
commit81325098f02482d49fd9be796ac67c0781363479 (patch)
tree0483c08b4c639b919ab85b7c888c5d55e914a3c1 /ChangeLog
parent0f5c63f08e80b496765808e763cd8a4f82aa68aa (diff)
downloadtcl-81325098f02482d49fd9be796ac67c0781363479.zip
tcl-81325098f02482d49fd9be796ac67c0781363479.tar.gz
tcl-81325098f02482d49fd9be796ac67c0781363479.tar.bz2
*** empty log message ***
FossilOrigin-Name: 8aa83b7ffd737b48c913240ee1729c29dbd29e31
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0a356e..76bf260 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1999-05-28 <stanton@scriptics.com>
+
+ * generic/tclObj.c: Changed to eliminate use of isupper/tolower in
+ favor of the Unicode versions.
+
+ * win/Makefile.in:
+ * win/configure.in: Added preliminary TEA implementation.
+
+ * win/tclWinDde.c: Fixed bug where dde calls were being passed an
+ invalid dde handle because Initialize had not been called.
+ [Bug: 2124]
+
1999-05-26 <redman@scriptic.com>
* generic/tclThreadTest.c: Fixed race condition in testthread