summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2004-02-01 11:09:25 (GMT)
committerdavygrvy <davygrvy>2004-02-01 11:09:25 (GMT)
commite169bd4a72c7f10fbb23ceb76493729a5ef27feb (patch)
tree47cd484f7bfa5782d0c3b62e5db15b628c4ed73d
parent808eebeae39ce8f780feb787db7ab7479ed101ed (diff)
downloadtk-e169bd4a72c7f10fbb23ceb76493729a5ef27feb.zip
tk-e169bd4a72c7f10fbb23ceb76493729a5ef27feb.tar.gz
tk-e169bd4a72c7f10fbb23ceb76493729a5ef27feb.tar.bz2
no message
-rw-r--r--ChangeLog17
1 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ad69b8..24db4f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]