summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-08-01 21:25:18 (GMT)
committerhobbs <hobbs>1999-08-01 21:25:18 (GMT)
commit789884c7c8b72c37398850a790444a65e480b19b (patch)
tree597bdf8ee227bfdb579f4842630fbca4e3ddcced /ChangeLog
parent955bd4ef79ee349f0c4ea3618bb214301f875de6 (diff)
downloadtk-789884c7c8b72c37398850a790444a65e480b19b.zip
tk-789884c7c8b72c37398850a790444a65e480b19b.tar.gz
tk-789884c7c8b72c37398850a790444a65e480b19b.tar.bz2
1999-08-01 Jeff Hobbs <hobbs@scriptics.com>
* mac/tkMacPort.h: wrapped panic in #ifndef panic to avoid compiler errors when used with stubs-#defines, from Vince Darley. [Bug: 2389]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be9ca85..3b053df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-08-01 Jeff Hobbs <hobbs@scriptics.com>
+
+ * mac/tkMacPort.h: wrapped panic in #ifndef panic to avoid
+ compiler errors when used with stubs-#defines, from Vince Darley.
+ [Bug: 2389]
+
1999-07-31 Scott Redman <redman@scriptics.com>
* xlib/X11/Xlib.h: Remove XFillRectangle since it is now in the
@@ -5,7 +11,7 @@
1999-07-30 Jeff Hobbs <hobbs@scriptics.com>
- * tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446]
+ * generic/tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446]
1999-07-30 <redman@scriptics.com>