]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: ls -l (and similar options) now adjust all columns to
authorJim Meyering <jim@meyering.net>
Mon, 8 Dec 2003 08:38:37 +0000 (08:38 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 8 Dec 2003 08:38:37 +0000 (08:38 +0000)
fit the data.  Generalized from a suggestion by Leah Q for file sizes.

NEWS

diff --git a/NEWS b/NEWS
index c8b00f52b05e726c9a6b5cea78d88e8d88449d9d..feb56b914628a864636c8b1b5b035d8fdfa1711e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,13 @@ GNU coreutils NEWS                                    -*- outline -*-
   (--dereference-args, aka -D) rather then the current meaning of --si.
   Now, using -H elicits a warning to that effect.
 
+  When given -l and similar options, ls now adjusts the output column
+  widths to fit the data, so that output lines are shorter and have
+  columns that line up better.  This may adversely affect shell
+  scripts that expect fixed-width columns, but such shell scripts were
+  not portable anyway, even with old GNU ls where the columns became
+  ragged when a datum was too wide.
+
 ** Bug fixes
 
   printf, seq, tail, and sleep now parse floating-point operands