summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-07-18 23:55:12 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-07-18 23:55:12 (GMT)
commit7fa7bb9ea8af6d9f7a5fd64deea47c57ceed30a6 (patch)
tree764ce0eea101570ceb40fbe866ae642eb17d6970 /ChangeLog
parent3164fad470150ec4edf1b5993c0e632cb7d5adf9 (diff)
downloadtk-7fa7bb9ea8af6d9f7a5fd64deea47c57ceed30a6.zip
tk-7fa7bb9ea8af6d9f7a5fd64deea47c57ceed30a6.tar.gz
tk-7fa7bb9ea8af6d9f7a5fd64deea47c57ceed30a6.tar.bz2
* win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide
consistency between unix and windows -cursor option.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9c2074..3c20b4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-19 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide
+ consistency between unix and windows -cursor option.
+
2003-07-18 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.