summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO34
1 files changed, 17 insertions, 17 deletions
diff --git a/TODO b/TODO
index ae2a47b..68f3b24 100644
--- a/TODO
+++ b/TODO
@@ -1,27 +1,27 @@
general
-------
-- write test files
-- change prefix for internal TeX macros
-- check for lua name conflicts ('module' used in mods)
-- make TeX tests cleaner: \begingroup\expandafter\ETC.
-- reload check, declaration, luatex test, catcodes for plain
-- import/update doc
-- date & changes entry
-
-- redo module loading in packages once mods is done.
-- adjust preamble to avoid duplicated list of files (refer to DTX instead)
+- check for user macros starting with \luatex
+- change lua module name(s) (luatexbase or luatexbase.regs etc)
+- check for macros starting with \luatex
+- compat with LuaTeX 0.25.4? (Means problems with \directlua, primitive names,
+ kpse.find_file(..., 'lua'), etc.) Maybe do a compat package?
loader
------
-- a.b.c -> a/b/c or a/b.c or a.b.c
+- 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?
-Later
-=====
+modutils
+--------
-- change lua module name(s) (luatexbase or luatexbase.regs etc)
-- check for macros starting with \luatex
-- compat with LuaTeX 0.25.4? (Means problems with \directlua, primitive names,
- kpse.find_file(..., 'lua'), etc.)
+Review extensively.
+
+mcallbacks
+----------
+
+Review extensively.