diff options
author | ericm <ericm@noemail.net> | 2000-02-26 00:51:16 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-02-26 00:51:16 (GMT) |
commit | 0827bc720cd817fb9ba86260fbbb2ea9bf9d2815 (patch) | |
tree | 57a978079a8e8107bb6af2879955e568e776296b /ChangeLog | |
parent | ed97156ce4324c8e2589305cdffe7821fbeb6c52 (diff) | |
download | tk-0827bc720cd817fb9ba86260fbbb2ea9bf9d2815.zip tk-0827bc720cd817fb9ba86260fbbb2ea9bf9d2815.tar.gz tk-0827bc720cd817fb9ba86260fbbb2ea9bf9d2815.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.
FossilOrigin-Name: 4264008b3df63ee70d20d1a78dcf423b898d854e
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 |