From b47d2dedb7926d63f081bbe3fad758575c9dbf5b Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 27 May 2013 02:17:53 +0000 Subject: spelling update 5/27 git-svn-id: svn://tug.org/texlive/trunk@30715 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/spelling/spelling-main.lua | 13 +++++++------ Master/texmf-dist/scripts/spelling/spelling-recurse.lua | 2 +- Master/texmf-dist/scripts/spelling/spelling-stage-1.lua | 2 +- Master/texmf-dist/scripts/spelling/spelling-stage-2.lua | 2 +- Master/texmf-dist/scripts/spelling/spelling-stage-3.lua | 2 +- Master/texmf-dist/scripts/spelling/spelling-stage-4.lua | 2 +- 6 files changed, 12 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/spelling/spelling-main.lua b/Master/texmf-dist/scripts/spelling/spelling-main.lua index 937054732e2..8aaecbda0cf 100755 --- a/Master/texmf-dist/scripts/spelling/spelling-main.lua +++ b/Master/texmf-dist/scripts/spelling/spelling-main.lua @@ -16,7 +16,7 @@ -- -- @author Stephan Hennig -- @copyright 2012, 2013 Stephan Hennig --- @release version 0.4 +-- @release version 0.41 -- @@ -25,8 +25,8 @@ if luatexbase.provides_module then luatexbase.provides_module( { name = 'spelling', - date = '2013/05/23', - version = '0.4', + date = '2013/05/25', + version = '0.41', description = 'support for spell-checking of LuaTeX documents', author = 'Stephan Hennig', licence = 'LPPL ver. 1.3c', @@ -165,8 +165,9 @@ PKG_spelling = {} --- Determine unique IDs for user-defined whatsit nodes used by this -- package. Package luatexbase provides user-defined whatsit node ID -- allocation since version v0.6 (TL 2013). For older package versions, --- we start allocating at an arbitrary hard-coded value of 35**8 --- (ca. 2**41). +-- we start allocating at an arbitrary hard-coded value of 13**8 +-- (ca. 2**30). Note, for compatibility with LuaTeX 0.70.2, the value +-- must be less than 2^31. -- -- @return Table mapping names to IDs. local function __allocate_whatsit_ids() @@ -176,7 +177,7 @@ local function __allocate_whatsit_ids() ids.start_tag = luatexbase.new_user_whatsit_id('start_tag', 'spelling') ids.end_tag = luatexbase.new_user_whatsit_id('end_tag', 'spelling') else - local uid = 35^8 + local uid = 13^8 ids.start_tag = uid + 1 ids.end_tag = uid + 2 end diff --git a/Master/texmf-dist/scripts/spelling/spelling-recurse.lua b/Master/texmf-dist/scripts/spelling/spelling-recurse.lua index 4de903db36b..70b48eea2b8 100755 --- a/Master/texmf-dist/scripts/spelling/spelling-recurse.lua +++ b/Master/texmf-dist/scripts/spelling/spelling-recurse.lua @@ -18,7 +18,7 @@ -- -- @author Stephan Hennig -- @copyright 2012, 2013 Stephan Hennig --- @release version 0.4 +-- @release version 0.41 -- -- @trick Prevent LuaDoc from looking past here for module description. --[[ Trick LuaDoc into entering 'module' mode without using that command. diff --git a/Master/texmf-dist/scripts/spelling/spelling-stage-1.lua b/Master/texmf-dist/scripts/spelling/spelling-stage-1.lua index 0f4afe9bb69..c54bac98eb8 100755 --- a/Master/texmf-dist/scripts/spelling/spelling-stage-1.lua +++ b/Master/texmf-dist/scripts/spelling/spelling-stage-1.lua @@ -16,7 +16,7 @@ -- -- @author Stephan Hennig -- @copyright 2012, 2013 Stephan Hennig --- @release version 0.4 +-- @release version 0.41 -- -- @trick Prevent LuaDoc from looking past here for module description. --[[ Trick LuaDoc into entering 'module' mode without using that command. diff --git a/Master/texmf-dist/scripts/spelling/spelling-stage-2.lua b/Master/texmf-dist/scripts/spelling/spelling-stage-2.lua index 1a397217a16..c7cb98f1f2b 100755 --- a/Master/texmf-dist/scripts/spelling/spelling-stage-2.lua +++ b/Master/texmf-dist/scripts/spelling/spelling-stage-2.lua @@ -21,7 +21,7 @@ -- -- @author Stephan Hennig -- @copyright 2012, 2013 Stephan Hennig --- @release version 0.4 +-- @release version 0.41 -- -- @trick Prevent LuaDoc from looking past here for module description. --[[ Trick LuaDoc into entering 'module' mode without using that command. diff --git a/Master/texmf-dist/scripts/spelling/spelling-stage-3.lua b/Master/texmf-dist/scripts/spelling/spelling-stage-3.lua index 436fe6422fd..613e6af995e 100755 --- a/Master/texmf-dist/scripts/spelling/spelling-stage-3.lua +++ b/Master/texmf-dist/scripts/spelling/spelling-stage-3.lua @@ -25,7 +25,7 @@ -- -- @author Stephan Hennig -- @copyright 2012, 2013 Stephan Hennig --- @release version 0.4 +-- @release version 0.41 -- -- @trick Prevent LuaDoc from looking past here for module description. --[[ Trick LuaDoc into entering 'module' mode without using that command. diff --git a/Master/texmf-dist/scripts/spelling/spelling-stage-4.lua b/Master/texmf-dist/scripts/spelling/spelling-stage-4.lua index ab4fabb22f7..ce027c8c50c 100755 --- a/Master/texmf-dist/scripts/spelling/spelling-stage-4.lua +++ b/Master/texmf-dist/scripts/spelling/spelling-stage-4.lua @@ -19,7 +19,7 @@ -- -- @author Stephan Hennig -- @copyright 2012, 2013 Stephan Hennig --- @release version 0.4 +-- @release version 0.41 -- -- @trick Prevent LuaDoc from looking past here for module description. --[[ Trick LuaDoc into entering 'module' mode without using that command. -- cgit v1.2.3