summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-08 21:00:10 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-08 21:00:10 +0000
commit2aa901dadd32f63f484e1812361c39e68fb3589f (patch)
tree7ad92ab87d754a1717882a0b042f88a7f570ee6c /doc
parent6837183d42a0ccdf7b7106794ea693c5b609aea5 (diff)
downloadcoreutils-2aa901dadd32f63f484e1812361c39e68fb3589f.tar.xz
ls now defaults to --time-style='locale', which in turn acts
like --time-style='posix-long-iso' if the locale settings are messed up.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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).