texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog Pod-Simple-Texinfo/pod2texi.p...


From: karl
Subject: texinfo ChangeLog Pod-Simple-Texinfo/pod2texi.p...
Date: Tue, 01 Jan 2013 19:31:58 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     13/01/01 19:31:57

Modified files:
        .              : ChangeLog 
        Pod-Simple-Texinfo: pod2texi.pl 
        doc            : texinfo.txi 
        doc/refcard    : txirefcard.tex 
        info           : info.c infokey.c 
        install-info   : install-info.c 
        tp             : texi2any.pl 
        util           : texi-elements-by-size texindex.c texi2dvi 

Log message:
        2013

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1489&r2=1.1490
http://cvs.savannah.gnu.org/viewcvs/texinfo/Pod-Simple-Texinfo/pod2texi.pl?cvsroot=texinfo&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.506&r2=1.507
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/refcard/txirefcard.tex?cvsroot=texinfo&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/texinfo/info/info.c?cvsroot=texinfo&r1=1.42&r2=1.43
http://cvs.savannah.gnu.org/viewcvs/texinfo/info/infokey.c?cvsroot=texinfo&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/texinfo/install-info/install-info.c?cvsroot=texinfo&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.156&r2=1.157
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texi-elements-by-size?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texindex.c?cvsroot=texinfo&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texi2dvi?cvsroot=texinfo&r1=1.173&r2=1.174

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1489
retrieving revision 1.1490
diff -u -b -r1.1489 -r1.1490
--- ChangeLog   1 Jan 2013 18:14:58 -0000       1.1489
+++ ChangeLog   1 Jan 2013 19:31:56 -0000       1.1490
@@ -1,5 +1,20 @@
 2013-01-01  Karl Berry  <address@hidden>
 
+       * Pod-Simple-Texinfo/pod2texi.pl,
+       * doc/texinfo.txi,
+       * doc/refcard/txirefcard.tex,
+       * info/info.c,
+       * info/infokey.c,
+       * install-info/install-info.c,
+       * tp/texi2any.pl,
+       * util/texi-elements-by-size,
+       * util/texindex.c,
+       * util/texi2dvi,
+       * util/gendocs_template,
+       * util/gendocs_template_min: 2013.
+
+2013-01-01  Karl Berry  <address@hidden>
+
        * doc/texinfo.tex: received official GPLv3 exception text for
        texinfo.tex (RT licensing #502113).
         Same wording / no change in permissions.
@@ -1204,7 +1219,7 @@
 2011-12-31  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi,
-       * doc/tefcard/txirefcard.tex,
+       * doc/refcard/txirefcard.tex,
        * install-info/install-info.c,
        * info/info.c,
        * info/infokey.c,
@@ -11775,7 +11790,7 @@
        * version 4.6.
 
 
-Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,

Index: Pod-Simple-Texinfo/pod2texi.pl
===================================================================
RCS file: /sources/texinfo/texinfo/Pod-Simple-Texinfo/pod2texi.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- Pod-Simple-Texinfo/pod2texi.pl      21 Nov 2012 22:48:48 -0000      1.22
+++ Pod-Simple-Texinfo/pod2texi.pl      1 Jan 2013 19:31:56 -0000       1.23
@@ -2,7 +2,7 @@
 
 # pod2texi -- convert Pod to Texinfo.
 #
-# Copyright 2012 Free Software Foundation, Inc.
+# Copyright 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
@@ -145,7 +145,7 @@
     printf __("Copyright (C) %s Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.\n"), '2012';
+There is NO WARRANTY, to the extent permitted by law.\n"), "2013";
       exit 0;},
   'base-level=s' => sub {
      if ($_[1] =~ /^[0-4]$/) {

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.506
retrieving revision 1.507
diff -u -b -r1.506 -r1.507
--- doc/texinfo.txi     18 Dec 2012 01:31:18 -0000      1.506
+++ doc/texinfo.txi     1 Jan 2013 19:31:56 -0000       1.507
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.506 2012/12/18 01:31:18 karl Exp $
address@hidden $Id: texinfo.txi,v 1.507 2013/01/01 19:31:56 karl Exp $
 @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
 @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
 
@@ -40,7 +40,7 @@
 
 Copyright @copyright{} 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997,
 1998, 1999, 2001, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-2010, 2011, 2012 Free Software Foundation, Inc.
+2010, 2011, 2012, 2013 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -1590,7 +1590,7 @@
 @@copying
 This is a short example of a complete Texinfo file, version 1.0.
 
-Copyright @@address@hidden@} 2012 Free Software Foundation, Inc.
+Copyright @@address@hidden@} 2013 Free Software Foundation, Inc.
 @@end copying
 @end group
 @end example
@@ -5099,8 +5099,8 @@
 Command Expansion}.  The expansions for Info are generally given with
 main the description of the command.
 
