texlive[54864] Master/texmf-dist: changelog (24apr20)
commits+karl at tug.org
commits+karl at tug.org
Fri Apr 24 22:58:38 CEST 2020
Revision: 54864
http://tug.org/svn/texlive?view=revision&revision=54864
Author: karl
Date: 2020-04-24 22:58:38 +0200 (Fri, 24 Apr 2020)
Log Message:
-----------
changelog (24apr20)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/changelog/README.md
trunk/Master/texmf-dist/doc/latex/changelog/changelog.pdf
trunk/Master/texmf-dist/doc/latex/changelog/changelog.tex
trunk/Master/texmf-dist/tex/latex/changelog/changelog.sty
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/changelog/example.pdf
trunk/Master/texmf-dist/doc/latex/changelog/example.tex
trunk/Master/texmf-dist/doc/latex/changelog/screenshot.png
Modified: trunk/Master/texmf-dist/doc/latex/changelog/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/changelog/README.md 2020-04-24 20:58:23 UTC (rev 54863)
+++ trunk/Master/texmf-dist/doc/latex/changelog/README.md 2020-04-24 20:58:38 UTC (rev 54864)
@@ -13,9 +13,11 @@
changelog.sty | The changelog package
changelog.pdf | Documentation (English)
changelog.tex | Documentation source
-changelog-doc.sty | Documentation styles
+example.tex | Example use
+example.pdf | Example use (PDF)
+screenshot.png | Sample screenshot
README.md | This file
-LICENSE.md | GNU GPLv3
+LICENSE.txt | LPPL v1.3c
[keepachangelog.com]: https://keepachangelog.com/
[changelog]: https://ctan.org/pkg/changelog
Modified: trunk/Master/texmf-dist/doc/latex/changelog/changelog.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/changelog/changelog.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/changelog/changelog.tex 2020-04-24 20:58:23 UTC (rev 54863)
+++ trunk/Master/texmf-dist/doc/latex/changelog/changelog.tex 2020-04-24 20:58:38 UTC (rev 54864)
@@ -20,7 +20,13 @@
}
\makeatother
-\setmainfont{Tiempos Text}
+\setmainfont{TiemposText}[
+ Extension = .otf ,
+ UprightFont = *-Regular ,
+ ItalicFont = *-RegularItalic ,
+ BoldFont = *-Bold ,
+ BoldItalicFont = *-BoldItalic ,
+]
\usepackage{FiraSans}
\usepackage{FiraMono}
\lstset{basewidth=0.6em}
@@ -31,9 +37,9 @@
\begin{description}}
{\end{description}}
-\author{Rebecca Turner\thanks{Brandeis University; \email{rebeccaturner at brandeis.edu}}}
+\author{Rebecca Turner\thanks{Brandeis University; \email{rbt at sent.as}}}
\title{The \cl\ Package}
-\date{2019/07/06 2.1.0}
+\date{2020/04/23 2.2.1}
\begin{document}
\maketitle
@@ -301,7 +307,7 @@
\href{http://mirrors.ctan.org/macros/latex/required/babel/base/babel.pdf}{\texttt{babel}
package documentation} for more information.
-If you create a translation, please \href{mailto:637275 at gmail.com}{send me
+If you create a translation, please \href{mailto:rbt at sent.as}{send me
an email} and I'll incorporate the translation into \cl's next release!
\section{Contributors}%
@@ -311,6 +317,9 @@
\item[Rebecca Turner] Original implementation.
\item[Holger Schieferdecker]
Internationalization support and German translations.
+ \item[David Arnold <\email{dar at xoe.solutions}>]
+ Support for translating the changelog's section title and Spanish
+ translations.
\end{description}
\section{Changelog}
@@ -317,7 +326,15 @@
This is this package's actual changelog --- not an example!
-\begin{changelog}[author=Rebecca Turner, section=false]
+\begin{changelog}[author=Rebecca Turner <\email{rbt at sent.as}>, section=false]
+\begin{version}[v=2.2.0, date=2020-04-23,
+ author={David Arnold <\email{dar at xoe.solutions}>}]
+\added
+ \item Support for translating the changelog's section title with
+ |\DeclareTranslation{Language}{changelog}{...}|.
+ \item Spanish translations.
+\end{version}
+
\begin{version}[v=2.1.0, date=2019-06-29,
author={Holger Schieferdecker}]
\added
Added: trunk/Master/texmf-dist/doc/latex/changelog/example.pdf
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/changelog/example.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/changelog/example.pdf 2020-04-24 20:58:23 UTC (rev 54863)
+++ trunk/Master/texmf-dist/doc/latex/changelog/example.pdf 2020-04-24 20:58:38 UTC (rev 54864)
Property changes on: trunk/Master/texmf-dist/doc/latex/changelog/example.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/changelog/example.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/changelog/example.tex (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/changelog/example.tex 2020-04-24 20:58:38 UTC (rev 54864)
@@ -0,0 +1,44 @@
+\documentclass{article}
+\usepackage{changelog}
+\begin{document}
+\begin{changelog}[author=Rebecca Turner,
+ sectioncmd=\subsection,
+ title=Example changelog]
+\begin{version}
+\added
+ \item Really cool features
+\end{version}
+
+\begin{version}[date=2019-01-23, short]
+ A version with only a date
+\end{version}
+
+\begin{version}[v=1.1.0, simple]
+ \item A version with no date
+\end{version}
+
+\begin{version}[v=1.0.1, yanked, simple]
+ \item A version with a terrible bug
+\end{version}
+
+\begin{version}[v=1.0.0, date=2018-10-26]
+\added
+ \item A cool feature
+\changed
+ \item Some \textsc{api} detail
+\deprecated
+ \item Something that was a bad idea in the first place
+\removed
+ \item Something that was deprecated 3 versions ago
+\fixed
+ \item A bug that would delete files instead of saving them
+\security
+ \item improved with addition of buffer bound checks
+\misc
+ \item A change that doesn't fit into any other category
+\end{version}
+
+\shortversion{v=0.1.0, date=2018-10-19,
+ changes=Initial beta.}
+\end{changelog}
+\end{document}
Property changes on: trunk/Master/texmf-dist/doc/latex/changelog/example.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/changelog/screenshot.png
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/changelog/screenshot.png
===================================================================
--- trunk/Master/texmf-dist/doc/latex/changelog/screenshot.png 2020-04-24 20:58:23 UTC (rev 54863)
+++ trunk/Master/texmf-dist/doc/latex/changelog/screenshot.png 2020-04-24 20:58:38 UTC (rev 54864)
Property changes on: trunk/Master/texmf-dist/doc/latex/changelog/screenshot.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/changelog/changelog.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/changelog/changelog.sty 2020-04-24 20:58:23 UTC (rev 54863)
+++ trunk/Master/texmf-dist/tex/latex/changelog/changelog.sty 2020-04-24 20:58:38 UTC (rev 54864)
@@ -1,9 +1,9 @@
-\ProvidesPackage{changelog}[2019/07/06 2.1.0 Typesetting changelogs]
+\ProvidesPackage{changelog}[2020/04/23 2.2.1 Typesetting changelogs]
% Description: Provides the changelog environment for typesetting changelogs
% License: LPPL 1.3c
% Homepage: https://github.com/9999years/latex-changelog
% https://ctan.org/pkg/changelog
-% Maintainer: Rebecca Turner <637275 at gmail.com>
+% Maintainer: Rebecca Turner <rbt at sent.as>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -15,7 +15,7 @@
%
% This work has the LPPL maintenance status `maintained'.
%
-% The Current Maintainer of this work is Rebecca Turner <637275 at gmail.com>.
+% The Current Maintainer of this work is Rebecca Turner <rbt at sent.as>.
%
% This work consists of the files changelog.sty and changelog.tex.
@@ -28,6 +28,7 @@
% Fallback translations will be used if there is no translation for
% the current document language
+\DeclareTranslationFallback{changelog}{Changelog}
\DeclareTranslationFallback{changelog-Added}{Added}
\DeclareTranslationFallback{changelog-Changed}{Changed}
\DeclareTranslationFallback{changelog-Deprecated}{Deprecated}
@@ -38,6 +39,7 @@
\DeclareTranslationFallback{changelog-Unreleased}{Unreleased}
\DeclareTranslationFallback{changelog-Yanked}{YANKED}
% English translations
+\DeclareTranslation{English}{changelog}{Changelog}
\DeclareTranslation{English}{changelog-Added}{Added}
\DeclareTranslation{English}{changelog-Changed}{Changed}
\DeclareTranslation{English}{changelog-Deprecated}{Deprecated}
@@ -49,6 +51,7 @@
\DeclareTranslation{English}{changelog-Yanked}{YANKED}
% German translations
% Alternative german translations as comment at the end of the line
+\DeclareTranslation{German}{changelog}{\"Anderungsnachweis}
\DeclareTranslation{German}{changelog-Added}{Hinzugef\"{u}gt}% Neu
\DeclareTranslation{German}{changelog-Changed}{Ge\"{a}ndert}
\DeclareTranslation{German}{changelog-Deprecated}{Überholt}% Veraltet
@@ -58,6 +61,17 @@
\DeclareTranslation{German}{changelog-Miscellaneous}{Verschiedenes}
\DeclareTranslation{German}{changelog-Unreleased}{Unver\"{o}ffentlicht}
\DeclareTranslation{German}{changelog-Yanked}{Zur{\"u}ckgezogen}
+% Spanish translations
+\DeclareTranslation{Spanish}{changelog}{Registro de cambios}
+\DeclareTranslation{Spanish}{changelog-Added}{Agregado}
+\DeclareTranslation{Spanish}{changelog-Changed}{Cambiado}
+\DeclareTranslation{Spanish}{changelog-Deprecated}{Obsoleto}
+\DeclareTranslation{Spanish}{changelog-Removed}{Removido}
+\DeclareTranslation{Spanish}{changelog-Fixed}{Arreglado}
+\DeclareTranslation{Spanish}{changelog-Security}{Seguridad}
+\DeclareTranslation{Spanish}{changelog-Miscellaneous}{Miscel{\'a}neo}
+\DeclareTranslation{Spanish}{changelog-Unreleased}{No Publicado}
+\DeclareTranslation{Spanish}{changelog-Yanked}{REVOCADO}
\newif\ifchangelog at versionfirst
\newcommand{\changelog at item}[1]{%
@@ -91,7 +105,7 @@
\define at cmdkeys{changelog}{sectioncmd, title, label}
\define at boolkey{changelog}{section}[true]{}
-\presetkeys{changelog}{sectioncmd=\section, title=Changelog,
+\presetkeys{changelog}{sectioncmd=\section, title=\GetTranslation{changelog},
label=sec:changelog, section}{}
\newenvironment{changelogdescription}
More information about the tex-live-commits
mailing list.