From: Jim Meyering Date: Thu, 19 Dec 1996 05:21:47 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_14a~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35b886ad7b968e92b15ec5e0a4c36163016b0710;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 00d53aca6f..df7924b2ee 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ Wed Dec 18 23:09:19 1996 Jim Meyering + * src/dircolors.hin (ORPHAN): By default, color orphans red on + a black background. + + * src/dircolors.c (usage): Remove --print-data-base. + Now only --print-database remains. Although it wasn't documented, + --print-data-base was still accepted. But it made `--p', `--print', + `--print-data', etc. ambiguous. + + * configure.in: Increment version to 1.15. + * src/ls.c (gobble_file): Stat symlinks also when printing with color and set linkok to reflect existence of referent. Patches from Joakim Rosqvist, James Antill, and Jesse Thilo.