diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 53 |
1 files changed, 24 insertions, 29 deletions
@@ -1,37 +1,32 @@ -Later -===== - -- check for user macros starting with \luatex -- change lua module name(s) (luatexbase or luatexbase.regs etc) -- compat with LuaTeX 0.25.4? (Means problems with \directlua, primitive names, - kpse.find_file(..., 'lua'), etc.) Maybe do a compat package? - -attr ----- - -- don't write in the tex table! - -cctb ----- - -- don't write in the tex table! -- don't define macros starting with \luatex - -loader ------- - -- a.b.c -> a/b/c or a/b.c or a.b.c? What do to with files under texmf/scripts? -- adujst names of the modules afterwards -- write doc -- make a real test using a fake texmf tree as TEXMFHOME? - modutils -------- -Review extensively. +- Renaming: + \luatexUseModule + \luatexRequireModule +- syntax of public TeX macros and Lua functions +- create private functions for infwarrerr? +- review logic (see what LaTeX2e does) +- General review of code and comments. +- Update user documentation. mcallbacks ---------- -Review extensively. +- Incorporate remaining bits from luatextra? +- Enhance test file? +- 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 |