diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-13 09:46:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-13 09:46:38 (GMT) |
commit | 7acca7516ab66ecbea898bbe3ab63c7f3ec7a030 (patch) | |
tree | a29cdada817e259a4baafaff04423689c93c390f /ChangeLog | |
parent | 8e366fbb8888c7c6e6ac0065b1392213b789ad0a (diff) | |
download | tk-7acca7516ab66ecbea898bbe3ab63c7f3ec7a030.zip tk-7acca7516ab66ecbea898bbe3ab63c7f3ec7a030.tar.gz tk-7acca7516ab66ecbea898bbe3ab63c7f3ec7a030.tar.bz2 |
Refixed cursor handling on Windows, and added tests to enforce it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-06-13 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/cursor.test (cursor-2.[34]): Tests added to ensure that + cursor specs really are well-behaved lists. Also some general + clean-up... + * win/tkWinCursor.c (TkGetCursorByName): Undone Jeff's back-off + and fixed things so that they should work now. Cursor specs are + lists first and foremost. + 2002-06-12 Mo DeJong <mdejong@users.sourceforge.net> * changes: Clearly label wm transient changes as |