*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 5 Sep 2005 17:13:21 +0000 (17:13 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 5 Sep 2005 17:13:21 +0000 (17:13 +0000)
ChangeLog

index 7b19332a28d306a5a1089d72a322b6ffe504f895..3040bfeb20d488a16810ab72499ea4bfd3182736 100644 (file)
--- 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.