aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2016-02-01 21:08:21 -0500
committerGlenn Morris2016-02-01 21:08:56 -0500
commitdc435af152e6df3d85b0c21eaf9ff39dce0091bb (patch)
treeed7ce7ab5c100d7cb6f91ad72c828953ef99e3c4 /etc
parenta39a03a3bf6c1ec522d7b7d6b7f2bf8271ed1a2f (diff)
downloademacs-dc435af152e6df3d85b0c21eaf9ff39dce0091bb.tar.gz
emacs-dc435af152e6df3d85b0c21eaf9ff39dce0091bb.zip
Make find-change-log prefer a VCS root, if no ChangeLog exists.
* lisp/vc/add-log.el (change-log-directory-files): New option. (find-change-log): Respect change-log-directory-files. * doc/emacs/maintaining.texi (Change Log Commands): Mention change-log-directory-files. ; * etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2fdcc7eca08..31504325587 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -52,6 +52,11 @@ in these situations.
52 52
53* Changes in Specialized Modes and Packages in Emacs 25.2 53* Changes in Specialized Modes and Packages in Emacs 25.2
54 54
55+++
56** The commands that add ChangeLog entries now prefer a VCS root directory
57for the ChangeLog file, if none already exists. Customize
58`change-log-directory-files' to nil for the old behavior.
59
55--- 60---
56** Support for non-string values of `time-stamp-format' has been removed. 61** Support for non-string values of `time-stamp-format' has been removed.
57 62