summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-09-04 14:07:18 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-09-04 14:07:18 +0000
commitbd5d0f91db09b1d3dfdc289ddf2d848012e2be71 (patch)
tree14b75ff851092635d15fdf94c9d40ca35f1f6f32 /Master/texmf-dist/source/latex
parent4e235bf671868db530dfcff3f83c58f3a8389307 (diff)
hyperref v 6.78g 2008-08-20
git-svn-id: svn://tug.org/texlive/trunk@10429 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/hyperref.dtx12
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
index b729fa347f1..9e991e8e608 100644
--- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
+++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
@@ -38,7 +38,7 @@
%<puenc>\ProvidesFile{puenc.def}
%<puvnenc>\ProvidesFile{puvnenc.def}
%<puarenc>\ProvidesFile{puarenc.def}
-%<!none> [2008/08/14 v6.78f
+%<!none> [2008/08/20 v6.78g
%<package> Hypertext links for LaTeX]
%<nohyperref> Dummy hyperref (SR)]
%<driver> Hyperref documentation driver file]
@@ -114,7 +114,7 @@
\end{document}
%</driver>
% \fi
-% \CheckSum{22871}
+% \CheckSum{22876}
%
% \MakeShortVerb{|}
% \StopEventually{}
@@ -1234,6 +1234,10 @@
\let\@ifnextchar\HyPsd@new@ifnextchar
\let\@protected@testopt\HyPsd@protected@testopt
% \end{macrocode}
+% Support for package `xargs':
+% \begin{macrocode}
+ \let\@protected@testopt@xargs\HyPsd@protected@testopt
+% \end{macrocode}
%
% \subsubsection{Expansion}
% There are several possibilities to
@@ -3982,7 +3986,7 @@
\@ifundefined{Hy@pdfversion@#1}{%
\PackageWarning{hyperref}{%
Unsupported PDF version `#1'.\MessageBreak
- Valid values: 1.2 until 1.7%
+ Valid values: 1.2 until 1.9%
}%
}{%
\Hy@setpdfversiontrue
@@ -3995,6 +3999,8 @@
\@namedef{Hy@pdfversion@1.5}{5}%
\@namedef{Hy@pdfversion@1.6}{6}%
\@namedef{Hy@pdfversion@1.7}{7}%
+\@namedef{Hy@pdfversion@1.8}{8}%
+\@namedef{Hy@pdfversion@1.9}{9}%
\def\Hy@pdfversion{2}
% \end{macrocode}
%