summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-10-13 00:55:08 (GMT)
committerhobbs <hobbs>2003-10-13 00:55:08 (GMT)
commitf7654c43f895fd31af766c4c55b0ce763d2f7aba (patch)
treeb8c03ec181408dd265380773b60376d79b520a22 /ChangeLog
parentf21b0b281862c1937001b4fa19161b59eab679a0 (diff)
downloadtk-f7654c43f895fd31af766c4c55b0ce763d2f7aba.zip
tk-f7654c43f895fd31af766c4c55b0ce763d2f7aba.tar.gz
tk-f7654c43f895fd31af766c4c55b0ce763d2f7aba.tar.bz2
* unix/mkLinks:
* doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d322a5..117d309 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-10-12 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * tests/listbox.test (13.3): correct result size
+ (4.7): correct test for possible window drift [Bug #701931] (dgp)
+
+ * unix/mkLinks:
+ * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
+
2003-10-10 Jeff Hobbs <jeffh@ActiveState.com>
* mac/tkMacButton.c (TkpDisplayButton):
@@ -5,12 +13,12 @@
* unix/tkUnixButton.c (TkpDisplayButton): correct imageYOffset for
buttons with just images.
-2003-10-09 Jeff Hobbs <jeffh@ActiveState.com>
+2003-10-09 Jeff Hobbs <jeffh@ActiveState.com>
* win/tkWinButton.c (TkpDisplayButton): correct imageYOffset for
buttons with just images.
-2003-10-06 Don Porter <dgp@users.sourceforge.net>
+2003-10-06 Don Porter <dgp@users.sourceforge.net>
* doc/ConfigWidg.3: Removed reference to Tk_Offset from the
NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197]
@@ -20,8 +28,8 @@
value different from TCL_PREFIX is selected, since [package require Tk]
fails in that configuration. [Bugs 428627,765642]
- * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so
- that alpha and beta releases of Tcl are not favored. [Bug 608698]
+ * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so
+ that alpha and beta releases of Tcl are not favored. [Bug 608698]
* unix/configure.in: Added check that version of Tcl header found
by configure matches that of the Tk we wish to build. As long as