diff options
| author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 19:48:59 +0200 | 
|---|---|---|
| committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 19:48:59 +0200 | 
| commit | 303b484243e8600166e79486b564df0988a81c32 (patch) | |
| tree | 92ef23343505c1cde0e933f74342785906d0d988 /Changes | |
| parent | 94007e461a25a356ffb14832aedb91c832e07595 (diff) | |
| download | luatexbase-303b484243e8600166e79486b564df0988a81c32.tar.gz | |
Fix the way names are exported in mcb.
Diffstat (limited to 'Changes')
| -rw-r--r-- | Changes | 13 | 
1 files changed, 8 insertions, 5 deletions
@@ -1,11 +1,12 @@                      Changes in the luatexbase package/bundle  Summary of backwards-incompatible interface changes between 0.1 and 0.2: -    - the luatex objects are now in table luatexbase, not luatextra -    - the Lua tables tex.attributenumber and tex.catcodetablenumber are not +    - Lua objects are now in table luatexbase, not luatextra. +    - 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 +    - \luatexsetcatcoderange has been renamed to \setcatcoderange. +    - luamcallbacks has been renamed; Lua objects are now in luatexbase, +      no more in callback.* or luamcallbacks.*  2010/03/29      all @@ -23,7 +24,9 @@ Summary of backwards-incompatible interface changes between 0.1 and 0.2:          - load lua-compat      luamcallbacks -> luatexbase-mcb          - rename package -        - functions are now in luatexbase.mcb rather than luamcallbacks +        - functions are now in luatexbase rather than luamcallbacks, they +          are no more copied to callbacks either +        - lua objects are now local (except for the public interface)          - test file now for plain and latex      luatexbase-loader          - require"foo.bar" now looks for foo/bar then foo.bar, see doc for  | 
