From 1b24b88816ef98534c3da2b769c8fbde5eeb581e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 21 Sep 2000 15:08:55 +0000 Subject: [PATCH] *** empty log message *** --- .gitignore | 5 +++++ etc/NEWS | 21 ++++++++++++--------- leim/.gitignore | 1 + lib-src/.gitignore | 1 + lisp/.gitignore | 1 + lisp/ChangeLog | 9 +++++++++ lwlib/.gitignore | 1 + man/.gitignore | 1 + oldXMenu/.gitignore | 1 + 9 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 lwlib/.gitignore create mode 100644 oldXMenu/.gitignore diff --git a/.gitignore b/.gitignore index a6669d96c72..1c771d4d343 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,8 @@ boot.log boot.log.diff boot.log.old update.log +config.log +config.status +config.cache +Makefile +emacs*.tar.gz diff --git a/etc/NEWS b/etc/NEWS index 35754566997..794c4d12634 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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 diff --git a/leim/.gitignore b/leim/.gitignore index 9e6575011ea..aea98a23838 100644 --- a/leim/.gitignore +++ b/leim/.gitignore @@ -1 +1,2 @@ leim-list.el +Makefile diff --git a/lib-src/.gitignore b/lib-src/.gitignore index 7dabf53d07d..0b54a6cb22d 100644 --- a/lib-src/.gitignore +++ b/lib-src/.gitignore @@ -19,3 +19,4 @@ profile sorted-doc test-distrib yow +Makefile diff --git a/lisp/.gitignore b/lisp/.gitignore index 45ccad417a8..1fcdb993e8e 100644 --- a/lisp/.gitignore +++ b/lisp/.gitignore @@ -2,3 +2,4 @@ Makefile cus-load.el elc.tar.gz +MANIFEST diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c0b77c0be1..608bdec8adb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lwlib/.gitignore b/lwlib/.gitignore new file mode 100644 index 00000000000..f3c7a7c5da6 --- /dev/null +++ b/lwlib/.gitignore @@ -0,0 +1 @@ +Makefile diff --git a/man/.gitignore b/man/.gitignore index e453fff4061..01b52c7053c 100644 --- a/man/.gitignore +++ b/man/.gitignore @@ -16,3 +16,4 @@ *.tp *.tps *.tmp +Makefile diff --git a/oldXMenu/.gitignore b/oldXMenu/.gitignore new file mode 100644 index 00000000000..f3c7a7c5da6 --- /dev/null +++ b/oldXMenu/.gitignore @@ -0,0 +1 @@ +Makefile