groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff ./ChangeLog ./ChangeLog.115 ./NEWS contri...


From: Werner LEMBERG
Subject: [Groff-commit] groff ./ChangeLog ./ChangeLog.115 ./NEWS contri...
Date: Fri, 24 Feb 2006 08:08:42 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 06/02/24 08:08:42

Modified files:
        .              : ChangeLog ChangeLog.115 NEWS 
        contrib/mom    : ChangeLog NEWS om.tmac 
        contrib/mom/momdoc: color.html definitions.html docelement.html 
                            docprocessing.html inlines.html 
                            reserved.html typesetting.html 
        contrib/pdfmark: pdfmark.ms pdfroff.sh 
        doc            : meref.me 
        man            : groff_diff.man 
        src/devices/grohtml: post-html.cpp 
        src/libs/libgroff: glyphuni.cpp uniglyph.cpp 
        src/preproc/grn: grn.man 

Log message:
        * src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list): Use entry
        for \-.
        Remove commented out entries for \' and \` (there are no such glyph
        names).
        
        * src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Remove
        commented out entries for \' and \`.
        
        * */*: s/legal/valid/ where appropriate.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/groff/ChangeLog.diff?tr1=1.914&tr2=1.915&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/ChangeLog.115.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/NEWS.diff?tr1=1.208&tr2=1.209&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/mom/ChangeLog.diff?tr1=1.38&tr2=1.39&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/mom/NEWS.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/mom/om.tmac.diff?tr1=1.31&tr2=1.32&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/mom/momdoc/color.html.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/mom/momdoc/definitions.html.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/mom/momdoc/docelement.html.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/mom/momdoc/docprocessing.html.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/mom/momdoc/inlines.html.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/mom/momdoc/reserved.html.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/mom/momdoc/typesetting.html.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/pdfmark/pdfmark.ms.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/contrib/pdfmark/pdfroff.sh.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/doc/meref.me.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/man/groff_diff.man.diff?tr1=1.52&tr2=1.53&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/src/devices/grohtml/post-html.cpp.diff?tr1=1.34&tr2=1.35&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/src/libs/libgroff/glyphuni.cpp.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/src/libs/libgroff/uniglyph.cpp.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/src/preproc/grn/grn.man.diff?tr1=1.19&tr2=1.20&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.914 groff/ChangeLog:1.915
--- groff/ChangeLog:1.914       Thu Feb 23 20:11:49 2006
+++ groff/ChangeLog     Fri Feb 24 08:08:42 2006
@@ -1,3 +1,16 @@
+2006-02-24  Werner LEMBERG  <address@hidden>
+
+       * src/libs/libgroff/glyphuni.cpp (glyph_to_unicode_list): Use entry
+       for \-.
+       Remove commented out entries for \' and \` (there are no such glyph
+       names).
+
+       * src/libs/libgroff/uniglyph.cpp (unicode_to_glyph_list): Remove
+       commented out entries for \' and \`.
+
+
+       * */*: s/legal/valid/ where appropriate.
+
 2006-06-23  Werner LEMBERG  <address@hidden>
 
        * font/devhtml/R.proto, font/devutf8/R.proto: Remove incorrect \'
Index: groff/ChangeLog.115
diff -u groff/ChangeLog.115:1.1 groff/ChangeLog.115:1.2
--- groff/ChangeLog.115:1.1     Tue Jun 28 16:19:21 2005
+++ groff/ChangeLog.115 Fri Feb 24 08:08:42 2006
@@ -3881,7 +3881,7 @@
        (mdate): New target.
 
        * lib/font.c (text_file::next): Deal with arbitrarily long lines.
-       Remove illegal input characters.
+       Remove invalid input characters.
 
 Mon Mar 18 08:32:25 1991  James Clark  (jjc at jclark)
 
@@ -5148,7 +5148,7 @@
 
 Sat Sep 15 19:00:10 1990  James Clark  (jjc at jclark)
 
-       * troff/input.c (asciify): By default, illegal input characters
+       * troff/input.c (asciify): By default, invalid input characters
        should return empty string.
 
        * troff/input.c (copy_file): Handle first page transition like title.
