diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-11 18:42:26 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-11 18:42:26 +0200 |
commit | afd1f72fe35da0060ca940dcc3840d78567d61a5 (patch) | |
tree | be3f31a1b42a828c3ec765f349ca9118667ce46a /NEWS | |
parent | b11b21c3e541f869509124917399c048e196780b (diff) | |
download | luatexbase-afd1f72fe35da0060ca940dcc3840d78567d61a5.tar.gz |
Now all luatexbase modules are identified through provides_module()
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ Changes in the luatexbase package/bundle -2013/05/04 v0.6 +2013/05/11 v0.6 all - move away from the module() function (deprecated in Lua 5.2) + - attr, loader and cctb now use provides_module attr - hack to make luatexbase and luatex.sty compatible for attribute allocation (same thing should be done for catcodetables) @@ -32,7 +33,7 @@ - fixing a bug printing "luatexbase-attr" in all documents in plain TeX -2011/00/24 v0.4 +2011/05/24 v0.4 cctb - implement catcode table stacks à la luatex.sty - fix \CatcodeTableLaTeX(Package): 10 (newline aka ^^J) was catcoded |