summaryrefslogtreecommitdiff
path: root/macros/latex/base/changes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/base/changes.txt')
-rw-r--r--macros/latex/base/changes.txt186
1 files changed, 177 insertions, 9 deletions
diff --git a/macros/latex/base/changes.txt b/macros/latex/base/changes.txt
index 54d25d641d..6b82d58616 100644
--- a/macros/latex/base/changes.txt
+++ b/macros/latex/base/changes.txt
@@ -5,6 +5,175 @@ are not part of the distribution.
=======================================================================
#########################
+# 2020-02-02 Release
+#########################
+
+2020-01-28 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltclass.dtx (subsection{Providing shipment}):
+ Allow spaces in option string and display
+ only unknown options not the whole option list (gh/256)
+
+2020-01-27 David Carlisle <David.Carlisle@latex-project.org>
+
+ * ltclass.dtx: Fix text of error message in filecontents
+
+2020-01-25 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltoutenc.dtx (subsection{The fontenc package}):
+ Load encoding files only once (except when doing rollback)
+ (part of gh/255)
+
+2020-01-25 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * fontdef.dtx (subsection{Encodings}):
+ Load t1enc.def last (part of gh/255)
+
+2020-01-22 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * lttextcomp.dtx: The overall default is \textcompsubstdefault
+ not \substdefault
+
+2020-01-20 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltfssdcl.dtx (section{Interface Commands}):
+ \DeclareMathDelimiter needs to use \protected for robustness (gh/251)
+
+ * ltoutenc.dtx (subsubsection{Math material}):
+ \{ and \} need to use \protected for robustness (gh/251)
+
+2020-01-12 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltfssini.dtx (section{Custom series settings for main document families}):
+ Cleaning up the code for \rmfamily, \sffamily, \ttfamily and adding
+ hooks to support Japanese implementations.
+
+2020-01-05 David Carlisle <David.Carlisle@latex-project.org>
+
+ * base/ltclass.dtx: Support more write streams for
+ filecontents in LuaTeX (gh/238)
+
+
+2020-01-05 Marcel Fabian Krüger <Marcel@latex-project.org>
+ * base/ltluatex.dtx: New reverselist callback type.
+
+
+2019-12-24 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * lttextcomp.dtx: Implement text companion symbols in the kernel
+ (formerly textcomp package).
+
+2019-12-21 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * fontdef.dtx:
+ Make remaing alias definition robust independently (gh/184)
+
+2019-12-20 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * classes.dtx (subsubsection{Itemize}):
+ Normalize the itemlabels by providing \itemlabelfont
+ (defaulting to \normalfont)
+
+2019-12-18 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltoutenc.dtx: improve \add@accent
+
+ * ltoutenc.dtx (subsubsection{Default encodings}):
+ Don't fake \textcompwordmark; take default from T1 instead
+
+2019-12-17 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * fontdef.dtx (subsection{Defaults}): Set
+ \shapedefault explicitly to "n" not \updefault
+ \bfdefault set to to "b" not "bx" (but bx for CM fonts)
+ \updefault set to to "up" not "n".
+ Part of extending the series and shape handling, see ltnews31.
+
+2019-12-17 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltfssini.dtx (section{Supporting nested emphasis}):
+ Support nested \emph sequences a generalization \eminnershape.
+ See ltnews31 for details.
+
+ * ltfssini.dtx (section{Custom series settings for main document families}):
+ Provide custom series settings a la mweights package.
+ See ltnews31 for details.
+
+2019-12-17 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltfssaxes.dtx: Code for additional series and shape axes added
+ See ltnews31 for details.
+
+2019-12-16 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * doc.dtx (subsection{Macros surrounding the `definition parts'}):
+ Use \shapedefault not \updefault for extended NFSS
+
+2019-12-16 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * cmfonts.fdd: Provide substitutions for cmtt/bx/sl
+
+2019-12-02 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * cmfonts.fdd: Silent warning for cmss/it substitution (gh/172)}
+
+2019-11-29 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltclass.dtx: Be careful when displaying the package or
+ class info text as it may contain UTF-8 chars (gh/52)}
+
+2019-11-22 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltoutenc.dtx (subsection{The fontenc package}):
+ Avoid spurious warning if fontenc selects LY1 as default
+ encoding (gh/199)
+
+2019-11-14 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * utf8ienc.dtx (subsection{The mapping table}):
+ Fixed setting for FB05 = long-s t lig (github/154)
+ In 8-bit encodings all we can do is to unravel to "s t" which is
+ not 100% but better than just a strange error.
+
+2019-11-14 Joseph Wright <joseph.wright@morningstar2.co.uk>
+
+ * ltfinal.dtx: Add loader for ltexpl
+ * ltexpl.dtx: New file for pre-loading expl3
+
+2019-11-11 David Carlisle <David.Carlisle@latex-project.org>
+
+ * ltfiles.dtx: use \quote@name again for \@filef@und in
+ \@iffileonpath
+
+2019-11-02 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltmiscen.dtx: Make \\ and \@centercr robust in all situations (gh/203)
+ * ltspace.dtx: Make \\ and \@normalcr robust in all situations (gh/203)
+
+2019-10-18 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltclass.dtx (section{Implementation}): Initialize
+ \...-h@@k only when loading the package or class (gh/198)
+
+2019-10-11 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * ltfsstrc.dtx (subsection{Sizefunctions}):
+ Added 'alias' size function (mainly for autoinst fonts)
+
+#########################
+# 2019-10-01 PL 3 Release
+#########################
+
+2019-11-10 David Carlisle <David.Carlisle@latex-project.org>
+
+ * ltmiscen.dtx: fix special comment catcodes (gh/202)
+
+2019-11-09 David Carlisle <David.Carlisle@latex-project.org>
+
+ * ltfiles.dtx: More filename normalisation: expand before
+ removing quotes.
+
+#########################
# 2019-10-01 PL 3 Release
#########################
@@ -467,7 +636,7 @@ are not part of the distribution.
2017-04-20 David Carlisle <latex-bugs@latex-project.org>
- * ltvers.dtx: possible PL1
+ * ltvers.dtx: possible PL1
* ltluatex.dtx: glyph_stream_provider is back in luatex 1.04
@@ -866,11 +1035,11 @@ are not part of the distribution.
* ltvers.dtx: PL1
- * ltdirchk.dtx: Allow for full reversal of LuaTeX support
+ * ltdirchk.dtx: Allow for full reversal of LuaTeX support
* ltluatex.dtx
#########################
-# 2015/10/01 Release
+# 2015/10/01 Release
#########################
@@ -890,7 +1059,7 @@ are not part of the distribution.
2015-08-30 David Carlisle <latex-bugs@latex-project.org>
* ltplain.dtx: Add extended \newinsert, taking inserts from float
- list.
+ list.
2015-08-29 David Carlisle <latex-bugs@latex-project.org>
@@ -926,7 +1095,7 @@ are not part of the distribution.
#########################
-# 2015/01/01 PL 2 Release
+# 2015/01/01 PL 2 Release
#########################
2015-07-06 David Carlisle <latex-bugs@latex-project.org>
@@ -936,7 +1105,7 @@ are not part of the distribution.
* ltoutput.dtx: fix docstrip guard for latexrelease latex/4434
#########################
-# 2015/01/01 PL 1 Release
+# 2015/01/01 PL 1 Release
#########################
2015-06-27 David Carlisle <latex-bugs@latex-project.org>
@@ -1130,7 +1299,7 @@ are not part of the distribution.
* ltdefns.dtx: \MakeRobust from fixltx2e
* ltboxes.dtx: make \makebox \parbox etc robust
-
+
* ltmath.dtx: make \( \) and \[ \] robust
* ltlength.dtx: add = to setlength (latexrelease)
@@ -1164,7 +1333,7 @@ are not part of the distribution.
* patchltx2e.ins:
* unpack.ins:
* manifest.txt New patchltx2e package added
-
+
* ltfssbas.dtx: move allocation definition to ltplain
* ltplain.dtx: Add new allocation code for extended registers
@@ -10579,4 +10748,3 @@ are not part of the distribution.
\DeclareFontShape and placed them into a separate macro called
\nfss@catcodes so that it is easier to maintain special
requirements for packages that make certain characters active.
-