@@ -5274,7 +5274,7 @@
        * troff/node.h (dummy_node::dummy_node): Allow optional first
        argument.
 
-       * lib/lib.h: Make codes 0200 to 0237 illegal input characters.
+       * lib/lib.h: Make codes 0200 to 0237 invalid input characters.
        * troff/token.h: Remove TOKEN_TITLE. Remove token::title. Add
        TOKEN_REQUEST.
        * troff/input.c (token::next): Turn a TITLE_REQUEST into a
Index: groff/NEWS
diff -u groff/NEWS:1.208 groff/NEWS:1.209
--- groff/NEWS:1.208    Tue Feb  7 05:46:08 2006
+++ groff/NEWS  Fri Feb 24 08:08:42 2006
@@ -1733,7 +1733,7 @@
 New special characters \(+h, \(+f, \(+p, \(Fn, \(Bq, \(bq, \(aq, \(lz,
 \(an.  See groff_char(7).
 
-^L is now a legal input character.
+^L is now a valid input character.
 
 Groff
 -----
@@ -2176,7 +2176,7 @@
 tfmtodit or afmtodit, you must construct them again using the current
 version.
 
-Characters between 0200 and 0237 octal are no longer legal input
+Characters between 0200 and 0237 octal are no longer valid input
 characters.  Note that these are not used in ISO 8859.
 
 A command called `grog' has been added, similar to the `doctype'
Index: groff/contrib/mom/ChangeLog
diff -u groff/contrib/mom/ChangeLog:1.38 groff/contrib/mom/ChangeLog:1.39
--- groff/contrib/mom/ChangeLog:1.38    Sat Feb  4 16:11:44 2006
+++ groff/contrib/mom/ChangeLog Fri Feb 24 08:08:42 2006
@@ -207,7 +207,7 @@
   and FT macros to manage them.  New section in the doc appendices
   on adding fonts and managing the new font styles.
 
-o Mom now uses a "fallback font" whenever there's an illegal call
+o Mom now uses a "fallback font" whenever there's an invalid call
   to FAMILY.
 
 o RW and EW now affect only the font in effect.  A change of family
Index: groff/contrib/mom/NEWS
diff -u groff/contrib/mom/NEWS:1.19 groff/contrib/mom/NEWS:1.20
--- groff/contrib/mom/NEWS:1.19 Sat Jan 14 08:22:41 2006
+++ groff/contrib/mom/NEWS      Fri Feb 24 08:08:42 2006
@@ -201,13 +201,13 @@
 Release 1.1.6-b
 ---------------
 
-Added a SHIM macro that calculates and moves to the next "legal"
+Added a SHIM macro that calculates and moves to the next "valid"
 baseline during document processing (useful if user starts playing
 around with spacing/leading on a page and needs to get the leading
 back on track).
 
 Fixed handling of DOCHEADER OFF <distance> so that the first line of
-running text falls on a "legal" baseline when <distance> is given.
+running text falls on a "valid" baseline when <distance> is given.
 
 Release 1.1.6-a
 ---------------
Index: groff/contrib/mom/momdoc/color.html
diff -u groff/contrib/mom/momdoc/color.html:1.4 
groff/contrib/mom/momdoc/color.html:1.5
--- groff/contrib/mom/momdoc/color.html:1.4     Sun Aug  7 08:17:17 2005
+++ groff/contrib/mom/momdoc/color.html Fri Feb 24 08:08:42 2006
@@ -206,7 +206,7 @@
 <strong>XCOLOR</strong> is similar to <strong>NEWCOLOR</strong> in
 that it tells <strong>mom</strong> to initialize a colour, but it's
 easier to use.  All you have to do is pass it, as an argument, the
-legal name of one of the 256 pre-defined X colours.  The name must
+valid name of one of the 256 pre-defined X colours.  The name must
 be all one word, and, breaking with <strong>mom</strong> policy, it
 must be entered in lower case.
 <p>
Index: groff/contrib/mom/momdoc/definitions.html
diff -u groff/contrib/mom/momdoc/definitions.html:1.8 
groff/contrib/mom/momdoc/definitions.html:1.9
--- groff/contrib/mom/momdoc/definitions.html:1.8       Mon Sep 13 15:57:39 2004
+++ groff/contrib/mom/momdoc/definitions.html   Fri Feb 24 08:08:42 2006
@@ -102,7 +102,7 @@
 
 <dt><a name="TERMS_DISCRETIONARYHYPHEN"><em>Discretionary hyphen</em></a>
 <dd>A symbol inserted between two syllables of a word that indicates to a
-typesetting program the legal hyphenation points in the word.  Normally,
+typesetting program the valid hyphenation points in the word.  Normally,
 if hyphenation is turned on, groff knows where to hyphenate words.
 However, hyphenation being what it is (in English, at any rate),
 groff doesn't always get it right.  Discretionary hyphens make sure
Index: groff/contrib/mom/momdoc/docelement.html
diff -u groff/contrib/mom/momdoc/docelement.html:1.17 
groff/contrib/mom/momdoc/docelement.html:1.18
--- groff/contrib/mom/momdoc/docelement.html:1.17       Sat Jan 14 08:22:41 2006
+++ groff/contrib/mom/momdoc/docelement.html    Fri Feb 24 08:08:42 2006
@@ -1274,12 +1274,12 @@
 break, the number of times you want the character repeated, and a
 vertical adjustment factor.
 <p>
-The first argument is any legal groff character (e.g. <kbd>*</kbd>
+The first argument is any valid groff character (e.g. <kbd>*</kbd>
 [an asterisk], <kbd>\(dg</kbd> [a dagger], <kbd>\f(ZD\N'141\fP</kbd>
 [an arbitrary character from Zapf Dingbats], <kbd>\l'4P'</kbd>
 [a 4-pica long rule]).  <strong>Mom</strong> sets the character
 centred on the current line length.  (See &quot;man groff_char&quot;
-for a list of all legal groff characters.)
+for a list of all valid groff characters.)
 <p>
 The second argument is the number of times to repeat the character.
 <p>
@@ -1971,7 +1971,7 @@
 <strong>Mom</strong> takes care of everything else with respect to
 setting the item appropriate to the list you're in.
 <p>
-In document processing, it is legal to have list items that contain
+In document processing, it is valid to have list items that contain
 multiple paragraphs.  Simply issue a
 <a href="#PP">PP</a>
 request for each paragraph <em>following</em> the first item.
@@ -2939,7 +2939,7 @@
 safety and consistency's sake, ALWAYS enclose the argument in
 double-quotes.
 <p>
-The separator can be composed of any legal groff character, or any
+The separator can be composed of any valid groff character, or any
 combination of characters. <strong>A word of caution:</strong> when
 using a separator, <strong>mom</strong> doesn't insert a space
 after the separator.  Hence, if you want the space (you probably
@@ -3980,7 +3980,7 @@
 which takes, as its single argument, the separator you want.
 (If the argument contains spaces, don't forget to enclose the
 argument in double-quotes.)  The separator can be composed of
-any legal groff character, or any combination of characters.
+any valid groff character, or any combination of characters.
 For example, to get a colon separator after the line number in
 line-numbered endnotes, you'd do
 <p>
Index: groff/contrib/mom/momdoc/docprocessing.html
diff -u groff/contrib/mom/momdoc/docprocessing.html:1.22 
groff/contrib/mom/momdoc/docprocessing.html:1.23
--- groff/contrib/mom/momdoc/docprocessing.html:1.22    Sun Aug  7 08:56:38 2005
+++ groff/contrib/mom/momdoc/docprocessing.html Fri Feb 24 08:08:42 2006
@@ -1780,7 +1780,7 @@
 This starts the document 1.5 inches from the top of the page PLUS
 whatever spacing adjustment <strong>mom</strong> has to make in
 order to ensure that the first baseline of running text falls on a
-&quot;legal&quot; baseline (i.e. one that ensures that the bottom
+&quot;valid&quot; baseline (i.e. one that ensures that the bottom
 margin of the first page falls where it should).  The distance is
 measured from the top edge of the paper to the
 <a href="definitions.html#TERMS_BASELINE">baseline</a>
Index: groff/contrib/mom/momdoc/inlines.html
diff -u groff/contrib/mom/momdoc/inlines.html:1.14 
groff/contrib/mom/momdoc/inlines.html:1.15
--- groff/contrib/mom/momdoc/inlines.html:1.14  Sat May 14 07:07:13 2005
+++ groff/contrib/mom/momdoc/inlines.html       Fri Feb 24 08:08:42 2006
@@ -571,13 +571,13 @@
 </table>
 <p>
 <strong>\f[&lt;</strong>font&gt;<strong>]</strong> can be used with
-any legal font style registered with groff.  (See
+any valid font style registered with groff.  (See
 <a href="appendices.html#STYLE_EXTENSIONS">here</a>
 for a list of pre-registered font styles provided by
 <strong>mom</strong>).
 <p>
 <strong>\f[&lt;</strong>font&gt;<strong>]</strong> can also take a
-complete legal family+font name combo.  This is especially useful
+complete valid family+font name combo.  This is especially useful
 should you need to change both family and font inline.  For example,
 if your prevailing family and font are Times Roman and you want a
 few words in Courier Bold Italic, you could do this:
Index: groff/contrib/mom/momdoc/reserved.html
diff -u groff/contrib/mom/momdoc/reserved.html:1.19 
groff/contrib/mom/momdoc/reserved.html:1.20
--- groff/contrib/mom/momdoc/reserved.html:1.19 Sat May 14 07:07:13 2005
+++ groff/contrib/mom/momdoc/reserved.html      Fri Feb 24 08:08:42 2006
@@ -186,10 +186,10 @@
 
 #ABORT_FT_ERRORS        Abort on FT errors? (toggle)
 #ALD                    ALD value
-#ARGS_TO_LIST           Tells LIST whether LIST was invoked with a legal
+#ARGS_TO_LIST           Tells LIST whether LIST was invoked with a valid
                         arg; controls LIST OFF processing
 #ARGS_TO_SQ             Tells SMARTQUOTES whether it was invoked with a
-                        legal arg; controls SMARTQUOTES OFF
+                        valid arg; controls SMARTQUOTES OFF
                         processing
 #AUTOLEAD_FACTOR        Using FACTOR arg to AUTOLEAD? (toggle)
 #AUTO_LEAD              Using autolead? (toggle)
@@ -908,14 +908,14 @@
                      the page
 QUIT_LISTS           Exit lists cleanly and completely
 SET_LIST_INDENT      Restore indent of a prev. level of list
-SHIM                 Advance to next "legal" baseline
+SHIM                 Advance to next "valid" baseline
 TERMINATE            .em that ensures deferred footnotes get output
                      on final pages
 TRAPS                Sets hdrftr traps; optionally adjusts #DOC_LEAD
                      to fill page to #B_MARGIN
 TYPEWRITER           Sets family (C), font (R) and point size (12)
                      for PRINTSTYLE TYPEWRITE
-VFP_CHECK            Trap-sprung macro 1 legal baseline higher than
+VFP_CHECK            Trap-sprung macro 1 valid baseline higher than
                      where FOOTER will be sprung; checks whether
                      there is, in fact, just enough room for
                      another line of running text to be added to
@@ -1190,7 +1190,7 @@
                            processed
 #FN_GAP                    When there are footnotes on a page, the
                            difference between where FOOTER will be
-                           sprung and the next legal baseline.
+                           sprung and the next valid baseline.
                            Used in VFP_CHECK.
 #FN_LEAD                   Lead in footnotes after FN_AUTOLEAD is
                            applied
@@ -1293,7 +1293,7 @@
 #L_MARGIN_DIFF             Difference between DOC_L_MARGIN and
                            L_MARGIN
 #LEFT_CAP_HEIGHT           Cap height of left string in headers/footers
-#LEGAL_BASELINE            Calculates vert. position of next legal
+#LEGAL_BASELINE            Calculates vert. position of next valid
                            baseline in SHIM
 #LETTER_STYLE              1=BUSINESS 2=PERSONAL
 #LINEBREAK                 Did we have a linebreak? (toggle)
@@ -1484,7 +1484,7 @@
                            (used for subhead spacing)
 #SH_NUM                    Subhead number
 #SHIM                      Amount of lead required to advance to
-                           next legal baseline
+                           next valid baseline
 #SILENT_BQUOTE_LN          "Silently" linenumber blockquotes? (toggle)
 #SILENT_QUOTE_LN           "Silently" linenumber quotes? (toggle)
 #SINGLE_SPACE              Is TYPEWRITE in single space mode? (toggle)
Index: groff/contrib/mom/momdoc/typesetting.html
diff -u groff/contrib/mom/momdoc/typesetting.html:1.16 
groff/contrib/mom/momdoc/typesetting.html:1.17
--- groff/contrib/mom/momdoc/typesetting.html:1.16      Sun Aug  7 08:56:38 2005
+++ groff/contrib/mom/momdoc/typesetting.html   Fri Feb 24 08:08:42 2006
@@ -690,7 +690,7 @@
        GARAMONDBI
 </pre>
 
-GARAMOND then becomes a legal family name you can pass to
+GARAMOND then becomes a valid family name you can pass to
 <strong>FAMILY</strong>.  (You could, of course, shorten GARAMOND to just
 G, or GD.)  R, I, B, and BI after GARAMOND are the roman, italic,
 bold and bold-italic fonts respectively.
Index: groff/contrib/mom/om.tmac
diff -u groff/contrib/mom/om.tmac:1.31 groff/contrib/mom/om.tmac:1.32
--- groff/contrib/mom/om.tmac:1.31      Sat Feb  4 16:11:44 2006
+++ groff/contrib/mom/om.tmac   Fri Feb 24 08:08:42 2006
@@ -1798,7 +1798,7 @@
 \#   color).  If <alias> is given, creates a string of <alias name>
 \#   that references the x color name of the first argument.
 \# *Notes:
-\#   The color name must be a legal color name from rgb.txt, and
+\#   The color name must be a valid color name from rgb.txt, and
 \#   must be given entirely in lower case, all one word.
 \#
 .MAC XCOLOR END
@@ -6528,12 +6528,12 @@
 \# *Argument:
 \#   None
 \# *Function:
-\#   Advances to the next "legal" baseline.
+\#   Advances to the next "valid" baseline.
 \# *Notes:
 \#   If a user plays around with spacing in a doc (say, with ALD),
 \#   it isn't easy to get mom back on track so she can achieve
 \#   perfectly flush bottom margins.  Any time SHIM is used, it
-\#   ensures that the next output line falls on a legal baseline.
+\#   ensures that the next output line falls on a valid baseline.
 \#
 \# First, a little convenience macro
 \#
@@ -9871,7 +9871,7 @@
 .          el \{\
 .\" This seems to be the only way to get the baseline of quotes that start
 .\" at the top of the page to fall on the first line of the "grid" (i.e on
-.\" the first legal baseline of the page).
+.\" the first valid baseline of the page).
 .             ie \\n[#Q_TOP]=\\n[#PAGE_TOP] \{\
 .                if \\n[#QUOTE]=1 \{\
 .                   rn P_QUOTE Q_TEMP
Index: groff/contrib/pdfmark/pdfmark.ms
diff -u groff/contrib/pdfmark/pdfmark.ms:1.3 
groff/contrib/pdfmark/pdfmark.ms:1.4
--- groff/contrib/pdfmark/pdfmark.ms:1.3        Tue May 17 20:18:57 2005
+++ groff/contrib/pdfmark/pdfmark.ms    Fri Feb 24 08:08:42 2006
@@ -1397,7 +1397,7 @@
 It is also useful when the argument list to
 .CW pdfhref
 contains special characters \(em any special character,
-which is not legal in a
+which is not valid in a
 .CW groff
 macro name, will cause a parsing error, if
 .CW pdfhref
Index: groff/contrib/pdfmark/pdfroff.sh
diff -u groff/contrib/pdfmark/pdfroff.sh:1.7 
groff/contrib/pdfmark/pdfroff.sh:1.8
--- groff/contrib/pdfmark/pdfroff.sh:1.7        Thu Jun 23 20:59:34 2005
+++ groff/contrib/pdfmark/pdfroff.sh    Fri Feb 24 08:08:42 2006
@@ -3,7 +3,7 @@
 #
 # Function: Format PDF Output from groff Markup
 #
-# Copyright (C) 2005, Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, Free Software Foundation, Inc.
 # Written by Keith Marshall (address@hidden)
 # 
 # This file is part of groff.
@@ -297,7 +297,7 @@
 #
 #     Those standard options which expect an argument, but are specified with
 #     an intervening space, between flag and argument, must be reparsed, so we
-#     can trap illegal use of '-T dev', or missing input files.
+#     can trap invalid use of '-T dev', or missing input files.
 #
       -[dfFILmMnoPrTwW])
            OPTNAME="$1"
@@ -569,4 +569,4 @@
   $SAY >&2 ". done"
 #
 # 
------------------------------------------------------------------------------
-# $RCSfile: pdfroff.sh,v $ $Revision: 1.7 $: end of file
+# $RCSfile: pdfroff.sh,v $ $Revision: 1.8 $: end of file
Index: groff/doc/meref.me
diff -u groff/doc/meref.me:1.5 groff/doc/meref.me:1.6
--- groff/doc/meref.me:1.5      Thu Aug  5 16:38:22 2004
+++ groff/doc/meref.me  Fri Feb 24 08:08:42 2006
@@ -128,9 +128,9 @@
 .q pseudo-font ;
 that is,
 it is simulated by the macros.
-This means that although it is legal to set a font register
+This means that although it is valid to set a font register
 to zero,
-it is not legal to use the escape character form,
+it is not valid to use the escape character form,
 such as:
 .(b
 \ef0
Index: groff/man/groff_diff.man
diff -u groff/man/groff_diff.man:1.52 groff/man/groff_diff.man:1.53
--- groff/man/groff_diff.man:1.52       Tue Nov 23 09:20:48 2004
+++ groff/man/groff_diff.man    Fri Feb 24 08:08:42 2006
@@ -3,12 +3,13 @@
 .ig
 groff_diff.man
 
-Last update : 26 Jul 2004
+Last update : 24 Feb 2006
 
 This file is part of groff, the GNU roff type-setting system.
 It is the source of the man-page groff_diff(7).
 
-Copyright (C) 1989, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright (C) 1989, 2001, 2002, 2003, 2004, 2006
+  Free Software Foundation, Inc.
 written by James Clark
 
 modified by Werner Lemberg <address@hidden>
@@ -2232,7 +2233,7 @@
 .B cf
 request, the file cannot contain characters such as
 .SM NUL
-that are not legal troff input characters.
+that are not valid troff input characters.
 .
 .TP
 .BI .trin\  abcd
@@ -3759,7 +3760,8 @@
 .SH AUTHORS
 .\" --------------------------------------------------------------------
 .
-Copyright (C) 1989, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright (C) 1989, 2001, 2002, 2003, 2004, 2006
+Free Software Foundation, Inc.
 .
 .P
 This document is distributed under the terms of the FDL (GNU Free
Index: groff/src/devices/grohtml/post-html.cpp
diff -u groff/src/devices/grohtml/post-html.cpp:1.34 
groff/src/devices/grohtml/post-html.cpp:1.35
--- groff/src/devices/grohtml/post-html.cpp:1.34        Thu Feb 23 20:00:46 2006
+++ groff/src/devices/grohtml/post-html.cpp     Fri Feb 24 08:08:42 2006
@@ -2761,7 +2761,7 @@
       t = page_contents->glyphs.get_data();
     }
     /*
-     *  collect legal pointsize
+     *  collect valid pointsize
      */
     pointsize = atoi(arg);
   }
Index: groff/src/libs/libgroff/glyphuni.cpp
diff -u groff/src/libs/libgroff/glyphuni.cpp:1.11 
groff/src/libs/libgroff/glyphuni.cpp:1.12
--- groff/src/libs/libgroff/glyphuni.cpp:1.11   Thu Feb 23 20:23:42 2006
+++ groff/src/libs/libgroff/glyphuni.cpp        Fri Feb 24 08:08:42 2006
@@ -34,7 +34,7 @@
 
 PTABLE(glyph_to_unicode) glyph_to_unicode_table;
 
-// The commented out entries in the table below can't be used in glyph
+// The entries commented out in the table below can't be used in glyph
 // names.
 
 struct S {
@@ -117,7 +117,6 @@
   { "_", "005F" },
   { "ru", "005F" },
   { "ul", "005F" },
-//{ "\\`", "0060" },
   { "ga", "0060" },
   { "a", "0061" },
   { "b", "0062" },
@@ -173,8 +172,8 @@
   { "Fo", "00AB" },
   { "no", "00AC" },
   { "tno", "00AC" },
-// The soft hypen U+00AD is meaningful only in the input file,
-// not in the output.
+  // The soft hypen U+00AD is meaningful only in the input file,
+  // not in the output.
   { "rg", "00AE" },
   { "a-", "00AF" },
   { "de", "00B0" },
@@ -183,7 +182,6 @@
   { "S2", "00B2" },
   { "S3", "00B3" },
   { "aa", "00B4" },
-//{ "\\'", "00B4" },
   { "mc", "00B5" },
   { "ps", "00B6" },
   { "pc", "00B7" },
@@ -400,11 +398,11 @@
   { "product", "220F" },
   { "coproduct", "2210" },
   { "sum", "2211" },
-  // `mi' (and `\-') denotes a MINUS sign.  But it is used in many man pages
+  // `mi' and `\-' represent a MINUS sign.  But it is used in many man pages
   // to denote the U+002D character that introduces a command-line option. 
   // For devices that support copy&paste, such as devhtml and devutf8, the
   // user can apply the workaround described in the PROBLEMS file.
-//{ "\\-", "2212" },
+  { "\\-", "2212" },
   { "mi", "2212" },
   { "-+", "2213" },
   { "**", "2217" },
Index: groff/src/libs/libgroff/uniglyph.cpp
diff -u groff/src/libs/libgroff/uniglyph.cpp:1.5 
groff/src/libs/libgroff/uniglyph.cpp:1.6
--- groff/src/libs/libgroff/uniglyph.cpp:1.5    Thu Feb 23 20:07:25 2006
+++ groff/src/libs/libgroff/uniglyph.cpp        Fri Feb 24 08:08:42 2006
@@ -146,7 +146,6 @@
 //{ "005F", "ru" },
   { "005F", "ul" },
   { "0060", "ga" },
-//{ "0060", "\\`" },
   { "0061", "a" },
   { "0061_0300", "`a" },
   { "0061_0301", "'a" },
@@ -241,7 +240,6 @@
   { "00B2", "S2" },
   { "00B3", "S3" },
   { "00B4", "aa" },
-//{ "00B4", "\\'" },
   { "00B5", "mc" },
   { "00B6", "ps" },
   { "00B7", "pc" },
Index: groff/src/preproc/grn/grn.man
diff -u groff/src/preproc/grn/grn.man:1.19 groff/src/preproc/grn/grn.man:1.20
--- groff/src/preproc/grn/grn.man:1.19  Sat Aug  7 16:06:13 2004
+++ groff/src/preproc/grn/grn.man       Fri Feb 24 08:08:42 2006
@@ -1,6 +1,7 @@
 '\" t
 .ig
-Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006
+  Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -341,9 +342,9 @@
 .I gremlin
 text is now processed by
 .IR @address@hidden ,
-so anything legal in a single line of
+so anything valid in a single line of
 .I @address@hidden
-input is legal in a line of
+input is valid in a line of
 .I gremlin
 text (barring `.' directives at the beginning of a line).
 Thus, it is possible to have equations within a
@@ -547,7 +548,7 @@
 After the points comes a line containing two decimal values, giving the
 brush and size for the element.
 The brush determines the style in which things are drawn.
-For vectors, arcs, and curves there are six legal brush values:
+For vectors, arcs, and curves there are six valid brush values:
 .sp
 .TS
 center, tab(@);
@@ -560,7 +561,7 @@
 6 \(mi@@medium solid lines
 .TE
 .sp
-For polygons, one more value, 0, is legal.
+For polygons, one more value, 0, is valid.
 It specifies a polygon with an invisible border.
 For text, the brush selects a font as follows:
 .sp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]