-This feature was supported before the Texinfo 5 release in 2012 in an
-ad hoc way (the @option{--commands-in-node-names} option to
+Prior to the Texinfo 5 release in 2013, this feature was supported in
+an ad hoc way (the @option{--commands-in-node-names} option to
 @command{makeinfo}).  Now it is part of the language.
 
 @item
@@ -14300,7 +14300,7 @@
 command was added.
 
 These command-checking conditionals themselves were added in
address@hidden, released in 2012---decades after Texinfo's
address@hidden, released in 2013---decades after Texinfo's
 inception.  In order to test if they themselves are available, 
 the predefined flag @code{txicommandconditionals} can be tested, like
 this:
@@ -15087,7 +15087,7 @@
 @@address@hidden@}line 100 "foo.ptexi"
 @end example
 
-The @code{@@hashchar} command was added to Texinfo in 2012.  If you
+The @code{@@hashchar} command was added to Texinfo in 2013.  If you
 don't want to rely on it, you can also use @code{@@set} and
 @code{@@value} to insert the literal @samp{#}:
 
@@ -21637,7 +21637,7 @@
 @@copying
 This is a short example of a complete Texinfo file.
 
-Copyright @@address@hidden@} 2012 Free Software Foundation, Inc.
+Copyright @@address@hidden@} 2013 Free Software Foundation, Inc.
 @@end copying
 
 @@titlepage
@@ -21728,7 +21728,7 @@
 as:
 
 @example
-$Id: texinfo.txi,v 1.506 2012/12/18 01:31:18 karl Exp $
+$Id: texinfo.txi,v 1.507 2013/01/01 19:31:56 karl Exp $
 @end example
 
 (This is potentially useful in all sources that use version control,
@@ -21811,7 +21811,7 @@
 This manual is for GNU Sample (version @value{VERSION}, @value{UPDATED}),
 which is an example in the Texinfo documentation.
 
-Copyright @copyright{} 2012 Free Software Foundation, Inc.
+Copyright @copyright{} 2013 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -21901,7 +21901,7 @@
 @copying
 This document is a sample for allowing verbatim copying only.
 
-Copyright @copyright{} 2012 Free Software Foundation, Inc.
+Copyright @copyright{} 2013 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to make and distribute verbatim copies
@@ -21932,7 +21932,7 @@
 previous sections.
 
 @example
-Copyright @@address@hidden@} 2012 Free Software Foundation, Inc.
+Copyright @@address@hidden@} 2013 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright

Index: doc/refcard/txirefcard.tex
===================================================================
RCS file: /sources/texinfo/texinfo/doc/refcard/txirefcard.tex,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- doc/refcard/txirefcard.tex  7 Nov 2012 19:49:49 -0000       1.28
+++ doc/refcard/txirefcard.tex  1 Jan 2013 19:31:56 -0000       1.29
@@ -1,5 +1,5 @@
 % Texinfo reference card.
-% $Id: txirefcard.tex,v 1.28 2012/11/07 19:49:49 karl Exp $
+% $Id: txirefcard.tex,v 1.29 2013/01/01 19:31:56 karl Exp $
 %
 %**start of header
 % This file can be printed with 1, 2, or 3 columns per page (see below).
@@ -14,7 +14,7 @@
 \newcount\letterpaper
 \ifx\undefined\afour\letterpaper=1 \else\letterpaper=0 \fi
 
-% Copyright 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+% Copyright 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
 %
 % This file is part of GNU Texinfo.
 %
@@ -48,9 +48,9 @@
 % Much of the text is based on, and sometimes copied from, the @-Command
 % Summary node in texinfo.txi, written primarily by Bob Chassell.
 
-\def\versionyear{2012}          % year manual was updated
+\def\versionyear{2013}          % year manual was updated
 \def\versionTexinfo{5.0+}       % version of Texinfo this manual is for
