summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-29 16:57:52 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-29 16:57:52 +0200
commitf78bfeb6a9d2c5e7ce7e7cf40af76cf3ad517a54 (patch)
treea335a60370580a3d06e5de16783005b6035dcea9 /Changes
parent6029a1f236941a9976801b33b95fbd7633cf326a (diff)
downloadluatexbase-f78bfeb6a9d2c5e7ce7e7cf40af76cf3ad517a54.tar.gz
Rename luamcallbacks.
Diffstat (limited to 'Changes')
-rw-r--r--Changes5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index b079d49..add6599 100644
--- a/Changes
+++ b/Changes
@@ -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