diff options
| author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-01-21 21:43:41 +0100 | 
|---|---|---|
| committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-01-21 21:43:41 +0100 | 
| commit | b478c0786ed0c7fec9b8fb60b6df1704015afbc0 (patch) | |
| tree | ea48157d7394eebf365fbab3b3ec2bff86df6fe1 | |
| parent | 64be9a101c83d756d844496caf788e643658dad1 (diff) | |
| download | luatexbase-b478c0786ed0c7fec9b8fb60b6df1704015afbc0.tar.gz | |
Add 'Changes' file.
| -rw-r--r-- | Changes | 11 | ||||
| -rw-r--r-- | Makefile | 4 | 
2 files changed, 13 insertions, 2 deletions
@@ -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. @@ -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  | 
