From b478c0786ed0c7fec9b8fb60b6df1704015afbc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 21 Jan 2010 21:43:41 +0100 Subject: Add 'Changes' file. --- Changes | 11 +++++++++++ Makefile | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 Changes diff --git a/Changes b/Changes new file mode 100644 index 0000000..cd5cce7 --- /dev/null +++ b/Changes @@ -0,0 +1,11 @@ + Changes in the luatexbase package/bundle + + +2010/01/21 + luatexbase-regs 0.1 + - add test files for luatex and lualatex + - extend registers with Plain-based format too + - fix \box and \marks allocation (\mathchardef -> \chardef) + - fix \*blk macros (\mathchardef -> \chardef) + +Version 0 of the bundle is part of the 2010/01/12 version of luatextra. diff --git a/Makefile b/Makefile index cf94621..697be14 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,11 @@ UNPACKED_REGS = luatexbase-regs.sty \ UNPACKED = $(UNPACKED_MCB) $(UNPACKED_REGS) COMPILED = $(DOC) GENERATED = $(COMPILED) $(UNPACKED) -SOURCE = $(DTX) $(DTXSTY) README TODO Makefile +SOURCE = $(DTX) $(DTXSTY) README TODO Changes Makefile # Files grouped by installation location RUNFILES = $(filter-out test-%, $(UNPACKED)) -DOCFILES = $(DOC) $(filter test-%, $(UNPACKED)) README TODO +DOCFILES = $(DOC) $(filter test-%, $(UNPACKED)) README TODO Changes SRCFILES = $(DTX) Makefile # The following definitions should be equivalent -- cgit v1.2.3