summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-05 00:22:45 +0000
committerKarl Berry <karl@freefriends.org>2011-02-05 00:22:45 +0000
commit59ff7c39f8c60b525dc83055c9f100e5452297f6 (patch)
tree781f2370a5450d100c34a3f6324e8345ac10370d
parent86517b6e5dfb0db3f1287ad413391ff14491b126 (diff)
luaotfload (4feb11)
git-svn-id: svn://tug.org/texlive/trunk@21299 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/NEWS3
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdfbin168077 -> 168079 bytes
-rw-r--r--Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx12
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua4
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/otfl-font-nms.lua2
6 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/NEWS b/Master/texmf-dist/doc/luatex/luaotfload/NEWS
index 955c5fe1205..a3ea1d2f8e5 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/NEWS
+++ b/Master/texmf-dist/doc/luatex/luaotfload/NEWS
@@ -1,6 +1,9 @@
Change History
--------------
+2011/02/04, luaotfload v1.23:
+ * Fix a typo breaking fonts.names.scan()
+
2011/01/25, luaotfload v1.22:
* Remove --database-dir and --sys options from mkluatexfontdb
* Provide a "luaotfload.patch_font" callback for on the fly patching of fonts
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf
index 65dfaba73ad..e0fae6ed72c 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf
+++ b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx
index e19e8dc4cbc..958c4f10afa 100644
--- a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx
+++ b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx
@@ -36,7 +36,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: luaotfload v1.22 OpenType layout system}
+\Msg{* Package: luaotfload v1.23 OpenType layout system}
\Msg{************************************************************************}
\keepsilent
@@ -104,7 +104,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luaotfload.drv}%
- [2011/01/25 v1.22 OpenType layout system]%
+ [2011/02/04 v1.23 OpenType layout system]%
\documentclass{ltxdoc}
\usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor,xspace}
\usepackage{charter}
@@ -161,7 +161,7 @@ and the derived files
% \GetFileInfo{luaotfload.drv}
%
% \title{The \textsf{luaotfload} package}
-% \date{2011/01/25 v1.22}
+% \date{2011/02/04 v1.23}
% \author{Elie Roux and Khaled Hosny\\
% Support: \email{lualatex-dev@tug.org}}
%
@@ -455,8 +455,8 @@ module('luaotfload', package.seeall)
luaotfload.module = {
name = "luaotfload",
- version = 1.22,
- date = "2011/01/25",
+ version = 1.23,
+ date = "2011/02/04",
description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
@@ -747,7 +747,7 @@ luatexbase.add_to_callback('find_vf_file',
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
- [2011/01/25 v1.22 OpenType layout system]
+ [2011/02/04 v1.23 OpenType layout system]
\RequirePackage{luatexbase}
\fi
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua
index e8ddf3fd463..53c48b7ac71 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua
@@ -21,8 +21,8 @@ module('luaotfload', package.seeall)
luaotfload.module = {
name = "luaotfload",
- version = 1.22,
- date = "2011/01/25",
+ version = 1.23,
+ date = "2011/02/04",
description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
index 0cb6ef5a31a..6a39d683d09 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
@@ -26,7 +26,7 @@
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luaotfload}%
- [2011/01/25 v1.22 OpenType layout system]
+ [2011/02/04 v1.23 OpenType layout system]
\RequirePackage{luatexbase}
\fi
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/otfl-font-nms.lua b/Master/texmf-dist/tex/luatex/luaotfload/otfl-font-nms.lua
index b565aac0a80..828359b1dd9 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/otfl-font-nms.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/otfl-font-nms.lua
@@ -678,7 +678,7 @@ local function scan_external_dir(dir)
loaded = true
end
new_names = table.copy(old_names)
- scan_dir("zapfino", old_names, new_names)
+ scan_dir(dir, old_names, new_names)
names.data = new_names
end