summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-30 18:30:52 +0000
committerKarl Berry <karl@freefriends.org>2008-04-30 18:30:52 +0000
commit1bbe1e023af3abf0bce342ecfd49b09053ca7b28 (patch)
treeab2775b3e00a4ce0f38528484f21931189e9823f /Build/source/texk/kpathsea/ChangeLog
parent763297a5e1bde6cb95513b12bbaa8b3a8c1b6894 (diff)
try_std_extension_first config value, and recognize .sty/.cls/etc. as common TeX suffixes
git-svn-id: svn://tug.org/texlive/trunk@7752 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 5c7261320e2..0d710629cc8 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,18 @@
+2008-04-30 Karl Berry <karl@tug.org>
+
+ * kpsewhich.c (read_command_line): leave two spaces before alt
+ suffixes, just so they can be distinguished.
+
+ * tex-file.c (ALT_TEX_SUFFIXES): define this (rather belatedly)
+ to check for .sty, .cls, etc.
+ Rename other *_SUFFIXES to ALT_*_SUFFIXES.
+
+ * kpathsea.texi (File lookup): Document this.
+ * tex-file.c: (target_fontmaps, target_asis_name,
+ target_suffixed_names): new fns.
+ (kpse_find_file_generic): call them, respecting new cnf value
+ try_std_extension_first.
+
2008-04-29 Karl Berry <karl@tug.org>
* Makefile.in (install-data): do not cd $(srcdir) in any rule,