summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-08-17 05:21:53 +0000
committerwlemb <wlemb>2003-08-17 05:21:53 +0000
commitc756eb1c227d819acceab69ea3b38b0a56bb6da0 (patch)
tree854a7cfca370a056146312757353cdd037074c18 /NEWS
parente2797a7c9f370c3b0c3bfabfc2477a5d935a711d (diff)
downloadgroff-c756eb1c227d819acceab69ea3b38b0a56bb6da0.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1462c0d0..062d01cf 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,12 @@ ___
o Dashed and dotted ellipses have been implemented.
+Tbl
+---
+
+o New key character `x' to make tbl call a user-defined macro on a table
+ cell. Patch by Heinz-Jürgen Oertel <hj.oertel@surfeu.de>.
+
Grap2graph
----------