summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-09-21 15:08:55 +0000
committerGerd Moellmann <gerd@gnu.org>2000-09-21 15:08:55 +0000
commit1b24b88816ef98534c3da2b769c8fbde5eeb581e (patch)
treeb9d52f497cc9008b22fc881c7b0cdc7e250430d5
parent1ea1418835ad2a69a1819dbea66d9069c3377d62 (diff)
downloademacs-1b24b88816ef98534c3da2b769c8fbde5eeb581e.tar.gz
*** empty log message ***
-rw-r--r--.gitignore5
-rw-r--r--etc/NEWS21
-rw-r--r--leim/.gitignore1
-rw-r--r--lib-src/.gitignore1
-rw-r--r--lisp/.gitignore1
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lwlib/.gitignore1
-rw-r--r--man/.gitignore1
-rw-r--r--oldXMenu/.gitignore1
9 files changed, 32 insertions, 9 deletions
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 <gerd@gnu.org>
+
+ * 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 <fx@gnu.org>
* 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