summaryrefslogtreecommitdiff
path: root/Build/source/texk/tetex/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-15 22:59:04 +0000
committerKarl Berry <karl@freefriends.org>2011-06-15 22:59:04 +0000
commit64010c944e654eb6a3c146eec17348990cfc0583 (patch)
tree0ec2616360a5e452ca332e4a691a818402de473e /Build/source/texk/tetex/ChangeLog
parent14479d9b5f3821a2bd4bce2aee8e99a954322bd0 (diff)
handle --setoption foo bar as well as foo=bar
git-svn-id: svn://tug.org/texlive/trunk@23001 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex/ChangeLog')
-rw-r--r--Build/source/texk/tetex/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/Build/source/texk/tetex/ChangeLog b/Build/source/texk/tetex/ChangeLog
index 3829a5ab394..162eb2cb59a 100644
--- a/Build/source/texk/tetex/ChangeLog
+++ b/Build/source/texk/tetex/ChangeLog
@@ -1,3 +1,21 @@
+2011-06-16 Karl Berry <karl@tug.org>
+
+ * updmap.pl: support --setoption foo bar as well as foo=bar,
+ for compatibility.
+ (setOptions): new fn.
+ (ProcessOptions): use "setoption=s{1,2}" => \@setoptions
+ instead of "setoption=s" => \%setOption, since we have to parse
+ the values manually.
+ (Getopt::Long::Configure): removing bundling, disallows the
+ =s{1,2} Getopt directive we specify for parsing.
+ Original report from Herbert Schulz,
+ mactex mail 13 Jun 2011 07:56:50.
+
+ Unrelated, sorry:
+ Add $0 to die commands.
+ (setOption): silently accept dvipdfmDownloadBase14.
+ ($verbose): remove unused variable.
+
2011-06-15 Karl Berry <karl@tug.org>
* updmap.pl: reformat long lists, reduce ####, other formatting.
@@ -8,6 +26,7 @@
other generated pdftex.map has bogus names with spaces.
Original report from Herbert Schulz,
mactex mail 13 Jun 2011 08:27:46.
+
Unrelated, sorry:
(Getopt::Long::Configure): set ignore_case_always.
(Case-insensitive option matching is the default?!)