summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-17 16:37:29 +0000
committerKarl Berry <karl@freefriends.org>2022-04-17 16:37:29 +0000
commitde6b7de143aae945aeaa19a7c028f4207f5ae0ed (patch)
treeb435541f22473b57525a5873df58cbb583426205 /Master/texmf-dist/source/generic/tex4ht/ChangeLog
parent9001150bd19ce22ee5766798bae6c40f415cc506 (diff)
blended colors, tex4ht r1113 (+ missed updates)
git-svn-id: svn://tug.org/texlive/trunk@63055 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/ChangeLog')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index fdef1c98b94..49638165ebd 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,8 +1,26 @@
+2022-04-17 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (xcolor.4ht),
+ * tex4ht-html4.tex (html4.4ht): fixed support for blended color
+ declarations in the form of `green!80!black`.
+ https://tex.stackexchange.com/a/641075/2891
+
+2022-04-14 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (latex.4ht): fixed support for \labelformat in
+ sections.
+ https://puszcza.gnu.org.ua/bugs/?559
+ * tex4ht-4ht.tex (hyperref.4ht): added supporting code for TeX4ht
+ from hyperref.sty.
+ https://puszcza.gnu.org.ua/bugs/?559
+
2022-04-13 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (latex.4ht): added support for the \Ref command.
+ https://puszcza.gnu.org.ua/bugs/?559
* tex4ht-4ht.tex (latex.4ht,nameref.4ht): added support for the
\ref* command.
+ https://puszcza.gnu.org.ua/bugs/?559
2022-04-05 Michal Hoftich <michal.h21@gmail.com>