summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-10-31 01:14:57 (GMT)
committerhobbs <hobbs>2000-10-31 01:14:57 (GMT)
commit80b94e9692eaf9c9405fe71dbb8eba3a380dd89a (patch)
treec5db19c34942b5effefdbf27aeb01e6d143e9db3 /ChangeLog
parentd1a2c62053e75ccd9c2444c81fcdec319914091a (diff)
downloadtk-80b94e9692eaf9c9405fe71dbb8eba3a380dd89a.zip
tk-80b94e9692eaf9c9405fe71dbb8eba3a380dd89a.tar.gz
tk-80b94e9692eaf9c9405fe71dbb8eba3a380dd89a.tar.bz2
see changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 211396a..fb0d311 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2000-10-27 Jeff Hobbs <hobbs@ajubasolutions.com>
+
+ * unix/tcl.m4: added support for AIX-5.
+
+ * tests/tk.test:
+ * doc/tk.n: updated to reflect default on status of useinputmethods.
+ * library/tk.tcl: tk useinputmethods is set to 1 by default. This
+ enables Kanji and dead-char input by default. Intro'd in
+ 1999-12-16 with default off to avoid some problems with older X
+ servers that would slow down widget creation over time.
+
+ * win/Makefile.in (test, winhelp, tktest): corrected the
+ TCL_LIBRARY path specification.
+
2000-10-18 Eric Melski <ericm@ajubasolutions.com>
* win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368],