diff options
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | lualibs.dtx | 8 | 
2 files changed, 10 insertions, 4 deletions
@@ -1,4 +1,10 @@                          History of the lualibs package +2010/06/28 v0.95 +    * don't use kpse.set_program_name(), people loading lualibs with texlua +      should set it themselves, to avoid possible clashes +    * drop deprecated functions and aliases +    * update the documentation +  2010/05/28 v0.94      * sync with ConTeXt beta 2010.05.20, adding new functions used        by luaotfload diff --git a/lualibs.dtx b/lualibs.dtx index 78acdf8..c9e7c80 100644 --- a/lualibs.dtx +++ b/lualibs.dtx @@ -33,7 +33,7 @@  \input docstrip.tex  \Msg{************************************************************************}  \Msg{* Installation} -\Msg{* Package: lualibs 2010/06/22 v0.95 Lua additional functions.} +\Msg{* Package: lualibs 2010/06/28 v0.95 Lua additional functions.}  \Msg{************************************************************************}  \keepsilent @@ -90,7 +90,7 @@ and the derived file lualibs.lua.  %<*driver>  \NeedsTeXFormat{LaTeX2e}  \ProvidesFile{lualibs.drv} -  [2010/06/22 v0.95 Lua additional functions.] +  [2010/06/28 v0.95 Lua additional functions.]  \documentclass{ltxdoc}  \EnableCrossrefs  \CodelineIndex @@ -120,7 +120,7 @@ and the derived file lualibs.lua.  % \GetFileInfo{lualibs.drv}  %  % \title{The \textsf{lualibs} package} -% \date{2010/06/22 v0.95} +% \date{2010/06/28 v0.95}  % \author{Elie Roux \\ \texttt{elie.roux@telecom-bretagne.eu}}  %  % \maketitle @@ -164,7 +164,7 @@ module('lualibs', package.seeall)  local lualibs_module = {      name          = "lualibs",      version       = 0.95, -    date          = "2010/06/22", +    date          = "2010/06/28",      description   = "Lua additional functions.",      author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux",      copyright     = "PRAGMA ADE / ConTeXt Development Team",  | 
