From e9a299c8f4aa81e112221ac58d8c584a7cd50d83 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 28 Apr 2008 16:09:54 +0000 Subject: hyperref update (25apr08) git-svn-id: svn://tug.org/texlive/trunk@7705 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/latex/hyperref/hyperref.dtx | 27 ++++++++++++++++++---- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/source/latex') diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index 34f7b252451..2358cabc4cd 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -39,7 +39,7 @@ %\ProvidesFile{puenc.def} %\ProvidesFile{puvnenc.def} %\ProvidesFile{puarenc.def} -% [2008/04/22 v6.77t +% [2008/04/24 v6.77u % Hypertext links for LaTeX] % Dummy hyperref (SR)] % Hyperref documentation driver file] @@ -116,7 +116,7 @@ \end{document} % % \fi -% \CheckSum{22885} +% \CheckSum{22898} % % \MakeShortVerb{|} % \StopEventually{} @@ -6817,7 +6817,7 @@ \ifHy@pdfa \define@key{Field}{#2}{% \PackageError{hyperref}{% - PDF/A: Additional action #2 is prohibited% + PDF/A: Additional action `#2' is prohibited% }\@ehc }% \else @@ -6834,9 +6834,13 @@ \Hy@temp{onblur} \Hy@temp{onenter} \Hy@temp{onexit} +\def\Hy@temp#1{% + \define@key{Field}{#1}{% + \Field@addtoks{#1}{##1}% + }% +} \Hy@temp{onselect} \Hy@temp{onchange} -\Hy@temp{onclick} \Hy@temp{ondblclick} \Hy@temp{onmousedown} \Hy@temp{onmouseup} @@ -6846,7 +6850,20 @@ \Hy@temp{onkeypress} \Hy@temp{onkeydown} \Hy@temp{onkeyup} -% +\ifHy@pdfa + \define@key{Field}{onclick}{% + \PackageError{hyperref}{% + PDF/A: Action `#2' is prohibited% + }\@ehc + }% +\else + \define@key{Field}{onclick}{% + \def\Fld@onclick{#1}% + \Field@addtoks{onclick}{#1}% + }% +\fi +% \end{macrocode} +% \begin{macrocode} \DeclareRobustCommand\TextField{% \@ifnextchar[{\@TextField}{\@TextField[]}% } -- cgit v1.2.3