summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-02-26 00:51:16 (GMT)
committerericm <ericm@noemail.net>2000-02-26 00:51:16 (GMT)
commit0827bc720cd817fb9ba86260fbbb2ea9bf9d2815 (patch)
tree57a978079a8e8107bb6af2879955e568e776296b /ChangeLog
parented97156ce4324c8e2589305cdffe7821fbeb6c52 (diff)
downloadtk-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--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 095025e..4670861 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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