summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-21 21:34:42 (GMT)
committerhobbs <hobbs>2001-09-21 21:34:42 (GMT)
commitcefbb7ae9a834a76562971896f9909f2e6a35e2a (patch)
tree52c0acd5fc4bd309c34c4ff114a65524a5b2a6db /ChangeLog
parent412b35142e73d8049d527706ee3da7c144699e53 (diff)
downloadtk-cefbb7ae9a834a76562971896f9909f2e6a35e2a.zip
tk-cefbb7ae9a834a76562971896f9909f2e6a35e2a.tar.gz
tk-cefbb7ae9a834a76562971896f9909f2e6a35e2a.tar.bz2
see ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fe95aa..c20386f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2001-09-21 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinX.c (TkGetServerInfo): added recognition of Win64.
+
+ * xlib/X11/X.h: made XID __int64 type for Win64.
+
+ * unix/tkUnixPort.h:
+ * mac/tkMacPort.h: add (int*) cast to TkpScanWindowId.
+ These may need to be changed to Window* (ulong).
+
+ * generic/tkCmds.c (Tk_WinfoObjCmd):
+ * generic/tkBind.c (NameToWindow):
+ correct Window id's to be of type Window
+
+ * generic/tkIntDecls.h:
+ * generic/tkIntPlatDecls.h:
+ * generic/tkInt.decls (TkpScanWindowId): changed decl to use
+ Window* instead of int*.
+
+ * xlib/xcolors.c:
+ * generic/tkPack.c,tkWindow.c:
+ * win/tkWinFont.c,tkWinMenu.c:
+ * unix/tkUnixScale.c: minor cast fixes to prevent 64bit warnings.
+
+ * tests/scrollbar.test (scrollbar-6.27): marked knownBug because
+ it is skewed by bad dimensions returned by Windows.
+
+ * tests/textDisp.test (textDisp-4.12): corrected test to work
+ properly on Windows.
+
+ * tests/id.test,macFont.test,macMenu.test,macscrollbar.test:
+ * tests/send.test,winClipboard.test,winDialog.test,winFont.test:
+ improved use of test constraints
+
+ * win/tkWinWm.c (WinSetIcon): fixed SetClassLong for 64bit support.
+
2001-09-20 Jeff Hobbs <jeffh@ActiveState.com>
* unix/configure: regen'ed