diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-24 15:37:49 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-24 15:37:49 +0200 |
commit | cc5508e3f8260be3e521da164aa0b8b2e78134dc (patch) | |
tree | 2c875c7f2e6fbe1c228b1e9ae475e882b3c37d1a | |
parent | faafa55ce90431df2b42a0cff4955513106ddfbf (diff) | |
download | luatexbase-cc5508e3f8260be3e521da164aa0b8b2e78134dc.tar.gz |
Changes entry for version 0.4
-rw-r--r-- | Changes | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,14 +1,22 @@ Changes in the luatexbase package/bundle -The [BI] tag signals backward-incompatible changes. -Starting with v0.3, the only possible source of such changes is the upcoming -merge with luatex.sty. Afterwards, no other BI change is to be expected. +2011/00/24 v0.4 + cctb + - implement catcode table stacks à la luatex.sty + - fix \CatcodeTableLaTeX(Package): 10 (newline aka ^^J) was catcoded + 15 instead of 12 + - rename \setcatcoderange to \SetCatcodeRange (the old name remains + for compatibility but will be removed in the next version) + luatex 0.5 + - new package replacing luatex.sty from the oberdiek bundle + (see luatex.pdf for details) 2011/05/21 v0.31 attr - Bugfix: \unsetluatexattribute didn't work (reported by Dohyun Kim) 2010/10/10 v0.3 + [BI] marks backward-incompatible changes all not using LuaTeX results in an error (formerly a warning) modutils - [BI] \luatexUseModule and \luatexRequireModule replaced by |