diff options
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.in | 6 | ||||
-rw-r--r-- | Master/texmf/web2c/texmf.cnf | 6 |
3 files changed, 5 insertions, 12 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 diff --git a/Master/texmf/web2c/texmf.cnf b/Master/texmf/web2c/texmf.cnf index 6c972f7f8aa..fbdaea219c4 100644 --- a/Master/texmf/web2c/texmf.cnf +++ b/Master/texmf/web2c/texmf.cnf @@ -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 |