diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-10-23 08:40:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-10-23 08:40:47 (GMT) |
commit | 4430b6a1941111541c5adea2408b1b05bf7f6c14 (patch) | |
tree | 42990e6d325a4d25e0b03a0d4d8753f1a81d204f /ChangeLog | |
parent | 4f139c1a29a68da77a6c97b643b302f098786978 (diff) | |
download | tk-4430b6a1941111541c5adea2408b1b05bf7f6c14.zip tk-4430b6a1941111541c5adea2408b1b05bf7f6c14.tar.gz tk-4430b6a1941111541c5adea2408b1b05bf7f6c14.tar.bz2 |
Minor fixes to TkCursor.nextPtr field handling [adapted from Patch 473875]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-10-23 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tkCursor.c (Tk_GetCursorFromData): Fixed uninit nextPtr + field. [adapted from Patch 473875] + (GetCursor): Removed double-assignment to nextPtr field. + 2001-10-19 Jeff Hobbs <jeffh@ActiveState.com> * library/console.tcl: removed transpose ability until the console |