summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-10 08:50:37 +0000
committerJim Meyering <jim@meyering.net>2006-08-10 08:50:37 +0000
commit6d1d2c00682996db65fd33c94a0e1bdd53696328 (patch)
tree5de92a189dd1c3ca38916a5cb874db453ad5e4c5 /ChangeLog
parent407ff38d9405d5071a2b7282ec053ef7bdb9e79b (diff)
downloadcoreutils-6d1d2c00682996db65fd33c94a0e1bdd53696328.tar.xz
* src/dircolors.hin: Add a TERM directive for each of the following:
ansi, color-xterm, gnome, konsole, kterm, rxvt-cygwin, rxvt-cygwin-native, screen.linux, xterm-256color. Sort the TERM directives. From Mike Frysinger.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f32f5eace..79792fa04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-08-10 Jim Meyering <jim@meyering.net>
+
+ * src/dircolors.hin: Add a TERM directive for each of the following:
+ ansi, color-xterm, gnome, konsole, kterm, rxvt-cygwin,
+ rxvt-cygwin-native, screen.linux, xterm-256color.
+ Sort the TERM directives.
+ From Mike Frysinger.
+
2006-08-09 Paul Eggert <eggert@cs.ucla.edu>
* src/dd.c (usage): Warn about oflag=append without conv=notrunc.