summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2004
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 /ChangeLog.2004
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 'ChangeLog.2004')
-rw-r--r--ChangeLog.20042
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2004 b/ChangeLog.2004
index bf86629..b900e7b 100644
--- a/ChangeLog.2004
+++ b/ChangeLog.2004
@@ -811,7 +811,7 @@
2004-07-05 George Peter Staplin <GeorgePS@XMission.com>
* generic/tkEvent.c: TK_XIM_SPOT preprocessor usage was modified
- slightly to fix a bug that occured when TK_XIM_SPOT was defined as 0.
+ slightly to fix a bug that occurred when TK_XIM_SPOT was defined as 0.
Thanks to Joe Mistachkin for reporting this bug.
2004-07-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>