summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwl <wl>2008-01-16 16:08:47 +0000
committerwl <wl>2008-01-16 16:08:47 +0000
commitd4810e5dd58431beef467e9899caf2b17e786d15 (patch)
treed0b3ab62afc3469e1985d17e3b5d4b40c863305a /NEWS
parent107782b8de0b800b2a110ea861e6b624ba57c68c (diff)
downloadgroff-d4810e5dd58431beef467e9899caf2b17e786d15.tar.gz
* src/libs/libgroff/font.cpp (font::contains, font::get_code):
Handle single-letter names correctly. * doc/groff.texinfo, man/groff_diff.man: Extend documentation of \^ and \|. * NEWS: Updated.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6950df43..633201bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
- Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+ Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
@@ -68,6 +68,14 @@ o A new escape `\$^' has been added. It represents the parameters of a
o A new read-only number register `.O' is available which returns the
current suppression level as set by the `\O' escape.
+
+o The space width emitted by the `\|' and `\^' escape sequences can be
+ controlled on a per-font basis. If there is a glyph named `\|' or `\^',
+ respectively (note the leading backslash), defined in the current font
+ file, use this glyph's width instead of the default value.
+
+ This behaviour is not new, but hasn't been documented before.
+
Nroff
-----