summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-14 05:01:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-14 05:01:48 (GMT)
commit8cf5f6ebb0f0258c78d7fc4fe43fefae92d58c83 (patch)
tree3f002fde32d98cd5d25c4c1cd254b2ae5ac232ae /ChangeLog
parent1fb6cda0f576123a95af432a49030f4f23f2e463 (diff)
downloadtk-8cf5f6ebb0f0258c78d7fc4fe43fefae92d58c83.zip
tk-8cf5f6ebb0f0258c78d7fc4fe43fefae92d58c83.tar.gz
tk-8cf5f6ebb0f0258c78d7fc4fe43fefae92d58c83.tar.bz2
* tests/constraints.tcl: Added notAqua constraint to canvPs-3.1
* tests/canvPs.test: to stop test suite crash on Mac OSX. [Bug 1088807]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 4953c1f..0bbc27d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
006-03-13 Don Porter <dgp@users.sourceforge.net>
- * generic/tkCmds.c: Purged remaining references to
- * macosx/tkMacOSXPort.h: errno, and errno.h. Standardized
- * macosx/tkMacOSXWm.c: the logic for using header files from
- * macosx/tkMacOSXWm.h: the compat directory. Thanks Joe
- * unix/tkUnixPort.h: English for the patch. [Patch 1445404]
+ * tests/constraints.tcl: Added notAqua constraint to canvPs-3.1
+ * tests/canvPs.test: to stop test suite crash on Mac OSX.
+ [Bug 1088807]
+
+ * generic/tkCmds.c: Purged remaining references to
+ * macosx/tkMacOSXPort.h: errno, and errno.h. Standardized
+ * macosx/tkMacOSXWm.c: the logic for using header files from
+ * macosx/tkMacOSXWm.h: the compat directory. Thanks Joe
+ * unix/tkUnixPort.h: English for the patch. [Patch 1445404]
2006-03-08 Don Porter <dgp@users.sourceforge.net>