summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-10-08 18:57:47 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-10-08 18:57:47 (GMT)
commit6fb3a6d3efe6a53910a30154df8efadf64546cdc (patch)
treec53e665efd2a5d3a8132b83073506d76dfbe79eb /ChangeLog
parent825b7d492bfa734ee85d7a0e39a3cd1540da3d5a (diff)
downloadtk-6fb3a6d3efe6a53910a30154df8efadf64546cdc.zip
tk-6fb3a6d3efe6a53910a30154df8efadf64546cdc.tar.gz
tk-6fb3a6d3efe6a53910a30154df8efadf64546cdc.tar.bz2
* tests/scrollbar.test: Revised testing of the cget subcommand so
that it tests consistency with the configure subcommand and not agreement with a hardcoded value that will change as tastes in GUIs evolve. * unix/tkUnixWm.c: Restored consistency of error messages from * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across * tests/unixWm.test: all platforms. [Bug 2021443]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d97cea..8f0686e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
2008-10-08 Don Porter <dgp@users.sourceforge.net>
+ * tests/scrollbar.test: Revised testing of the cget subcommand so
+ that it tests consistency with the configure subcommand and not
+ agreement with a hardcoded value that will change as tastes in
+ GUIs evolve.
+
* tests/canvText.test (canText-17.1): Update expected result to
match revised PostScript output due to more predictable formatting
of floating point values.
* unix/tkUnixWm.c: Restored consistency of error messages from
* macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across
- all platforms. [Bug 2021443]
+ * tests/unixWm.test: all platforms. [Bug 2021443]
2008-10-07 Pat Thoyts <patthoyts@users.sourceforge.net>