summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2011-05-13 08:20:59 +0000
committerTaco Hoekwater <taco@elvenkind.com>2011-05-13 08:20:59 +0000
commitb640a008c7d19fbc1bd162422c1b2134df68f9f0 (patch)
tree6389eefa8f07a6b90d68e97f576a4b484c58b5ec /Build
parent2bdf36e72dbd2ff15257868ac7483574590d1e73 (diff)
fix year in luatex --version output
git-svn-id: svn://tug.org/texlive/trunk@22455 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/luatexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/luatexdir/NEWS2
-rw-r--r--Build/source/texk/web2c/luatexdir/lua/luainit.w6
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex_svnversion.h2
4 files changed, 11 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog
index 8595fbd407b..e302e229987 100644
--- a/Build/source/texk/web2c/luatexdir/ChangeLog
+++ b/Build/source/texk/web2c/luatexdir/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-13 Taco Hoekwater <taco@luatex.org>
+ * lua/luainit.w: change the copyright year to 2011.
+ * luatex_svnversion.h: updated to reflect latest luatex revision (4264)
+ * NEWS: forgot to mention synctex change
+
2011-05-12 Peter Breitenlohner <peb@mppmu.mpg.de>
* image/writepng.w: #define PNG_FP_1 for libpng < 1.5.0.
diff --git a/Build/source/texk/web2c/luatexdir/NEWS b/Build/source/texk/web2c/luatexdir/NEWS
index 30af5bba58e..6d5e4704278 100644
--- a/Build/source/texk/web2c/luatexdir/NEWS
+++ b/Build/source/texk/web2c/luatexdir/NEWS
@@ -19,6 +19,8 @@ News:
* fixed: display alignment in TRT mode.
+* luatex now uses the standard synctex files from Jérome Laurens.
+
==============================================================
Luatex beta-0.66.0 was released 20110412
diff --git a/Build/source/texk/web2c/luatexdir/lua/luainit.w b/Build/source/texk/web2c/luatexdir/lua/luainit.w
index aef829a0cb9..9c03691d8d7 100644
--- a/Build/source/texk/web2c/luatexdir/lua/luainit.w
+++ b/Build/source/texk/web2c/luatexdir/lua/luainit.w
@@ -1,6 +1,6 @@
% luainit.w
%
-% Copyright 2006-2010 Taco Hoekwater <taco@@luatex.org>
+% Copyright 2006-2011 Taco Hoekwater <taco@@luatex.org>
% This file is part of LuaTeX.
@@ -25,7 +25,7 @@
#include "ptexlib.h"
static const char _svn_version[] =
- "$Id: luainit.w 4244 2011-05-05 09:31:30Z taco $ $URL: http://foundry.supelec.fr/svn/luatex/branches/0.70.x/source/texk/web2c/luatexdir/lua/luainit.w $";
+ "$Id: luainit.w 4260 2011-05-13 07:03:44Z taco $ $URL: http://foundry.supelec.fr/svn/luatex/branches/0.70.x/source/texk/web2c/luatexdir/lua/luainit.w $";
@
TH: TODO
@@ -328,7 +328,7 @@ static void parse_options(int argc, char **argv)
"the terms of the GNU General Public License, version 2. For more\n"
"information about these matters, see the file named COPYING and\n"
"the LuaTeX source.\n\n"
- "Copyright 2010 Taco Hoekwater, the LuaTeX Team.\n");
+ "Copyright 2011 Taco Hoekwater, the LuaTeX Team.\n");
/* *INDENT-ON* */
uexit(0);
} else if (ARGUMENT_IS("credits")) {
diff --git a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
index c2eab35cbad..09bc690af5e 100644
--- a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
+++ b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
@@ -1 +1 @@
-#define luatex_svn_revision 4258
+#define luatex_svn_revision 4264