summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-27 10:45:51 +0000
committerJim Meyering <jim@meyering.net>2003-01-27 10:45:51 +0000
commit3ab066a0d68958f33890bbf479579ca6e651ff1e (patch)
tree6eec7ca2cac934cd836def01bb0083d1c2b94ed3 /ChangeLog
parent7f93a5421a9e694b9a66f1475d7b670bc05b2ac8 (diff)
downloadcoreutils-3ab066a0d68958f33890bbf479579ca6e651ff1e.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bb2c4dcb..299ac6fc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,17 @@
-2003-01-22 Jim Meyering <jim@meyering.net>
+2003-01-27 Jim Meyering <jim@meyering.net>
* Version 4.5.5.
+ * src/ls.c (decode_switches): If `dired' is set without
+ `format == long_format', then silently reset dired. This doesn't
+ change the behavior of ls (all prior uses of dired were protected
+ by `&& format == long_format'), and lets us...
+ (DIRED_INDENT): ... remove `format == long_format' conjunct.
+ (PUSH_CURRENT_DIRED_POS): Likewise.
+ (main): Likewise.
+
+2003-01-22 Jim Meyering <jim@meyering.net>
+
* tests/du/no-x: New test, for functionality added to lib/ftw.c.
* tests/du/Makefile.am (TESTS): Add no-x.