diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-06 20:41:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-06 20:41:54 (GMT) |
commit | 4d342bfd5c831a1925a8e091a5dc563a87fc0f2f (patch) | |
tree | 020680a494c3382445440b247ce2dead90a3cbcf /ChangeLog | |
parent | 88b2cdf2b50d1a7fae6ab9f3f1c5d5f46ada0985 (diff) | |
download | tk-4d342bfd5c831a1925a8e091a5dc563a87fc0f2f.zip tk-4d342bfd5c831a1925a8e091a5dc563a87fc0f2f.tar.gz tk-4d342bfd5c831a1925a8e091a5dc563a87fc0f2f.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 |