summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-28 23:02:52 (GMT)
committerstanton <stanton>1999-05-28 23:02:52 (GMT)
commita045db4812c23138a2f998a7f827f46a30558a79 (patch)
tree0483c08b4c639b919ab85b7c888c5d55e914a3c1
parent6c416ba05801889ad2eaad926542405cdf1f17f7 (diff)
downloadtcl-a045db4812c23138a2f998a7f827f46a30558a79.zip
tcl-a045db4812c23138a2f998a7f827f46a30558a79.tar.gz
tcl-a045db4812c23138a2f998a7f827f46a30558a79.tar.bz2
*** empty log message ***
-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