diff --git a/ChangeLog b/ChangeLog index 13f1e1d59..a52b13f2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2023-06-01 G. Branden Robinson + + [docs]: Migrate terminology to "scaling unit". + + ...from "scaling indicator". + + Fixes . Thanks to Ingo + Schwarze for the discussion. + +2023-05-29 G. Branden Robinson + + [docs]: Revise discussion of fonts. + + * doc/groff.texi: + - Rename node/section "Fonts and Symbols" to "Using Fonts". Add + giant new introduction, properly establishing terminology. + - Rename node/section "Changing Fonts" to "Selecting Fonts". + Shift location of `.fn` and `.sty` register documentation. + Rewrite presentation of `ft` and `\f`. Discuss typeface + selection by mounting position and font (or style) name + together; since arguments to these formatter instructions are + always interpreted as mounting positions first, it doesn't + make much sense to me to present them separately, and the new + introduction provides the necessary background. Tighten + example. Document that current and previous font selections + are environment properties. + - Add several concept index entries. + - Do more migration from "symbol" and "glyph" names to "special + character" names. + + * man/groff.7 (Using fonts): Introduce new section, synced with + the renamed node from our Texinfo manual above. + + Fixes . + 2023-05-22 Dave Kemper [docs]: Correct minor punctuation, grammar, and spelling issues.