diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-30 01:54:44 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-30 02:37:59 +0200 |
commit | 386b1aadbcf8c67201b6e35eb08a498ac1842eab (patch) | |
tree | 9dfe7e0bc03acc61d658521aa0cdc16088719b80 /Changes | |
parent | 41a29f2e0470390b92ea244d6935c21c3fbcd999 (diff) | |
download | luatexbase-386b1aadbcf8c67201b6e35eb08a498ac1842eab.tar.gz |
Rework error functions in modutils.
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,7 @@ Summary of backwards-incompatible interface changes between 0.1 and 0.2: - \luatexsetcatcoderange has been renamed to \setcatcoderange. - luamcallbacks has been renamed; Lua objects are now in luatexbase, no more in callback.* or luamcallbacks.* + - module error/warning etc now apply string.format to the arguments. 2010/03/29 all @@ -33,6 +34,9 @@ Summary of backwards-incompatible interface changes between 0.1 and 0.2: details - better cooperation with the original package loader - works with luatex 0.25.4 + luatexbase-modutils + - module error/warning etc now apply string.format to the arguments. + - use error() instead of \errmessage. 2010/03/28 luatexbase-* |