texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Fri Aug 13 21:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Fri Aug 13 21:22:01 EDT 2004)
Date: Fri, 13 Aug 2004 21:22:10 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.370
retrieving revision 1.371
diff -c -r1.370 -r1.371
*** ChangeLog   11 Aug 2004 13:15:31 -0000      1.370
--- ChangeLog   14 Aug 2004 00:54:34 -0000      1.371
***************
*** 1,3 ****
--- 1,8 ----
+ 2004-08-13  Karl Berry  <address@hidden>
+ 
+       * util/texi2dvi: check for -file-line-error, since -style is no
+               longer part of the name.
+ 
  2004-08-07  Karl Berry  <address@hidden>
  
        * info/echo-area.c (inform_in_echo_area): avoid buffer overrun.
Index: util/texi2dvi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.30
retrieving revision 1.31
diff -c -r1.30 -r1.31
*** util/texi2dvi       4 May 2004 13:04:32 -0000       1.30
--- util/texi2dvi       14 Aug 2004 00:54:34 -0000      1.31
***************
*** 1,6 ****
  #! /bin/sh
  # texi2dvi --- produce DVI (or PDF) files from Texinfo (or LaTeX) sources.
! # $Id: texi2dvi,v 1.30 2004/05/04 13:04:32 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.31 2004/08/14 00:54:34 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.30 $'
  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.31 $'
  rcs_version=`set - $rcs_revision; echo $2`
  program=`echo $0 | sed -e 's!.*/!!'`
  version="texi2dvi (GNU Texinfo 4.7) $rcs_version
***************
*** 560,566 ****
    # If possible, make TeX report error locations in GNU format.
    tex_args=
    case $tex_help in
!     *file-line-error-style*) tex_args="$tex_args --file-line-error-style";;
    esac
  
    # Tell TeX to be batch if requested.  (\batchmode does not show
--- 560,566 ----
    # If possible, make TeX report error locations in GNU format.
    tex_args=
    case $tex_help in
!     *file-line-error*) tex_args="$tex_args --file-line-error";;
    esac
  
    # Tell TeX to be batch if requested.  (\batchmode does not show
P ChangeLog
P util/texi2dvi


reply via email to

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