summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--TODO6
2 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index af2201c..67ce85d 100644
--- a/Changes
+++ b/Changes
@@ -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
diff --git a/TODO b/TODO
index 46892c2..55c4f05 100644
--- a/TODO
+++ b/TODO
@@ -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.