summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwl <wl>2011-07-20 18:44:50 +0000
committerwl <wl>2011-07-20 18:44:50 +0000
commit8f6aeb4493fb6f1a38e83f2050d27529fc2d238b (patch)
tree04822fc4e27d822e95cdc34a9a5bdb13fe325416 /NEWS
parent3df90f649357af2674af74cc14bdbfe633102379 (diff)
downloadgroff-8f6aeb4493fb6f1a38e83f2050d27529fc2d238b.tar.gz
Improve line numbering support in tbl and with me macros.
* tmac/e.tmac (n1, n2, TH, PS): Implement it. (@h, @n, @o, @t, @k, )b, (c, (q, )q, (l, )l, (f, @q, PE): Updated. * doc/meref.me: Document changes. * src/preproc/tbl/table.cpp (ROW_START_LINE_REG, ROW_SAVE_LINE_REG, ROW_MAX_LINE_REG, REPEATED_NM_SET_MACRO, REPEATED_NM_SUS_MACRO): New macros. (table::init_output): Define REPEATED_NM_SET_MACRO and REPEATED_NM_SUS_MACRO. (table::print_single_hline, table::print_double_hline, table::define_bottom_macro, table::do_row, table::do_top, table::do_bottom): Updated. * doc/webpage.ms: Updated.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b29d53bb..12ee2abf 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,13 @@ Macro Packages
o Support for the `refer' preprocessor has been added to the -mm macro
package.
+o Bugs in the support for the `n1' and `n2' requests in the -me package were
+ fixed that caused extra line numbers to be added to text in floats and
+ diversion environments, as well as equations and pic-style pictures.
+
+ The `TH' macro was changed for compatibility with line number support in
+ tables.
+
VERSION 1.21
============