summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-03-25 19:31:00 +0100
committerHans Hagen <pragma@wxs.nl>2011-03-25 19:31:00 +0100
commitc33505ae21fb29496297ad43526ba28b648e1e98 (patch)
tree7e0f1287e5e9e0490657222300aba39c820f5fcf
parent4ed30744220cf0763f968c837b0ff7dd367f19b2 (diff)
downloadcontext-c33505ae21fb29496297ad43526ba28b648e1e98.tar.gz
beta 2011.03.25 19:31
-rw-r--r--tex/context/base/cont-new.mkii2
-rw-r--r--tex/context/base/cont-new.mkiv2
-rw-r--r--tex/context/base/context.mkii2
-rw-r--r--tex/context/base/context.mkiv2
-rw-r--r--tex/context/base/font-enc.lua2
-rw-r--r--tex/context/base/font-mis.lua2
-rw-r--r--tex/context/base/font-otf.lua2
-rw-r--r--tex/context/base/status-files.pdfbin23535 -> 23536 bytes
-rw-r--r--tex/generic/context/luatex-fonts-merged.lua4
9 files changed, 9 insertions, 9 deletions
diff --git a/tex/context/base/cont-new.mkii b/tex/context/base/cont-new.mkii
index dd6fb1bf7..376e958e3 100644
--- a/tex/context/base/cont-new.mkii
+++ b/tex/context/base/cont-new.mkii
@@ -11,7 +11,7 @@
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
-\newcontextversion{2011.03.25 18:03}
+\newcontextversion{2011.03.25 19:31}
%D This file is loaded at runtime, thereby providing an
%D excellent place for hacks, patches, extensions and new
diff --git a/tex/context/base/cont-new.mkiv b/tex/context/base/cont-new.mkiv
index 7a4533c56..a206d29d5 100644
--- a/tex/context/base/cont-new.mkiv
+++ b/tex/context/base/cont-new.mkiv
@@ -11,7 +11,7 @@
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
-\newcontextversion{2011.03.25 18:03}
+\newcontextversion{2011.03.25 19:31}
%D This file is loaded at runtime, thereby providing an
%D excellent place for hacks, patches, extensions and new
diff --git a/tex/context/base/context.mkii b/tex/context/base/context.mkii
index c9f510415..d0d0f24e1 100644
--- a/tex/context/base/context.mkii
+++ b/tex/context/base/context.mkii
@@ -20,7 +20,7 @@
%D your styles an modules.
\edef\contextformat {\jobname}
-\edef\contextversion{2011.03.25 18:03}
+\edef\contextversion{2011.03.25 19:31}
%D For those who want to use this:
diff --git a/tex/context/base/context.mkiv b/tex/context/base/context.mkiv
index cba0f10f5..1c3ea57f9 100644
--- a/tex/context/base/context.mkiv
+++ b/tex/context/base/context.mkiv
@@ -20,7 +20,7 @@
%D your styles an modules.
\edef\contextformat {\jobname}
-\edef\contextversion{2011.03.25 18:03}
+\edef\contextversion{2011.03.25 19:31}
%D For those who want to use this:
diff --git a/tex/context/base/font-enc.lua b/tex/context/base/font-enc.lua
index 7e62b1eec..a06866225 100644
--- a/tex/context/base/font-enc.lua
+++ b/tex/context/base/font-enc.lua
@@ -138,7 +138,7 @@ if not encodings.agl then
setmetatable(encodings.agl, { __index = function(t,k)
report_encoding("loading (extended) adobe glyph list")
- dofile(resolvers.findfile("font-age.lua"))
+ dofile(resolvers.findfile("font-agl.lua"))
return rawget(encodings.agl,k)
end })
diff --git a/tex/context/base/font-mis.lua b/tex/context/base/font-mis.lua
index 979288913..c92eba6b5 100644
--- a/tex/context/base/font-mis.lua
+++ b/tex/context/base/font-mis.lua
@@ -22,7 +22,7 @@ local handlers = fonts.handlers
handlers.otf = handlers.otf or { }
local otf = handlers.otf
-otf.version = otf.version or 2.710
+otf.version = otf.version or 2.720
otf.cache = otf.cache or containers.define("fonts", "otf", otf.version, true)
function otf.loadcached(filename,format,sub)
diff --git a/tex/context/base/font-otf.lua b/tex/context/base/font-otf.lua
index d5de04f90..00c612999 100644
--- a/tex/context/base/font-otf.lua
+++ b/tex/context/base/font-otf.lua
@@ -47,7 +47,7 @@ local otf = fonts.handlers.otf
otf.glists = { "gsub", "gpos" }
-otf.version = 2.710 -- beware: also sync font-mis.lua
+otf.version = 2.720 -- beware: also sync font-mis.lua
otf.cache = containers.define("fonts", "otf", otf.version, true)
local fontdata = fonts.hashes.identifiers
diff --git a/tex/context/base/status-files.pdf b/tex/context/base/status-files.pdf
index 9601ad93f..ddd731194 100644
--- a/tex/context/base/status-files.pdf
+++ b/tex/context/base/status-files.pdf
Binary files differ
diff --git a/tex/generic/context/luatex-fonts-merged.lua b/tex/generic/context/luatex-fonts-merged.lua
index d627f1d4c..cfe417ab9 100644
--- a/tex/generic/context/luatex-fonts-merged.lua
+++ b/tex/generic/context/luatex-fonts-merged.lua
@@ -1,6 +1,6 @@
-- merged file : luatex-fonts-merged.lua
-- parent file : luatex-fonts.lua
--- merge date : 03/25/11 18:03:32
+-- merge date : 03/25/11 19:31:40
do -- begin closure to overcome local limits and interference
@@ -4821,7 +4821,7 @@ local otf = fonts.handlers.otf
otf.glists = { "gsub", "gpos" }
-otf.version = 2.710 -- beware: also sync font-mis.lua
+otf.version = 2.720 -- beware: also sync font-mis.lua
otf.cache = containers.define("fonts", "otf", otf.version, true)
local fontdata = fonts.hashes.identifiers