diff options
author | hobbs <hobbs> | 2002-10-02 20:59:26 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-10-02 20:59:26 (GMT) |
commit | 35ee67d3da1d3d2bc5b463e16837451550387d1c (patch) | |
tree | 8217af7d57954b413033a928a2ac4d64c9a7c6e7 /ChangeLog | |
parent | db14d3e554404d079d9ac125594e876a6fb0aa88 (diff) | |
download | tk-35ee67d3da1d3d2bc5b463e16837451550387d1c.zip tk-35ee67d3da1d3d2bc5b463e16837451550387d1c.tar.gz tk-35ee67d3da1d3d2bc5b463e16837451550387d1c.tar.bz2 |
* tests/entry.test: added entry-20.7
* generic/tkEntry.c (EntryTextVarProc): check if the entry if
being deleted before handling an associated textvariable.
[Bug #607390 #617446]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-10-02 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/entry.test: added entry-20.7 + * generic/tkEntry.c (EntryTextVarProc): check if the entry if + being deleted before handling an associated textvariable. + [Bug #607390 #617446] + 2002-10-01 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tests/unixSelect.test (unixSelect-1.1[89]): Altered these tests |