summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1999-07-09 02:10:06 (GMT)
committerstanton <stanton>1999-07-09 02:10:06 (GMT)
commit83c14ef69a9af652c1ceaa2fedb09bab837b0021 (patch)
treef32d3cdbac2a0bb71ca1b98f0d2b2676d544898c /ChangeLog
parent7cbecb2b078c164ae33454e3a4ccec64940b42fc (diff)
downloadtk-83c14ef69a9af652c1ceaa2fedb09bab837b0021.zip
tk-83c14ef69a9af652c1ceaa2fedb09bab837b0021.tar.gz
tk-83c14ef69a9af652c1ceaa2fedb09bab837b0021.tar.bz2
* tests/unixSelect.test: Fixed broken test.
* win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 011f8fd..f4aaa54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+1999-07-08 <stanton@scriptics.com>
+
+ * tests/unixSelect.test: Fixed broken test.
+
+ * win/makefile.vc: Added special case target to ensure that
+ tkStubLib.obj is built with -DSTATIC_BUILD.
+
+ * win/tkWinX.c (TkWinChildProc): Changed to pass
+ WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL
+ sub-windows happy. This allows Windows to generate the WM_SIZE
+ and WM_MOVE messages.
+
1999-07-08 <redman@scriptics.com>
* unix/configure.in: Fix Tk stub lib file names and flags.