diff options
| -rw-r--r-- | Changes | 1 | ||||
| -rw-r--r-- | TODO | 6 | 
2 files changed, 5 insertions, 2 deletions
@@ -11,6 +11,7 @@            a single argument instead).          - change formatting of messages.          - rm module_log & module_term functions. +        - luatexbase.require_module now returns curstom err/war/inf functions.  2010/10/04      various documentation updates/fixes uploaded to CTAN @@ -1,14 +1,16 @@  modutils  -------- +- use tex.error for errors when available  - review logic: should this module be mandatory?    if not, what should happen with mixed require(), require_module(),  declaration and no declaration? +- Update user documentation including template(s) for Lua modules once the +  preceding question is decided.  mcb  --- -- Incorporate remaining bits from luatextra? -- Enhance test file? +- Enhance test file: call each function at least once  - General review of code and comments.  - Update user documentation.  | 
