summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-05-04 17:23:27 +0200
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-05-04 17:23:27 +0200
commit0f9a734bc3394928736cdddcd96a34db52ca8aef (patch)
tree3f45ac45e63cb0a8caf1b622b81e4712a8660137
parentbf002f0dbf584aa4079905c34ac05f91282c8bad (diff)
downloadluatexbase-0f9a734bc3394928736cdddcd96a34db52ca8aef.tar.gz
Bump version and update documentation
-rw-r--r--Changes8
-rw-r--r--luatexbase-modutils.dtx2
-rw-r--r--luatexbase.dtx6
3 files changed, 11 insertions, 5 deletions
diff --git a/Changes b/Changes
index 7b39c55..3a15578 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
Changes in the luatexbase package/bundle
-2013/04/22 v0.6
+2013/05/04 v0.6
+ attr
+ - hack to make luatexbase and luatex.sty compatible for attribute
+ allocation
+ - adding whatsit nodes allocation functions (see doc)
+ modutils
+ - adding functions to check the availability and version of a module
loader
- do not output included file paths when called by texlua
mcb
diff --git a/luatexbase-modutils.dtx b/luatexbase-modutils.dtx
index 2851286..33fc974 100644
--- a/luatexbase-modutils.dtx
+++ b/luatexbase-modutils.dtx
@@ -111,7 +111,7 @@ See the aforementioned source file(s) for copyright and licensing information.
% Grave accent \` Left brace \{ Vertical bar \|
% Right brace \} Tilde \~}
%
-% \pkdate{luatexbase-modutils}{v0.5 2013-04-13}
+% \pkdate{luatexbase-modutils}{v0.6 2013-05-04}
%
% \maketitle
%
diff --git a/luatexbase.dtx b/luatexbase.dtx
index 49b0c07..2849818 100644
--- a/luatexbase.dtx
+++ b/luatexbase.dtx
@@ -93,7 +93,7 @@ See the aforementioned source file(s) for copyright and licensing information.
% Grave accent \` Left brace \{ Vertical bar \|
% Right brace \} Tilde \~}
%
-% \pkdate{luatexbase}{v0.5 2013-04-13}
+% \pkdate{luatexbase}{v0.6 2013-05-04}
%
% \maketitle
%
@@ -116,7 +116,7 @@ See the aforementioned source file(s) for copyright and licensing information.
% \subpk{regs} extented allocation scheme for registers and the like,
% \emph{\`a la} \pk{etex}.
% \subpk{cctb} catcode table allocation.
-% \subpk{attr} attribute allocation.
+% \subpk{attr} attribute and whatsit node allocation.
% \subpk{mcb} callbacks extensions allowing to register many functions in a
% single callback, and declare new callbacks for packages.
% \subpk{modutils} Lua module declaration, including version checks.
@@ -214,7 +214,7 @@ See the aforementioned source file(s) for copyright and licensing information.
\let\x\ProvidesPackage
\fi
\expandafter\endgroup
-\x{luatexbase}[2013/04/13 v0.5 Module utilities for LuaTeX]
+\x{luatexbase}[2013/05/04 v0.6 Module utilities for LuaTeX]
% \end{macrocode}
%
% Make sure \luatex is used.