summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBob Proulx <bob@proulx.com>2007-10-29 05:10:23 -0600
committerBob Proulx <bob@proulx.com>2007-10-29 05:10:23 -0600
commitb8e8d028613e9394dbce80d32c1c1bbdeb330776 (patch)
treeef5ffc8808b4e8d419b794dc0cafb6603f288b57 /ChangeLog
parentb63b1b4ce2612960f785670481ff3a9fa68c4bd3 (diff)
downloadcoreutils-b8e8d028613e9394dbce80d32c1c1bbdeb330776.tar.xz
Improve color terminal escape usage.
* build-aux/check.mk (am__tty_colors): Use 'tput' to deduce terminal color capabilities.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9a05e661..786055e2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-29 Bob Proulx <bob@proulx.com>
+
+ Improve color terminal escape usage.
+ * build-aux/check.mk (am__tty_colors): Use 'tput' to deduce
+ terminal color capabilities.
+
2007-10-29 Jim Meyering <meyering@redhat.com>
Don't try to colorize a dumb terminal.