summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-05-30 17:51:49 (GMT)
committerericm <ericm>2000-05-30 17:51:49 (GMT)
commit7a1986f3d4266151fd85062f3ac8b7559bcb16f5 (patch)
treeb01067940327f0fea37ad6397d21b899a8387a1d /ChangeLog
parent428df956c5529659044a98421a2efd1225e4c7ed (diff)
downloadtk-7a1986f3d4266151fd85062f3ac8b7559bcb16f5.zip
tk-7a1986f3d4266151fd85062f3ac8b7559bcb16f5.tar.gz
tk-7a1986f3d4266151fd85062f3ac8b7559bcb16f5.tar.bz2
* generic/tkImgGIF.c: Changed defines for GIF87a/GIF89a to be
static char arrays with integer initialization, to address EBCIDIC vs. ASCII encoding issues and to handle compilers that don't deal with "\xAB" syntax for specifying hex values in strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be58254..ec628f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-30 Eric Melski <ericm@scriptics.com>
+
+ * generic/tkImgGIF.c: Changed defines for GIF87a/GIF89a to be
+ static char arrays with integer initialization, to address EBCIDIC
+ vs. ASCII encoding issues and to handle compilers that don't deal
+ with "\xAB" syntax for specifying hex values in strings.
+
2000-05-28 Jeff Hobbs <hobbs@scriptics.com>
* doc/spinbox.n: (new file) docs for spinbox widget