diff options
-rw-r--r-- | old/fileutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 7464b43ab..d2174d33e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,16 @@ +2001-02-20 Paul Eggert <eggert@twinsun.com> + + * src/ls.c (FULL_TIME_OPTION): Renamed from FULL_TIME, for + consistency with the other enum values. + +2001-02-20 Paul Eggert <eggert@twinsun.com> + + * NEWS, doc/fileutils.texi: ls -H is now obsolescent. + * src/ls.c (SI_OPTION): New enum value. + (long_options): Use it instead of 'H' for --si. + (decode_switches): Warn that -H will change soon. + (usage): Likewise. + 2001-02-18 Jim Meyering <meyering@lucent.com> * tests/rm/Makefile.am (TESTS): Add isatty. |