Tue Dec 30 22:37:04 2003 Ben Pfaff <blp@gnu.org>
authorBen Pfaff <blp@gnu.org>
Wed, 31 Dec 2003 06:40:48 +0000 (06:40 +0000)
committerBen Pfaff <blp@gnu.org>
Wed, 31 Dec 2003 06:40:48 +0000 (06:40 +0000)
commit10c96b7648d6987bc21a727210dfadf433d5ccb2
treec153d0ea465af0c8309954adc91b839d2179b527
parent0807ae51f046a8470289a0ef51cb5b22d46f6cd5
Tue Dec 30 22:37:04 2003  Ben Pfaff  <blp@gnu.org>

* devices: Add "squeeze=on top-margin=0 bottom-margin=0" to
raw-ascii to make test output more readable.

Tue Dec 30 22:35:16 2003  Ben Pfaff  <blp@gnu.org>

* ascii.c: (ascii_option) Fix implementation of headers option.

Tue Dec 30 22:32:53 2003  Ben Pfaff  <blp@gnu.org>

* ascii.c: Add a "squeeze" option to the ASCII driver to squeeze
multiple blank lines into one.
(struct ascii_driver_ext) Add squeeze_blank_lines option.
(ascii_preopen_driver) Initialize squeeze_blank_lines.
(static var option_tab) Add squeeze entry.
(ascii_option) Set squeeze_blank_lines.
(output_lines) Implement squeezing blank lines.
config/ChangeLog
config/devices
src/ChangeLog
src/ascii.c