texinfo-commits
[Top][All Lists]
Advanced

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

[5320] texinfo.txi -> texinfo.texi


From: karl
Subject: [5320] texinfo.txi -> texinfo.texi
Date: Fri, 16 Aug 2013 13:50:04 +0000

Revision: 5320
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5320
Author:   karl
Date:     2013-08-16 13:50:01 +0000 (Fri, 16 Aug 2013)
Log Message:
-----------
texinfo.txi -> texinfo.texi

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/INSTALL
    trunk/README
    trunk/doc/Makefile.am
    trunk/doc/refcard/txicmdcheck
    trunk/doc/refcard/txirefcard.tex
    trunk/doc/refcard/txivarcheck
    trunk/doc/texi2oldapi.texi
    trunk/doc/texinfo.texi
    trunk/doc/version.texi
    trunk/install-info/.gdbinit
    trunk/tp/TODO
    trunk/util/tests/txitextest

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/ChangeLog     2013-08-16 13:50:01 UTC (rev 5320)
@@ -1,3 +1,16 @@
+2013-08-16  Karl Berry  <address@hidden>
+
+        * README,
+        * INSTALL,
+        * tp/TODO,
+       * doc/texinfo.texi,
+        * doc/texi2oldapi.texi,
+        * doc/refcard/txicmdcheck,
+        * doc/refcard/txirefcard.tex,
+        * doc/refcard/txivarcheck,
+        * doc/Makefile.am,
+        * util/tests/txitextest: texinfo.txi -> texinfo.texi.
+
 2013-08-15  Karl Berry  <address@hidden>
 
        * doc/texinfo.texi (@settitle): typo (missing "to"), report from

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL       2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/INSTALL       2013-08-16 13:50:01 UTC (rev 5320)
@@ -2,7 +2,7 @@
 INSTALL file for texinfo.
 
      Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-     2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2011
+     2001, 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2011, 2013
      Free Software Foundation, Inc.
 
      Copying and distribution of this file, with or without modification,
@@ -37,5 +37,5 @@
 * You can create a file texinfo.cnf to be read by TeX when
   processing Texinfo manuals.  For example, you might like to use
   @afourpaper by default.  See the `Preparing for TeX' node in
-  texinfo.txi for more details.  You don't have to create the file if
-  you have nothing to put in it.
+  the Texinfo manual for more details.  You don't have to create the
+  file if you have nothing to put in it.

Modified: trunk/README
===================================================================
--- trunk/README        2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/README        2013-08-16 13:50:01 UTC (rev 5320)
@@ -76,7 +76,7 @@
     NEWS                   Summary of new features by release.
 
 Texinfo documentation files (in ./doc):
-    texinfo.txi            Describes the Texinfo language and many
+    texinfo.texi           Describes the Texinfo language and many
                            of the associated tools.  It tells how to use
                            Texinfo to write documentation, how to use
                            Texinfo mode in GNU Emacs, TeX,

Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am       2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/doc/Makefile.am       2013-08-16 13:50:01 UTC (rev 5320)
@@ -14,9 +14,9 @@
 
 SUBDIRS = tp_api
 
-# Put texinfo.txi first because that's the most important.
+# Put the Texinfo manual first because that's the most important.
 info_TEXINFOS = texinfo.texi info-stnd.texi info.texi
-DISTCLEANFILES = texinfo texinfo-* info*.info*
+DISTCLEANFILES = texinfo.info* info*.info*
 
 # Use the programs built in our distribution, taking account of possible
 # cross-compiling.

Modified: trunk/doc/refcard/txicmdcheck
===================================================================
--- trunk/doc/refcard/txicmdcheck       2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/doc/refcard/txicmdcheck       2013-08-16 13:50:01 UTC (rev 5320)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # $Id$
-# Copyright 2008, 2011, 2012 Free Software Foundation, Inc.
+# Copyright 2008, 2011, 2012, 2013 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
   my $no_common = $ARGV[0] eq "--no-common";
 
   my @card_cmds = &read_refcard ("txirefcard.tex");
-  my @man_cmds = &read_refman ("../texinfo.txi");
+  my @man_cmds = &read_refman ("../texinfo.texi");
   my @tp_cmds = &read_tp ("../../util/txicmdlist");
   # perhaps we should check against the manual's fnindex too.
 

Modified: trunk/doc/refcard/txirefcard.tex
===================================================================
--- trunk/doc/refcard/txirefcard.tex    2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/doc/refcard/txirefcard.tex    2013-08-16 13:50:01 UTC (rev 5320)
@@ -46,7 +46,7 @@
 % use TeX.
 %
 % Much of the text is based on, and sometimes copied from, the @-Command
-% Summary node in texinfo.txi, written primarily by Bob Chassell.
+% Summary node in the Texinfo manual, originally written by Bob Chassell.
 
 \def\versionyear{2013}          % year manual was updated
 \def\versionTexinfo{5.1}        % version of Texinfo this manual is for

Modified: trunk/doc/refcard/txivarcheck
===================================================================
--- trunk/doc/refcard/txivarcheck       2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/doc/refcard/txivarcheck       2013-08-16 13:50:01 UTC (rev 5320)
@@ -27,7 +27,7 @@
 sub main {
   my $no_common = $ARGV[0] eq "--no-common";
   
-  my @man_vars = &read_refman ("../texinfo.txi");
+  my @man_vars = &read_refman ("../texinfo.texi");
   my @tp_vars = &read_tp ("../../util/txicustomvars");
 
   my (%man_vars, %tp_vars);  # list to hash

Modified: trunk/doc/texi2oldapi.texi
===================================================================
--- trunk/doc/texi2oldapi.texi  2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/doc/texi2oldapi.texi  2013-08-16 13:50:01 UTC (rev 5320)
@@ -4,8 +4,10 @@
 @c Doesn't format on its own, is just here (for now) for archival purposes.
 @c
 @c   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
address@hidden   2001, 2002, 2003, 2004, 2009, 2010, 2011 Free Software 
Foundation, Inc.
address@hidden See texinfo.txi for copying conditions.
address@hidden   2001, 2002, 2003, 2004, 2009, 2010, 2011, 2013 Free Software
address@hidden   Foundation, Inc.
address@hidden
address@hidden See texinfo.etxi for copying conditions.
 
 @node Texi2HTML
 @appendix Texi2HTML history and relations with @command{makeinfo}

Modified: trunk/doc/texinfo.texi
===================================================================
--- trunk/doc/texinfo.texi      2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/doc/texinfo.texi      2013-08-16 13:50:01 UTC (rev 5320)
@@ -1,7 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
 @c $Id$
address@hidden Ordinarily, Texinfo files have the extension .texi.  But 
texinfo.texi
address@hidden clashes with texinfo.tex on 8.3 filesystems, so we use 
texinfo.txi.
 
 @c Everything between the start/end of header lines will be passed by
 @c Emacs's {texinfo,makeinfo}-format region commands.  See the `start of
