texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Wed Dec 1 13:52:01 EST 2004)


From: Karl Berry
Subject: texinfo update (Wed Dec 1 13:52:01 EST 2004)
Date: Wed, 01 Dec 2004 13:52:14 -0500

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.418
retrieving revision 1.419
diff -c -r1.418 -r1.419
*** ChangeLog   30 Nov 2004 13:26:49 -0000      1.418
--- ChangeLog   1 Dec 2004 18:35:35 -0000       1.419
***************
*** 1,3 ****
--- 1,12 ----
+ 2004-12-01  Karl Berry  <address@hidden>
+ 
+       * pretest version 4.7.90.
+ 
+       * util/texi2dvi (recode): new option, off by default.
+       Unconditionally calling recode seems problematic, when there
+       hasn't been a release for years and its Texinfo support is less than
+       perfect.
+ 
  2004-11-30  Karl Berry  <address@hidden>
  
        * doc/texinfo.txi (Quotations and Examples): @quotation does not
Index: NEWS
===================================================================
RCS file: /cvsroot/texinfo/texinfo/NEWS,v
retrieving revision 1.98
retrieving revision 1.99
diff -c -r1.98 -r1.99
*** NEWS        30 Nov 2004 02:03:23 -0000      1.98
--- NEWS        1 Dec 2004 18:35:35 -0000       1.99
***************
*** 1,4 ****
! $Id: NEWS,v 1.98 2004/11/30 02:03:23 karl Exp $
  This file records noteworthy changes.
  
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
--- 1,4 ----
! $Id: NEWS,v 1.99 2004/12/01 18:35:35 karl Exp $
  This file records noteworthy changes.
  
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
***************
*** 32,38 ****
      conversion of node names to HTML names, so that external references
      to them can continue to work.
  * texi2dvi:
!   . calls recode if installed and @documentencoding is specified.
  * Distribution:
    . new convenience script texi2pdf, equivalent to texi2dvi --pdf (from 
tetex).
    . some cross-compiling support in configure && make.
--- 32,38 ----
      conversion of node names to HTML names, so that external references
      to them can continue to work.
  * texi2dvi:
!   . new option --recode, to call recode for input character translation.
  * Distribution:
    . new convenience script texi2pdf, equivalent to texi2dvi --pdf (from 
tetex).
    . some cross-compiling support in configure && make.
Index: util/texi2dvi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.33
retrieving revision 1.34
diff -c -r1.33 -r1.34
*** util/texi2dvi       26 Aug 2004 12:49:46 -0000      1.33
--- util/texi2dvi       1 Dec 2004 18:35:36 -0000       1.34
***************
*** 1,6 ****
  #! /bin/sh
  # texi2dvi --- produce DVI (or PDF) files from Texinfo (or LaTeX) sources.
! # $Id: texi2dvi,v 1.33 2004/08/26 12:49:46 karl Exp $
  #
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
  # 2002, 2003, 2004 Free Software Foundation, Inc.
--- 1,6 ----
  #! /bin/sh
  # texi2dvi --- produce DVI (or PDF) files from Texinfo (or LaTeX) sources.
! # $Id: texi2dvi,v 1.34 2004/12/01 18:35:36 karl Exp $
  #
  # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
  # 2002, 2003, 2004 Free Software Foundation, Inc.
***************
*** 27,33 ****
  # the `--debug' option when making a bug report.
  
  # This string is expanded by rcs automatically when this file is checked out.
! rcs_revision='$Revision: 1.33 $'
  rcs_version=`set - $rcs_revision; echo $2`
  program=`echo $0 | sed -e 's!.*/!!'`
  version="texi2dvi (GNU Texinfo 4.7) $rcs_version
--- 27,33 ----
  # the `--debug' option when making a bug report.
  
  # This string is expanded by rcs automatically when this file is checked out.
! rcs_revision='$Revision: 1.34 $'
  rcs_version=`set - $rcs_revision; echo $2`
  program=`echo $0 | sed -e 's!.*/!!'`
  version="texi2dvi (GNU Texinfo 4.7) $rcs_version
***************
*** 65,71 ****
    -I DIR               search DIR for Texinfo files
    -l, --language=LANG  specify the LANG of FILE (LaTeX or Texinfo)
    -p, --pdf            use pdftex or pdflatex for processing
!   -t, --command=CMD    insert CMD in copy of input file;
     or --texinfo=CMD    multiple values accumulate
  
  The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX, MAKEINFO,
--- 65,72 ----
    -I DIR               search DIR for Texinfo files
    -l, --language=LANG  specify the LANG of FILE (LaTeX or Texinfo)
    -p, --pdf            use pdftex or pdflatex for processing
!   -r, --recode         call recode before TeX to translate input characters
!   -t, --command=CMD    insert CMD in copy of input file
     or --texinfo=CMD    multiple values accumulate
  
  The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX, MAKEINFO,
***************
*** 89,94 ****
--- 90,96 ----
  oformat=dvi
  oname=          # --output
  quiet=          # by default let the tools' message be displayed
+ recode=false
  set_language=
  textra=         # Extra TeX commands to insert in the input file.
  textra_cmd=     # sed command to insert TEXTRA where appropriate
***************
*** 170,176 ****
      -@ ) escape=@;;
      # Silently and without documentation accept -b and --b[atch] as synonyms.
      -b | --b*) batch=true;;
-     -q | -s | --q* | --s*) quiet=t; batch=true;;
      -c | --c*) clean=t;;
      -D | --d*) debug=t;;
      -e | -E | --e*) expand=t;;
--- 172,177 ----
***************
*** 189,194 ****
--- 190,197 ----
                  *) oname="$orig_pwd/$1";;
        esac;;
      -p | --p*) oformat=pdf;;
+     -q | -s | --q* | --s*) quiet=t; batch=true;;
+     -r | --r*) recode=true;;
      -t | --tex* | --com* ) shift; textra="$textra\\
  "`echo "$1" | sed 's/\\\\/\\\\\\\\/g'`;;
      -v | --vers*) echo "$version"; exit 0;;
***************
*** 608,614 ****
        :found                                               
        q'
      encoding=`sed -e "$pgm" "$filename_input"`
!     if test -n "$encoding" && findprog recode; then
        $verbose "Recoding from $encoding to Texinfo."
        if recode "$encoding"..texinfo <"$filename_input" >"$filename_rcd" \
           && test -s "$filename_rcd"; then
--- 611,617 ----
        :found                                               
        q'
      encoding=`sed -e "$pgm" "$filename_input"`
!     if $recode && test -n "$encoding" && findprog recode; then
        $verbose "Recoding from $encoding to Texinfo."
        if recode "$encoding"..texinfo <"$filename_input" >"$filename_rcd" \
           && test -s "$filename_rcd"; then
P ChangeLog
P NEWS
P util/texi2dvi


reply via email to

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