diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-07-12 08:53:30 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-07-12 08:53:30 +0300 |
commit | 1c29862b5427973213ef3165de592230f047948a (patch) | |
tree | 5820d01431e8d04c1e4695f8f5f420faf30c510c | |
parent | 5eb463020c94b064e1032a4aff2eefc82a58f495 (diff) | |
download | luaotfload-1c29862b5427973213ef3165de592230f047948a.tar.gz |
Prepare for releasev1.16
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | luaotfload.dtx | 10 |
2 files changed, 10 insertions, 5 deletions
@@ -1,6 +1,11 @@ Change History -------------- +2010/07/12, luaotfload v1.16: + * support keys prefixed by "+", for compatibility with XeTeX + * remove the progress bar from mkluatexfontdb, it is of little use now + * minor code a documentation cleanups + 2010/06/28, luaotfload v1.15: * anum feature did not work as advertised * add system shipped TTC fonts on Mac OS X to the blacklist, until the diff --git a/luaotfload.dtx b/luaotfload.dtx index 1fa1e7c..6c68db1 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -35,7 +35,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload 2010/06/28 v1.15 ConTeXt font loading system} +\Msg{* Package: luaotfload 2010/07/12 v1.16 ConTeXt font loading system} \Msg{************************************************************************} \keepsilent @@ -102,7 +102,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaotfload.drv}% - [2010/06/28 v1.15 ConTeXt font loading system]% + [2010/07/12 v1.16 ConTeXt font loading system]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb} \usepackage[colorlinks=true]{hyperref} @@ -140,7 +140,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \textsf{luaotfload} package} -% \date{2010/06/28 v1.15} +% \date{2010/07/12 v1.16} % \author{ Elie Roux\footnote{\texttt{elie.roux@telecom-bretagne.eu}} % \and Khaled Hosny\footnote{\texttt{khaledhosny@eglug.org}}} % @@ -438,7 +438,7 @@ module('luaotfload', package.seeall) luaotfload.module = { name = "luaotfload", version = 1.15, - date = "2010/06/28", + date = "2010/07/12", description = "ConTeXt font loading system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -729,7 +729,7 @@ end \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2010/06/28 v1.15 ConTeXt font loading system] + [2010/07/12 v1.16 ConTeXt font loading system] \RequirePackage{luatextra} \fi |