[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog util/texi2dvi
From: |
Karl Berry |
Subject: |
texinfo ChangeLog util/texi2dvi |
Date: |
Sun, 07 Feb 2010 00:14:21 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Karl Berry <karl> 10/02/07 00:14:21
Modified files:
. : ChangeLog
util : texi2dvi
Log message:
untabify
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1021&r2=1.1022
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texi2dvi?cvsroot=texinfo&r1=1.154&r2=1.155
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1021
retrieving revision 1.1022
diff -u -b -r1.1021 -r1.1022
--- ChangeLog 4 Jan 2010 01:29:00 -0000 1.1021
+++ ChangeLog 7 Feb 2010 00:14:21 -0000 1.1022
@@ -1,3 +1,11 @@
+2010-02-06 Karl Berry <address@hidden>
+
+ * util/texi2dvi: untabify.
+
+2010-01-07 Karl Berry <address@hidden>
+
+ * doc/texinfo.txi (Two Arguments): blank line consistency.
+
2010-01-03 Karl Berry <address@hidden>
* doc/texinfo.txi (exampleindent): no longer ignored in HTML.
Index: util/texi2dvi
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -b -r1.154 -r1.155
--- util/texi2dvi 26 Oct 2009 21:52:23 -0000 1.154
+++ util/texi2dvi 7 Feb 2010 00:14:21 -0000 1.155
@@ -1,6 +1,6 @@
#! /bin/sh
# texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
-# $Id: texi2dvi,v 1.154 2009/10/26 21:52:23 karl Exp $
+# $Id: texi2dvi,v 1.155 2010/02/07 00:14:21 karl Exp $
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -33,7 +33,7 @@
set -e
# This string is expanded automatically when this file is checked out.
-rcs_revision='$Revision: 1.154 $'
+rcs_revision='$Revision: 1.155 $'
rcs_version=`set - $rcs_revision; echo $2`
program=`echo $0 | sed -e 's!.*/!!'`
@@ -244,7 +244,7 @@
# We have to try this both for $1 and $1.exe.
#
# Note: On Cygwin and DJGPP, `test -x' also looks for .exe. On Cygwin,
- # also `test -f' has this enhancement, bot not on DJGPP. (Both are
+ # also `test -f' has this enhancement, but not on DJGPP. (Both are
# design decisions, so there is little chance to make them consistent.)
# Thusly, it seems to be difficult to make use of these enhancements.
#
- texinfo ChangeLog util/texi2dvi,
Karl Berry <=