diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-09-21 15:08:55 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-09-21 15:08:55 +0000 |
commit | 1b24b88816ef98534c3da2b769c8fbde5eeb581e (patch) | |
tree | b9d52f497cc9008b22fc881c7b0cdc7e250430d5 /etc | |
parent | 1ea1418835ad2a69a1819dbea66d9069c3377d62 (diff) | |
download | emacs-1b24b88816ef98534c3da2b769c8fbde5eeb581e.tar.gz |
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -731,28 +731,31 @@ something like this in your .emacs. ** 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-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. +*** 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. +*** 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 +*** 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 |