summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES
index 5f208d7369a..ed7ff495b2c 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -170,3 +170,18 @@ From v. 4.16 to v. 4.16a
Corrected problem under preview-continuous mode that some
previewers would not see the changed file on an NFS file
system.
+
+From v. 4.16a to v. 4.17
+ Deal with bug about misparsing log file with non-space-containing
+ filename that is followed by a space and a message on same line.
+ Previously, the filename would not be detected as a dependent.
+ With $force_mode on, do a better job of completing processing.
+ Remove long-unused options -F and -F-
+
+From v. 4.17 to v. 4.18
+ Only produce "Removing no-longer-needed dependent" messages
+ when diagnostics are on.
+ In analysis of log file, add test for natbib's citation-undefined
+ warning.
+ Correct misprint in documentation.
+