diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-14 05:01:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-14 05:01:48 (GMT) |
commit | 8cf5f6ebb0f0258c78d7fc4fe43fefae92d58c83 (patch) | |
tree | 3f002fde32d98cd5d25c4c1cd254b2ae5ac232ae /ChangeLog | |
parent | 1fb6cda0f576123a95af432a49030f4f23f2e463 (diff) | |
download | tk-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-- | ChangeLog | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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> |