head 1.3; access; symbols pkgsrc-2019Q3:1.2.0.36 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.34 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.32 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.30 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.28 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.26 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.24 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.22 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.20 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.16 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.14 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.12 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.10 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.8 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.6 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.4 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.2 pkgsrc-2015Q3-base:1.2; locks; strict; comment @# @; 1.3 date 2019.10.08.14.30.09; author ryoon; state dead; branches; next 1.2; commitid MijxB41KDHmwx4GB; 1.2 date 2015.08.13.20.17.03; author joerg; state Exp; branches; next 1.1; commitid 5dCeTu0MmydKd9xy; 1.1 date 2015.07.07.11.38.40; author joerg; state Exp; branches; next ; commitid ItX1MmBV9X7Cxlsy; desc @@ 1.3 log @Update to 6.7 Changelog: 6.7 (23 September 2019) * Language: . support of index subentries and sub-subentries with @@subentry . new commands @@seeentry and @@seealso in index entries . no need to wrap Top node in @@ifnottex - omitted automatically when processed with TeX . UTF-8 is the default input encoding * texi2any . for HTML output, mark index nodes in menus and tables of contents with the 'rel' attribute of the 'a' tag. . TOP_NODE_UP is now only used in HTML if TOP_NODE_UP_URL is set. Also TOP_NODE_UP should now be formatted in the output format. In HTML TOP_NODE_UP should be suitable for inclusion in HTML element attributes, so for instance should not contain elements. . support of noderename.cnf files has been removed . INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION, NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as customization variables. . TOP_NODE_FILE_TARGET now contains the extension. . error messages translated when the XS parser module is in use * texi2dvi . unconditionally run in --batch mode, i.e. without stopping if there is a TeX error . keep on going after a TeX error if the index files changed . with --tidy (or --build-dir), avoid reading index files from previous runs where --tidy was not used * info . for a tree search (with M-/), '}' and '{' work as well as 'M-}' and 'M-{' to go through the results * Distribution: . Several obsolete portability checks removed . gettext 0.20.1, automake 1.16.1 6.6 (16 February 2019) * Language: . new commands @@&, @@ampchar{} . @@cropmarks command removed . @@ctrl is no longer recognised (it was a way to insert literal control characters in Info files, but deprecated since the time of Texinfo version 2) . \usebracesinindexestrue is no longer recommended for using braces in index entries, and has been a no-op for some time * texi2any . extension modules fixed to work with the "thread-safe locales" of Perl 5.28 and newer . some code changed to stop warnings being given by newer versions of Perl . for HTML output, use `id' to define link targets instead of the `name' attribute on . A native-code implementation of the Texinfo parser has been included on an experimental basis, which makes texi2any a lot faster. Set the `TEXINFO_XS_PARSER' environment variable to 1 to use. . changes to HTML output: . omit colon after node name in menus by default (use `MENU_ENTRY_COLON' to add it back) . no special CSS for commands like @@smallexample . new customization variable `SECTION_NAME_IN_TITLE' to use the section name as the document . use section names instead of node names in generated menus . pass on flags set with -D to TeX . useless static libraries are not installed . the newline after an @@insertcopying is not output . warning given for @@multitable prototypes not in braces . @@indent and @@noindent are not allowed inside the arguments to commands where they are not meaningful . @@quote-arg and @@allow-recursion are not recognised (these two used to be recognised by makeinfo in macro definitions but were never implemented in texinfo.tex) . `FIX_TEXINFO' removed as a customization variable . do not recognise or warn about obsolete customization variables * info . debugging output with -x is not diverted to a separate infodebug file * Development: . switch from Subversion to git - https://savannah.gnu.org/git/?group=texinfo . automake 1.16 @ text @$NetBSD: patch-texindex_texindex.awk,v 1.2 2015/08/13 20:17:03 joerg Exp $ --- texindex/texindex.awk.orig 2015-06-18 20:04:07.000000000 +0000 +++ texindex/texindex.awk @@@@ -332,7 +332,9 @@@@ function field_split( \ function print_initial(initial) { if (Do_initials) { - if (index(Special_chars, initial) != 0) + if (initial == Command_char) + initial = "$\backslash$" + else if (index(Special_chars, initial) != 0) initial = Command_char initial printf("%cinitial {%s}\n", Command_char, initial) > Output_file @ 1.2 log @Fix quoting of backslash by going to math mode. Bump revision. @ text @d1 1 a1 1 $NetBSD: patch-texindex_texindex.awk,v 1.1 2015/07/07 11:38:40 joerg Exp $ @ 1.1 log @Fix quoting of initials to unbreak octave. @ text @d1 1 a1 1 $NetBSD$ d5 2 a6 1 @@@@ -333,7 +333,7 @@@@ function print_initial(initial) d9 5 a13 3 if (index(Special_chars, initial) != 0) - initial = Command_char initial + initial = Command_char initial "{}" a15 1 } @