summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--doc/ChangeLog6
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bbee185e1..f05d0e9bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-11-08 Jim Meyering <jim@meyering.net>
+2005-11-08 Paul Eggert <eggert@cs.ucla.edu>
* Version 6.0-cvs.
+ * NEWS: ls now defaults to --time-style='locale', which in turn acts
+ like --time-style='posix-long-iso' if the locale settings are messed up.
+ * src/ls.c (decode_switches): Implement this.
+
+2005-11-08 Jim Meyering <jim@meyering.net>
+
* tests/du/2g: s/expensive/very expensive/ in a comment.
From Paul Townsend.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d0f84e63a..5673f91d6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-08 Paul Eggert <eggert@cs.ucla.edu>
+
+ * coreutils.texi (Formatting file timestamps): ls now defaults to
+ --time-style='locale', which in turn acts like
+ --time-style='posix-long-iso' if the locale settings are messed up.
+
2005-11-02 Paul Eggert <eggert@cs.ucla.edu>
* coreutils.texi (rm invocation): Don't mention --directory (-d).