summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-01 23:08:53 +0000
committerJim Meyering <jim@meyering.net>1996-06-01 23:08:53 +0000
commitcd536776a0d58f2c639fb6e895a0b773ab77d29c (patch)
tree3ae1b83f044b56800e08d80a1376461e649e27bb /old
parentf51eb4a5cc9bb7ea2a9906fb4bc24faff0449b5e (diff)
downloadcoreutils-cd536776a0d58f2c639fb6e895a0b773ab77d29c.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 9b1c3b33f..1774afcb0 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,13 @@
+Sat Jun 1 12:44:51 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * ls.c: Rename options and internal variables to reflect change to
+ --color=WHEN where WHEN is never, always, or auto (for consistency
+ with e.g. cp --sparse=WHEN. For at least a while, the original
+ slackware-supported arguments `none', `force', `yes', etc will be
+ supported but deprecated by lack of documentation.
+ (decode_switches): Use STDOUT_FILENO instead of `1' in isatty test.
+ (usage): Update/add description of the --color option.
+
Tue May 28 18:39:49 1996 Jim Meyering <meyering@na-net.ornl.gov>
* dd.c (print_stats): Don't mark "%u %s" as a translatable string.