groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog NEWS src/roff/nroff/nroff.man s...


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog NEWS src/roff/nroff/nroff.man s...
Date: Thu, 06 Dec 2007 17:18:21 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     07/12/06 17:18:21

Modified files:
        .              : ChangeLog NEWS 
        src/roff/nroff : nroff.man nroff.sh 
        tmac           : hyphenex.pl 

Log message:
        * NEWS: Updated.
        
        * src/roff/nroff/nroff.sh: Add options -w and -W.
        * src/roff/nroff/nroff.man: Document them.
        
        * tmac/hyphenex.pl: Update header output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1114&r2=1.1115
http://cvs.savannah.gnu.org/viewcvs/groff/NEWS?cvsroot=groff&r1=1.244&r2=1.245
http://cvs.savannah.gnu.org/viewcvs/groff/src/roff/nroff/nroff.man?cvsroot=groff&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/groff/src/roff/nroff/nroff.sh?cvsroot=groff&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/groff/tmac/hyphenex.pl?cvsroot=groff&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1114
retrieving revision 1.1115
diff -u -b -r1.1114 -r1.1115
--- ChangeLog   29 Nov 2007 18:43:21 -0000      1.1114
+++ ChangeLog   6 Dec 2007 17:18:21 -0000       1.1115
@@ -1,3 +1,16 @@
+2007-12-06  Werner LEMBERG  <address@hidden>
+
+       * NEWS: Updated.
+
+2007-12-06  Colin Watson  <address@hidden>
+
+       * src/roff/nroff/nroff.sh: Add options -w and -W.
+       * src/roff/nroff/nroff.man: Document them.
+
+2007-12-06  Karl Berry  <address@hidden>
+
+       * tmac/hyphenex.pl: Update header output.
+
 2007-11-29  Werner LEMBERG  <address@hidden>
 
        * src/devices/grotty/tty.cpp (tty_printer::line): Fix line lengths.

Index: NEWS
===================================================================
RCS file: /cvsroot/groff/groff/NEWS,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -b -r1.244 -r1.245
--- NEWS        19 Nov 2007 09:28:44 -0000      1.244
+++ NEWS        6 Dec 2007 17:18:21 -0000       1.245
@@ -69,6 +69,12 @@
 o A new read-only number register `.O' is available which returns the
   current suppression level as set by the `\O' escape.
   
+Nroff
+-----
+
+o Two new command line options `-w' and `-W' are accepted and passed to
+  groff to enable and disable warning messages, respectively.
+
 Pic
 ---
 

Index: src/roff/nroff/nroff.man
===================================================================
RCS file: /cvsroot/groff/groff/src/roff/nroff/nroff.man,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- src/roff/nroff/nroff.man    19 Nov 2007 20:36:46 -0000      1.18
+++ src/roff/nroff/nroff.man    6 Dec 2007 17:18:21 -0000       1.19
@@ -34,7 +34,7 @@
 ..
 
 .SY @address@hidden
-.OP \-CchipStUv
+.OP \-CchipStUvwW
 .OP \-d cs
 .OP \-M dir
 .OP \-m name
@@ -109,8 +109,10 @@
 .BR \-m ,
 .BR \-n ,
 .BR \-o ,
+.BR \-r ,
+.BR \-w ,
 and
-.B \-r
+.B \-W
 options have the effect described in
 .BR @address@hidden (@MAN1EXT@).
 In addition,
@@ -156,8 +158,7 @@
 .
 .SH NOTES
 This shell script is basically intended for use with
-.BR man (1),
-so warnings are suppressed.
+.BR man (1).
 nroff-style character definitions (in the file tty-char.tmac) are also
 loaded to emulate unrepresentable glyphs.
 .

Index: src/roff/nroff/nroff.sh
===================================================================
RCS file: /cvsroot/groff/groff/src/roff/nroff/nroff.sh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- src/roff/nroff/nroff.sh     19 Nov 2007 20:36:46 -0000      1.21
+++ src/roff/nroff/nroff.sh     6 Dec 2007 17:18:21 -0000       1.22
@@ -78,10 +78,10 @@
     -[eq] | -s*)
       # ignore these options
       ;;
-    -[dMmrnoT])
+    -[dMmrnoTwW])
       echo "$prog: option $1 requires an argument" >&2
       exit 1 ;;
-    -[iptSUC] | -[dMmrno]*)
+    -[iptSUC] | -[dMmrnowW]*)
       opts="$opts $1" ;;
     -T*)
       Topt=$1 ;;
@@ -96,7 +96,7 @@
       exit 0 ;;
     --help)
       echo "usage: nroff [-CchipStUv] [-dCS] [-MDIR] [-mNAME] [-nNUM] [-oLIST]"
-      echo "             [-rCN] [-Tname] [FILE...]"
+      echo "             [-rCN] [-Tname] [-WNAME] [-wNAME] [FILE...]"
       exit 0 ;;
     --)
       shift
@@ -134,8 +134,7 @@
 @GROFF_BIN_PATH_SETUP@
 export GROFF_BIN_PATH
 
-# This shell script is intended for use with man, so warnings are
-# probably not wanted.  Also load nroff-style character definitions.
+# Load nroff-style character definitions too.
 
 PATH="$GROFF_RUNTIME$PATH" groff -mtty-char $T $opts ${1+"$@"}
 

Index: tmac/hyphenex.pl
===================================================================
RCS file: /cvsroot/groff/groff/tmac/hyphenex.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- tmac/hyphenex.pl    16 Nov 2007 08:23:38 -0000      1.3
+++ tmac/hyphenex.pl    6 Dec 2007 17:18:21 -0000       1.4
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
 #
 #
 # hyphenex.pl
@@ -19,14 +19,14 @@
 
 # print header
 print "% Hyphenation exceptions for US English,\n";
-print "% based on the hyphenation exception log article in TUGBoat.\n";
+print "% based on hyphenation exception log articles in TUGboat.\n";
 print "%\n";
 print "% Copyright 2007 TeX Users Group.\n";
 print "% You may freely use, modify and/or distribute this file.\n";
 print "%\n";
 print "% This is an automatically generated file.  Do not edit!\n";
 print "%\n";
-print "% Please contact Barbara Beeton <address@hidden>\n";
+print "% Please contact the TUGboat editorial staff <address@hidden>\n";
 print "% for corrections and omissions.\n";
 print "\n";
 print "\\hyphenation{\n";




reply via email to

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