summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 14:00:21 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 14:00:21 +0200
commitc2d88c7822fee162286bd70fa78ce70898908d3f (patch)
tree43992e3826ef5d83d4887c32c1f4a630e73b0629
parent19f51c58f9a7eda52a1108dd836825631b3cbf08 (diff)
downloadluatexbase-c2d88c7822fee162286bd70fa78ce70898908d3f.tar.gz
Update Changes and TODO0.1
-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
--------