summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-11-19 22:00:48 (GMT)
committerhobbs <hobbs>1999-11-19 22:00:48 (GMT)
commitb9ca3c2ad4dbadd8b78a7215188e8c9a16ff6a39 (patch)
tree99f77a7f786e75303de5e77857ecf26768934568 /ChangeLog
parent22297e2b0a9fc24e13686771ff54709746ed0310 (diff)
downloadtk-b9ca3c2ad4dbadd8b78a7215188e8c9a16ff6a39.zip
tk-b9ca3c2ad4dbadd8b78a7215188e8c9a16ff6a39.tar.gz
tk-b9ca3c2ad4dbadd8b78a7215188e8c9a16ff6a39.tar.bz2
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b80e888..92244a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+1999-11-19 Jeff Hobbs <hobbs@scriptics.com>
+
+ * generic/tkColor.c:
+ * generic/tkColor.h: fixed Tk_NameOfColor to work correctly,
+ with minor change to TkColor struct.
+
+ * generic/tkConsole.c: added static declaration to
+ ConsoleDeleteProc function (proto already had it)
+
+ * win/tkWinInt.h: removed TkFontAttributes typedef (was
+ redundant with tkFont.h).
+ * win/tkWinPort.h: put #ifndef __GNUC__ around redefinition
+ of str[n]casecmp, as cygwin uses the originals.
+ * win/tkWinX.c: changed GetCurrentTime to GetTickCount (the
+ former is deprecated). [Bug: 2053]
+
1999-11-17 Eric Melski <ericm@scriptics.com>
* tests/listbox.test: Updated tests for new error messages.