- v2.6g (2017-11-09)
* Bugfix for clash introduced with last version. When loading `babel`
before `fontspec` the following error arose:
! Control sequence \latinencoding already defined.
- v2.6f (2017-11-05)
* Fix loading of Graphite fonts and add a little documentation
(a better interface is needed, though)
* Correct and simplify some internal code that fixes a bug in the
way some fonts are displayed in `\tracingoutput` mode.
* This also fixes an obscure bug using the API in which a query for
a selected font feature would test against the upright font in the
current family regardless of the face/shape actually in use.
* This package now complies with the `expl3` option `check-declarations`.
* Re-enable use of `HyphenChar=None` in LuaLaTeX. (Hyphenation and font
choice are decoupled in LuaTeX, except for this one setting.)
* Some internal changes needed by `unicode-math` to fix some cross-over
code.
- v2.6b (2017/07/16)
* Fix conflict with Polyglossia and `Scale=MatchLowercase`.
* New feature `IgnoreFontspecFile` to avoid loading the `.fontspec`
file for a font.
* Fix regression with `\fontspec_if_feature:nTF`
(which broke `realscripts`, oops — must improve my test suite)
Updated print/tex-dehyph-exptl{,-doc} to 0.41
Updated print/tex-diagbox{,-doc} to 2.2
Updated fonts/tex-dozenal{,-doc} to 7.0
Updated print/tex-dvips{,-doc} to 2017
Updated graphics/tex-epstopdf{,-doc} to 2.26
Updated fonts/tex-erewhon{,-doc} to 1.08
Updated devel/tex-etoolbox{,-doc} to 2.4
Updated print/tex-europasscv{,-doc} to 2017
Updated print/tex-fancyhdr{,-doc} to 3.9
Updated fonts/tex-fbb{,-doc} to 1.12
Updated fonts/tex-fetamont{,-doc} to 20170415
Updated fonts/tex-fira{,-doc} to 4.2
Updated print/tex-fixme{,-doc} to 4.4
Updated fonts/tex-fontmfizz{,-doc} to 2017
Updated fonts/tex-fontools{,-doc} to 2017
Updated fonts/tex-fontspec{,-doc} to 2.6a
Updated fonts/afm2pl to 0.7.1nb2
Updated fonts/gsftopkk to 1.19.2nb7
Updated fonts/lcdftypetools to 2.105
Updated fonts/ps2pkm to 1.8
Updated fonts/ttf2pk to 2.0nb2
Updated fonts/ttfdump to 0.5.5nb3
Updated fonts/tex-academicons{,-doc} to 1.7.0
Updated fonts/tex-adobemapping to 2016
Updated fonts/tex-alegreya{,-doc} to 2016
Updated fonts/tex-cabin{,-doc} to 2016
Updated fonts/tex-cbfonts-fd{,-doc} to 1.1
Updated fonts/tex-cmcyr{,-doc} to 2016
Updated fonts/tex-cmtiup{,-doc} to 2.1
Added fonts/tex-cmexb{,-doc} version 2016
Updated fonts/tex-cs to 2016
Updated fonts/tex-dantelogo{,-doc} to 0.03
Updated fonts/tex-drm{,-doc} to 4.4
Updated fonts/tex-erewhon{,-doc} to 1.05
Updated fonts/tex-fbb{,-doc} to 1.10
Updated fonts/tex-fetamont{,-doc} to 1.6
Updated fonts/tex-fira{,-doc} to 4.1.39731
Updated fonts/tex-fontawesome{,-doc} to 4.6.3.1
Updated fonts/tex-fontname{,-doc} to 2016
Updated fonts/tex-fontools{,-doc} to 2016
Updated fonts/tex-fontspec{,-doc} to 2.5a
Updated fonts/tex-gothic{,-doc} to 2016
Updated fonts/tex-inconsolata{,-doc} to 1.10
Updated fonts/tex-ipaex-type1{,-doc} to 0.3b.39722
Updated fonts/tex-knuth-local to 2016
Updated fonts/tex-luaotfload{,-doc} to 2.7.2
Updated fonts/tex-mflogo{,-doc} to 2016
Updated fonts/tex-newpx{,-doc} to 1.295
Updated fonts/tex-newtx{,-doc} to 1.466
Updated fonts/tex-newtxsf{,-doc} to 1.04
Updated fonts/tex-roboto{,-doc} to 2016
Updated fonts/tex-sourcecodepro{,-doc} to 2.6
Updated fonts/tex-sourceserifpro{,-doc} to 1.2
Updated fonts/tex-tex-gyre-math{,-doc} to 2016
Added fonts/tex-ptex-fonts{,-doc} version 0.0.2016
Changes:
* Add a real error message when a font cannot be found.
* Add "Letters=Random" feature.
* Fix bug in which "Unknown feature `'..." warnings
were shown in the log file.
* Some small documentation improvements.
Changes:
* Internal changes for luatexbase v0.3.
* Bug fix when \itdefault is "sl" rather than "it".
E.g., when using the "slides" class.
* Minor internal changes, including merging some code from unicode-math.
* New documentation for defining custom kerning and ligatures
when using LuaLaTeX.
* Fix bug when defining bold italic fonts by filename.
* Avoid infinite loop when the Latin script is requested for a font
that does not contain it. TODO: a suitable fallback script should be
chosen; right now we just ignore the script selection.
* Fix for bug introduced in the last release:
small caps weren't being automatically selected correctly
* Fix for colours bug introduced in the last update
* Fix for for bad interaction with LuaLaTeX and fallback fonts
(such as using \slshape when no slanted font specified)
* Behaviour/messaging improvement when scripts/languages are requested
that do not exist in the font
* Fix bug with detecting font features/scripts in some cases with:
- `\fontspec_if_feature:n(TF)`
- `\fontspec_if_language:n(TF)`
- `\fontspec_if_current_script:n(TF)`
- `\fontspec_if_current_language:n(TF)`
* Some messages in the log file are improved
* Code for "visible space" fixed for LuaLaTeX use
* Lots of internal changes to bring the implementation closer
to being "native expl3".