From 8f6a797ab68d6aa3f79b1c360c8de126bf77b5bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 11 Mar 2010 18:24:36 +0100 Subject: Stop writing in the tex table. --- TODO | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index b548346..7ad6c7f 100644 --- a/TODO +++ b/TODO @@ -16,15 +16,3 @@ Later ===== - change lua module name(s) (luatexbase or luatexbase.regs etc) - -regs ----- - -- Should the various allocation macros set something in a Lua table, or should - we just wait for it to be implemented in LuaTeX? (The \*blk macros would be -rather tricky in this respect, but are they really used?) - -attr ---- - -- don't write in the tex table! -- cgit v1.2.3 From e93e40e44167098e535e26cc41e3daf0fdb81245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Sat, 27 Mar 2010 14:25:12 +0100 Subject: Cleanup Lua names. --- TODO | 9 --------- 1 file changed, 9 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index b893c91..42c735f 100644 --- a/TODO +++ b/TODO @@ -18,16 +18,7 @@ Later - change lua module name(s) (luatexbase or luatexbase.regs etc) -regs ----- - -- Should the various allocation macros set something in a Lua table, or should - we just wait for it to be implemented in LuaTeX? (The \*blk macros would be -rather tricky in this respect, but are they really used?) Well, is there any -actual need for this? - cctb ---- -- don't write in the tex table! - don't define macros starting with \luatex -- cgit v1.2.3 From 86a8b1f74fad27b60acb9a14f0ad74a0f020885a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Sat, 27 Mar 2010 14:31:03 +0100 Subject: s/\luatexsetcatcoderange/\setcatcoderange/ --- TODO | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 42c735f..fa38543 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,6 @@ general - write test files - change prefix for internal TeX macros - check for lua name conflicts ('module' used in mods) -- check for macros starting with \luatex - make TeX tests cleaner: \begingroup\expandafter\ETC. - reload check, declaration, luatex test, catcodes for plain - import/update doc @@ -17,8 +16,5 @@ Later ===== - change lua module name(s) (luatexbase or luatexbase.regs etc) +- check for macros starting with \luatex -cctb ----- - -- don't define macros starting with \luatex -- cgit v1.2.3