summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-08 09:42:39 +0000
committerJim Meyering <jim@meyering.net>2005-01-08 09:42:39 +0000
commitd4833923f761bc33fac458272c49dc346bdb3fc4 (patch)
treee2a64335194c7a5ee56b3329c85832a7ddbdc996 /ChangeLog
parent55010ac4385016c7bce657643a0de312ababf0f1 (diff)
downloadcoreutils-d4833923f761bc33fac458272c49dc346bdb3fc4.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 62a436610..19f78f21c 100644
--- 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.