mirror of
https://https.git.savannah.gnu.org/git/groff.git
synced 2026-01-26 15:39:07 +00:00
doc/groff.texi: Fix Savannah #63777.
* doc/groff.texi (Manipulating Filling and Adjustment): Say more about the consequences of a break. Fixes <https://savannah.gnu.org/bugs/?63777>. Thanks to Dave Kemper for the report. ANNOUNCE: Update bug counts.
This commit is contained in:
parent
f77ff2bade
commit
ac4e28bd9e
6
ANNOUNCE
6
ANNOUNCE
@ -58,7 +58,7 @@ release shipped with three automated unit tests; this one ships with
|
||||
over 160 unit and regression tests.
|
||||
|
||||
As of this writing, per the GNU Savannah bug tracker, the groff project
|
||||
has resolved 414 problems as fixed for the 1.23.0 release. Some of the
|
||||
has resolved 415 problems as fixed for the 1.23.0 release. Some of the
|
||||
bugs we've corrected were over 30 years old.
|
||||
|
||||
Classifying these issues by type and the component of the project to
|
||||
@ -66,9 +66,9 @@ which they apply, we find the following.
|
||||
|
||||
Type Component
|
||||
---- ---------
|
||||
Build/installation 38 Core 95
|
||||
Build/installation 38 Core 96
|
||||
Crash/unresponsive 11 Driver: grohtml 7
|
||||
Documentation 100 Driver: gropdf 9
|
||||
Documentation 101 Driver: gropdf 9
|
||||
Feature change 40 Driver: grops 2
|
||||
Incorrect behavior 129 Driver: grotty 4
|
||||
Lint 15 Driver: others/general 8
|
||||
|
||||
@ -1,3 +1,11 @@
|
||||
2023-02-12 G. Branden Robinson <g.branden.robinson@gmail.com>
|
||||
|
||||
* doc/groff.texi (Manipulating Filling and Adjustment): Say more
|
||||
about the consequences of a break.
|
||||
|
||||
Fixes <https://savannah.gnu.org/bugs/?63777>. Thanks to Dave
|
||||
Kemper for the report.
|
||||
|
||||
2023-02-12 G. Branden Robinson <g.branden.robinson@gmail.com>
|
||||
|
||||
[docs]: Re-re-christen 'ESCAPE_AMPERSAND' ('\&'). Now call it a
|
||||
|
||||
@ -7882,14 +7882,15 @@ Indicator of output device selection (Boolean-valued); see
|
||||
@cindex @code{sp} request, causing implicit break
|
||||
@cindex @code{ti} request, causing implicit break
|
||||
@cindex @code{trf} request, causing implicit break
|
||||
A break interrupts filling. Various ways of causing breaks were shown
|
||||
in @ref{Breaking}. The @code{br} request likewise causes a break.
|
||||
A break is implied by several other requests:@: @code{bp}, @code{ce},
|
||||
@code{cf}, @code{fi}, @code{fl}, @code{in}, @code{nf}, @code{rj},
|
||||
@code{sp}, @code{ti}, and @code{trf}. If the no-break control character
|
||||
is used with any of these requests, GNU @code{troff} suppresses the
|
||||
break; instead the requested operation takes effect at the next break.
|
||||
@samp{'br} does nothing.
|
||||
A break updates the drawing position per the page offset, indentation,
|
||||
vertical spacing, and page length, interrupting filling. Various ways
|
||||
of causing breaks were shown in @ref{Breaking}. The @code{br} request
|
||||
likewise causes a break. A break is implied by several other
|
||||
requests:@: @code{bp}, @code{ce}, @code{cf}, @code{fi}, @code{fl},
|
||||
@code{in}, @code{nf}, @code{rj}, @code{sp}, @code{ti}, and @code{trf}.
|
||||
If the no-break control character is used with any of these requests,
|
||||
GNU @code{troff} suppresses the break; instead the requested operation
|
||||
takes effect at the next break. @samp{'br} does nothing.
|
||||
|
||||
@Example
|
||||
.ll 55n
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user