diff options
author | hobbs <hobbs> | 2000-11-03 02:58:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-11-03 02:58:17 (GMT) |
commit | 6f1968249b85f7577f94d7d17965b010ac9ef509 (patch) | |
tree | d5dbfccf5c63d897b8298cad6f53a7c06be3880b | |
parent | 3d1e4e4e3fce7f8d2a17e87d8eba1dae935c2ae4 (diff) | |
download | tk-6f1968249b85f7577f94d7d17965b010ac9ef509.zip tk-6f1968249b85f7577f94d7d17965b010ac9ef509.tar.gz tk-6f1968249b85f7577f94d7d17965b010ac9ef509.tar.bz2 |
see changes
-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, |