[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6363] prepare for 6.0
From: |
Gavin D. Smith |
Subject: |
[6363] prepare for 6.0 |
Date: |
Fri, 26 Jun 2015 12:36:38 +0000 |
Revision: 6363
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6363
Author: gavin
Date: 2015-06-26 12:36:32 +0000 (Fri, 26 Jun 2015)
Log Message:
-----------
prepare for 6.0
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
trunk/doc/refcard/txirefcard.tex
trunk/doc/version-stnd.texi
trunk/doc/version.texi
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/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 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/ChangeLog 2015-06-26 12:36:32 UTC (rev 6363)
@@ -1,3 +1,8 @@
+2015-06-26 Gavin Smith <address@hidden>
+
+ * NEWS, util/texi2dvi, util/texi2pdf,
+ doc/refcard/txirefcard.tex, configure.ac: 6.0 release.
+
2015-06-25 Gavin Smith <address@hidden>
* doc/texinfo.texi (Multiple Spaces): Correct explanation of @NL.
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/NEWS 2015-06-26 12:36:32 UTC (rev 6363)
@@ -23,6 +23,7 @@
-------------------------------------------------------------------------------
+6.0 (26 June 2015)
* Language:
. new commands @sub and @sup, for textual subscripts and superscripts.
. new command @U to insert a Unicode character by code point.
@@ -44,8 +45,8 @@
. a bit faster.
* info:
- . invoking `info foo bar' looks for bar as an index entry in manual foo,
- if not found as a top-level menu item.
+ . invoking as `info foo bar' looks for bar as an index entry in manual
+ foo, if not found as a top-level menu item.
. invoking info with an absolute or explicitly relative file name
(./foo.info, /tmp/foo.info, etc.) just visits that file.
. separate `infokey' program has been removed - the .infokey file is
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/configure.ac 2015-06-26 12:36:32 UTC (rev 6363)
@@ -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], [5.9.96], address@hidden)
+AC_INIT([GNU Texinfo], [6.0], 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 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/doc/refcard/txirefcard.tex 2015-06-26 12:36:32 UTC (rev 6363)
@@ -50,7 +50,7 @@
% Summary node in the Texinfo manual, originally written by Bob Chassell.
\def\versionyear{2015} % year manual was updated
-\def\versionTexinfo{5.2} % version of Texinfo this manual is for
+\def\versionTexinfo{6.0} % 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 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/doc/version-stnd.texi 2015-06-26 12:36:32 UTC (rev 6363)
@@ -1,4 +1,4 @@
@set UPDATED 11 May 2015
@set UPDATED-MONTH May 2015
address@hidden EDITION 5.9.96
address@hidden VERSION 5.9.96
address@hidden EDITION 6.0
address@hidden VERSION 6.0
Modified: trunk/doc/version.texi
===================================================================
--- trunk/doc/version.texi 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/doc/version.texi 2015-06-26 12:36:32 UTC (rev 6363)
@@ -1,4 +1,4 @@
address@hidden UPDATED 3 June 2015
address@hidden UPDATED 26 June 2015
@set UPDATED-MONTH June 2015
address@hidden EDITION 5.9.96
address@hidden VERSION 5.9.96
address@hidden EDITION 6.0
address@hidden VERSION 6.0
Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/tp/Texinfo/Common.pm 2015-06-26 12:36:32 UTC (rev 6363)
@@ -71,7 +71,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
# i18n
sub N__($)
Modified: trunk/tp/Texinfo/Convert/Converter.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Converter.pm 2015-06-25 22:48:32 UTC (rev
6362)
+++ trunk/tp/Texinfo/Convert/Converter.pm 2015-06-26 12:36:32 UTC (rev
6363)
@@ -60,7 +60,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
my %defaults = (
'ENABLE_ENCODING' => 1,
Modified: trunk/tp/Texinfo/Convert/DocBook.pm
===================================================================
--- trunk/tp/Texinfo/Convert/DocBook.pm 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/tp/Texinfo/Convert/DocBook.pm 2015-06-26 12:36:32 UTC (rev 6363)
@@ -54,7 +54,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
my $nbsp = '&#'.hex('00A0').';';
my $mdash = '&#'.hex('2014').';';
Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/tp/Texinfo/Convert/HTML.pm 2015-06-26 12:36:32 UTC (rev 6363)
@@ -54,7 +54,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
# 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 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/tp/Texinfo/Convert/IXIN.pm 2015-06-26 12:36:32 UTC (rev 6363)
@@ -54,7 +54,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
my $ixin_version = 1;
Modified: trunk/tp/Texinfo/Convert/IXINSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXINSXML.pm 2015-06-25 22:48:32 UTC (rev
6362)
+++ trunk/tp/Texinfo/Convert/IXINSXML.pm 2015-06-26 12:36:32 UTC (rev
6363)
@@ -53,7 +53,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
my %defaults = (
'ENABLE_ENCODING' => 0,
Modified: trunk/tp/Texinfo/Convert/Info.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Info.pm 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/tp/Texinfo/Convert/Info.pm 2015-06-26 12:36:32 UTC (rev 6363)
@@ -45,7 +45,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
my $STDIN_DOCU_NAME = 'stdin';
Modified: trunk/tp/Texinfo/Convert/Texinfo.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Texinfo.pm 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/tp/Texinfo/Convert/Texinfo.pm 2015-06-26 12:36:32 UTC (rev 6363)
@@ -46,7 +46,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
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 2015-06-25 22:48:32 UTC (rev
6362)
+++ trunk/tp/Texinfo/Convert/TexinfoSXML.pm 2015-06-26 12:36:32 UTC (rev
6363)
@@ -50,7 +50,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
# SXML specific
my %defaults = (
Modified: trunk/tp/Texinfo/Convert/TexinfoXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoXML.pm 2015-06-25 22:48:32 UTC (rev
6362)
+++ trunk/tp/Texinfo/Convert/TexinfoXML.pm 2015-06-26 12:36:32 UTC (rev
6363)
@@ -52,7 +52,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
# XML specific
my %defaults = (
Modified: trunk/tp/Texinfo/Convert/Text.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Text.pm 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/tp/Texinfo/Convert/Text.pm 2015-06-26 12:36:32 UTC (rev 6363)
@@ -52,7 +52,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
# 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 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/tp/Texinfo/Parser.pm 2015-06-26 12:36:32 UTC (rev 6363)
@@ -92,7 +92,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
sub N__($)
{
Modified: trunk/tp/Texinfo/Structuring.pm
===================================================================
--- trunk/tp/Texinfo/Structuring.pm 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/tp/Texinfo/Structuring.pm 2015-06-26 12:36:32 UTC (rev 6363)
@@ -69,7 +69,7 @@
@EXPORT = qw(
);
-$VERSION = '5.1.90';
+$VERSION = '6.0';
my %types_to_enter;
Modified: trunk/util/pdftexi2dvi
===================================================================
--- trunk/util/pdftexi2dvi 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/util/pdftexi2dvi 2015-06-26 12:36:32 UTC (rev 6363)
@@ -25,9 +25,9 @@
# obliged to.
if test "x$1" = x--version; then
cat <<EOF
-texi2pdf (GNU Texinfo 5.2) $rcs_version
+texi2pdf (GNU Texinfo 6.0) $rcs_version
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2015 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.
Modified: trunk/util/texi2dvi
===================================================================
--- trunk/util/texi2dvi 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/util/texi2dvi 2015-06-26 12:36:32 UTC (rev 6363)
@@ -235,7 +235,7 @@
version ()
{
cat <<EOF
-texi2dvi (GNU Texinfo 5.2) $rcs_version
+texi2dvi (GNU Texinfo 6.0) $rcs_version
Copyright (C) 2015 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 2015-06-25 22:48:32 UTC (rev 6362)
+++ trunk/util/texi2pdf 2015-06-26 12:36:32 UTC (rev 6363)
@@ -25,9 +25,9 @@
# obliged to.
if test "x$1" = x--version; then
cat <<EOF
-texi2pdf (GNU Texinfo 5.2) $rcs_version
+texi2pdf (GNU Texinfo 6.0) $rcs_version
-Copyright (C) 2013 Free Software Foundation, Inc.
+Copyright (C) 2015 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6363] prepare for 6.0,
Gavin D. Smith <=