summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-06-06 20:41:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-06-06 20:41:54 (GMT)
commit4d342bfd5c831a1925a8e091a5dc563a87fc0f2f (patch)
tree020680a494c3382445440b247ce2dead90a3cbcf /ChangeLog
parent88b2cdf2b50d1a7fae6ab9f3f1c5d5f46ada0985 (diff)
downloadtk-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1024fce..981e2f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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