SHA256
3
0
forked from pool/texinfo
Commit Graph

5 Commits

Author SHA256 Message Date
Dominique Leuenberger
c7f35f0a50 - Move texindex.awk to package texinfo as texindex(1) is part of
and use this awk script

- Port the texinfo-zlib.patch to new version 6.6 to solve build problems 

- Update to version 6.6:
  * 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>
    . 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 <title>
      . use section names instead of node names in generated menus

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=55
2019-09-11 08:15:31 +00:00
Dominique Leuenberger
ebd8970604 - Update to version 6.5:
* info:
    + some bugs fixed:
      a bug where a segfault could happen in the regex search, for
      example when the user entered a single \ as the search string
    + another bug which could make nodes inaccessible in long
      "split" info files
    + a bug where it was not possible to follow a cross-reference
      that was split across more than one line has been fixed
    + do not fall back to a man page if following a cross-reference
      in an info file failed
    + if looking for a file failed, do not convert the name of a
      file to lower-case and look for it again
  * texinfo.tex
    + some faulty definitions for Unicode characters have been
      changed or removed
    + fix indentation in table of contents for entries that are
      split across multiple lines
  * texi2dvi
    + a bug that broke the processing of LaTeX files that did not
      use BibTeX has been fixed
  * texi2any
    + output the encoding declaration of a HTML file earlier so it
      will always occur within first 1024 bytes of file
    + `INLINE_INSERTCOPYING' removed as a customization variable

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=49
2018-01-16 08:24:00 +00:00
Dominique Leuenberger
3edbe3ca2d 1
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=47
2017-07-24 10:28:56 +00:00
Dominique Leuenberger
cb5a774ec5 - The package texinfo now requires makeinfo of the same version
to make sure that the correct Texinfo.pm is installed 
- libzio is able to handle lz(ma) and xz files as well

- Update to 6.0
  * Language:
    + new commands @sub and @sup, for textual subscripts and 
      superscripts.
    + new command @U to insert a Unicode character by code point.
  * texinfo.tex:
    + @url/@uref output in PDF now the same as in DVI, showing the 
      url even if the second argument is given, not just as a link 
      target. TeX option \urefurlonlylinktrue gives previous 
      behavior, of invisible urls.
    + PDF-only \linkcolor and \urlcolor specify colors (default 
      black).
  * texi2any:
    + customization variable TOP_NODE_UP_URL now replaces all (dir) 
      references; recommended setting for GNU packages is /manual/.
    + new customization variable INDEX_SPECIAL_CHARS_WARNING to 
      complain when index entries contain a colon.
    + Docbook output no longer uses <lineannotation> for @r.
    + -D'var val' on the command line works as intended again.
    + --plaintext output can be split.
    + a bit faster.
  * info:
    + 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.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=42
2015-08-21 05:34:14 +00:00
Stephan Kulow
030e3dec3a 1
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=38
2015-02-16 14:02:04 +00:00