]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 7 Dec 1996 19:45:44 +0000 (19:45 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Dec 1996 19:45:44 +0000 (19:45 +0000)
old/textutils/NEWS

index ca8eff37dce878adef179d113ebc63ab5205c9f9..3534784adab2a52673104a88818b548c0a27f916 100644 (file)
@@ -1,5 +1,27 @@
 Changes in release 1.20
  Changes in test release 1.19r
+* fix pr: -l now uses total number of lines per page also with -f
+* fix pr: use left-hand-side truncation of header string to avoid line
+  overflow
+* fix pr: it now accepts `form feeds set in input files', also with -m
+  and multiple form feeds at different pages in each file
+* pr now accepts: -h "", print a blank line header
+* pr: when skipping pages (+FIRST_PAGE option) line counting (-n option)
+  starts with 1st line of input file (not of 1st page printed) by default
+* pr accepts new option: -N, start printing with an optional line number
+* pr -t retains `form feeds set in input files' (`don't destroy page layout')
+* pr accepts new option: -T, equivalent to -t, but eliminate also form feeds
+  (`clear file')
+* pr accepts the extension: +FIRST_PAGE[:LAST_PAGE]
+* pr -w and -s option disentangled (`use a separator' no longer destroys
+  column alignment)
+* pr accepts new option: -j, merge lines of full length
+* pr accepts the extension: -s[STRING], use separator string instead of
+  character only
+* pr -b is no longer an independent option, balancing is always used
+  with -COLUMN (a requirement of unrestricted use of form feeds)
+* pr accepts new option: --test, to run the pr tests with a constant
+  header string
 * join passes all of its test on Alpha OSF 4.0.
 * sort no longer improperly ignores blanks in determining starting and ending
   positions for keys with explicit character offsets