Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
update NEWS; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Gesang committed Jul 23, 2013
1 parent e00d066 commit f2f3234
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
History of the lualibs package
2013/07/23 v2.0c/
* sync with Context beta as of 2013-07-14

2013/05/18 v2.0/
* sync with Context beta as of 2013.04.29 20:30
* merge with mtx-package
Expand Down
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Source files:
NEWS doc/luatex/lualibs/NEWS
README doc/luatex/lualibs/README
test-lualibs.lua source/luatex/lualibs/test-lualibs.lua
whatsnew.lua source/luatex/lualibs/whatsnew.lua

Derived files:
lualibs.lua tex/luatex/lualibs/lualibs.lua
Expand Down
21 changes: 11 additions & 10 deletions lualibs.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
% See ConTeXt's mreadme.pdf for the license.
%
% This work consists of the main source file lualibs.dtx
% and the derived file lualibs.lua.
% and the derived files lualibs.lua, lualibs-basic.lua,
% and lualibs-extended.lua.
%
% Unpacking:
% tex lualibs.dtx
%
% Documentation:
% pdflatex lualibs.dtx
% lualatex lualibs.dtx
%
% The class ltxdoc loads the configuration file ltxdoc.cfg
% if available. Here you can specify further options, e.g.
Expand All @@ -33,7 +34,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
\Msg{* Package: lualibs 2013/05/18 v2.00 Lua additional functions.}
\Msg{* Package: lualibs 2013/07/23 v2.0c Lua additional functions.}
\Msg{************************************************************************}

\keepsilent
Expand All @@ -44,7 +45,7 @@
\preamble
This is a generated file.

Copyright (C) 2009 by PRAGMA ADE / ConTeXt Development Team
Copyright (C) 2009--2013 by PRAGMA ADE / ConTeXt Development Team

See ConTeXt's mreadme.pdf for the license.

Expand Down Expand Up @@ -86,7 +87,7 @@ and the derived file lualibs.lua.
\Msg{* To finish the installation you have to move the following}
\Msg{* files into a directory searched by TeX:}
\Msg{*}
\Msg{* lualibs.lua}
\Msg{* lualibs.lua, lualibs-basic.lua, lualibs-extended.lua}
\Msg{*}
\Msg{* Happy TeXing!}
\Msg{*}
Expand All @@ -100,7 +101,7 @@ and the derived file lualibs.lua.
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{lualibs.drv}
[2013/05/18 v2.00 Lua Libraries.]
[2013/07/23 v2.0c Lua Libraries.]
\documentclass{ltxdoc}
\usepackage{fancyvrb,xspace}
\usepackage[x11names]{xcolor}
Expand Down Expand Up @@ -201,7 +202,7 @@ and the derived file lualibs.lua.
% \GetFileInfo{lualibs.drv}
%
% \title{The \identifier{lualibs} package}
% \date{2013/05/18 v2.00}
% \date{2013/07/23 v2.0c}
% \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\
% Philipp Gesang · \email{philipp.gesang@alumni.uni-heidelberg.de}}
%
Expand Down Expand Up @@ -417,7 +418,7 @@ lualibs = lualibs or { }
lualibs.module_info = {
name = "lualibs",
version = 2.00,
date = "2013/05/18",
date = "2013/07/23",
description = "ConTeXt Lua standard libraries.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
Expand Down Expand Up @@ -558,7 +559,7 @@ local loadmodule = lualibs.loadmodule
local lualibs_basic_module = {
name = "lualibs-basic",
version = 2.00,
date = "2013/05/18",
date = "2013/07/23",
description = "ConTeXt Lua libraries -- basic collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
Expand Down Expand Up @@ -639,7 +640,7 @@ lualibs = lualibs or { }
local lualibs_extended_module = {
name = "lualibs-extended",
version = 2.00,
date = "2013/05/18",
date = "2013/07/23",
description = "ConTeXt Lua libraries -- extended collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
Expand Down

0 comments on commit f2f3234

Please sign in to comment.