From: Jim Meyering Date: Mon, 5 Sep 2005 17:13:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3dce0fc85c473f52e636860a284a8ee636112168;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 7b19332a28..3040bfeb20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,23 @@ -2005-08-29 Paul Eggert +2005-09-05 Jim Meyering * 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 + * 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.