diff options
author | dgp <dgp@users.sourceforge.net> | 2003-09-05 22:44:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-09-05 22:44:39 (GMT) |
commit | 49a3761c9a6927ca9d137b388e2e98cd6c3cb6ae (patch) | |
tree | 576a4f9da303c7ad641eacb82f49ece804239611 /ChangeLog | |
parent | e361b905f57a0c438db0275dcb1db6d184ad3f70 (diff) | |
download | tk-49a3761c9a6927ca9d137b388e2e98cd6c3cb6ae.zip tk-49a3761c9a6927ca9d137b388e2e98cd6c3cb6ae.tar.gz tk-49a3761c9a6927ca9d137b388e2e98cd6c3cb6ae.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |