fmt: import the handling of HY_LAST and \p from ren.c
fmt: handle zero line length
hyph: search for hyphenation patterns in hyfind()
hyph: per starting character lists for the hyphenation dictionary
README: mention neateqn
fmt: preserve current font and size when hyphenating
ren: allow right-adjusted un-filled text
fmt: not hyphenating last lines if requested
fmt: new hyphenation support with penalties
fmt: filling whole paragraphs without hyphenating
fmt: collect words in fmt buffer for whole paragraphs
reg: \n[.neat] is always one!
adj: store the words as strings
adj: access n_ll and n_i directly
ren: do not use adj struct to implement .tl
dev: disallow glyph names starting with GID=
dev: introduce \[GID=xyz] as an alias for \N'xyz'
ren: end-of-sentence spacing when followed by font/size changes
dev: allow mounting fonts after S position
out: simply ignore unknown characters
dev: search special fonts to find characters by internal name
wb: report the bounding box for \w
roff.h: replace charwid_base() with DEVWID()
roff.h: replace SC_HT with SC_EM
wb: change the font just before inserting glyphs
ren: italic correction escapes
wb: interpret unknown escapes as normal characters
wb: disable ligatures and pairwise kerning while changing fonts
wb: zero-width break point (\:)
roff.h: describe the meaning of function prefixes
reg: initialize global variables in env.c
char: improve some of the comments
tr: add .fmap to map character names to glyphs
font: new syntax for defining characters and kerning pairs
tr: map font name to font position earlier for .ochar
tr: add .ochar to define a characters for a font
in: do not fclose(stdin), even if it has been renamed with .lf
tr: use cdef_*() for char definition and cmap_*() for char translation
ren: disable .char for diverted text
tr: basic .char implementation for glyph definitions
map: more compact mapping of register names
wb: remove long character names for the string passed to hyphenate()
char: add utf8one() to check if a string is a single utf-8 character
hyph: replace non-alphabetic characters with '.' in hyword()
ren: add .cl request to change color, just like \m[]
hyph: drop non-alpha characters for HY_FIRST2 and HY_FINAL2
roff.h: increase the maximum number of ligatures and kerning pairs
ren: disable ligatures and pairwise kerning when interpolating diverted text
char: handle multibyte characters in charnext_delim()
ren: include indentation in diversion width
README: reference mktrfn for creating an output device
dev: exit with an error if output device cannot be opened
roff: add -F and -M to change font and macro directories
ren: do not hyphenate last lines, if the 2nd bit of .hy is set
wb: fix handling the first and the last two characters for .hy
wb: add p, C, E and P \D drawing commands
wb: do not match single character ligatures
ren: field delimiters and padding indicators can be utf-8
char: fix a typo in the comments of sstr_*()
char: functions for reading escape sequences and characters
wb: for hyphenation compare dp and hp only when both are non-NULL
map: use starting character lists for keys[]
cp: allow \$[] and more than 9 arguments
font: ignore nonexistent fonts
font: move functions for reading sections closer to font_open()
font: store kerning pairs in per-glyph lists
font: optimize font_find() with starting character lists
ren: right adjusting and centering tab types
tr: ignore .lf with no arguments
wb: allow longer ligatures
adj: end of sentence space when newline follows .!?
ren: margin characters for indented lines
tr: .nx with no arguments
README: include a brief introduction
roff: improve some of the comments
cp: CPBUF is no longer used
dev: ignore unknown parameters in device and font files
ren: add \N for selecting glyphs based on their device-dependent name
font: use cxxxx for unnamed glyphs
wb: ignore requests in diverted text
out: output m command only when output color changes
clr: #x and #xy specify grey
reg: \n(.m is current color as a string #rrggbb
reg: restore color after inserting diverted text
clr: set text color with \m[#rgb]
tr: long register/macro names and named environments