Mercurial > emacs
changeset 31053:5020deed39ea
Mark change-log-version-info-enabled and
change-log-version-number-regexp-list as being documented in the manual.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 22 Aug 2000 11:22:42 +0000 |
parents | b05772d7c2ad |
children | 0eab133958e6 |
files | etc/NEWS |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Tue Aug 22 11:20:48 2000 +0000 +++ b/etc/NEWS Tue Aug 22 11:22:42 2000 +0000 @@ -658,9 +658,11 @@ New command M-x change-log-redate fixes any old-style date entries in a log file. ++++ Change Log mode now adds a file's version number to change log entries if user-option `change-log-version-info-enabled' is non-nil. ++++ Unless the file is under version control the search for a file's version number is performed based on regular expressions from `change-log-version-number-regexp-list' which can be cutomized.