summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-02 18:41:53 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-02 18:41:53 +0000
commit6383922a134a2695e6cb7cc76de1d1873d9410e4 (patch)
treec02ffbe94adc0c3d0007cfa8a9eb132a7bdcb762 /ChangeLog
parent967e54a1e1897d9a97c11d6a868de5853beb5d94 (diff)
downloadcoreutils-6383922a134a2695e6cb7cc76de1d1873d9410e4.tar.xz
ls --indicator-style=directory renamed to ls --indicator-style=slash.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 450dd0568..7dcb89fa6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
+2005-05-02 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * NEWS: ls --indicator-style=directory renamed to ls
+ --indicator-style=slash, to avoid confusion with ls --directory.
+ * src/ls.c (usage): Likewise.
+ (slash): Renamed from directory_only. All uses changed.
+
+2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
+
* NEWS: "chmod +1 foo" is now diagnosed.
2005-04-29 Paul Eggert <eggert@cs.ucla.edu>