summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes13
-rw-r--r--TODO1
2 files changed, 14 insertions, 0 deletions
diff --git a/Changes b/Changes
index be473e4..3dc90ef 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,18 @@
Changes in the luatexbase package/bundle
+2010/03/28
+ luatexbase-*
+ - add catcode defenses
+
+2010/03/27
+ luatexbase-loader 0.1
+ - add very minimal test files for luatex and lualatex
+ luatexbase-modutils 0.1
+ - add minimal test files for luatex and lualatex
+ - use require() (with luatexbase-loader) for loading
+ luatexbase-attr, luatexbase-cctb, luamcallbacks (test file)
+ - use luatexbase-loader
+
2010/03/26
luatexbase-cctb 0.1
- add minimal test files for luatex and lualatex
diff --git a/TODO b/TODO
index c032e39..b105d41 100644
--- a/TODO
+++ b/TODO
@@ -23,6 +23,7 @@ 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
--------