summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-19 05:21:47 +0000
committerJim Meyering <jim@meyering.net>1996-12-19 05:21:47 +0000
commit35b886ad7b968e92b15ec5e0a4c36163016b0710 (patch)
treeaa83d578bb1898e67648736093dc6c8ba1dea553 /old/fileutils
parentcecde311712fac1252e70ce32c1f5e699feb9d1e (diff)
downloadcoreutils-35b886ad7b968e92b15ec5e0a4c36163016b0710.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 00d53aca6..df7924b2e 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,15 @@
Wed Dec 18 23:09:19 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * 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.