diff options
author | hobbs <hobbs> | 1999-11-19 22:00:48 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-19 22:00:48 (GMT) |
commit | b9ca3c2ad4dbadd8b78a7215188e8c9a16ff6a39 (patch) | |
tree | 99f77a7f786e75303de5e77857ecf26768934568 /ChangeLog | |
parent | 22297e2b0a9fc24e13686771ff54709746ed0310 (diff) | |
download | tk-b9ca3c2ad4dbadd8b78a7215188e8c9a16ff6a39.zip tk-b9ca3c2ad4dbadd8b78a7215188e8c9a16ff6a39.tar.gz tk-b9ca3c2ad4dbadd8b78a7215188e8c9a16ff6a39.tar.bz2 |
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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. |