* 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
- Drop require on perl(Locale::Messages) as long as we bundle
perl-libintl-perl (the system one leaves tests failing)
- Do not provide perl() - the modules are not globally available
(bsc#1062028)
- Change perl requires to be exactly the perl version makeinfo was
built against. We ship a perl loadable module which is hard
linked to the right version.
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=48
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