diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-06 17:18:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-06 17:18:20 +0000 |
commit | 44caba75c2bcdde541bd619bfa2ad748839bfd67 (patch) | |
tree | bd45c551e8a30f4a6497a6968c69967b51c4f2af /Build/source/texk/kpathsea/ChangeLog | |
parent | 7331f23b85b1ccb12a1a1b745a005ec07ff2af6e (diff) |
luatex->lua, try .luc before .lua
git-svn-id: svn://tug.org/texlive/trunk@4551 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 9d0816ea3e7..32cbf895a3e 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,11 @@ +2007-07-06 Karl Berry <karl@tug.org> + + * tex-file.c (init_path) <kpse_lua_format>: let's make the format + name be lua rather than luatex; otherwise kpsewhich -format=luatex + finds kpse_tex_format sometimes, and it seems unnecessary to debug + that just now. + (LUA_SUFFIXES): put compiled suffixes first. + 2007-07-05 Karl Berry <karl@tug.org> * tex-file.h (kpse_file_format_type): define kpse_lua_format. |