eplain[48] trunk: version 3.9
commits+karl at tug.org
commits+karl at tug.org
Fri May 31 18:06:47 CEST 2019
Revision: 48
http://tug.org/svn/eplain?view=revision&revision=48
Author: karl
Date: 2019-05-31 18:06:47 +0200 (Fri, 31 May 2019)
Log Message:
-----------
version 3.9
Modified Paths:
--------------
trunk/ChangeLog
trunk/Makefile
trunk/NEWS
trunk/eplain.tex
trunk/xeplain.tex
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2019-05-31 16:06:34 UTC (rev 47)
+++ trunk/ChangeLog 2019-05-31 16:06:47 UTC (rev 48)
@@ -1,3 +1,27 @@
+2019-05-31 Karl Berry <karl at freefriends.org>
+
+ * Version 3.9.
+
+ * Makefile (browse_dir): use -y to zip to preserve top-level
+ symlink for CTAN.
+
+ * btxmac.tex (\providecommand): forgot rename of \@continuenewcommand
+ to \@btxcontinuenewcommand, causing \@optionalusercs undefined error.
+ 0.99p. Also doc fixes.
+ https://tug.org/pipermail/tex-eplain/2019/000983.html
+
+2019-05-29 Karl Berry <karl at freefriends.org>
+
+ * doc/eplain.texi: version 3.9, May 2019.
+ * doc/hlink.texi (Making PDF outlines): new section,
+ following https://tug.org/pipermail/tex-eplain/2016/000911.html.
+ * doc/*.texi: typos, https.
+
+2019-05-28 Karl Berry <karl at freefriends.org>
+
+ * doc/hlink.texi (Introduction to hyperlinks):
+ option [dvipdfm] better for \enablehyperlinks example.
+
2016-05-14 Karl Berry <karl at freefriends.org>
* Version 3.8.
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2019-05-31 16:06:34 UTC (rev 47)
+++ trunk/Makefile 2019-05-31 16:06:47 UTC (rev 48)
@@ -1,7 +1,7 @@
# $Id$
# Makefile for Eplain. This file is public domain.
-version = 3.8
+version = 3.9
dist_name = eplain-$(version)
# Categories of the files in the source tree.
@@ -82,9 +82,9 @@
# now also copy .tds.zip into dest dir, without version number:
cp $^ $(dist_upload_dir)/eplain.tds.zip
# make upload zip as combination, including top-level directory:
- cd $(dist_upload_dir) && zip -qr ../$@ *
+ cd $(dist_upload_dir) && zip -qry ../$@ *
rm -rf $(dist_upload_dir)
- zipinfo -1 $@ >/tmp/zu
+ zipinfo -l $@ >/tmp/zu
@ls -l $@
@echo
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2019-05-31 16:06:34 UTC (rev 47)
+++ trunk/NEWS 2019-05-31 16:06:47 UTC (rev 48)
@@ -1,6 +1,10 @@
$Id$
This file records noteworthy changes. This file is public domain.
+
3.9 (31 May 2019)
+* btxmac.tex missed one macro renaming, making \providecommand fail.
+* url updates in documentation.
+
3.8 (12 May 2016)
* btxmac.tex internal macros renamed to avoid conflict with babel's plain.def.
* Update ifpdf.sty.
Modified: trunk/eplain.tex
===================================================================
--- trunk/eplain.tex 2019-05-31 16:06:34 UTC (rev 47)
+++ trunk/eplain.tex 2019-05-31 16:06:47 UTC (rev 48)
@@ -1,10 +1,10 @@
%% @texfile{
%% author = "Karl Berry, Steven Smith, Oleg Katsitadze, and others",
-%% version = "3.8",
-%% date = "Thu May 12 09:13:53 PDT 2016",
+%% version = "3.9",
+%% date = "Thu May 30 08:55:47 PDT 2019",
%% filename = "eplain.tex",
%% email = "bug-eplain at tug.org",
-%% checksum = "4135 9294 134238",
+%% checksum = "4135 9294 134244",
%% codetable = "ASCII",
%% supported = "yes",
%% docstring = "This file defines macros that extend and expand on
@@ -184,8 +184,8 @@
\fi
%% @texfile{
%% author = "Karl Berry and Oren Patashnik",
-%% version = "0.99o",
-%% date = "10 May 2016",
+%% version = "0.99p",
+%% date = "30 May 2019",
%% filename = "btxmac.tex",
%% address = "tex-eplain at tug.org",
%% supported = "yes",
@@ -441,9 +441,9 @@
\long\def\providecommand#1{%
\def\@btxcommandname{#1}%
\expandafter\ifx\@btxcommandname \@undefined
- \let\cs=\@continuenewcommand % undefined, so we'll define it
+ \let\cs=\@btxcontinuenewcommand % undefined, so we'll define it
\else
- \let\cs=\@gobble % already defined, so ignore it
+ \let\cs=\@gobble % already defined, so ignore it
\fi
\@getoptionalarg\cs
}%
@@ -4131,5 +4131,5 @@
\def\fmtname{eplain}%
\def\eplain{t}%
{\edef\plainversion{\fmtversion}%
- \xdef\fmtversion{3.8: 12 May 2016 (and plain \plainversion)}%
+ \xdef\fmtversion{3.9: 30 May 2019 (and plain \plainversion)}%
}%
Modified: trunk/xeplain.tex
===================================================================
--- trunk/xeplain.tex 2019-05-31 16:06:34 UTC (rev 47)
+++ trunk/xeplain.tex 2019-05-31 16:06:47 UTC (rev 48)
@@ -1,10 +1,11 @@
% xeplain.tex: macros for nonformatting. Written 1989--94 by (mostly)
-% Karl Berry. Some additions/changes 1997--98 by Adam Lewenberg.
+% Karl Berry. Some additions/changes 1997--98 by Adam Lewenberg,
+% with subsequent contributions from many people.
% These macros are in the public domain.
%
% This is the ``extended plain'' TeX format that's described in
-% `eplain.texinfo', which you should have received with this file. We
-% assume plain has been loaded.
+% `eplain.texi', which you should have received with this file.
+% It assumes that plain has been loaded.
%
% N.B.: A version number is defined at the beginning and end of this file;
% please change those numbers whenever the file is modified!
More information about the tex-eplain-commits
mailing list