texinfo-commits
[Top][All Lists]
Advanced

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

[6991] 6.1 release


From: Gavin D. Smith
Subject: [6991] 6.1 release
Date: Sat, 06 Feb 2016 12:16:17 +0000

Revision: 6991
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6991
Author:   gavin
Date:     2016-02-06 12:16:13 +0000 (Sat, 06 Feb 2016)
Log Message:
-----------
6.1 release

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/NEWS
    trunk/build-aux/texinfo.tex
    trunk/configure.ac
    trunk/doc/refcard/txirefcard.tex
    trunk/doc/version-stnd.texi
    trunk/doc/version.texi
    trunk/po/ca.po
    trunk/po/cs.po
    trunk/po/da.po
    trunk/po/de.po
    trunk/po/de_AT.po
    trunk/po/eo.po
    trunk/po/es.po
    trunk/po/fr.po
    trunk/po/he.po
    trunk/po/hr.po
    trunk/po/hu.po
    trunk/po/id.po
    trunk/po/it.po
    trunk/po/ja.po
    trunk/po/nb.po
    trunk/po/nl.po
    trunk/po/pl.po
    trunk/po/pt_BR.po
    trunk/po/ro.po
    trunk/po/ru.po
    trunk/po/rw.po
    trunk/po/sl.po
    trunk/po/sv.po
    trunk/po/tr.po
    trunk/po/uk.po
    trunk/po/vi.po
    trunk/po/zh_CN.po
    trunk/po/zh_TW.po
    trunk/po_document/ca.us-ascii.po
    trunk/po_document/de.us-ascii.po
    trunk/po_document/eo.po
    trunk/po_document/es.po
    trunk/po_document/fr.po
    trunk/po_document/hu.po
    trunk/po_document/it.po
    trunk/po_document/nl.po
    trunk/po_document/no.us-ascii.po
    trunk/po_document/pl.po
    trunk/po_document/pt.us-ascii.po
    trunk/po_document/pt_BR.us-ascii.po
    trunk/po_document/uk.po
    trunk/texindex/texindex.awk
    trunk/texindex/texindex.in
    trunk/tp/Texinfo/Common.pm
    trunk/tp/Texinfo/Convert/Converter.pm
    trunk/tp/Texinfo/Convert/DocBook.pm
    trunk/tp/Texinfo/Convert/HTML.pm
    trunk/tp/Texinfo/Convert/IXIN.pm
    trunk/tp/Texinfo/Convert/IXINSXML.pm
    trunk/tp/Texinfo/Convert/Info.pm
    trunk/tp/Texinfo/Convert/Paragraph.pm
    trunk/tp/Texinfo/Convert/Plaintext.pm
    trunk/tp/Texinfo/Convert/Texinfo.pm
    trunk/tp/Texinfo/Convert/TexinfoSXML.pm
    trunk/tp/Texinfo/Convert/TexinfoXML.pm
    trunk/tp/Texinfo/Convert/Text.pm
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/Texinfo/Structuring.pm
    trunk/util/pdftexi2dvi
    trunk/util/texi2dvi
    trunk/util/texi2pdf

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/ChangeLog     2016-02-06 12:16:13 UTC (rev 6991)
@@ -1,5 +1,13 @@
 2016-02-06  Gavin Smith  <address@hidden>
 
+       6.1 release.
+       * configure.ac, NEWS, util/texi2dvi, util/texi2pdf,
+       doc/refcard/txirefcard.tex, texindex/texindex.awk,
+       texindex/texindex.in: Version number.
+       * build-aux/texinfo.tex: Update from doc/texinfo.tex.
+
+2016-02-06  Gavin Smith  <address@hidden>
+
        * README-hacking: Update notes about making a release.  Move 
        "make po-check" line.  Remove "rm ti.texi" for updating texindex 
        version.  Move gnulib-tool --add-import and util/srclist-txi, 

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS  2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/NEWS  2016-02-06 12:16:13 UTC (rev 6991)
@@ -11,6 +11,8 @@
   notice and this notice are preserved.
 
 -------------------------------------------------------------------------------
+6.1 (06 February 2016)
+
 * Language:
   . You can now omit the @menu from nodes with other nodes below them in
     the document structure.  If you use "@validatemenus off" near the 

Modified: trunk/build-aux/texinfo.tex
===================================================================
--- trunk/build-aux/texinfo.tex 2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/build-aux/texinfo.tex 2016-02-06 12:16:13 UTC (rev 6991)
@@ -3,11 +3,11 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2015-12-20.12}
+\def\texinfoversion{2016-02-05.07}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-% 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
+% 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
 % Free Software Foundation, Inc.
 %
 % This texinfo.tex file is free software: you can redistribute it and/or
@@ -1449,6 +1449,56 @@
   \let\pdfmakeoutlines = \relax
 \fi  % \ifx\pdfoutput
 
