summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-20 00:24:15 +0000
committerKarl Berry <karl@freefriends.org>2007-08-20 00:24:15 +0000
commit875e79bb32ceb99ed9cd26ca6630d10e3a611b28 (patch)
tree95a58a6ef690745eb730f47b57c55057b426b84a /Master/texmf-dist/source
parent5d15743e4114b97824c00eaa61eab488ba52b233 (diff)
oberdiek grffile 1.5, inputenx 1.3 (17aug07)
git-svn-id: svn://tug.org/texlive/trunk@4767 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/grffile.dtx18
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/inputenx.dtx96
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/oberdiek.ins2
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/oberdiek.tex6
4 files changed, 65 insertions, 57 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/grffile.dtx b/Master/texmf-dist/source/latex/oberdiek/grffile.dtx
index e5306ee9074..baede332a65 100644
--- a/Master/texmf-dist/source/latex/oberdiek/grffile.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/grffile.dtx
@@ -66,7 +66,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: grffile 2007/06/13 v1.4 Extended file name support for graphics (HO)}
+\Msg{* Package: grffile 2007/08/16 v1.5 Extended file name support for graphics (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -126,7 +126,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{grffile.drv}%
- [2007/06/13 v1.4 Extended file name support for graphics (HO)]%
+ [2007/08/16 v1.5 Extended file name support for graphics (HO)]%
\documentclass{ltxdoc}
\usepackage{holtxdoc}
\begin{document}
@@ -156,7 +156,7 @@ and the derived files
% \GetFileInfo{grffile.drv}
%
% \title{The \xpackage{grffile} package}
-% \date{2007/06/13 v1.4}
+% \date{2007/08/16 v1.5}
% \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}}
%
% \maketitle
@@ -242,7 +242,7 @@ and the derived files
% \LaTeX\ limits package loading to the preamble.
%
% File names are converted, if package \xpackage{stringenc} is loaded
-% and the encodings known, see options \xoption{inputencoding} and
+% and the encodings are known, see options \xoption{inputencoding} and
% \xoption{filenameencoding}.
%
% \subsubsection{Option \xoption{inputencoding}}
@@ -286,7 +286,7 @@ and the derived files
%\grffilesetup{
% encoding,
% inputencoding=latin1,
-% fontencoding=utf8,
+% filenameencoding=utf8,
%}
%\end{verbatim}
% \end{quote}
@@ -364,7 +364,7 @@ and the derived files
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{grffile}%
- [2007/06/13 v1.4 Extended file name support for graphics (HO)]%
+ [2007/08/16 v1.5 Extended file name support for graphics (HO)]%
% \end{macrocode}
%
% \subsection{Catcode stuff}
@@ -455,7 +455,7 @@ and the derived files
% \begin{macrocode}
\let\grffile@org@Ginclude@graphics\Ginclude@graphics
\renewcommand*{\Ginclude@graphics}{%
- \ifx\grffile@fileencoding\@empty
+ \ifx\grffile@filenameencoding\@empty
\else
\ifx\grffile@inputencoding\@empty
\expandafter\ifx\csname inputencodingname\endcsname\relax
@@ -870,6 +870,10 @@ and the derived files
% Encoding support added with options \xoption{encoding},
% \xoption{inputencoding}, and \xoption{filenameencoding}.
% \end{Version}
+% \begin{Version}{2007/08/16 v1.5}
+% \item
+% Bug fix in encoding support.
+% \end{Version}
% \end{History}
%
% \PrintIndex
diff --git a/Master/texmf-dist/source/latex/oberdiek/inputenx.dtx b/Master/texmf-dist/source/latex/oberdiek/inputenx.dtx
index fc8b2d99d6b..4f400d15f0c 100644
--- a/Master/texmf-dist/source/latex/oberdiek/inputenx.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/inputenx.dtx
@@ -114,7 +114,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: inputenx 2007/06/16 v1.2 Enhanced input encoding handling (HO)}
+\Msg{* Package: inputenx 2007/08/16 v1.3 Enhanced input encoding handling (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -233,7 +233,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{inputenx.drv}%
- [2007/06/16 v1.2 Enhanced input encoding handling (HO)]%
+ [2007/08/16 v1.3 Enhanced input encoding handling (HO)]%
\documentclass{ltxdoc}
\usepackage{holtxdoc}
\usepackage{longtable}
@@ -243,7 +243,7 @@ and the derived files
%</driver>
% \fi
%
-% \CheckSum{8933}
+% \CheckSum{8935}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -264,7 +264,7 @@ and the derived files
% \GetFileInfo{inputenx.drv}
%
% \title{The \xpackage{inputenx} package}
-% \date{2007/06/16 v1.2}
+% \date{2007/08/16 v1.3}
% \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}}
%
% \maketitle
@@ -418,7 +418,7 @@ and the derived files
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{inputenx}%
- [2007/06/16 v1.2 Enhanced input encoding handling (HO)]%
+ [2007/08/16 v1.3 Enhanced input encoding handling (HO)]%
% \end{macrocode}
%
% \subsection{Encoding names}
@@ -597,7 +597,7 @@ and the derived files
%
% \begin{macrocode}
%<*alias>
-\ProvidesFile{ix-alias.def}[2007/06/16 v1.2 Alias list (inputenx)]
+\ProvidesFile{ix-alias.def}[2007/08/16 v1.3 Alias list (inputenx)]
% \end{macrocode}
% The alias mechanism is also used to hide the prefix |x-|:
% \begin{macrocode}
@@ -671,7 +671,7 @@ and the derived files
% \begin{macrocode}
%<*ascii>
\ProvidesFile{x-ascii.def}%
- [2007/06/16 v1.2 Input encoding ascii (inputenx)]%
+ [2007/08/16 v1.3 Input encoding ascii (inputenx)]%
\@inpenc@test
%</ascii>
% \end{macrocode}
@@ -681,7 +681,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-1>
\ProvidesFile{x-iso-8859-1.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-1 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-1 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
@@ -843,7 +843,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-2>
\ProvidesFile{x-iso-8859-2.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-2 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-2 (inputenx)]%
\ProvideTextCommandDefault{\textacutedbl}{%
\H{}%
}
@@ -975,7 +975,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-3>
\ProvidesFile{x-iso-8859-3.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-3 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-3 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
@@ -1041,7 +1041,7 @@ and the derived files
\DeclareInputText{185}{\i}
\DeclareInputText{186}{\c s}
\DeclareInputText{187}{\u g}
-\DeclareInputText{188}{\^j}
+\DeclareInputText{188}{\^\j}
\DeclareInputText{189}{\textonehalf}
\DeclareInputText{191}{\.z}
\DeclareInputText{192}{\@tabacckludge`A}
@@ -1112,7 +1112,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-4>
\ProvidesFile{x-iso-8859-4.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-4 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-4 (inputenx)]%
\ProvideTextCommandDefault{\textTstroke}{%
\TextSymbolUnavailable\textTstroke
}
@@ -1250,7 +1250,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-5>
\ProvidesFile{x-iso-8859-5.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-5 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-5 (inputenx)]%
\ProvideTextCommandDefault{\textnumero}{%
N%
\bgroup
@@ -1369,7 +1369,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-9>
\ProvidesFile{x-iso-8859-9.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-9 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-9 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
@@ -1531,7 +1531,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-10>
\ProvidesFile{x-iso-8859-10.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-10 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-10 (inputenx)]%
\ProvideTextCommandDefault{\textTstroke}{%
\TextSymbolUnavailable\textTstroke
}
@@ -1647,7 +1647,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-13>
\ProvidesFile{x-iso-8859-13.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-13 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-13 (inputenx)]%
\ProvideTextCommandDefault{\textbrokenbar}{%
\TextSymbolUnavailable\textbrokenbar
}
@@ -1797,7 +1797,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-14>
\ProvidesFile{x-iso-8859-14.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-14 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-14 (inputenx)]%
\DeclareInputText{160}{\nobreakspace}
\DeclareInputText{161}{\.B}
\DeclareInputText{162}{\.b}
@@ -1902,7 +1902,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-15>
\ProvidesFile{x-iso-8859-15.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-15 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-15 (inputenx)]%
\ProvideTextCommandDefault{\textasciimacron}{%
\@tabacckludge={}%
}
@@ -2046,7 +2046,7 @@ and the derived files
% \begin{macrocode}
%<*iso-8859-16>
\ProvidesFile{x-iso-8859-16.def}%
- [2007/06/16 v1.2 Input encoding iso-8859-16 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding iso-8859-16 (inputenx)]%
\ProvideTextCommandDefault{\textcommabelow}[1]{%
\hmode@bgroup
\ooalign{%
@@ -2174,7 +2174,7 @@ and the derived files
% \begin{macrocode}
%<*cp437>
\ProvidesFile{x-cp437.def}%
- [2007/06/16 v1.2 Input encoding cp437 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp437 (inputenx)]%
\ProvideTextCommandDefault{\textGamma}{%
\ensuremath\Gamma
}
@@ -2407,7 +2407,7 @@ and the derived files
% \begin{macrocode}
%<*cp850>
\ProvidesFile{x-cp850.def}%
- [2007/06/16 v1.2 Input encoding cp850 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp850 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
@@ -2606,7 +2606,7 @@ and the derived files
% \begin{macrocode}
%<*cp852>
\ProvidesFile{x-cp852.def}%
- [2007/06/16 v1.2 Input encoding cp852 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp852 (inputenx)]%
\ProvideTextCommandDefault{\textacutedbl}{%
\H{}%
}
@@ -2776,7 +2776,7 @@ and the derived files
% \begin{macrocode}
%<*cp855>
\ProvidesFile{x-cp855.def}%
- [2007/06/16 v1.2 Input encoding cp855 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp855 (inputenx)]%
\ProvideTextCommandDefault{\textblacksquare}{%
\vrule \@width .3em \@height .4em \@depth -.1em\relax
}
@@ -2933,7 +2933,7 @@ and the derived files
% \begin{macrocode}
%<*cp858>
\ProvidesFile{x-cp858.def}%
- [2007/06/16 v1.2 Input encoding cp858 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp858 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
@@ -3135,7 +3135,7 @@ and the derived files
% \begin{macrocode}
%<*cp865>
\ProvidesFile{x-cp865.def}%
- [2007/06/16 v1.2 Input encoding cp865 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp865 (inputenx)]%
\ProvideTextCommandDefault{\textGamma}{%
\ensuremath\Gamma
}
@@ -3365,7 +3365,7 @@ and the derived files
% \begin{macrocode}
%<*cp866>
\ProvidesFile{x-cp866.def}%
- [2007/06/16 v1.2 Input encoding cp866 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp866 (inputenx)]%
\ProvideTextCommandDefault{\textblacksquare}{%
\vrule \@width .3em \@height .4em \@depth -.1em\relax
}
@@ -3528,7 +3528,7 @@ and the derived files
% \begin{macrocode}
%<*cp1250>
\ProvidesFile{x-cp1250.def}%
- [2007/06/16 v1.2 Input encoding cp1250 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp1250 (inputenx)]%
\ProvideTextCommandDefault{\textacutedbl}{%
\H{}%
}
@@ -3702,7 +3702,7 @@ and the derived files
% \begin{macrocode}
%<*cp1251>
\ProvidesFile{x-cp1251.def}%
- [2007/06/16 v1.2 Input encoding cp1251 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp1251 (inputenx)]%
\ProvideTextCommandDefault{\textbrokenbar}{%
\TextSymbolUnavailable\textbrokenbar
}
@@ -3873,7 +3873,7 @@ and the derived files
% \begin{macrocode}
%<*cp1252>
\ProvidesFile{x-cp1252.def}%
- [2007/06/16 v1.2 Input encoding cp1252 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp1252 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
@@ -4068,7 +4068,7 @@ and the derived files
% \begin{macrocode}
%<*cp1257>
\ProvidesFile{x-cp1257.def}%
- [2007/06/16 v1.2 Input encoding cp1257 (inputenx)]%
+ [2007/08/16 v1.3 Input encoding cp1257 (inputenx)]%
\ProvideTextCommandDefault{\textasciiacute}{%
\@tabacckludge'{}%
}
@@ -4253,7 +4253,7 @@ and the derived files
% \begin{macrocode}
%<*dec-mcs>
\ProvidesFile{x-dec-mcs.def}%
- [2007/06/16 v1.2 Input encoding dec-mcs (inputenx)]%
+ [2007/08/16 v1.3 Input encoding dec-mcs (inputenx)]%
\ProvideTextCommandDefault{\textcent}{%
\TextSymbolUnavailable\textcent
}
@@ -4376,7 +4376,7 @@ and the derived files
% \begin{macrocode}
%<*koi8-r>
\ProvidesFile{x-koi8-r.def}%
- [2007/06/16 v1.2 Input encoding koi8-r (inputenx)]%
+ [2007/08/16 v1.3 Input encoding koi8-r (inputenx)]%
\ProvideTextCommandDefault{\textapproxequal}{%
\ensuremath\approx
}
@@ -4535,7 +4535,7 @@ and the derived files
% \begin{macrocode}
%<*mac-centeuro>
\ProvidesFile{x-mac-centeuro.def}%
- [2007/06/16 v1.2 Input encoding mac-centeuro (inputenx)]%
+ [2007/08/16 v1.3 Input encoding mac-centeuro (inputenx)]%
\ProvideTextCommandDefault{\textasciicaron}{%
\v{}%
}
@@ -4711,7 +4711,7 @@ and the derived files
% \begin{macrocode}
%<*mac-cyrillic>
\ProvidesFile{x-mac-cyrillic.def}%
- [2007/06/16 v1.2 Input encoding mac-cyrillic (inputenx)]%
+ [2007/08/16 v1.3 Input encoding mac-cyrillic (inputenx)]%
\ProvideTextCommandDefault{\textapproxequal}{%
\ensuremath\approx
}
@@ -4904,7 +4904,7 @@ and the derived files
% \begin{macrocode}
%<*mac-roman>
\ProvidesFile{x-mac-roman.def}%
- [2007/06/16 v1.2 Input encoding mac-roman (inputenx)]%
+ [2007/08/16 v1.3 Input encoding mac-roman (inputenx)]%
\ProvideTextCommandDefault{\textOmega}{%
\ensuremath\Omega
}
@@ -5130,7 +5130,7 @@ and the derived files
% \begin{macrocode}
%<*nextstep>
\ProvidesFile{x-nextstep.def}%
- [2007/06/16 v1.2 Input encoding nextstep (inputenx)]%
+ [2007/08/16 v1.3 Input encoding nextstep (inputenx)]%
\ProvideTextCommandDefault{\textacutedbl}{%
\H{}%
}
@@ -5348,7 +5348,7 @@ and the derived files
% \begin{macrocode}
%<*dfu>
\ProvidesFile{ix-utf8enc.dfu}%
- [2007/06/16 v1.2 Additions of inputenx for utf8enc.dfu]%
+ [2007/08/16 v1.3 Additions of inputenx for utf8enc.dfu]%
\DeclareUnicodeCharacter{00A0}{\nobreakspace}
\DeclareUnicodeCharacter{00AD}{\-}
\DeclareUnicodeCharacter{0100}{\@tabacckludge=A}
@@ -5378,7 +5378,7 @@ and the derived files
\DeclareUnicodeCharacter{012E}{\k I}
\DeclareUnicodeCharacter{012F}{\k i}
\DeclareUnicodeCharacter{0134}{\^J}
-\DeclareUnicodeCharacter{0135}{\^j}
+\DeclareUnicodeCharacter{0135}{\^\j}
\DeclareUnicodeCharacter{0136}{\c K}
\DeclareUnicodeCharacter{0137}{\c k}
\DeclareUnicodeCharacter{0138}{\textkra}
@@ -5528,7 +5528,7 @@ and the derived files
% \begin{macrocode}
%<*name>
\ProvidesFile{ix-name.def}%
- [2007/06/16 v1.2 Name list (inputenx)]%
+ [2007/08/16 v1.3 Name list (inputenx)]%
% \end{macrocode}
%
% \textit{List omitted here, see \xfile{ix-name.def}.}
@@ -6145,7 +6145,7 @@ and the derived files
% \begin{macrocode}
%<*slot>
\ProvidesFile{ix-slot.def}%
- [2007/06/16 v1.2 SLOT and UC to Encodings (inputenx)]%
+ [2007/08/16 v1.3 SLOT and UC to Encodings (inputenx)]%
% \end{macrocode}
%
% \textit{List omitted here, see \xfile{ix-slot.def}.}
@@ -8193,7 +8193,7 @@ and the derived files
% \begin{macrocode}
%<*uc>
\ProvidesFile{ix-uc.def}%
- [2007/06/16 v1.2 UC to LICR (inputenx)]%
+ [2007/08/16 v1.3 UC to LICR (inputenx)]%
% \end{macrocode}
%
% \textit{List omitted here, see \xfile{ix-uc.def}.}
@@ -8428,7 +8428,7 @@ and the derived files
\InputenxUC{0132}{\IJ}{}
\InputenxUC{0133}{\ij}{}
\InputenxUC{0134}{\^J}{}
-\InputenxUC{0135}{\^j}{}
+\InputenxUC{0135}{\^\j}{}
\InputenxUC{0136}{\c K}{}
\InputenxUC{0137}{\c k}{}
\InputenxUC{0138}{\textkra}{%
@@ -9154,7 +9154,7 @@ and the derived files
% \begin{macrocode}
%<*math>
\ProvidesFile{ix-math.def}%
- [2007/06/16 v1.2 Math list (inputenx)]%
+ [2007/08/16 v1.3 Math list (inputenx)]%
% \end{macrocode}
%
% The next math meaning for \cs{ss} looks a little funny.
@@ -9237,7 +9237,7 @@ and the derived files
% defined by standard \LaTeX\ without extra packages.
% \begin{macrocode}
%<*licrcmds>
- % List of known LICR commdands of inputenx 2007/06/16 v1.2
+ % List of known LICR commdands of inputenx 2007/08/16 v1.3
%
% Format: \LICRcmd{<command>}{<type>}
% Types:
@@ -9346,7 +9346,7 @@ and the derived files
%
% \begin{macrocode}
%<*dfudoc>
- % inputenx-utf8enc.txt 2007/06/16 v1.2
+ % inputenx-utf8enc.txt 2007/08/16 v1.3
% Commented additions for utf8enc.dfu
% \end{macrocode}
@@ -9446,7 +9446,7 @@ and the derived files
\DeclareUnicodeCharacter{0134}{\^J}
% LATIN CAPITAL LETTER J WITH CIRCUMFLEX
-\DeclareUnicodeCharacter{0135}{\^j}
+\DeclareUnicodeCharacter{0135}{\^\j}
% LATIN SMALL LETTER J WITH CIRCUMFLEX
\DeclareUnicodeCharacter{0136}{\c K}
@@ -10501,6 +10501,10 @@ and the derived files
% \item
% Documentation update.
% \end{Version}
+% \begin{Version}{2007/08/16 v1.3}
+% \item
+% Fix for U+0135: |\^j| $\rightarrow$ |\^\j| (Behnam Tabatabai).
+% \end{Version}
% \end{History}
%
% \PrintIndex
diff --git a/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins b/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins
index f13c1ef448e..9371e53e31d 100644
--- a/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins
+++ b/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins
@@ -1,5 +1,5 @@
% oberdiek.ins
-% 2007/07/13
+% 2007/08/16
%
% Copyright (C) 1999, 2001, 2006 by
% Heiko Oberdiek <oberdiek@uni-freiburg.de>
diff --git a/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex b/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex
index f6b900852fa..e1eafdfba25 100644
--- a/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex
+++ b/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex
@@ -6,7 +6,7 @@
\newcommand*{\Subject}{CTAN:\CTANdir}
\newcommand*{\Author}{Heiko Oberdiek}
\newcommand*{\Email}{oberdiek@uni-freiburg.de}
-\newcommand*{\Date}{2007/07/13}
+\newcommand*{\Date}{2007/08/16}
% Copyright (C) 2006 by
% Heiko Oberdiek <oberdiek@uni-freiburg.de>
@@ -196,7 +196,7 @@
[\entrysep]
\entry{flags}{2007/03/07}{0.3}{Flag setting in bit fields}%
[\entrysep]
-\entry{grffile}{2007/06/13}{1.4}{Extended file name support for graphics}%
+\entry{grffile}{2007/08/16}{1.5}{Extended file name support for graphics}%
[\entrysep]
\entry{holtxdoc}{2006/06/02}{0.7}{Private additional ltxdoc support}%
[\entrysep]
@@ -220,7 +220,7 @@
[\entrysep]
\entry{infwarerr}{2007/06/14}{1.1}{Providing info/warning/message}%
[\entrysep]
-\entry{inputenx}{2007/06/16}{1.2}{Enhanced input encoding handling}%
+\entry{inputenx}{2007/08/16}{1.3}{Enhanced input encoding handling}%
[\entrysep]
\entry{kvoptions}{2007/06/11}{2.7}{Connects package keyval with \LaTeX{} options}%
[\entrysep]