summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 06c6efd995a..f3db28d3cb1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1113,7 +1113,14 @@ grep-like tools.
On systems where the grep command supports it, directories will be
skipped.
-*** 'grep-find-template' now includes the 'find' option '-H'.
+*** Commands that use 'grep-find' now follow symlinks for command-line args.
+This is because the default value of 'grep-find-template' now includes
+the 'find' option '-H'. Commands that use that variable, including
+indirectly via a call to 'xref-matches-in-directory', might be
+affected. In particular, there should be no need anymore to ensure
+any directory names on the 'find' command lines end in a slash.
+This change is for better compatibility with old versions of non-GNU
+'find', such as the one used on macOS.
** Help