From: Jim Meyering Date: Sat, 1 Jun 1996 23:08:53 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_18~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd536776a0d58f2c639fb6e895a0b773ab77d29c;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9b1c3b33f6..1774afcb04 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +Sat Jun 1 12:44:51 1996 Jim Meyering + + * 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 * dd.c (print_stats): Don't mark "%u %s" as a translatable string.