+%
+% @image support for XeTeX
+%
+\newif\ifxeteximgpdf
+\ifx\XeTeXrevision\thisisundefined
+\else
+  %
+  % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto).
+  \def\doxeteximage#1#2#3{%
+    \def\xeteximagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}%
+    \def\xeteximageheight{#3}\setbox2 = \hbox{\ignorespaces #3}%
+    %
+    % XeTeX (and the PDF format) support .pdf, .png, .jpg (among
+    % others).  Let's try in that order, PDF first since if
+    % someone has a scalable image, presumably better to use that than a
+    % bitmap.
+    \let\xeteximgext=\empty
+    \xeteximgpdffalse
+    \begingroup
+      \openin 1 #1.pdf \ifeof 1
+        \openin 1 #1.PDF \ifeof 1
+          \openin 1 #1.png \ifeof 1
+            \openin 1 #1.jpg \ifeof 1
+              \openin 1 #1.jpeg \ifeof 1
+                \openin 1 #1.JPG \ifeof 1
+                  \errmessage{Could not find image file #1 for XeTeX}%
+                \else \gdef\xeteximgext{JPG}%
+                \fi
+              \else \gdef\xeteximgext{jpeg}%
+              \fi
+            \else \gdef\xeteximgext{jpg}%
+            \fi
+          \else \gdef\xeteximgext{png}%
+          \fi
+        \else \gdef\xeteximgext{PDF} \global\xeteximgpdftrue%
+        \fi
+      \else \gdef\xeteximgext{pdf} \global\xeteximgpdftrue%
+      \fi
+      \closein 1
+    \endgroup
+    %
+    \ifxeteximgpdf
+      \XeTeXpdffile "#1".\xeteximgext ""
+    \else
+      \XeTeXpicfile "#1".\xeteximgext ""
+    \fi
+    \ifdim \wd0 >0pt width \xeteximagewidth \fi
+    \ifdim \wd2 >0pt height \xeteximageheight \fi \relax
+  }
+\fi
 
 \message{fonts,}
 
@@ -4737,12 +4787,11 @@
   \def\_{\normalunderscore}%
   \def\-{}% @- shouldn't affect sorting
   %
-  \def\lbracechar{{\indexlbrace}}%
-  \def\rbracechar{{\indexrbrace}}%
-  \let\{=\lbracechar
-  \let\}=\rbracechar
+  \uccode`\1=`\{ \uppercase{\def\{{1}}%
+  \uccode`\1=`\} \uppercase{\def\}{1}}%
+  \let\lbracechar\{%
+  \let\rbracechar\}%
   %
-  %
   % Non-English letters.
   \def\AA{AA}%
   \def\AE{AE}%
@@ -4901,9 +4950,15 @@
   \indexdummies % Must do this here, since \bf, etc expand at this stage
   \useindexbackslash % \indexbackslash isn't defined now so it will be output 
                      % as is; and it will print as backslash.
+  % The braces around \indexbrace are recognized by texindex.
+  %
   % Get the string to sort by, by processing the index entry with all
   % font commands turned off.
   {\indexnofonts
+   \def\lbracechar{{\indexlbrace}}%
+   \def\rbracechar{{\indexrbrace}}%
+   \let\{=\lbracechar
+   \let\}=\rbracechar
    \indexnonalnumdisappear
    \xdef\indexsortkey{}%
    \let\sortas=\indexwritesortas
@@ -6049,7 +6104,13 @@
 \def\Yomitfromtockeyword{Yomitfromtoc}
 %
 \def\chapmacro#1#2#3{%
-  \checkenv{}% chapters, etc., should not start inside an environment.
+  \expandafter\ifx\thisenv\titlepage\else
+    \checkenv{}% chapters, etc., should not start inside an environment.
+  \fi
+  % FIXME: \chapmacro is currently called from inside \titlepage when
+  % \setcontentsaftertitlepage to print the "Table of Contents" heading, but
+  % this should probably be done by \sectionheading with an option to print
+  % in chapter size.
   %
   % Insert the first mark before the heading break (see notes for \domark).
   \let\prevchapterdefs=\lastchapterdefs
@@ -8526,10 +8587,6 @@
     }%
     \setcolor{\linkcolor}%
   \fi
-  %
-  % Float references are printed completely differently: "Figure 1.2"
-  % instead of "[somenode], p.3".  We distinguish them by the
-  % LABEL-title being set to a magic string.
   {%
     % Have to otherify everything special to allow the \csname to
     % include an _ in the xref name, etc.
@@ -8538,6 +8595,10 @@
     \expandafter\global\expandafter\let\expandafter\Xthisreftitle
       \csname XR#1-title\endcsname
   }%
+  %
+  % Float references are printed completely differently: "Figure 1.2"
+  % instead of "[somenode], p.3".  \iffloat distinguishes them by
+  % \Xthisreftitle being set to a magic string.
   \iffloat\Xthisreftitle
     % If the user specified the print name (third arg) to the ref,
     % print it instead of our usual "Figure 1.2".
@@ -8596,12 +8657,15 @@
       %
       % output the `page 3'.
       \turnoffactive \putwordpage\tie\refx{#1-pg}{}%
-           \ifx,\tokenafterxref
-      \else\ifx.\tokenafterxref
-      \else\ifx;\tokenafterxref
-      \else\ifx)\tokenafterxref
-      \else,% add a , if xref not followed by punctuation
-      \fi\fi\fi\fi
+      % Add a , if xref followed by a space
+      \if\space\noexpand\tokenafterxref ,%
+      \else\ifx\       \tokenafterxref ,% @TAB
+      \else\ifx\*\tokenafterxref ,%   @*
+      \else\ifx\ \tokenafterxref ,%   @SPACE
+      \else\ifx\
+                \tokenafterxref ,%    @NL
+      \else\ifx\tie\tokenafterxref ,% @tie
+      \fi\fi\fi\fi\fi\fi
     \fi\fi
   \fi
   \endlink
@@ -9076,12 +9140,21 @@
   %
   % Output the image.
   \ifpdf
+    % For pdfTeX and LuaTeX <= 0.80
     \dopdfimage{#1}{#2}{#3}%
   \else
-    % \epsfbox itself resets \epsf?size at each figure.
-    \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi
-    \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi
-    \epsfbox{#1.eps}%
+    \ifx\XeTeXrevision\thisisundefined
+      % For epsf.tex
+      % \epsfbox itself resets \epsf?size at each figure.
+      \setbox0 = \hbox{\ignorespaces #2}%
+        \ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi
+      \setbox0 = \hbox{\ignorespaces #3}%
+        \ifdim\wd0 > 0pt \epsfysize=#3\relax \fi
+      \epsfbox{#1.eps}%
+    \else
+      % For XeTeX
+      \doxeteximage{#1}{#2}{#3}%
+    \fi
   \fi
   %
   \ifimagevmode
@@ -9428,6 +9501,45 @@
   \global\righthyphenmin = #3\relax
 }
 
+% Get input by bytes instead of by UTF-8 codepoints for XeTeX and LuaTeX, 
+% otherwise the encoding support is completely broken.
+\ifx\XeTeXrevision\thisisundefined
+\else
+\XeTeXdefaultencoding "bytes"  % For subsequent files to be read
+\XeTeXinputencoding "bytes"  % Effective in texinfo.tex only
+% Unfortunately, there seems to be no corresponding XeTeX command for
+% output encoding.  This is a problem for auxiliary index and TOC files.
+% The only solution would be perhaps to write out @U{...} sequences in
+% place of UTF-8 characters.
+\fi
+
+\ifx\luatexversion\thisisundefined
+\else
+\directlua{
+local utf8_char, byte, gsub = unicode.utf8.char, string.byte, string.gsub
+local function convert_char (char)
+  return utf8_char(byte(char))
+end
+
+local function convert_line (line)
+  return gsub(line, ".", convert_char)
+end
+
+callback.register("process_input_buffer", convert_line)
+
+local function convert_line_out (line)
+  local line_out = ""
+  for c in string.utfvalues(line) do
+     line_out = line_out .. string.char(c)
+  end
+  return line_out
+end
+
+callback.register("process_output_buffer", convert_line_out)
+}
+\fi
+
+
 % Helpers for encodings.
 % Set the catcode of characters 128 through 255 to the specified number.
 %
@@ -9452,6 +9564,14 @@
 %
 \def\documentencoding{\parseargusing\filenamecatcodes\documentencodingzzz}
 \def\documentencodingzzz#1{%
+  % Get input by bytes instead of by UTF-8 codepoints for XeTeX,
+  % otherwise the encoding support is completely broken.
+  % This settings is for the document root file.
+  \ifx\XeTeXrevision\thisisundefined
+  \else
+    \XeTeXinputencoding "bytes"
+  \fi
+  %
   % Encoding being declared for the document.
   \def\declaredencoding{\csname #1.enc\endcsname}%
   %
@@ -9901,7 +10021,7 @@
   \DeclareUnicodeCharacter{00AD}{\-}
   \DeclareUnicodeCharacter{00AE}{\registeredsymbol}
   \DeclareUnicodeCharacter{00AF}{\={ }}
-
+  %
   \DeclareUnicodeCharacter{00B0}{\ringaccent{ }}
   \DeclareUnicodeCharacter{00B1}{\ensuremath\pm}
   \DeclareUnicodeCharacter{00B2}{$^2$}
@@ -9918,7 +10038,7 @@
   \DeclareUnicodeCharacter{00BD}{$1\over2$}
   \DeclareUnicodeCharacter{00BE}{$3\over4$}
   \DeclareUnicodeCharacter{00BF}{\questiondown}
-
+  %
   \DeclareUnicodeCharacter{00C0}{\`A}
   \DeclareUnicodeCharacter{00C1}{\'A}
   \DeclareUnicodeCharacter{00C2}{\^A}
@@ -9935,7 +10055,7 @@
   \DeclareUnicodeCharacter{00CD}{\'I}
   \DeclareUnicodeCharacter{00CE}{\^I}
   \DeclareUnicodeCharacter{00CF}{\"I}
-
+  %
   \DeclareUnicodeCharacter{00D0}{\DH}
   \DeclareUnicodeCharacter{00D1}{\~N}
   \DeclareUnicodeCharacter{00D2}{\`O}
@@ -9952,7 +10072,7 @@
   \DeclareUnicodeCharacter{00DD}{\'Y}
   \DeclareUnicodeCharacter{00DE}{\TH}
   \DeclareUnicodeCharacter{00DF}{\ss}
-
+  %
   \DeclareUnicodeCharacter{00E0}{\`a}
   \DeclareUnicodeCharacter{00E1}{\'a}
   \DeclareUnicodeCharacter{00E2}{\^a}
@@ -9969,7 +10089,7 @@
   \DeclareUnicodeCharacter{00ED}{\'{\dotless{i}}}
   \DeclareUnicodeCharacter{00EE}{\^{\dotless{i}}}
   \DeclareUnicodeCharacter{00EF}{\"{\dotless{i}}}
-
+  %
   \DeclareUnicodeCharacter{00F0}{\dh}
   \DeclareUnicodeCharacter{00F1}{\~n}
   \DeclareUnicodeCharacter{00F2}{\`o}
@@ -9986,7 +10106,7 @@
   \DeclareUnicodeCharacter{00FD}{\'y}
   \DeclareUnicodeCharacter{00FE}{\th}
   \DeclareUnicodeCharacter{00FF}{\"y}
-
+  %
   \DeclareUnicodeCharacter{0100}{\=A}
   \DeclareUnicodeCharacter{0101}{\=a}
   \DeclareUnicodeCharacter{0102}{\u{A}}
@@ -10003,7 +10123,7 @@
   \DeclareUnicodeCharacter{010D}{\v{c}}
   \DeclareUnicodeCharacter{010E}{\v{D}}
   \DeclareUnicodeCharacter{010F}{d'}
-
+  %
   \DeclareUnicodeCharacter{0110}{\DH}
   \DeclareUnicodeCharacter{0111}{\dh}
   \DeclareUnicodeCharacter{0112}{\=E}
@@ -10020,7 +10140,7 @@
   \DeclareUnicodeCharacter{011D}{\^g}
   \DeclareUnicodeCharacter{011E}{\u{G}}
   \DeclareUnicodeCharacter{011F}{\u{g}}
-
+  %
   \DeclareUnicodeCharacter{0120}{\dotaccent{G}}
   \DeclareUnicodeCharacter{0121}{\dotaccent{g}}
   \DeclareUnicodeCharacter{0122}{\cedilla{G}}
@@ -10037,7 +10157,7 @@
   \DeclareUnicodeCharacter{012D}{\u{\dotless{i}}}
   \DeclareUnicodeCharacter{012E}{\ogonek{I}}
   \DeclareUnicodeCharacter{012F}{\ogonek{i}}
-
+  %
   \DeclareUnicodeCharacter{0130}{\dotaccent{I}}
   \DeclareUnicodeCharacter{0131}{\dotless{i}}
   \DeclareUnicodeCharacter{0132}{IJ}
@@ -10054,7 +10174,7 @@
   \DeclareUnicodeCharacter{013D}{L'}% should kern
   \DeclareUnicodeCharacter{013E}{l'}% should kern
   \DeclareUnicodeCharacter{013F}{L\U{00B7}}
-
+  %
   \DeclareUnicodeCharacter{0140}{l\U{00B7}}
   \DeclareUnicodeCharacter{0141}{\L}
   \DeclareUnicodeCharacter{0142}{\l}
@@ -10071,7 +10191,7 @@
   \DeclareUnicodeCharacter{014D}{\=o}
   \DeclareUnicodeCharacter{014E}{\u{O}}
   \DeclareUnicodeCharacter{014F}{\u{o}}
-
+  %
   \DeclareUnicodeCharacter{0150}{\H{O}}
   \DeclareUnicodeCharacter{0151}{\H{o}}
   \DeclareUnicodeCharacter{0152}{\OE}
@@ -10088,7 +10208,7 @@
   \DeclareUnicodeCharacter{015D}{\^s}
   \DeclareUnicodeCharacter{015E}{\cedilla{S}}
   \DeclareUnicodeCharacter{015F}{\cedilla{s}}
-
+  %
   \DeclareUnicodeCharacter{0160}{\v{S}}
   \DeclareUnicodeCharacter{0161}{\v{s}}
   \DeclareUnicodeCharacter{0162}{\cedilla{T}}
@@ -10105,7 +10225,7 @@
   \DeclareUnicodeCharacter{016D}{\u{u}}
   \DeclareUnicodeCharacter{016E}{\ringaccent{U}}
   \DeclareUnicodeCharacter{016F}{\ringaccent{u}}
-
+  %
   \DeclareUnicodeCharacter{0170}{\H{U}}
   \DeclareUnicodeCharacter{0171}{\H{u}}
   \DeclareUnicodeCharacter{0172}{\ogonek{U}}
@@ -10122,7 +10242,7 @@
   \DeclareUnicodeCharacter{017D}{\v{Z}}
   \DeclareUnicodeCharacter{017E}{\v{z}}
   \DeclareUnicodeCharacter{017F}{\missingcharmsg{LONG S}}
-
+  %
   \DeclareUnicodeCharacter{01C4}{D\v{Z}}
   \DeclareUnicodeCharacter{01C5}{D\v{z}}
   \DeclareUnicodeCharacter{01C6}{d\v{z}}
@@ -10135,20 +10255,20 @@
   \DeclareUnicodeCharacter{01CD}{\v{A}}
   \DeclareUnicodeCharacter{01CE}{\v{a}}
   \DeclareUnicodeCharacter{01CF}{\v{I}}
-
+  %
   \DeclareUnicodeCharacter{01D0}{\v{\dotless{i}}}
   \DeclareUnicodeCharacter{01D1}{\v{O}}
   \DeclareUnicodeCharacter{01D2}{\v{o}}
   \DeclareUnicodeCharacter{01D3}{\v{U}}
   \DeclareUnicodeCharacter{01D4}{\v{u}}
-
+  %
   \DeclareUnicodeCharacter{01E2}{\={\AE}}
   \DeclareUnicodeCharacter{01E3}{\={\ae}}
   \DeclareUnicodeCharacter{01E6}{\v{G}}
   \DeclareUnicodeCharacter{01E7}{\v{g}}
   \DeclareUnicodeCharacter{01E8}{\v{K}}
   \DeclareUnicodeCharacter{01E9}{\v{k}}
-
+  %
   \DeclareUnicodeCharacter{01F0}{\v{\dotless{j}}}
   \DeclareUnicodeCharacter{01F1}{DZ}
   \DeclareUnicodeCharacter{01F2}{Dz}
@@ -10161,23 +10281,23 @@
   \DeclareUnicodeCharacter{01FD}{\'{\ae}}
   \DeclareUnicodeCharacter{01FE}{\'{\O}}
   \DeclareUnicodeCharacter{01FF}{\'{\o}}
-
+  %
   \DeclareUnicodeCharacter{021E}{\v{H}}
   \DeclareUnicodeCharacter{021F}{\v{h}}
-
+  %
   \DeclareUnicodeCharacter{0226}{\dotaccent{A}}
   \DeclareUnicodeCharacter{0227}{\dotaccent{a}}
   \DeclareUnicodeCharacter{0228}{\cedilla{E}}
   \DeclareUnicodeCharacter{0229}{\cedilla{e}}
   \DeclareUnicodeCharacter{022E}{\dotaccent{O}}
   \DeclareUnicodeCharacter{022F}{\dotaccent{o}}
-
+  %
   \DeclareUnicodeCharacter{0232}{\=Y}
   \DeclareUnicodeCharacter{0233}{\=y}
   \DeclareUnicodeCharacter{0237}{\dotless{j}}
-
+  %
   \DeclareUnicodeCharacter{02DB}{\ogonek{ }}
-
+  %
   % Greek letters upper case
   \DeclareUnicodeCharacter{0391}{{\it A}}
   \DeclareUnicodeCharacter{0392}{{\it B}}
@@ -10204,7 +10324,7 @@
   \DeclareUnicodeCharacter{03A7}{{\it X}}
   \DeclareUnicodeCharacter{03A8}{\ensuremath{\mit\Psi}}
   \DeclareUnicodeCharacter{03A9}{\ensuremath{\mit\Omega}}
-
+  %
   % Vowels with accents
   \DeclareUnicodeCharacter{0390}{\ensuremath{\ddot{\acute\iota}}}
   \DeclareUnicodeCharacter{03AC}{\ensuremath{\acute\alpha}}
@@ -10212,10 +10332,10 @@
   \DeclareUnicodeCharacter{03AE}{\ensuremath{\acute\eta}}
   \DeclareUnicodeCharacter{03AF}{\ensuremath{\acute\iota}}
   \DeclareUnicodeCharacter{03B0}{\ensuremath{\acute{\ddot\upsilon}}}
-
+  %
   % Standalone accent
   \DeclareUnicodeCharacter{0384}{\ensuremath{\acute{\ }}}
-
+  %
   % Greek letters lower case
   \DeclareUnicodeCharacter{03B1}{\ensuremath\alpha}
   \DeclareUnicodeCharacter{03B2}{\ensuremath\beta}
@@ -10242,19 +10362,19 @@
   \DeclareUnicodeCharacter{03C7}{\ensuremath\chi}
   \DeclareUnicodeCharacter{03C8}{\ensuremath\psi}
   \DeclareUnicodeCharacter{03C9}{\ensuremath\omega}
-
+  %
   % More Greek vowels with accents
   \DeclareUnicodeCharacter{03CA}{\ensuremath{\ddot\iota}}
   \DeclareUnicodeCharacter{03CB}{\ensuremath{\ddot\upsilon}}
   \DeclareUnicodeCharacter{03CC}{\ensuremath{\acute o}}
   \DeclareUnicodeCharacter{03CD}{\ensuremath{\acute\upsilon}}
   \DeclareUnicodeCharacter{03CE}{\ensuremath{\acute\omega}}
-
+  %
   % Variant Greek letters
   \DeclareUnicodeCharacter{03D1}{\ensuremath\vartheta}
   \DeclareUnicodeCharacter{03D6}{\ensuremath\varpi}
   \DeclareUnicodeCharacter{03F1}{\ensuremath\varrho}
-
+  %
   \DeclareUnicodeCharacter{1E02}{\dotaccent{B}}
   \DeclareUnicodeCharacter{1E03}{\dotaccent{b}}
   \DeclareUnicodeCharacter{1E04}{\udotaccent{B}}
@@ -10267,10 +10387,10 @@
   \DeclareUnicodeCharacter{1E0D}{\udotaccent{d}}
   \DeclareUnicodeCharacter{1E0E}{\ubaraccent{D}}
   \DeclareUnicodeCharacter{1E0F}{\ubaraccent{d}}
-
+  %
   \DeclareUnicodeCharacter{1E1E}{\dotaccent{F}}
   \DeclareUnicodeCharacter{1E1F}{\dotaccent{f}}
-
+  %
   \DeclareUnicodeCharacter{1E20}{\=G}
   \DeclareUnicodeCharacter{1E21}{\=g}
   \DeclareUnicodeCharacter{1E22}{\dotaccent{H}}
@@ -10279,7 +10399,7 @@
   \DeclareUnicodeCharacter{1E25}{\udotaccent{h}}
   \DeclareUnicodeCharacter{1E26}{\"H}
   \DeclareUnicodeCharacter{1E27}{\"h}
-
+  %
   \DeclareUnicodeCharacter{1E30}{\'K}
   \DeclareUnicodeCharacter{1E31}{\'k}
   \DeclareUnicodeCharacter{1E32}{\udotaccent{K}}
@@ -10292,7 +10412,7 @@
   \DeclareUnicodeCharacter{1E3B}{\ubaraccent{l}}
   \DeclareUnicodeCharacter{1E3E}{\'M}
   \DeclareUnicodeCharacter{1E3F}{\'m}
-
+  %
   \DeclareUnicodeCharacter{1E40}{\dotaccent{M}}
   \DeclareUnicodeCharacter{1E41}{\dotaccent{m}}
   \DeclareUnicodeCharacter{1E42}{\udotaccent{M}}
@@ -10303,7 +10423,7 @@
   \DeclareUnicodeCharacter{1E47}{\udotaccent{n}}
   \DeclareUnicodeCharacter{1E48}{\ubaraccent{N}}
   \DeclareUnicodeCharacter{1E49}{\ubaraccent{n}}
-
+  %
   \DeclareUnicodeCharacter{1E54}{\'P}
   \DeclareUnicodeCharacter{1E55}{\'p}
   \DeclareUnicodeCharacter{1E56}{\dotaccent{P}}
@@ -10314,7 +10434,7 @@
   \DeclareUnicodeCharacter{1E5B}{\udotaccent{r}}
   \DeclareUnicodeCharacter{1E5E}{\ubaraccent{R}}
   \DeclareUnicodeCharacter{1E5F}{\ubaraccent{r}}
-
+  %
   \DeclareUnicodeCharacter{1E60}{\dotaccent{S}}
   \DeclareUnicodeCharacter{1E61}{\dotaccent{s}}
   \DeclareUnicodeCharacter{1E62}{\udotaccent{S}}
@@ -10325,12 +10445,12 @@
   \DeclareUnicodeCharacter{1E6D}{\udotaccent{t}}
   \DeclareUnicodeCharacter{1E6E}{\ubaraccent{T}}
   \DeclareUnicodeCharacter{1E6F}{\ubaraccent{t}}
-
+  %
   \DeclareUnicodeCharacter{1E7C}{\~V}
   \DeclareUnicodeCharacter{1E7D}{\~v}
   \DeclareUnicodeCharacter{1E7E}{\udotaccent{V}}
   \DeclareUnicodeCharacter{1E7F}{\udotaccent{v}}
-
+  %
   \DeclareUnicodeCharacter{1E80}{\`W}
   \DeclareUnicodeCharacter{1E81}{\`w}
   \DeclareUnicodeCharacter{1E82}{\'W}
@@ -10347,7 +10467,7 @@
   \DeclareUnicodeCharacter{1E8D}{\"x}
   \DeclareUnicodeCharacter{1E8E}{\dotaccent{Y}}
   \DeclareUnicodeCharacter{1E8F}{\dotaccent{y}}
-
+  %
   \DeclareUnicodeCharacter{1E90}{\^Z}
   \DeclareUnicodeCharacter{1E91}{\^z}
   \DeclareUnicodeCharacter{1E92}{\udotaccent{Z}}
@@ -10358,30 +10478,30 @@
   \DeclareUnicodeCharacter{1E97}{\"t}
   \DeclareUnicodeCharacter{1E98}{\ringaccent{w}}
   \DeclareUnicodeCharacter{1E99}{\ringaccent{y}}
-
+  %
   \DeclareUnicodeCharacter{1EA0}{\udotaccent{A}}
   \DeclareUnicodeCharacter{1EA1}{\udotaccent{a}}
-
+  %
   \DeclareUnicodeCharacter{1EB8}{\udotaccent{E}}
   \DeclareUnicodeCharacter{1EB9}{\udotaccent{e}}
   \DeclareUnicodeCharacter{1EBC}{\~E}
   \DeclareUnicodeCharacter{1EBD}{\~e}
-
+  %
   \DeclareUnicodeCharacter{1ECA}{\udotaccent{I}}
   \DeclareUnicodeCharacter{1ECB}{\udotaccent{i}}
   \DeclareUnicodeCharacter{1ECC}{\udotaccent{O}}
   \DeclareUnicodeCharacter{1ECD}{\udotaccent{o}}
-
+  %
   \DeclareUnicodeCharacter{1EE4}{\udotaccent{U}}
   \DeclareUnicodeCharacter{1EE5}{\udotaccent{u}}
-
+  %
   \DeclareUnicodeCharacter{1EF2}{\`Y}
   \DeclareUnicodeCharacter{1EF3}{\`y}
   \DeclareUnicodeCharacter{1EF4}{\udotaccent{Y}}
-
+  %
   \DeclareUnicodeCharacter{1EF8}{\~Y}
   \DeclareUnicodeCharacter{1EF9}{\~y}
-
+  %
   % Punctuation
   \DeclareUnicodeCharacter{2013}{--}
   \DeclareUnicodeCharacter{2014}{---}
@@ -10398,12 +10518,12 @@
   \DeclareUnicodeCharacter{2026}{\dots}
   \DeclareUnicodeCharacter{2039}{\guilsinglleft}
   \DeclareUnicodeCharacter{203A}{\guilsinglright}
-
+  %
   \DeclareUnicodeCharacter{20AC}{\euro}
-
+  %
   \DeclareUnicodeCharacter{2192}{\expansion}
   \DeclareUnicodeCharacter{21D2}{\result}
-
+  %
   % Mathematical symbols
   \DeclareUnicodeCharacter{2200}{\ensuremath\forall}
   \DeclareUnicodeCharacter{2203}{\ensuremath\exists}
@@ -10419,7 +10539,7 @@
   \DeclareUnicodeCharacter{2265}{\ensuremath\geq}
   \DeclareUnicodeCharacter{2282}{\ensuremath\subset}
   \DeclareUnicodeCharacter{2287}{\ensuremath\supseteq}
-
+  %
   \DeclareUnicodeCharacter{2016}{\ensuremath\Vert}
   \DeclareUnicodeCharacter{2032}{\ensuremath\prime}
   \DeclareUnicodeCharacter{210F}{\ensuremath\hbar}
@@ -10519,7 +10639,7 @@
   \DeclareUnicodeCharacter{230B}{\ensuremath\rfloor}
   \DeclareUnicodeCharacter{2322}{\ensuremath\frown}
   \DeclareUnicodeCharacter{2323}{\ensuremath\smile}
-
+  %
   \DeclareUnicodeCharacter{25A1}{\ensuremath\Box}
   \DeclareUnicodeCharacter{25B3}{\ensuremath\triangle}
   \DeclareUnicodeCharacter{25B7}{\ensuremath\triangleright}
@@ -10551,7 +10671,7 @@
   \DeclareUnicodeCharacter{2A3F}{\ensuremath\amalg}
   \DeclareUnicodeCharacter{2AAF}{\ensuremath\preceq}
   \DeclareUnicodeCharacter{2AB0}{\ensuremath\succeq}
-
+  %
   \global\mathchardef\checkmark="1370 % actually the square root sign
   \DeclareUnicodeCharacter{2713}{\ensuremath\checkmark}
 }% end of \utfeightchardefs
@@ -11004,9 +11124,20 @@
 address@hidden@^=7 @address@hidden
 @address@hidden input address@hidden
 
+% Emergency active definition of newline, in case an active newline token
+% appears by mistake.
address@hidden@^=7 @catcode13=13%
address@hidden@enableemergencynewline{%
+  @gdef^^M{%
+    @par%
+    %<warning: active newline>@par%
+}}}
+
+
 @address@hidden
   @address@hidden @let\ = @ttbackslash @fi
   @catcode13=5 % regular end of line
+  @enableemergencynewline
   @address@hidden@texinfoc
   % Also turn back on active characters that might appear in the input
   % file name, in case not using a pre-dumped format.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/configure.ac  2016-02-06 12:16:13 UTC (rev 6991)
@@ -12,7 +12,7 @@
 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-AC_INIT([GNU Texinfo], [6.0.93], address@hidden)
+AC_INIT([GNU Texinfo], [6.1], address@hidden)
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])

Modified: trunk/doc/refcard/txirefcard.tex
===================================================================
--- trunk/doc/refcard/txirefcard.tex    2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/doc/refcard/txirefcard.tex    2016-02-06 12:16:13 UTC (rev 6991)
@@ -14,7 +14,7 @@
 \newcount\letterpaper
 \ifx\undefined\afour\letterpaper=1 \else\letterpaper=0 \fi
 
-% Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
+% Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
 % Free Software Foundation, Inc.
 %
 % This file is part of GNU Texinfo.
@@ -50,7 +50,7 @@
 % Summary node in the Texinfo manual, originally written by Bob Chassell.
 
 \def\versionyear{2016}          % year manual was updated
-\def\versionTexinfo{6.0}        % version of Texinfo this manual is for
+\def\versionTexinfo{6.1}        % version of Texinfo this manual is for
 
 \def\copyrightnotice{%
 \vskip 1ex plus 1filll\begingroup\small

Modified: trunk/doc/version-stnd.texi
===================================================================
--- trunk/doc/version-stnd.texi 2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/doc/version-stnd.texi 2016-02-06 12:16:13 UTC (rev 6991)
@@ -1,4 +1,4 @@
address@hidden UPDATED 9 December 2015
address@hidden UPDATED-MONTH December 2015
address@hidden EDITION 6.0.93
address@hidden VERSION 6.0.93
address@hidden UPDATED 6 February 2016
address@hidden UPDATED-MONTH February 2016
address@hidden EDITION 6.1
address@hidden VERSION 6.1

Modified: trunk/doc/version.texi
===================================================================
--- trunk/doc/version.texi      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/doc/version.texi      2016-02-06 12:16:13 UTC (rev 6991)
@@ -1,4 +1,4 @@
address@hidden UPDATED 15 January 2016
address@hidden UPDATED-MONTH January 2016
address@hidden EDITION 6.0.93
address@hidden VERSION 6.0.93
address@hidden UPDATED 6 February 2016
address@hidden UPDATED-MONTH February 2016
address@hidden EDITION 6.1
address@hidden VERSION 6.1

Modified: trunk/po/ca.po
===================================================================
--- trunk/po/ca.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/ca.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.9.93\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-06-08 17:07+0200\n"
 "Last-Translator: Walter Garcia-Fontes <address@hidden>\n"
 "Language-Team: Catalan <address@hidden>\n"

Modified: trunk/po/cs.po
===================================================================
--- trunk/po/cs.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/cs.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -19,7 +19,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 6.0.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-12-28 16:11+0100\n"
 "Last-Translator: Petr Pisar <address@hidden>\n"
 "Language-Team: Czech <address@hidden>\n"

Modified: trunk/po/da.po
===================================================================
--- trunk/po/da.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/da.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 6.0.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-12-28 09:13GMT\n"
 "Last-Translator: Joe Hansen <address@hidden>\n"
 "Language-Team: Danish <address@hidden>\n"

Modified: trunk/po/de.po
===================================================================
--- trunk/po/de.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/de.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -35,7 +35,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.9.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-03-02 13:41+0100\n"
 "Last-Translator: Mario Blättermann <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"

Modified: trunk/po/de_AT.po
===================================================================
--- trunk/po/de_AT.po   2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/de_AT.po   2016-02-06 12:16:13 UTC (rev 6991)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 3.12d\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 1999-02-16 21:14+01:00\n"
 "Last-Translator: Karl Eichwalder <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"

Modified: trunk/po/eo.po
===================================================================
--- trunk/po/eo.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/eo.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.9.93\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-06-07 10:23+0200\n"
 "Last-Translator: Benno Schulenberg <address@hidden>\n"
 "Language-Team: Esperanto <address@hidden>\n"

Modified: trunk/po/es.po
===================================================================
--- trunk/po/es.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/es.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: texinfo-6.0.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-12-31 00:48+0100\n"
 "Last-Translator: Antonio Ceballos <address@hidden>\n"
 "Language-Team: Spanish <address@hidden>\n"

Modified: trunk/po/fr.po
===================================================================
--- trunk/po/fr.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/fr.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 6.0.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-12-23 14:54+0100\n"
 "Last-Translator: Jean-Charles Malahieude <address@hidden>\n"
 "Language-Team: French <address@hidden>\n"

Modified: trunk/po/he.po
===================================================================
--- trunk/po/he.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/he.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 4.2\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2002-04-03 12:31+0300\n"
 "Last-Translator: Eli Zaretskii <address@hidden>\n"
 "Language-Team: Hebrew <address@hidden>\n"

Modified: trunk/po/hr.po
===================================================================
--- trunk/po/hr.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/hr.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.0.91\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2013-04-18 00:43+0200\n"
 "Last-Translator: Tomislav Krznar <address@hidden>\n"
 "Language-Team: Croatian <address@hidden>\n"

Modified: trunk/po/hu.po
===================================================================
--- trunk/po/hu.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/hu.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 4.7.x\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2006-02-18 16:00+0100\n"
 "Last-Translator: Máté LABÁDI <address@hidden>\n"
 "Language-Team: Hungarian <address@hidden>\n"

Modified: trunk/po/id.po
===================================================================
--- trunk/po/id.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/id.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.1.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2014-08-11 17:30+0700\n"
 "Last-Translator: Arif E. Nugroho <address@hidden>\n"
 "Language-Team: Indonesian <address@hidden>\n"

Modified: trunk/po/it.po
===================================================================
--- trunk/po/it.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/it.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.1.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2013-09-20 13:31+0200\n"
 "Last-Translator: Francesco Groccia <address@hidden>\n"
 "Language-Team: Italian <address@hidden>\n"

Modified: trunk/po/ja.po
===================================================================
--- trunk/po/ja.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/ja.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -13,7 +13,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.1.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2014-11-07 08:03+0000\n"
 "Last-Translator: Yasuaki Taniguchi <address@hidden>\n"
 "Language-Team: Japanese <address@hidden>\n"

Modified: trunk/po/nb.po
===================================================================
--- trunk/po/nb.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/nb.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -21,7 +21,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 4.7.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2004-12-05 15:37+0100\n"
 "Last-Translator: Trond Endrest\xF8l <address@hidden>\n"
 "Language-Team: Norwegian Bokmaal <address@hidden>\n"

Modified: trunk/po/nl.po
===================================================================
--- trunk/po/nl.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/nl.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: texinfo-6.0.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2016-01-01 17:34+0100\n"
 "Last-Translator: Benno Schulenberg <address@hidden>\n"
 "Language-Team: Dutch <address@hidden>\n"

Modified: trunk/po/pl.po
===================================================================
--- trunk/po/pl.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/pl.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 6.0.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-12-22 18:32+0100\n"
 "Last-Translator: Jakub Bogusz <address@hidden>\n"
 "Language-Team: Polish <address@hidden>\n"

Modified: trunk/po/pt_BR.po
===================================================================
--- trunk/po/pt_BR.po   2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/pt_BR.po   2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.9.93\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-06-07 05:40-0300\n"
 "Last-Translator: Jorge Barros de Abreu <address@hidden>\n"
 "Language-Team: Brazilian Portuguese <address@hidden"

Modified: trunk/po/ro.po
===================================================================
--- trunk/po/ro.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/ro.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 4.7.94\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2005-05-03 12:00+05\n"
 "Last-Translator: Laurentiu Buzdugan <address@hidden>\n"
 "Language-Team: Romanian <address@hidden>\n"

Modified: trunk/po/ru.po
===================================================================
--- trunk/po/ru.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/ru.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 6.0.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-12-23 19:00+0300\n"
 "Last-Translator: Yuri Kozlov <address@hidden>\n"
 "Language-Team: Russian <address@hidden>\n"

Modified: trunk/po/rw.po
===================================================================
--- trunk/po/rw.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/rw.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 4.7.94\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <address@hidden>\n"
 "Language-Team: Kinyarwanda <address@hidden>\n"

Modified: trunk/po/sl.po
===================================================================
--- trunk/po/sl.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/sl.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 4.13\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2012-08-10 18:31+0100\n"
 "Last-Translator: Klemen Košir <address@hidden>\n"
 "Language-Team: Slovenian <address@hidden>\n"

Modified: trunk/po/sv.po
===================================================================
--- trunk/po/sv.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/sv.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 4.11.93\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2008-03-09 20:35+0100\n"
 "Last-Translator: Christian Rose <address@hidden>\n"
 "Language-Team: Swedish <address@hidden>\n"

Modified: trunk/po/tr.po
===================================================================
--- trunk/po/tr.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/tr.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.9.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-03-13 09:29-0500\n"
 "Last-Translator: Eyüp Hakan Duran <address@hidden>\n"
 "Language-Team: Turkish <address@hidden>\n"

Modified: trunk/po/uk.po
===================================================================
--- trunk/po/uk.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/uk.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 6.0.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-12-22 19:59+0200\n"
 "Last-Translator: Yuri Chornoivan <address@hidden>\n"
 "Language-Team: Ukrainian <address@hidden>\n"

Modified: trunk/po/vi.po
===================================================================
--- trunk/po/vi.po      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/vi.po      2016-02-06 12:16:13 UTC (rev 6991)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 6.0.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-12-23 07:25+0700\n"
 "Last-Translator: Trần Ngọc Quân <address@hidden>\n"
 "Language-Team: Vietnamese <address@hidden>\n"

Modified: trunk/po/zh_CN.po
===================================================================
--- trunk/po/zh_CN.po   2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/zh_CN.po   2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 4.13\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2009-05-21 15:08中国标准时间\n"
 "Last-Translator: Ji ZhengYu <address@hidden>\n"
 "Language-Team: Chinese (simplified) <address@hidden>\n"

Modified: trunk/po/zh_TW.po
===================================================================
--- trunk/po/zh_TW.po   2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po/zh_TW.po   2016-02-06 12:16:13 UTC (rev 6991)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 4.1\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2002-03-08 04:56+0800\n"
 "Last-Translator: Abel Cheung <address@hidden>\n"
 "Language-Team: Chinese (traditional) <address@hidden>\n"

Modified: trunk/po_document/ca.us-ascii.po
===================================================================
--- trunk/po_document/ca.us-ascii.po    2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/ca.us-ascii.po    2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document 5.9.93\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-06-08 17:08+0200\n"
 "Last-Translator: Walter Garcia-Fontes <address@hidden>\n"
 "Language-Team: Catalan <address@hidden>\n"

Modified: trunk/po_document/de.us-ascii.po
===================================================================
--- trunk/po_document/de.us-ascii.po    2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/de.us-ascii.po    2016-02-06 12:16:13 UTC (rev 6991)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document 5.0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2014-04-11 22:11+0100\n"
 "Last-Translator: Mario Blättermann <address@hidden>\n"
 "Language-Team: German <address@hidden>\n"

Modified: trunk/po_document/eo.po
===================================================================
--- trunk/po_document/eo.po     2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/eo.po     2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document 5.0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2013-02-27 09:07-0300\n"
 "Last-Translator: Felipe Castro <address@hidden>\n"
 "Language-Team: Esperanto <address@hidden>\n"

Modified: trunk/po_document/es.po
===================================================================
--- trunk/po_document/es.po     2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/es.po     2016-02-06 12:16:13 UTC (rev 6991)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document-5.9.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-05-21 00:04+0200\n"
 "Last-Translator: Antonio Ceballos <address@hidden>\n"
 "Language-Team: Spanish <address@hidden>\n"

Modified: trunk/po_document/fr.po
===================================================================
--- trunk/po_document/fr.po     2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/fr.po     2016-02-06 12:16:13 UTC (rev 6991)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document 6.0.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-12-23 14:42+0100\n"
 "Last-Translator: Jean-Charles Malahieude <address@hidden>\n"
 "Language-Team: French <address@hidden>\n"

Modified: trunk/po_document/hu.po
===================================================================
--- trunk/po_document/hu.po     2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/hu.po     2016-02-06 12:16:13 UTC (rev 6991)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document 5.9.93\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-06-14 20:39+0200\n"
 "Last-Translator: Balázs Úr <address@hidden>\n"
 "Language-Team: Hungarian <address@hidden>\n"

Modified: trunk/po_document/it.po
===================================================================
--- trunk/po_document/it.po     2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/it.po     2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document 5.9.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-02-24 21:36+0100\n"
 "Last-Translator: Federico Bruni <address@hidden>\n"
 "Language-Team: Italian <address@hidden>\n"

Modified: trunk/po_document/nl.po
===================================================================
--- trunk/po_document/nl.po     2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/nl.po     2016-02-06 12:16:13 UTC (rev 6991)
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document-5.0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2013-02-27 20:31+0100\n"
 "Last-Translator: Benno Schulenberg <address@hidden>\n"
 "Language-Team: Dutch <address@hidden>\n"

Modified: trunk/po_document/no.us-ascii.po
===================================================================
--- trunk/po_document/no.us-ascii.po    2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/no.us-ascii.po    2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2001-01-01\n"
 "Last-Translator: Unknown\n"
 "Language-Team: Unknown\n"

Modified: trunk/po_document/pl.po
===================================================================
--- trunk/po_document/pl.po     2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/pl.po     2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document 5.0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2013-02-28 21:35+0100\n"
 "Last-Translator: Jakub Bogusz <address@hidden>\n"
 "Language-Team: Polish <address@hidden>\n"

Modified: trunk/po_document/pt.us-ascii.po
===================================================================
--- trunk/po_document/pt.us-ascii.po    2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/pt.us-ascii.po    2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo 5.0\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2006-01-09\n"
 "Last-Translator: Jorge Barros de Abreu <address@hidden>\n"
 "Language-Team: Unknown\n"

Modified: trunk/po_document/pt_BR.us-ascii.po
===================================================================
--- trunk/po_document/pt_BR.us-ascii.po 2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/pt_BR.us-ascii.po 2016-02-06 12:16:13 UTC (rev 6991)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document 5.9.93\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-06-07 06:25-0300\n"
 "Last-Translator: Jorge Barros de Abreu <address@hidden>\n"
 "Language-Team: Brazilian Portuguese <address@hidden"

Modified: trunk/po_document/uk.po
===================================================================
--- trunk/po_document/uk.po     2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/po_document/uk.po     2016-02-06 12:16:13 UTC (rev 6991)
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: texinfo_document 5.9.90\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2016-01-31 12:21+0000\n"
+"POT-Creation-Date: 2016-02-06 11:35+0000\n"
 "PO-Revision-Date: 2015-02-28 11:24+0200\n"
 "Last-Translator: Yuri Chornoivan <address@hidden>\n"
 "Language-Team: Ukrainian <address@hidden>\n"

Modified: trunk/texindex/texindex.awk
===================================================================
--- trunk/texindex/texindex.awk 2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/texindex/texindex.awk 2016-02-06 12:16:13 UTC (rev 6991)
@@ -1,6 +1,6 @@
 # texindex.awk, generated by jrtangle from ti.twjr.
 #
-# Copyright 2014, 2015, 2016 Free Software Foundation, Inc.
+# Copyright 2014, 2015 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Texinfo.
 # 
@@ -150,7 +150,7 @@
   printf _"Copyright (C) %s Free Software Foundation, Inc.\n\
 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", "2016";
+There is NO WARRANTY, to the extent permitted by law.\n", "2015";
 
   exit EXIT_SUCCESS
 }
@@ -161,7 +161,7 @@
   EXIT_SUCCESS = 0
   EXIT_FAILURE = 1
   
-  Texindex_version = "6.0.93"
+  Texindex_version = "6.1"
   if (! Invocation_name) {
     # provide fallback in case it's not passed in.
     Invocation_name = "texindex"

Modified: trunk/texindex/texindex.in
===================================================================
--- trunk/texindex/texindex.in  2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/texindex/texindex.in  2016-02-06 12:16:13 UTC (rev 6991)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # $Id$
 #
-# Copyright 2015 Free Software Foundation, Inc.
+# Copyright 2015, 2016 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

Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm  2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/tp/Texinfo/Common.pm  2016-02-06 12:16:13 UTC (rev 6991)
@@ -71,7 +71,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 # i18n
 sub N__($)

Modified: trunk/tp/Texinfo/Convert/Converter.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Converter.pm       2016-02-06 10:53:11 UTC (rev 
6990)
+++ trunk/tp/Texinfo/Convert/Converter.pm       2016-02-06 12:16:13 UTC (rev 
6991)
@@ -60,7 +60,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,

Modified: trunk/tp/Texinfo/Convert/DocBook.pm
===================================================================
--- trunk/tp/Texinfo/Convert/DocBook.pm 2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/tp/Texinfo/Convert/DocBook.pm 2016-02-06 12:16:13 UTC (rev 6991)
@@ -55,7 +55,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 my $nbsp = '&#'.hex('00A0').';';
 my $mdash = '&#'.hex('2014').';';

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2016-02-06 12:16:13 UTC (rev 6991)
@@ -54,7 +54,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;

Modified: trunk/tp/Texinfo/Convert/IXIN.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXIN.pm    2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/tp/Texinfo/Convert/IXIN.pm    2016-02-06 12:16:13 UTC (rev 6991)
@@ -54,7 +54,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 my $ixin_version = 1;
 

Modified: trunk/tp/Texinfo/Convert/IXINSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXINSXML.pm        2016-02-06 10:53:11 UTC (rev 
6990)
+++ trunk/tp/Texinfo/Convert/IXINSXML.pm        2016-02-06 12:16:13 UTC (rev 
6991)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 0,

Modified: trunk/tp/Texinfo/Convert/Info.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Info.pm    2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/tp/Texinfo/Convert/Info.pm    2016-02-06 12:16:13 UTC (rev 6991)
@@ -45,7 +45,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 my $STDIN_DOCU_NAME = 'stdin';
 

Modified: trunk/tp/Texinfo/Convert/Paragraph.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Paragraph.pm       2016-02-06 10:53:11 UTC (rev 
6990)
+++ trunk/tp/Texinfo/Convert/Paragraph.pm       2016-02-06 12:16:13 UTC (rev 
6991)
@@ -49,7 +49,7 @@
 BEGIN {
 
 my $module = "Texinfo::Convert::XSParagraph::XSParagraph";
-our $VERSION = '6.0dev';
+our $VERSION = '6.1';
 # Module interface number, to be changed when the XS interface changes.  
 # The value used for the .xs file compilation is set in configure.ac.  
 # Both should correspond, but it should be manually changed here to make

Modified: trunk/tp/Texinfo/Convert/Plaintext.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Plaintext.pm       2016-02-06 10:53:11 UTC (rev 
6990)
+++ trunk/tp/Texinfo/Convert/Plaintext.pm       2016-02-06 12:16:13 UTC (rev 
6991)
@@ -55,7 +55,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;

Modified: trunk/tp/Texinfo/Convert/Texinfo.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Texinfo.pm 2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/tp/Texinfo/Convert/Texinfo.pm 2016-02-06 12:16:13 UTC (rev 6991)
@@ -46,7 +46,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 my %misc_commands            = %Texinfo::Common::misc_commands;
 my %brace_commands           = %Texinfo::Common::brace_commands;    

Modified: trunk/tp/Texinfo/Convert/TexinfoSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2016-02-06 10:53:11 UTC (rev 
6990)
+++ trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2016-02-06 12:16:13 UTC (rev 
6991)
@@ -50,7 +50,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 # SXML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/TexinfoXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoXML.pm      2016-02-06 10:53:11 UTC (rev 
6990)
+++ trunk/tp/Texinfo/Convert/TexinfoXML.pm      2016-02-06 12:16:13 UTC (rev 
6991)
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 # XML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/Text.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Text.pm    2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/tp/Texinfo/Convert/Text.pm    2016-02-06 12:16:13 UTC (rev 6991)
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
 # when they have no brace_command_arg, see below.

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/tp/Texinfo/Parser.pm  2016-02-06 12:16:13 UTC (rev 6991)
@@ -92,7 +92,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 sub N__($)
 {

Modified: trunk/tp/Texinfo/Structuring.pm
===================================================================
--- trunk/tp/Texinfo/Structuring.pm     2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/tp/Texinfo/Structuring.pm     2016-02-06 12:16:13 UTC (rev 6991)
@@ -70,7 +70,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.0dev';
+$VERSION = '6.1';
 
 
 my %types_to_enter;

Modified: trunk/util/pdftexi2dvi
===================================================================
--- trunk/util/pdftexi2dvi      2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/util/pdftexi2dvi      2016-02-06 12:16:13 UTC (rev 6991)
@@ -25,7 +25,7 @@
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.0) $rcs_version
+texi2pdf (GNU Texinfo 6.1) $rcs_version
 
 Copyright (C) 2016 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

Modified: trunk/util/texi2dvi
===================================================================
--- trunk/util/texi2dvi 2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/util/texi2dvi 2016-02-06 12:16:13 UTC (rev 6991)
@@ -228,7 +228,7 @@
 version ()
 {
   cat <<EOF
-texi2dvi (GNU Texinfo 6.0+dev) $rcs_version
+texi2dvi (GNU Texinfo 6.1) $rcs_version
 
 Copyright (C) 2016 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

Modified: trunk/util/texi2pdf
===================================================================
--- trunk/util/texi2pdf 2016-02-06 10:53:11 UTC (rev 6990)
+++ trunk/util/texi2pdf 2016-02-06 12:16:13 UTC (rev 6991)
@@ -25,7 +25,7 @@
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.0) $rcs_version
+texi2pdf (GNU Texinfo 6.1) $rcs_version
 
 Copyright (C) 2016 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>




reply via email to

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