# HG changeset patch # User Gerd Moellmann # Date 969548935 0 # Node ID 070cf4b710c5332a707b9398faf9638552ee850b # Parent e0b702f0bc3ca87c78e608f7092e7007f3e38302 *** empty log message *** diff -r e0b702f0bc3c -r 070cf4b710c5 .cvsignore --- a/.cvsignore Thu Sep 21 14:58:05 2000 +0000 +++ b/.cvsignore Thu Sep 21 15:08:55 2000 +0000 @@ -4,3 +4,8 @@ boot.log.diff boot.log.old update.log +config.log +config.status +config.cache +Makefile +emacs*.tar.gz diff -r e0b702f0bc3c -r 070cf4b710c5 etc/NEWS --- 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 diff -r e0b702f0bc3c -r 070cf4b710c5 leim/.cvsignore --- a/leim/.cvsignore Thu Sep 21 14:58:05 2000 +0000 +++ b/leim/.cvsignore Thu Sep 21 15:08:55 2000 +0000 @@ -1,1 +1,2 @@ leim-list.el +Makefile diff -r e0b702f0bc3c -r 070cf4b710c5 lib-src/.cvsignore --- a/lib-src/.cvsignore Thu Sep 21 14:58:05 2000 +0000 +++ b/lib-src/.cvsignore Thu Sep 21 15:08:55 2000 +0000 @@ -19,3 +19,4 @@ sorted-doc test-distrib yow +Makefile diff -r e0b702f0bc3c -r 070cf4b710c5 lisp/.cvsignore --- a/lisp/.cvsignore Thu Sep 21 14:58:05 2000 +0000 +++ b/lisp/.cvsignore Thu Sep 21 15:08:55 2000 +0000 @@ -2,3 +2,4 @@ Makefile cus-load.el elc.tar.gz +MANIFEST diff -r e0b702f0bc3c -r 070cf4b710c5 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 21 14:58:05 2000 +0000 +++ b/lisp/ChangeLog Thu Sep 21 15:08:55 2000 +0000 @@ -1,3 +1,12 @@ +2000-09-21 Gerd Moellmann + + * add-log.el (change-log-date-face, change-log-name-face) + (change-log-email-face, change-log-file-face) + (change-log-list-face, change-log-conditionals-face) + (change-log-function-face, change-log-acknowledgement-face): New + faces, inheriting from font-lock faces. + (change-log-font-lock-keywords): Use them. + 2000-09-21 Dave Love * msb.el (msb-mode-map): Use substitute-key-definition. diff -r e0b702f0bc3c -r 070cf4b710c5 lwlib/.cvsignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lwlib/.cvsignore Thu Sep 21 15:08:55 2000 +0000 @@ -0,0 +1,1 @@ +Makefile diff -r e0b702f0bc3c -r 070cf4b710c5 man/.cvsignore --- a/man/.cvsignore Thu Sep 21 14:58:05 2000 +0000 +++ b/man/.cvsignore Thu Sep 21 15:08:55 2000 +0000 @@ -16,3 +16,4 @@ *.tp *.tps *.tmp +Makefile diff -r e0b702f0bc3c -r 070cf4b710c5 oldXMenu/.cvsignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/oldXMenu/.cvsignore Thu Sep 21 15:08:55 2000 +0000 @@ -0,0 +1,1 @@ +Makefile