Add key character `x' to tbl which makes tbl call a user-defined
commitf39b8cfad4e6ab2c55659e7d881d0a482fe63cf9
authorWerner LEMBERG <wl@gnu.org>
Sun, 17 Aug 2003 05:21:56 +0000 (17 05:21 +0000)
committerWerner LEMBERG <wl@gnu.org>
Sun, 17 Aug 2003 05:21:56 +0000 (17 05:21 +0000)
tree4b5bcf3c8ba4678fa5264952fe097a8c8d37d379
parent019c4fa80aec022c5a0ce6c07d0695c1d76f9caf
Add key character `x' to tbl which makes tbl call a user-defined
macro on a table cell.

* src/preproc/tbl/table.h (entry_modifier): Add `macro'.
* src/preproc/tbl/table.cpp (block_entry::do_divert): Call
`set_modifier' after printing the compatibility request.
(set_modifier): Print call to `m->macro' if not empty.
* src/preproc/tbl/main.cpp (entry_format::debug_print): Handle
`macro'.
(process_format): Implement cases `x' and `X'.
* src/preproc/tbl/tbl.man, NEWS: Updated.
ChangeLog
NEWS
src/preproc/tbl/main.cpp
src/preproc/tbl/table.cpp
src/preproc/tbl/table.h
src/preproc/tbl/tbl.man