]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 8 Jan 2005 09:42:39 +0000 (09:42 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 8 Jan 2005 09:42:39 +0000 (09:42 +0000)
ChangeLog

index 62a43661050adbb8d955f4bede38d438d033f5b6..19f78f21caeae158524304d4a4766c884ccadd0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,13 @@
 
        * Version 5.3.0.
 
-       `pr --columns=N' was not equivalent to `pr -N'
+       `pr --columns=N' was not equivalent to `pr -N' when also using
+       either -s or -w.
+
        * src/pr.c (main): Set `explicit_columns' for --columns=N,
        not just for -N.  This bug has existed since the introduction
        of the --columns=N option on 1998-08-15.
+       * NEWS: Document this.
        * tests/pr/Test.pm (test_vector): For each -N test, automatically
        create a new test vector using --columns=N.