diff options
author | ericm <ericm> | 2000-02-26 00:51:16 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-02-26 00:51:16 (GMT) |
commit | 82800e44acbe9cb1a97b87ca1a503360ee3db8c2 (patch) | |
tree | 57a978079a8e8107bb6af2879955e568e776296b /ChangeLog | |
parent | 3bd63647333cb70952f3565159c81c7e50d69fa8 (diff) | |
download | tk-82800e44acbe9cb1a97b87ca1a503360ee3db8c2.zip tk-82800e44acbe9cb1a97b87ca1a503360ee3db8c2.tar.gz tk-82800e44acbe9cb1a97b87ca1a503360ee3db8c2.tar.bz2 |
* generic/tkImgGIF.c: Applied "spirit of" the patch in 1605 (the
submitted patch was more complicated than necessary and did not
extend to writing GIF's, only reading), to allow reading/writing
of GIF files on EBCDIC and other non-ASCII based systems.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2000-02-25 Eric Melski <ericm@scriptics.com> + + * generic/tkImgGIF.c: Applied "spirit of" the patch in 1605 (the + submitted patch was more complicated than necessary and did not + extend to writing GIF's, only reading), to allow reading/writing + of GIF files on EBCDIC and other non-ASCII based systems. + +2000-02-14 Eric Melski <ericm@scriptics.com> + + * unix/tk.spec: RPM specification for producing a binary Tk RPM + for Linux. + + * unix/Makefile.in: Added rpm target to generate Tk + binary RPM. + 2000-02-10 Jeff Hobbs <hobbs@scriptics.com> 8.3.0 RELEASE |