diff options
author | davygrvy <davygrvy> | 2004-02-08 01:37:42 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2004-02-08 01:37:42 (GMT) |
commit | 3f992153146040b26a2da29713e3e3670e7cb265 (patch) | |
tree | 9f8fbd54678d0e09211502de6df115a1ebecdce4 | |
parent | 1f5a668abd8894a0e2b21e37de9cfc6013bd48ec (diff) | |
download | tk-3f992153146040b26a2da29713e3e3670e7cb265.zip tk-3f992153146040b26a2da29713e3e3670e7cb265.tar.gz tk-3f992153146040b26a2da29713e3e3670e7cb265.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2004-02-07 David Gravereaux <davygrvy@pobox.com> + + * win/makefile.vc: + * win/rules.vc: + * win/rc/tk.rc: + * win/rc/wish.rc: Now supports the 'unchecked' option when building. + 2004-02-03 Jeff Hobbs <jeffh@ActiveState.com> * doc/menubutton.n: @@ -8,7 +15,7 @@ * win/lamp.bmp (deleted): using win/rc/lamp.bmp instead. * win/winMain.c: Removed our custom setargv() in favor of __argc - and __argv exported by the c-runtime. + and __argv exported by the C run-time. * win/makefile.vc: * win/rc/tk.rc: |