summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2006-12-17 00:43:05 (GMT)
committermdejong <mdejong>2006-12-17 00:43:05 (GMT)
commit916e70fb90cb972726e8e580ff8dabf5e3da7aa1 (patch)
tree5cd38cfa91b99fd3cfd7dd620f620aa0c0197ee3 /ChangeLog
parentb822c063c5281f853e702026499f46c31b47e518 (diff)
downloadtk-916e70fb90cb972726e8e580ff8dabf5e3da7aa1.zip
tk-916e70fb90cb972726e8e580ff8dabf5e3da7aa1.tar.gz
tk-916e70fb90cb972726e8e580ff8dabf5e3da7aa1.tar.bz2
* doc/cursors.n: Mention "none" in supported
cursor list. Fix comment that incorrectly claims that the Win32 "no" cursor hides the cursor. * tests/cursor.test: Test "none" cursor. * unix/tkUnixCursor.c (CreateCursorFromTableOrFile, TkGetCursorByName): Define a table of Tk cursors that is searched in addition to the X cursor table. A Tk cursor is loaded from a data string and works with the same options as the built in X cursors. This code makes it possible to use "none" as a cursor name under Unix. * win/rc/cursor9a.cur: Added none Win32 cursor. * win/rc/tk_base.rc: Define a built-in Win32 cursor named "none". [Patch 1615427]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9de8803..38923b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2006-12-16 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * doc/cursors.n: Mention "none" in supported
+ cursor list. Fix comment that incorrectly
+ claims that the Win32 "no" cursor hides
+ the cursor.
+ * tests/cursor.test: Test "none" cursor.
+ * unix/tkUnixCursor.c (CreateCursorFromTableOrFile,
+ TkGetCursorByName): Define a table of Tk cursors
+ that is searched in addition to the X cursor
+ table. A Tk cursor is loaded from a data string
+ and works with the same options as the built
+ in X cursors. This code makes it possible to
+ use "none" as a cursor name under Unix.
+ * win/rc/cursor9a.cur: Added none Win32 cursor.
+ * win/rc/tk_base.rc: Define a built-in Win32
+ cursor named "none".
+ [Patch 1615427]
+
2006-12-14 Joe English <jenglish@users.sourceforge.net>
* generic/ttk/ttkButton.c, generic/ttk/ttkElements.c,