Mercurial > emacs
diff etc/NEWS @ 31816:070cf4b710c5
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 21 Sep 2000 15:08:55 +0000 |
parents | db5ea3d2a1b4 |
children | 7c50babd3f4f |
line wrap: on
line diff
--- a/etc/NEWS Thu Sep 21 14:58:05 2000 +0000 +++ b/etc/NEWS Thu Sep 21 15:08:55 2000 +0000 @@ -731,28 +731,31 @@ ** Changes to Change Log mode and Add-Log functions +++ -If you invoke `add-change-log-entry' from a backup file, it makes an -entry appropriate for the file's parent. This is useful for making +*** If you invoke `add-change-log-entry' from a backup file, it makes +an entry appropriate for the file's parent. This is useful for making log entries by comparing a version with deleted functions. +++ -New command M-x change-log-merge merges another log into the current -buffer. - -+++ -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 +**** New command M-x change-log-merge merges another log into the +current buffer. + ++++ +*** 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. Version numbers are only found in the first 10 percent of a file. +*** Change Log mode now defines its own faces for font-lock +highlighting. + ** Changes in Font Lock *** The new function `font-lock-remove-keywords' can be used to remove