* src/devices/grohtml/html-table.cc: Fix column width calculation.
commitadf1c78afdea7d8fba98669720aed46766deaf9e
authorWerner LEMBERG <wl@gnu.org>
Tue, 1 Apr 2003 21:26:50 +0000 (1 21:26 +0000)
committerWerner LEMBERG <wl@gnu.org>
Tue, 1 Apr 2003 21:26:50 +0000 (1 21:26 +0000)
tree5fe161cf01a9170a7906dcdacc56171dd11152a3
parent6d5bbb4fbbee7b5923747809ccb5480004dc9ce6
* src/devices/grohtml/html-table.cc: Fix column width calculation.
(html_table::set_linelength): Don't add 1.
(html_table::add_indent): Don't subtract 1.

* tmac/html.tmac: Set default page offset to zero.

Make groff emit `&nbsp;' for `\ ' and `\~' if `-Thtml' is used.

* src/roff/troff/node.cc (space_char_hmotion_node::tprint,
unbreakable_space_node::tprint): New functions.
(troff_output_file): Make space_char_hmotion_mode::tprint and
unbreakable_space_node::tprint to friends.
* src/roff/troff/node.h: Updated.

* font/devhtml/R.proto: Add `&nbsp' at position 0xA0 (as defined
in the HTML standard).
ChangeLog
font/devhtml/R.proto
src/devices/grohtml/html-table.cc
src/roff/troff/node.cc
src/roff/troff/node.h
tmac/html.tmac