diff options
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,9 +1,22 @@ -2003-01-31 Joe English <jenglish@users.sourceforge.net> +2004-02-01 David Gravereaux <davygrvy@pobox.com> + * 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. + + * win/makefile.vc: + * win/rc/tk.rc: + * win/rc/wish.rc: General clean-up. + + * win/rules.vc: + * win/nmakehlp.c: sync'd to Tcl. + +2004-01-31 Joe English <jenglish@users.sourceforge.net> * unix/tkUnixWm.c, unix/tkUnixEvent.c: Replaced TclpGetTime() with Tcl_GetTime(), to remove dependency on tclInt.h [Bug 874745]. -2003-01-27 Daniel Steffen <das@users.sourceforge.net> +2004-01-27 Daniel Steffen <das@users.sourceforge.net> * generic/tkTextIndex.c: added '#include <tclInt.h>' since the code uses the TclUtfToUniChar macro from that file. [Bug 874745] |