summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-10-13 01:34:17 (GMT)
committerhobbs <hobbs>2001-10-13 01:34:17 (GMT)
commitc9c93df6c3b6bd33bb5ab6e6e2de3199a628f93e (patch)
tree3edf9a5834a6420b815560da17d440c25bd804c0
parent7aa6d1c3c6f75337aa66bac37572a2a8c41b8d34 (diff)
downloadtk-c9c93df6c3b6bd33bb5ab6e6e2de3199a628f93e.zip
tk-c9c93df6c3b6bd33bb5ab6e6e2de3199a628f93e.tar.gz
tk-c9c93df6c3b6bd33bb5ab6e6e2de3199a628f93e.tar.bz2
see ChangeLog
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb33d9c..57014c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2001-10-12 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinDialog.c: Win64 pointer fixes
+
+ * win/tkWinWm.c (WinSetIcon): closed channels in the error case.
+
+ * generic/tkBind.c (NameToWindow):
+ * generic/tkCmds.c (Tk_WinfoObjCmd):
+ * generic/tkInt.decls (TkpScanWindowId):
+ * generic/tkIntPlatDecls.h:
+ * generic/tkStubInit.c:
+ * mac/tkMacPort.h (TkpPrintWindowId,TkpScanWindowId):
+ * unix/tkUnixPort.h (TkpPrintWindowId,TkpScanWindowId):
+ * unix/tkUnixXId.c (TkpScanWindowId):
+ * win/tkWinWindow.c (TkpScanWindowId): Corrected definition of
+ TkpScanWindowId to handle situation where types Window and int
+ do not have the same number of bits. CONST-ified too.
+
+ * xlib/X11/X.h: made XID __int64 type for Win64.
+
+ * win/tkWinX.c (TkGetServerInfo): added recognition of Win64.
+
+ * 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.
+
2001-10-12 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* library/demos/rolodex: Minor updates.