diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-04 11:49:12 +0200 | 
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-04 11:49:12 +0200 | 
| commit | 21b1fb201a2fd9f058c1fee24dbd29df1debe6f7 (patch) | |
| tree | 6c441a4a3f0b9eedaca9caf5bb0302cc12af95e2 | |
| parent | ae1b47cb7dbf4ed21129cbf1116865b63a87b95e (diff) | |
| download | luaotfload-21b1fb201a2fd9f058c1fee24dbd29df1debe6f7.tar.gz | |
bump version; add/update attributions
| -rw-r--r-- | luaotfload-auxiliary.lua | 2 | ||||
| -rw-r--r-- | luaotfload-colors.lua | 6 | ||||
| -rw-r--r-- | luaotfload-database.lua | 2 | ||||
| -rw-r--r-- | luaotfload-features.lua | 4 | ||||
| -rw-r--r-- | luaotfload-loaders.lua | 8 | ||||
| -rw-r--r-- | luaotfload-override.lua | 6 | ||||
| -rwxr-xr-x | luaotfload-tool.lua | 13 | 
7 files changed, 29 insertions, 12 deletions
diff --git a/luaotfload-auxiliary.lua b/luaotfload-auxiliary.lua index bf567e3..fde4e24 100644 --- a/luaotfload-auxiliary.lua +++ b/luaotfload-auxiliary.lua @@ -4,7 +4,7 @@  --  DESCRIPTION:  part of luaotfload  -- REQUIREMENTS:  luaotfload 2.2  --       AUTHOR:  Khaled Hosny, Élie Roux, Philipp Gesang ---      VERSION:  1.0 +--      VERSION:  2.2  --      CREATED:  2013-05-01 14:40:50+0200  -----------------------------------------------------------------------  -- diff --git a/luaotfload-colors.lua b/luaotfload-colors.lua index 3d8bfab..1525214 100644 --- a/luaotfload-colors.lua +++ b/luaotfload-colors.lua @@ -1,9 +1,9 @@  if not modules then modules = { } end modules ['luaotfload-colors'] = { -    version   = 1.001, +    version   = 2.200,      comment   = "companion to luaotfload.lua (font color)", -    author    = "Khaled Hosny and Elie Roux", +    author    = "Khaled Hosny, Elie Roux, Philipp Gesang",      copyright = "Luaotfload Development Team", -    license   = "GPL" +    license   = "GNU GPL v2"  }  local newnode            = node.new diff --git a/luaotfload-database.lua b/luaotfload-database.lua index 6f95208..8faeba2 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -1,7 +1,7 @@  if not modules then modules = { } end modules ['luaotfload-database'] = {      version   = 2.2,      comment   = "companion to luaotfload.lua", -    author    = "Khaled Hosny and Elie Roux", +    author    = "Khaled Hosny, Elie Roux, Philipp Gesang",      copyright = "Luaotfload Development Team",      license   = "GNU GPL v2"  } diff --git a/luaotfload-features.lua b/luaotfload-features.lua index 0bdd16f..0665804 100644 --- a/luaotfload-features.lua +++ b/luaotfload-features.lua @@ -1,7 +1,7 @@  if not modules then modules = { } end modules ["features"] = { -    version   = 1.000, +    version   = 2.200,      comment   = "companion to luaotfload.lua", -    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL", +    author    = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang",      copyright = "PRAGMA ADE / ConTeXt Development Team",      license   = "see context related readme files"  } diff --git a/luaotfload-loaders.lua b/luaotfload-loaders.lua index 8ab6b29..c9c30de 100644 --- a/luaotfload-loaders.lua +++ b/luaotfload-loaders.lua @@ -1,3 +1,11 @@ +if not modules then modules = { } end modules ["loaders"] = { +    version   = 2.200, +    comment   = "companion to luaotfload.lua", +    author    = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang", +    copyright = "PRAGMA ADE / ConTeXt Development Team", +    license   = "see context related readme files" +} +  local fonts = fonts  --- diff --git a/luaotfload-override.lua b/luaotfload-override.lua index 2b9ef8b..d796b0e 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -1,12 +1,11 @@  if not modules then modules = { } end modules ['luat-ovr'] = { -    version   = 1.001, +    version   = 2.2,      comment   = "companion to luatex-*.tex", -    author    = "Khaled Hosny and Elie Roux", +    author    = "Khaled Hosny, Elie Roux, Philipp Gesang",      copyright = "Luaotfload Development Team",      license   = "GNU GPL v2"  } -  local module_name = "luaotfload"  local texiowrite_nl = texio.write_nl @@ -27,6 +26,7 @@ We recreate the verbosity levels previously implemented in font-nms:      ==========================================================  --doc]]-- +  local loglevel = 1 --- default  local logout   = "log" diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 0833842..827ece9 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -1,8 +1,17 @@  #!/usr/bin/env texlua +----------------------------------------------------------------------- +--         FILE:  luaotfload-tool.lua +--  DESCRIPTION:  database functionality +-- REQUIREMENTS:  luaotfload 2.2 +--       AUTHOR:  Khaled Hosny, Élie Roux, Philipp Gesang +--      VERSION:  2.2 +--      CREATED:  2013-05-01 14:40:50+0200 +-----------------------------------------------------------------------  --[[doc-- -This file was originally written by Elie Roux and Khaled Hosny and is under CC0 -license (see http://creativecommons.org/publicdomain/zero/1.0/legalcode). +This file was originally written (as \fileent{mkluatexfontdb.lua}) by +Elie Roux and Khaled Hosny and is under CC0 license (see +http://creativecommons.org/publicdomain/zero/1.0/legalcode).  This file is a wrapper for the luaotfload font names module  (luaotfload-database.lua). It is part of the luaotfload bundle, please  | 
