summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-11-05 01:21:25 +0000
committerKarl Berry <karl@freefriends.org>2007-11-05 01:21:25 +0000
commite0c1aa3f12893006b3051917a98501249ccf3f92 (patch)
tree3302015210e4ce889cc33e29ce01124013ec64cd /Build/source
parent6d557dcf9da1ad4c6602d9f79e3644e4433b82d5 (diff)
allow_multiple_suffixes unimplemented
git-svn-id: svn://tug.org/texlive/trunk@5351 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/texmf.in6
2 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index f292d81bc84..4b4ebb8f66b 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-05 Karl Berry <karl@tug.org>
+
+ * texmf.in (allow_multiple_suffixes): unimplemented.
+ Reported by Akira, 17 Feb 2007 15:44:39.
+
2007-10-24 Karl Berry <karl@tug.org>
* mktexpk (MODE) <720>: epscszz. From Akira.
diff --git a/Build/source/texk/kpathsea/texmf.in b/Build/source/texk/kpathsea/texmf.in
index 652b72f512c..21133a4f7b2 100644
--- a/Build/source/texk/kpathsea/texmf.in
+++ b/Build/source/texk/kpathsea/texmf.in
@@ -476,12 +476,6 @@ shell_escape = f
openout_any = p
openin_any = a
-% Disable search on multiple suffixes filenames. In many case, when `foo.bar'
-% is looked for, you do not want to look for `foo.bar.tex' before. This flag
-% disables searching for standard suffixes if the file name has already an
-% extension of 3 characters. Default value is true (old behaviour).
-allow_multiple_suffixes = f
-
% Allow TeX, MF, and MP to parse the first line of an input file for
% the %&format construct.
parse_first_line = t