summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/catcodes/actcodes.sty7
-rw-r--r--Master/texmf-dist/tex/generic/catcodes/catcodes.RLS3
-rw-r--r--Master/texmf-dist/tex/generic/catcodes/stacklet.sty8
3 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/catcodes/actcodes.sty b/Master/texmf-dist/tex/generic/catcodes/actcodes.sty
index 3e6f516592f..f868dec158b 100644
--- a/Master/texmf-dist/tex/generic/catcodes/actcodes.sty
+++ b/Master/texmf-dist/tex/generic/catcodes/actcodes.sty
@@ -1,5 +1,5 @@
\input plainpkg
-\ProvidesPackage{actcodes}[2012/09/19 v0.2 active characters (UL)]
+\ProvidesPackage{actcodes}[2012/11/07 v0.2a active characters (UL)]
%%
%% Copyright (C) 2012 Uwe Lueck,
%% http://www.contact-ednotes.sty.de.vu
@@ -123,7 +123,7 @@
%% the `\catcode' change, although the latter is superfluous here
%% TODO ...
%%
-%% `niceverb' also provides `\MakeNormal\<char>', it may migrate
+%% `niceverb' also provides |\MakeNormal\<char>|, it may migrate %% |...| 2012/11/07
%% to here in the future, and there may be |\MakeActiveNormal\<char>|
%% extending the above `\MakeActiveOther' TODO ...
%%
@@ -143,4 +143,5 @@ v0.1 2012/08/26 started, almost completed
2012/08/27 completed; realizing \Push...At ..., bug fixes
v0.2 2012/08/28 \global\let, \def -> \gdef
2012/09/16 \MakeActive
- 2012/09/19 doc: stacklet
+ 2012/09/19 doc.: stacklet
+v0.2a 2012/11/07 doc.: |...| on \MakeNormal
diff --git a/Master/texmf-dist/tex/generic/catcodes/catcodes.RLS b/Master/texmf-dist/tex/generic/catcodes/catcodes.RLS
index 7a74abb475a..56603a9bf46 100644
--- a/Master/texmf-dist/tex/generic/catcodes/catcodes.RLS
+++ b/Master/texmf-dist/tex/generic/catcodes/catcodes.RLS
@@ -1,2 +1,3 @@
\ProvidesFile{catcodes.RLS} %% RELEASE INFO
- [2012/09/20 r0.1 initial release]
+ [2012/11/07 r0.1a documentation corrected/extended]
+ [2012/09/20 r0.1 initial release]
diff --git a/Master/texmf-dist/tex/generic/catcodes/stacklet.sty b/Master/texmf-dist/tex/generic/catcodes/stacklet.sty
index 3324a8391e3..b2f3ee4cf65 100644
--- a/Master/texmf-dist/tex/generic/catcodes/stacklet.sty
+++ b/Master/texmf-dist/tex/generic/catcodes/stacklet.sty
@@ -1,5 +1,5 @@
\input plainpkg
-\ProvidesPackage{stacklet}[2012/08/27 v0.3 private letters (UL)]
+\ProvidesPackage{stacklet}[2012/11/07 v0.3a private letters (UL)]
%%
%% Copyright (C) 2012 Uwe Lueck,
%% http://www.contact-ednotes.sty.de.vu
@@ -31,6 +31,7 @@
%% \emph{Without} \LaTeX, both `\input stacklet.sty' and
%% `\input plainpkg' load `stacklet.sty'.
%%
+%% \filbreak %% 2012/11/07
%% === Commands and Syntax ===
%% \label{sec:stacklet-cmds}
%% 'stacklet.sty' provides
@@ -56,7 +57,8 @@
\noexpand\string}
%% I.e., ?`cat_stack' will expand to
%% \[?`string'\,?`cat_stack'\,?`string'\]
-%% in the notation of the \ctanpkgref{dowith} package.
+%% in the notation of the \ctanpkgref{dowith} package
+%% documentation. %% 2012/11/06
% \withcsname\show cat_stack\endcsname
%%
%% === Pushing ===
@@ -117,3 +119,5 @@ v0.2 2012/08/26 \with_catstack containing \endcsname and with
restructured
2012/08/27 \PushCatMakeLetterAt fixed
v0.3 2012/08/27 def.s global
+v0.3a 2012/11/06 doc.: "documentation"
+ 2012/11/07 \filbreak