summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-23 14:46:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-01-23 14:46:22 (GMT)
commit4a101c9225928208189cfee7cc6b0946a607b6ca (patch)
tree8f06b01a46f98cbd69ef3cfefa941daa32481766 /changes
parentd21f1e9f8733b14c08a01c058477ddd0e37d4608 (diff)
downloadtk-4a101c9225928208189cfee7cc6b0946a607b6ca.zip
tk-4a101c9225928208189cfee7cc6b0946a607b6ca.tar.gz
tk-4a101c9225928208189cfee7cc6b0946a607b6ca.tar.bz2
If Tk is compiled with -DTK_NO_DEPRECATED=1, remove some deprecated code (pack subcommands) and other stuff which is not used any more.
And fix a few typos. Remove rmd.bat and rmd.bat, which are also not used any more.
Diffstat (limited to 'changes')
-rw-r--r--changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/changes b/changes
index bf3e62e..3f1b43d 100644
--- a/changes
+++ b/changes
@@ -1315,7 +1315,7 @@ ISO Latin-1 character set.
result across the execution of binding scripts. Otherwise if an event
triggers in the middle of some other script (e.g. a destroy event during
window creation, because there was an error in the creation command),
-the intepreter's result gets lost.
+the interpreter's result gets lost.
2/19/94 (bug fix) Fixed bug in dealing with results of sent command
that could cause them to get lost in some situations.