summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-01 21:52:34 +0000
committerKarl Berry <karl@freefriends.org>2020-01-01 21:52:34 +0000
commit2a8c3416c9a62db3f1dd8082bb5a065dd6bfc0f8 (patch)
tree88b55cc6d7fc0cc3c7bcdc8c98fac278b959819c /Master/texmf-dist/doc/support/latexmk/CHANGES
parentff54eeb61ad2429286a0177d8c21153a4df235b8 (diff)
latexmk (1jan20)
git-svn-id: svn://tug.org/texlive/trunk@53293 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES
index b3ef76ac63e..e725708982d 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -690,3 +690,15 @@ From v. 4.64 to 4.64a
From v. 4.64a to 4.65
Fix incorrect parsing of long quoted filenames in log file that sometimes
prevented latexmk from running.
+
+From v. 4.65 to 4.67
+ Improve parsing of long lines in log file, especially with UTF-8 filenames
+ and xelatex.
+ Minor diagnostic improvements
+ Allow addition of hook for processing lists of missing source files.
+ Changing of '\' to '/' in filenames is done for msys as well as MSWin32.
+ Use $compiling_cmd, $warning_cmd, $success_cmd on normal make, rather
+ than just in -pvc mode.
+ If there were missing subdirectories in output/aux directories, and these
+ were successfully created, then ignore error from *latex, since rerun
+ may succeed.