-\def\year{2012}                 % copyright year
+\def\year{2013}                 % copyright year
 
 \def\copyrightnotice{%
 \vskip 1ex plus 1filll\begingroup\small

Index: info/info.c
===================================================================
RCS file: /sources/texinfo/texinfo/info/info.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- info/info.c 16 Nov 2012 23:33:28 -0000      1.42
+++ info/info.c 1 Jan 2013 19:31:57 -0000       1.43
@@ -1,8 +1,8 @@
 /* info.c -- Display nodes of Info files in multiple windows.
-   $Id: info.c,v 1.42 2012/11/16 23:33:28 karl Exp $
+   $Id: info.c,v 1.43 2013/01/01 19:31:57 karl Exp $
 
    Copyright (C) 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012
+   2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
@@ -300,7 +300,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-             "2012");
+             "2013");
       exit (EXIT_SUCCESS);
     }
 

Index: info/infokey.c
===================================================================
RCS file: /sources/texinfo/texinfo/info/infokey.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- info/infokey.c      16 Nov 2012 23:34:51 -0000      1.25
+++ info/infokey.c      1 Jan 2013 19:31:57 -0000       1.26
@@ -1,8 +1,8 @@
 /* infokey.c -- compile ~/.infokey to ~/.info.
-   $Id: infokey.c,v 1.25 2012/11/16 23:34:51 karl Exp $
+   $Id: infokey.c,v 1.26 2013/01/01 19:31:57 karl Exp $
 
    Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009,
-   2010, 2011, 2012 Free Software Foundation, Inc.
+   2010, 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
@@ -145,7 +145,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-             "2012");
+             "2013");
       exit (EXIT_SUCCESS);
     }
 

Index: install-info/install-info.c
===================================================================
RCS file: /sources/texinfo/texinfo/install-info/install-info.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- install-info/install-info.c 31 Dec 2012 19:02:57 -0000      1.20
+++ install-info/install-info.c 1 Jan 2013 19:31:57 -0000       1.21
@@ -1,8 +1,9 @@
 /* install-info -- merge Info directory entries from an Info file.
-   $Id: install-info.c,v 1.20 2012/12/31 19:02:57 karl Exp $
+   $Id: install-info.c,v 1.21 2013/01/01 19:31:57 karl Exp $
 
    Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+   2005, 2007, 2008, 2009, 2010, 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
@@ -2142,7 +2143,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-              "2012");
+              "2013");
           exit (EXIT_SUCCESS);
 
         case 'W':

Index: tp/texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -b -r1.156 -r1.157
--- tp/texi2any.pl      1 Jan 2013 00:20:18 -0000       1.156
+++ tp/texi2any.pl      1 Jan 2013 19:31:57 -0000       1.157
@@ -2,7 +2,7 @@
 
 # texi2any: Texinfo converter.
 #
-# Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
+# Copyright 2010, 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
@@ -736,7 +736,7 @@
     printf __("Copyright (C) %s Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.\n"), '2012';
+There is NO WARRANTY, to the extent permitted by law.\n"), "2013";
       exit 0;},
  'macro-expand|E=s' => sub { set_from_cmdline('MACRO_EXPAND', $_[1]); },
  'ifhtml!' => sub { set_expansion('html', $_[1]); },

Index: util/texi-elements-by-size
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi-elements-by-size,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- util/texi-elements-by-size  17 Apr 2012 18:23:24 -0000      1.3
+++ util/texi-elements-by-size  1 Jan 2013 19:31:57 -0000       1.4
@@ -3,7 +3,7 @@
 # Also serve as an example of using the Texinfo::Parser module,
 # including the usual per-format options.
 #
-# Copyright 2012 Free Software Foundation, Inc.
+# Copyright 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
@@ -102,7 +102,7 @@
                      printf __("Copyright (C) %s Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.\n"), '2012';
+There is NO WARRANTY, to the extent permitted by law.\n"), "2013";
       exit 0;},
   'force' => \$force,
   'ifhtml!' => sub { set_expansion('html', $_[1]); },

Index: util/texindex.c
===================================================================
RCS file: /sources/texinfo/texinfo/util/texindex.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- util/texindex.c     11 Jun 2012 17:54:28 -0000      1.28
+++ util/texindex.c     1 Jan 2013 19:31:57 -0000       1.29
@@ -1,9 +1,9 @@
 /* texindex -- sort TeX index dribble output into an actual index.
-   $Id: texindex.c,v 1.28 2012/06/11 17:54:28 karl Exp $
+   $Id: texindex.c,v 1.29 2013/01/01 19:31:57 karl Exp $
 
-   Copyright (C) 1987, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
-   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright 1987, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
+   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 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
@@ -296,7 +296,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-             "2012");
+             "2013");
               exit (EXIT_SUCCESS);
             }
           else if ((strcmp (arg, "--keep") == 0) ||

Index: util/texi2dvi
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -b -r1.173 -r1.174
--- util/texi2dvi       20 Apr 2012 18:52:48 -0000      1.173
+++ util/texi2dvi       1 Jan 2013 19:31:57 -0000       1.174
@@ -1,9 +1,9 @@
 #! /bin/sh
 # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
-# $Id: texi2dvi,v 1.173 2012/04/20 18:52:48 karl Exp $
+# $Id: texi2dvi,v 1.174 2013/01/01 19:31:57 karl Exp $
 #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
 # Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -34,7 +34,7 @@
 set -e
 
 # This string is expanded automatically when this file is checked out.
-rcs_revision='$Revision: 1.173 $'
+rcs_revision='$Revision: 1.174 $'
 rcs_version=`set - $rcs_revision; echo $2`
 program=`echo $0 | sed -e 's!.*/!!'`
 
@@ -430,7 +430,7 @@
   cat <<EOF
 texi2dvi (GNU Texinfo 4.13+dev) $rcs_version
 
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2013 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.



reply via email to

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