diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 16:57:52 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 16:57:52 +0200 |
commit | f78bfeb6a9d2c5e7ce7e7cf40af76cf3ad517a54 (patch) | |
tree | a335a60370580a3d06e5de16783005b6035dcea9 /Changes | |
parent | 6029a1f236941a9976801b33b95fbd7633cf326a (diff) | |
download | luatexbase-f78bfeb6a9d2c5e7ce7e7cf40af76cf3ad517a54.tar.gz |
Rename luamcallbacks.
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,7 @@ Summary of backwards-incompatible interface changes between 0.1 and 0.2: - the Lua tables tex.attributenumber and tex.catcodetablenumber are not created any more, use their couterparts in luatexbase. - \luatexsetcatcoderange has been renamed to \setcatcoderange + - renamed luamcallbacks; Lua objects are now in luatexbase.mcb 2010/03/29 all @@ -20,7 +21,9 @@ Summary of backwards-incompatible interface changes between 0.1 and 0.2: - don't create tex.catcodetablenumber - rename \luatexsetcatcoderange to \setcatcoderange - load lua-compat - luamcallbacks + luamcallbacks -> luatexbase-mcb + - rename package + - functions are now in luatexbase.mcb rather than luamcallbacks - test file now for plain and latex luatexbase-loader - require"foo.bar" now looks for foo/bar then foo.bar, see doc for |