summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-05 17:13:21 +0000
committerJim Meyering <jim@meyering.net>2005-09-05 17:13:21 +0000
commit3dce0fc85c473f52e636860a284a8ee636112168 (patch)
treebb3f306c6b833aad4e67d0067ab409052b661422
parentae14879ab90b8bc747173aa406f8665e84cdc7af (diff)
downloadcoreutils-3dce0fc85c473f52e636860a284a8ee636112168.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b19332a2..3040bfeb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,23 @@
-2005-08-29 Paul Eggert <eggert@cs.ucla.edu>
+2005-09-05 Jim Meyering <jim@meyering.net>
* Version 5.3.1-cvs.
+ * src/dcgen: Don't omit comments until there is better documentation.
+
+ Colorize set-user-ID and set-group-ID files and sticky,
+ other-writable, and sticky-and-other-writable directories.
+ * src/dircolors.c (slack_codes): Add new dircolors mode names.
+ (ls_codes): Add corresponding two-letter ls mode strings.
+ * src/ls.c (indicator_no[]): Add new symbols.
+ (indicator_name[]): Add corresponding mode strings.
+ (color_indicator[]): Add an entry for each new mode string.
+ (print_color_indicator): Honor new types.
+ * src/dircolors.hin: Document the default colors for the new strings.
+ From Mike Frysinger, based on a patch from Fedora.
+ * tests/ls-2/tests (setuid-etc): New test, for the above.
+
+2005-08-29 Paul Eggert <eggert@cs.ucla.edu>
+
* NEWS: "rm -FOO" now suggests "rm ./-FOO" if the file "-FOO"
exists and "-FOO" is not a valid option.
* src/rm.c: Include lstat.h, quotearg.h.