summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-11-03 02:58:17 (GMT)
committerhobbs <hobbs>2000-11-03 02:58:17 (GMT)
commitdbf85e5ec794cac4954aa9afe66227b2d95b6c02 (patch)
treed5dbfccf5c63d897b8298cad6f53a7c06be3880b /ChangeLog
parent788680db0e6198c631a5b63066a21e6749cad38b (diff)
downloadtk-dbf85e5ec794cac4954aa9afe66227b2d95b6c02.zip
tk-dbf85e5ec794cac4954aa9afe66227b2d95b6c02.tar.gz
tk-dbf85e5ec794cac4954aa9afe66227b2d95b6c02.tar.bz2
see changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 982ae26..2383841 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2000-11-02 Jeff Hobbs <hobbs@ajubasolutions.com>
+
+ * win/tkWinButton.c:
+ * win/tkWinDialog.c:
+ * win/tkWinScrlbr.c:
+ * win/tkWinWm.c: fixed up code for Win64 support. This mostly
+ remains in _WIN64 #ifdef's, until updated compilers are standard.
+
+ * win/tcl.m4:
+ * win/makefile.vc: updated for Win64 compile support
+
+ * unix/configure:
+ * win/configure: checked in configure scripts so people doing
+ CVS checkouts aren't required to have autoconf. Changes to
+ configure.in in the future will require the corresponding
+ configure script to also be re-autoconf'ed and checked in.
+
+ * doc/event.n: added note that key events require window focus.
+
2000-11-01 Jeff Hobbs <hobbs@ajubasolutions.com>
* win/tkWinDialog.c (GetFileNameW, GetFileNameA,