diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2012-03-27 08:10:08 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2012-03-27 08:10:08 +0200 |
commit | daf3ac852824313dfa9465e9c722c33799698f80 (patch) | |
tree | 0dc4efea88849fee4a017eda3749e282dadb7351 | |
parent | a72e8443d44ef6a24b74e19d98c03d3c2b3e2c34 (diff) | |
download | luaotfload-1.26.tar.gz |
Prepare for releasev1.26
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | luaotfload.dtx | 13 |
2 files changed, 11 insertions, 6 deletions
@@ -1,6 +1,10 @@ Change History -------------- +2012/03/27, luaotfload v1.26: + * Enable setting italic correction values by default + * Fix finding demibold italic fonts + 2011/04/21, luaotfload v1.25: * Fix bug loading *.dfont fonts * Misc. documentation fixes diff --git a/luaotfload.dtx b/luaotfload.dtx index 5bb9b6a..d0a5784 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -36,7 +36,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload v1.25 OpenType layout system} +\Msg{* Package: luaotfload v1.26 OpenType layout system} \Msg{************************************************************************} \keepsilent @@ -104,7 +104,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaotfload.drv}% - [2011/04/21 v1.25 OpenType layout system]% + [2012/03/27 v1.26 OpenType layout system]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor,xspace} \usepackage[ @@ -166,7 +166,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \textsf{luaotfload} package} -% \date{2011/04/21 v1.25} +% \date{2012/03/27 v1.26} % \author{Elie Roux and Khaled Hosny\\ % Support: \email{lualatex-dev@tug.org}} % @@ -318,6 +318,7 @@ and the derived files % \begin{itemize*} % \item |anum|: replaces European numbers with eastern Arabic numbers or % Persian numbers, depending on the value of |language|. +% \item |itlc|: compute italic correction values (on by default). % \item |tlig|: applies legacy \tex ligatures (|``''-- -- !` ?` <<>>|). % \item |trep|: applies legacy \tex replacements (|`'"|). % \end{itemize*} @@ -452,8 +453,8 @@ module("luaotfload", package.seeall) luaotfload.module = { name = "luaotfload", - version = 1.25, - date = "2011/04/21", + version = 1.26, + date = "2012/03/27", description = "OpenType layout system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -724,7 +725,7 @@ luatexbase.add_to_callback("luaotfload.patch_font", set_sscale_diments, "unicode \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2011/04/21 v1.25 OpenType layout system] + [2012/03/27 v1.26 OpenType layout system] \RequirePackage{luatexbase} \fi |