diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2002-06-06 20:41:54 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2002-06-06 20:41:54 (GMT) |
commit | a366e23a62527d3d68d2d7f30064d8052d6fcd0b (patch) | |
tree | 020680a494c3382445440b247ce2dead90a3cbcf /ChangeLog | |
parent | 4b552b1e5ca902c3f0d2019db86324c9baa00e97 (diff) | |
download | tk-a366e23a62527d3d68d2d7f30064d8052d6fcd0b.zip tk-a366e23a62527d3d68d2d7f30064d8052d6fcd0b.tar.gz tk-a366e23a62527d3d68d2d7f30064d8052d6fcd0b.tar.bz2 |
Cursor name parsing was quite broken compared with Unix; cursor names are
supposed to be first-and-foremost a list...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-06-06 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * win/tkWinCursor.c (TkGetCursorByName): Fixed so that the reading + of cursors from a file with a cursor spec was built using [list] + works when the file has a space in instead of requiring fiddling + with backslashes. + 2002-06-06 Anton Kovalenko <a_kovalenko@users.sourceforge.net> * library/msgbox.tcl (MessageBox): Add -default normal |