diff options
author | davygrvy <davygrvy> | 2004-02-01 11:09:25 (GMT) |
---|---|---|
committer | davygrvy <davygrvy> | 2004-02-01 11:09:25 (GMT) |
commit | e169bd4a72c7f10fbb23ceb76493729a5ef27feb (patch) | |
tree | 47cd484f7bfa5782d0c3b62e5db15b628c4ed73d /ChangeLog | |
parent | 808eebeae39ce8f780feb787db7ab7479ed101ed (diff) | |
download | tk-e169bd4a72c7f10fbb23ceb76493729a5ef27feb.zip tk-e169bd4a72c7f10fbb23ceb76493729a5ef27feb.tar.gz tk-e169bd4a72c7f10fbb23ceb76493729a5ef27feb.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-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] |