diff options
author | hobbs <hobbs> | 2000-11-03 02:58:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-11-03 02:58:17 (GMT) |
commit | dbf85e5ec794cac4954aa9afe66227b2d95b6c02 (patch) | |
tree | d5dbfccf5c63d897b8298cad6f53a7c06be3880b /ChangeLog | |
parent | 788680db0e6198c631a5b63066a21e6749cad38b (diff) | |
download | tk-dbf85e5ec794cac4954aa9afe66227b2d95b6c02.zip tk-dbf85e5ec794cac4954aa9afe66227b2d95b6c02.tar.gz tk-dbf85e5ec794cac4954aa9afe66227b2d95b6c02.tar.bz2 |
see changes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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, |