diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-18 16:21:26 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-18 16:21:26 +0100 |
commit | 553d347d3e08e00ee4f9df520b37c964c3f26e28 (patch) | |
tree | 189a05248c9fe5251a5bb5d32887125f19c70783 /ChangeLog | |
parent | b1d89070f620c8787a36d93d67b0431ca15fb1dc (diff) | |
download | coreutils-553d347d3e08e00ee4f9df520b37c964c3f26e28.tar.xz |
Fix a bug in how pr -m -s works.
* NEWS: Describe how the fix affects pr.
* src/pr.c (init_parameters): The --merge (-m) option does
not imply --expand-tabs (-e), so don't set "untabify_input".
Reported by Wis Macomson.
* tests/misc/pr: New file. Test for the above fix.
* tests/misc/Makefile.am (TESTS): Add pr.
* THANKS: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-03-18 Jim Meyering <jim@meyering.net> + + Fix a bug in how pr -m -s works. + * NEWS: Describe how the fix affects pr. + * src/pr.c (init_parameters): The --merge (-m) option does + not imply --expand-tabs (-e), so don't set "untabify_input". + Reported by Wis Macomson. + * tests/misc/pr: New file. Test for the above fix. + * tests/misc/Makefile.am (TESTS): Add pr. + * THANKS: Update. + 2007-03-17 Jim Meyering <jim@meyering.net> Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted. |