summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwl <wl>2010-02-16 21:03:54 +0000
committerwl <wl>2010-02-16 21:03:54 +0000
commitcb44b954ddc5dbfc2ed0b89545a7ce048428bf99 (patch)
tree625a1c99ad3d045beb508e8e83799fb11ec2441a /NEWS
parent8a7aece2fe09577336e531f1c51cd738339685e9 (diff)
downloadgroff-cb44b954ddc5dbfc2ed0b89545a7ce048428bf99.tar.gz
tbl: Add `nowarn' option.
* src/preproc/tbl/table.h (table): Add `NOWARN' enumeration value. * src/preproc/tbl/main.cpp (process_options), src/preprox/tbl/table.cpp (table::compute_expand_width, table::compute_separation_factor): Handle `NOWARN'. * src/preproc/tbl/tbl.man, NEWS: Document it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 141764fc..9be8277b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
- 2009
+ 2009, 2010
Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
@@ -24,6 +24,12 @@ o There is a new warning category `file', enabled by default. The `mso'
request emits warnings in this category when the requested macro file does
not exist.
+Tbl
+---
+
+o A new global option `nowarn' suppresses warnings if tables are longer than
+ the current line width.
+
Macro Packages
--------------