summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index de6508d2b..62a436610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-01-08 Jim Meyering <jim@meyering.net>
+
+ * Version 5.3.0.
+
+ `pr --columns=N' was not equivalent to `pr -N'
+ * 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.
+ * tests/pr/Test.pm (test_vector): For each -N test, automatically
+ create a new test vector using --columns=N.
+
2005-01-07 Paul Eggert <eggert@twinsun.com>
* src/pr.c (main): Check for column count overflow with
@@ -9,8 +20,6 @@
2005-01-06 Jim Meyering <jim@meyering.net>
- * Version 5.3.0.
-
* README: List the precise HP-UX version numbers that are affected.
Suggestion from Bob Proulx.