summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-09-05 22:44:39 (GMT)
committerdgp <dgp@noemail.net>2003-09-05 22:44:39 (GMT)
commit90c38cefa53d056fc43de4c0534ddab64f8377fa (patch)
tree576a4f9da303c7ad641eacb82f49ece804239611 /ChangeLog
parentc3335fa99d16d9b91c8e4a9e6fee297e22a608d1 (diff)
downloadtk-90c38cefa53d056fc43de4c0534ddab64f8377fa.zip
tk-90c38cefa53d056fc43de4c0534ddab64f8377fa.tar.gz
tk-90c38cefa53d056fc43de4c0534ddab64f8377fa.tar.bz2
* doc/wish.1: Implementation of TIPs 137/151.
* generic/tkMain.c (Tk_MainEx): Added recognition of the -encoding * tests/main.test: command line option by Tk_MainEx() and thus by wish, and any other program built on Tk_MainEx(). [Patch 800139]. This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs that embed Tcl and Tk, build on Tk_MainEx(), and make use of Tk_MainEx's former ability to pass a leading "-encoding" option to interactive shell operations. FossilOrigin-Name: 50f23f311a7a11ae198cac8f950d95e932e405c6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aec673..33d31b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-09-05 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/wish.1: Implementation of TIPs 137/151.
+ * generic/tkMain.c (Tk_MainEx): Added recognition of the -encoding
+ * tests/main.test: command line option by Tk_MainEx()
+ and thus by wish, and any other program built on Tk_MainEx().
+ [Patch 800139].
+ This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs
+ that embed Tcl and Tk, build on Tk_MainEx(), and make use of
+ Tk_MainEx's former ability to pass a leading "-encoding" option to
+ interactive shell operations.
+
2003-08-27 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tkListbox.c (ListboxSelect): Remove unused variable