blob: 07804c1ab61122f9f37fd69e3c3d9882c24e448b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
Changes in the luatexbase package/bundle
2010/03/28
all
- use luatexbase as the Lua module name
- change the filename of the lua module (suppress luatexbase.)
luatexbase-attr
- don't create tex.attributenumber
luatexbase-cctb
- don't create tex.catcodetablenumber
- rename \luatexsetcatcoderange to \setcatcoderange
luamcallbacks
- test file now for plain and latex
luatexbase-loader
- require"foo.bar" now looks for foo/bar then foo.bar
2010/03/28
luatexbase-*
- add catcode defenses
2010/03/27
luatexbase-loader 0.1
- add very minimal test files for luatex and lualatex
luatexbase-modutils 0.1
- add minimal test files for luatex and lualatex
- use require() (with luatexbase-loader) for loading
luatexbase-attr, luatexbase-cctb, luamcallbacks (test file)
- use luatexbase-loader
2010/03/26
luatexbase-cctb 0.1
- add minimal test files for luatex and lualatex
- fix allocation range (1->65535)
- make sure newly allocated tables are initialised
- fix sensitivity to the current value of \escapechar
- new macro \setluatexcatcodetable
2010/03/11
luatexbase-attrs 0.1
- add minimal test files for luatex and lualatex
- make sure newly allocated attributes are unset
- fix sensitivity to the current value of \escapechar
2010/01/21
luatexbase-regs 0.1
- add test files for luatex and lualatex
- extend registers with Plain-based format too
- fix \box and \marks allocation (\mathchardef -> \chardef)
- fix \*blk macros (\mathchardef -> \chardef)
Version 0 of the bundle is part of the 2010/01/12 version of luatextra.
|