summaryrefslogtreecommitdiff
path: root/TODO
blob: 6c43e1a416a5116f24512137ecf7800398f3727c (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
modutils
--------

- Renaming:
    \luatexUseModule
    \luatexRequireModule
    \luatexModuleError
- stop using module() inside functions
- Make more Lua objects local.
- logic (see what LaTeX2e does)
- syntax of public TeX macros and Lua functions
- General review of code and comments.
- Update user documentation.

mcallbacks
----------

- Compatibility : tex.luaversion not available in 0.25.4 :'(
- Incorporate remaining bits from luatextra?
- Make more Lua objects local.
- Stop creating functions in the callback table ?!
- Make a decision about names of public functions.
- General review of code and comments.
- Update user documentation.

luatexbase
----------

- create it, make it load the others (except maybe mcb for now)
- create general documentation

afterwards
----------

- check/adapt luatextra
- Bump version number, make zip, announce.
- engage discussion with Heiko