@@ -20210,7 +20208,7 @@
 node names and the new nodes to which the old names should be
 redirected, via the file @address@hidden, where
 @var{manual} is the base name of the manual.  For example, the manual
address@hidden would be supplemented by a file
address@hidden would be supplemented by a file
 @file{texinfo-noderename}.cnf.  (This name can be overridden by
 setting the @file{RENAMED_NODES_FILE} customization variable;
 @pxref{Customization Variables}).

Modified: trunk/doc/version.texi
===================================================================
--- trunk/doc/version.texi      2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/doc/version.texi      2013-08-16 13:50:01 UTC (rev 5320)
@@ -1,4 +1,4 @@
address@hidden UPDATED 15 August 2013
address@hidden UPDATED 16 August 2013
 @set UPDATED-MONTH August 2013
 @set EDITION 5.1.90
 @set VERSION 5.1.90

Modified: trunk/install-info/.gdbinit
===================================================================
--- trunk/install-info/.gdbinit 2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/install-info/.gdbinit 2013-08-16 13:50:01 UTC (rev 5320)
@@ -11,4 +11,5 @@
 
 #http://savannah.gnu.org/bugs/?32975
 set env LC_ALL=ru_RU  
-set args
+set env LC_ALL=it_IT.UTF-8
+set args --info-dir=/tmp/idir $HOME/tmp/install-info-bug/foo.info

Modified: trunk/tp/TODO
===================================================================
--- trunk/tp/TODO       2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/tp/TODO       2013-08-16 13:50:01 UTC (rev 5320)
@@ -1,6 +1,6 @@
 This is the todo list for the Texinfo::Parser implementation.
 
-  Copyright 2012 Free Software Foundation.
+  Copyright 2012, 2013 Free Software Foundation.
 
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright
@@ -24,7 +24,7 @@
 profiling: package on debian:
 libdevel-nytprof-perl
 In doc:
-perl -d:NYTProf ../tp/texi2any.pl texinfo.txi
+perl -d:NYTProf ../tp/texi2any.pl texinfo.texi
 nytprofhtml --open
 # firefox nytprof/index.html
 

Modified: trunk/util/tests/txitextest
===================================================================
--- trunk/util/tests/txitextest 2013-08-15 23:53:36 UTC (rev 5319)
+++ trunk/util/tests/txitextest 2013-08-16 13:50:01 UTC (rev 5320)
@@ -28,7 +28,7 @@
 PATH=$tsrc/util:$PATH
 
 tdoc=$tsrc/doc
-default_manuals="$tdoc/texinfo.txi $tdoc/info.texi $tdoc/info-stnd.texi"
+default_manuals="$tdoc/texinfo.texi $tdoc/info.texi $tdoc/info-stnd.texi"
 
 olddir=$tsrc/../gnulib/config
 newdir=$tdoc




reply via email to

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