diff options
author | hobbs <hobbs> | 1999-11-19 23:35:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-19 23:35:41 (GMT) |
commit | a96628d114a8e503ed853a5f3fe3e688e48ffe99 (patch) | |
tree | bab16325331c2814a6103653db7742e43579d817 /ChangeLog | |
parent | a0aea84bcfa5f2c75e799cbd2b9c3a4511865feb (diff) | |
download | tk-a96628d114a8e503ed853a5f3fe3e688e48ffe99.zip tk-a96628d114a8e503ed853a5f3fe3e688e48ffe99.tar.gz tk-a96628d114a8e503ed853a5f3fe3e688e48ffe99.tar.bz2 |
* README:
* unix/configure.in:
* win/configure.in:
* generic/tk.h: updated to patchlevel 3
* generic/tkColor.c:
* generic/tkColor.h: fixed Tk_NameOfColor to work correctly,
with minor change to TkColor struct.
* generic/tkEntry.c: fixed C expr error in destroy of entry
that could lead to 'malformed bucket chain' error
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +1999-11-19 Jeff Hobbs <hobbs@scriptics.com> + + * README: + * unix/configure.in: + * win/configure.in: + * generic/tk.h: updated to patchlevel 3 + + * generic/tkColor.c: + * generic/tkColor.h: fixed Tk_NameOfColor to work correctly, + with minor change to TkColor struct. + * generic/tkEntry.c: fixed C expr error in destroy of entry + that could lead to 'malformed bucket chain' error + 1999-11-02 Jeff Hobbs <hobbs@scriptics.com> * tagged 8.2.2 final |