diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-04 20:57:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-04 20:57:14 +0000 |
commit | 70aaae3b3c98fb6357c846ad54ce2367e9682f50 (patch) | |
tree | f0446e015c31510a11ada780ad4978dce03ad104 /Master/texmf-dist/doc/latex/base/changes.txt | |
parent | be53f9d0af947622afca67b99c89a90d5c08dbd4 (diff) |
latex2e (4oct19)
git-svn-id: svn://tug.org/texlive/trunk@52286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/base/changes.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/base/changes.txt | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/base/changes.txt b/Master/texmf-dist/doc/latex/base/changes.txt index 39c56074ba4..5415b5b0022 100644 --- a/Master/texmf-dist/doc/latex/base/changes.txt +++ b/Master/texmf-dist/doc/latex/base/changes.txt @@ -5,6 +5,161 @@ are not part of the distribution. ======================================================================= ######################### +# 2019-10-01 Release +######################### + +2019-09-21 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * fontdef.dtx: + Make alias definition robust independently (gh/184) + +2019-09-16 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltxdoc.dtx (section{Old Comments}): + Say that oldcomments may not be accurate any more (gh/180) + +2019-09-14 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltfinal.dtx (subsection{Lccodes and uccodes}): + process UTF-8 chars prior to case changing (github/177) + +2019-09-11 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltclass.dtx (subsection{Providing shipment}): + Support optional argument for filecontents to allow overwrite + and nosearch + +2019-08-30 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * lterror.dtx (subsection{Tracing}): + Dummy defs for \conditionally@traceon and \conditionally@traceoff added + +2019-08-29 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltmiscen.dtx (subsection{Environments}): + Make \begin/\end robust + +2019-08-27 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * lttab.dtx: Make various commands robust + + * ltspace.dtx: Make various commands robust + + * ltsect.dtx: Make various commands robust + + * ltpictur.dtx: Make various commands robust + + * ltpage.dtx: Make various commands robust + + * ltoutput.dtx: Make \AtBeginDvi robust + + * ltmiscen.dtx: Make various commands robust + + * ltmath.dtx: Make various commands robust + + * ltlogos.dtx: Make \TeX logo robust + + * ltidxglo.dtx: Make \index and \glossary robust + + * ltfssini.dtx: Various commands made robust + + * ltfssdcl.dtx: Make math accents and delimiters robust + + * ltfssbas.dtx: Various commands made robust + + * ltfiles.dtx: Make \IfFileExists and \InputIf FileExists robust + + * ltdefns.dtx: Various commands made robust + Make assignments by \MakeRobust global as we need to apply them + in a group once in a while. + + * ltclass.dtx: Various commands made robust + + * ltboxes.dtx: Various commands made robust + + * classes.dtx: Various commands made robust + + * fontdef.dtx: Various commands made robust + +2019-08-22 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltxref.dtx (subsection{Cross Referencing}): + Allow \p@... commands in \refstepcounter definition to have an + argument (receiving the \the...). This was previously only the + case when varioref was loaded. + +2019-07-11 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * utf8ienc.dtx (subsection{The mapping table}): + Accept typical f-ligatures and st in utf8 encoding (github/154) + +2019-07-09 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * utf8ienc.dtx (subsection{Housekeeping}): + Temp rollback fix for e-pTeX as that engines doesn't yet know + \ifincsname (so now features are unavailable there) + + * ltfssbas.dtx (subsection{Macros for loading fonts}): + Don't set any \f@... macros in \DeclareErrorFont as this side + effect is wrong! (pr/4399) + + * ltfssini.dtx (subsection{Miscellaneous}): + Explicitly set some defaults for NFSS + (because of change to \DeclareErrorFont) + + * slifonts.fdd: Explicitly set some defaults for NFSS + (because of change to \DeclareErrorFont) + +2019-07-01 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltfiles.dtx (section{File Handling}): + Support UTF-8 in \includeonly + (subsection{Safe Input Macros}): + Support UTF-8 and spaces in \IfFileExists and \InputIfFileExists + + * ltclass.dtx (subsection{Providing shipment}): + Support UTF-8 and spaces in filecontents environment file name. + +2019-04-09 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * utf8ienc.dtx: adjustment for extended UTF-8 support in pdftex, + supporting UTF-8 in labels and refs and in filenames and typeouts. + + * ltfinal.dtx: adjustment for extened UTF-8 support in pdftex + +2019-03-06 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * nfssfont.dtx (section{The code}): Added a default action + "\table\bye" which is the most common case, so one can now simply + hit enter and doesn't need to type something in. + +2019-02-07 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * utf8ienc.dtx (subsection{The mapping table}): + Added 27E8 and 27E9 (github/110) + +2019-02-07 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltfssbas.dtx (subsection{Macros for loading fonts}): + Changed wording of warning (github/107) + +2019-02-07 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * ltfiles.dtx (subsection{Safe Input Macros}): + Expand \@filef@und before executing second argument (github/109) + +2019-02-06 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * utf8ienc.dtx (subsection{The mapping table}): + Fixed U+012F which should have an i not a dotless i (github/122) + +2018-12-30 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * lttab.dtx (subsection{array and tabular environments}): + Add extra \hskip1sp to guard against an \unskip at the start of + a c-column cell (gh/102) + +######################### # 2018-12-01 Release ######################### |