summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-19 19:34:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-19 19:34:25 (GMT)
commit38f526f519657d58703e013e4415a7e4788ec33f (patch)
treed923ce3992fffea6ab5c4c148021b576d1538c74 /changes
parenta45d0947cf937560baf1da8dad3046a10667256a (diff)
downloadtk-38f526f519657d58703e013e4415a7e4788ec33f.zip
tk-38f526f519657d58703e013e4415a7e4788ec33f.tar.gz
tk-38f526f519657d58703e013e4415a7e4788ec33f.tar.bz2
Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we just can use "const" everywhere.
typo's: occured -> occurred
Diffstat (limited to 'changes')
-rw-r--r--changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/changes b/changes
index 7da1fc5..fde933c 100644
--- a/changes
+++ b/changes
@@ -5099,7 +5099,7 @@ correctly. (hobbs)
2001-08-28 (bug fix) removed 2 second 'raise' delay seen by some Unix
window managers. (hobbs, baker)
-2001-09-14 (bug fix) fixed memory leaks that occured if errors were
+2001-09-14 (bug fix) fixed memory leaks that occurred if errors were
thrown while initializing the channel for an image. (darley)
2001-09-20 (new feature) --enable-64bit support was added for HP 11 when