summaryrefslogtreecommitdiff
path: root/support/latexmk/CHANGES
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-01 03:01:13 +0000
committerNorbert Preining <norbert@preining.info>2020-01-01 03:01:13 +0000
commit8cd36d1d38fe9da8a02a138e1984636379710e18 (patch)
tree2ce38f1578b760dc63193cb559ae2f4309429fb5 /support/latexmk/CHANGES
parent1f9ab71f8ea4751f440072e9e4da3314edbbcf2e (diff)
CTAN sync 202001010301
Diffstat (limited to 'support/latexmk/CHANGES')
-rw-r--r--support/latexmk/CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/support/latexmk/CHANGES b/support/latexmk/CHANGES
index b3ef76ac63..e725708982 100644
--- a/support/latexmk/CHANGES
+++ b/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.