SHA256
6
0
forked from pool/texinfo

- Update to version 6.3:

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=46
This commit is contained in:
2017-01-25 21:33:01 +00:00
committed by Git OBS Bridge
parent bb5858efa1
commit 7ecdae972c
7 changed files with 54 additions and 21 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jan 20 10:02:38 UTC 2017 - rmaliska@suse.com
- Update to version 6.3:
* Language:
+ The commands `@setcontentsaftertitlepage' and
`@setshortcontentsaftertitlepage' have been removed.
+ @-commands are no longer supported within `@errormsg'.
* texinfo.tex:
+ For a couple of characters (opening and closing braces), use glyphs
from the standard TeX math fonts instead of using EC fonts which are
less likely to be installed.
+ Use of user-defined macros in the text of an index entry is more
reliable when the text contains Texinfo @-commands.
+ @synindex and @syncodeindex have been fixed (broken in the last
release).
+ Support added for native UTF-8 support with XeTeX and LuaTeX.
+ Support of PDF output with XeTeX improved.
+ You can use a new file doc/texinfo-ja.tex for Texinfo documents in
Japanese. doc/short-sample-ja.tex is a sample document. New
support file doc/txi-ja.tex for Japanese.
+ texi2any:
+ Fix handling of compiler options when building Perl extension modules.
* texi2dvi:
+ Can now process files whose absolute paths contain space characters,
as long a relative path to the file is given. Better support of
files with unusual characters in their names.
+ No longer exits prematurely in some circumstances (due to the script
running under "set -e").
+ Bug fixed which made the `--command' and `--tidy' options
incompatible.
* info:
+ Handling of "invalid" value in infokey file fixed.
-------------------------------------------------------------------
Sun Jul 24 16:11:18 UTC 2016 - p.drouand@gmail.com