summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwl <wl>2013-02-08 07:46:04 +0000
committerwl <wl>2013-02-08 07:46:04 +0000
commitbb3c5bcbd9a41e275204aaf8c86c7c8dbf33b5f9 (patch)
treed6c8eb95459a55047100abdc234e3bde1e983c65 /doc
parent9526d056186004468f92b3c2b449af2bedb8ac67 (diff)
downloadgroff-bb3c5bcbd9a41e275204aaf8c86c7c8dbf33b5f9.tar.gz
Version 1.22.2 releasedgroff-1_22_2_real
======================= * NEWS, REVISION, doc/groff.texinfo, doc/webpage.ms: Updated. * configure: Regenerated. * doc/texinfo.tex: Updated from `texinfo' repository. * src/roff/groff/groff.cpp (main) <'v'>: Update copyright year.
Diffstat (limited to 'doc')
-rw-r--r--doc/groff.texinfo12
-rw-r--r--doc/texinfo.tex55
-rw-r--r--doc/webpage.ms34
3 files changed, 69 insertions, 32 deletions
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index a6855957..2eae72e1 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -24,7 +24,7 @@
@copying
-This manual documents GNU @code{troff} version 1.22.1.
+This manual documents GNU @code{troff} version 1.22.2.
Copyright @copyright{} 1994-2013 Free Software Foundation, Inc.
@@ -481,7 +481,7 @@ developing GNU and promoting software freedom.''
@titlepage
@title groff
@subtitle The GNU implementation of @code{troff}
-@subtitle Edition 1.22.1
+@subtitle Edition 1.22.2
@subtitle Spring 2013
@author by Trent A.@tie{}Fisher
@author and Werner Lemberg (@email{bug-groff@@gnu.org})
@@ -1458,11 +1458,11 @@ directory, and the main tmac directory; the default locations are
@Example
/usr/local/lib/groff/site-tmac
/usr/local/share/groff/site-tmac
-/usr/local/share/groff/1.22.1/tmac
+/usr/local/share/groff/1.22.2/tmac
@endExample
@noindent
-assuming that the version of @code{groff} is 1.22.1, and the
+assuming that the version of @code{groff} is 1.22.2, and the
installation prefix was @file{/usr/local}. It is possible to fine-tune
those directories during the installation process.
@end itemize
@@ -1515,11 +1515,11 @@ locations are
@Example
/usr/local/share/groff/site-font
-/usr/local/share/groff/1.22.1/font
+/usr/local/share/groff/1.22.2/font
@endExample
@noindent
-assuming that the version of @code{groff} is 1.22.1, and the
+assuming that the version of @code{groff} is 1.22.2, and the
installation prefix was @file{/usr/local}. It is possible to fine-tune
those directories during the installation process.
@end itemize
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index b5f31415..85f184cc 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,11 +3,11 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2012-11-08.11}
+\def\texinfoversion{2013-02-01.11}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-% 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+% 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
%
% This texinfo.tex file is free software: you can redistribute it and/or
% modify it under the terms of the GNU General Public License as
@@ -24,7 +24,8 @@
%
% As a special exception, when this file is read by TeX when processing
% a Texinfo source document, you may use the result without
-% restriction. (This has been our intent since Texinfo was invented.)
+% restriction. This Exception is an additional permission under section 7
+% of the GNU General Public License, version 3 ("GPLv3").
%
% Please try the latest version of texinfo.tex before submitting bug
% reports; you can get the latest version from:
@@ -2495,7 +2496,7 @@ end
\let-\codedash
\let_\codeunder
\else
- \let-\realdash
+ \let-\normaldash
\let_\realunder
\fi
\codex
@@ -2504,7 +2505,7 @@ end
\def\codex #1{\tclose{#1}\endgroup}
-\def\realdash{-}
+\def\normaldash{-}
\def\codedash{-\discretionary{}{}{}}
\def\codeunder{%
% this is all so @math{@code{var_name}+1} can work. In math mode, _
@@ -2519,9 +2520,9 @@ end
}
% An additional complication: the above will allow breaks after, e.g.,
-% each of the four underscores in __typeof__. This is undesirable in
-% some manuals, especially if they don't have long identifiers in
-% general. @allowcodebreaks provides a way to control this.
+% each of the four underscores in __typeof__. This is bad.
+% @allowcodebreaks provides a document-level way to turn breaking at -
+% and _ on and off.
%
\newif\ifallowcodebreaks \allowcodebreakstrue
@@ -4187,7 +4188,7 @@ end
% ..., but we might end up with active ones in the argument if
% we're called from @code, as @code{@value{foo-bar_}}, though.
% So \let them to their normal equivalents.
- \let-\realdash \let_\normalunderscore
+ \let-\normaldash \let_\normalunderscore
}
}
@@ -9992,22 +9993,26 @@ directory should work if nowhere else does.}
@gdef@otherbackslash{@let\=@realbackslash}
% Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
-% the literal character `\'.
-%
-@def@normalturnoffactive{%
- @let"=@normaldoublequote
- @let$=@normaldollar %$ font-lock fix
- @let+=@normalplus
- @let<=@normalless
- @let>=@normalgreater
- @let\=@normalbackslash
- @let^=@normalcaret
- @let_=@normalunderscore
- @let|=@normalverticalbar
- @let~=@normaltilde
- @markupsetuplqdefault
- @markupsetuprqdefault
- @unsepspaces
+% the literal character `\'. Also revert - to its normal character, in
+% case the active - from code has slipped in.
+%
+{@catcode`- = @active
+ @gdef@normalturnoffactive{%
+ @let-=@normaldash
+ @let"=@normaldoublequote
+ @let$=@normaldollar %$ font-lock fix
+ @let+=@normalplus
+ @let<=@normalless
+ @let>=@normalgreater
+ @let\=@normalbackslash
+ @let^=@normalcaret
+ @let_=@normalunderscore
+ @let|=@normalverticalbar
+ @let~=@normaltilde
+ @markupsetuplqdefault
+ @markupsetuprqdefault
+ @unsepspaces
+ }
}
% Make _ and + \other characters, temporarily.
diff --git a/doc/webpage.ms b/doc/webpage.ms
index 22505afd..5f79727d 100644
--- a/doc/webpage.ms
+++ b/doc/webpage.ms
@@ -299,9 +299,41 @@ postings to the corresponding mailing list.
.
.
.SH
+NEWS VERSION 1.22.2
+.LP
+.SH 2
+tbl
+
+.ULS
+.LI
+The character `#' can now be used as an eqn delimiter within tables.
+.ULE
+.
+.
+.SH 2
+eqn
+
+.ULS
+.LI
+A GNU extension
+
+.in 2m
+.nf
+.ft C
+delim on
+.ft P
+.fi
+.in
+
+has been added to reactivate delimiters which have been disabled with
+`delim off'.
+.ULE
+.
+.
+.SH
NEWS VERSION 1.22.1
.LP
-(Version 1.22 has not been released.)
+(There was no release 1.22.)
.LP
.SH 2
groff