aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
32boot.log.diff 32boot.log.diff
33boot.log.old 33boot.log.old
34update.log 34update.log
35config.log
36config.status
37config.cache
38Makefile
39emacs*.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.
731** Changes to Change Log mode and Add-Log functions 731** Changes to Change Log mode and Add-Log functions
732 732
733+++ 733+++
734If you invoke `add-change-log-entry' from a backup file, it makes an 734*** If you invoke `add-change-log-entry' from a backup file, it makes
735entry appropriate for the file's parent. This is useful for making 735an entry appropriate for the file's parent. This is useful for making
736log entries by comparing a version with deleted functions. 736log entries by comparing a version with deleted functions.
737 737
738+++ 738+++
739New command M-x change-log-merge merges another log into the current 739**** New command M-x change-log-merge merges another log into the
740buffer. 740current buffer.
741 741
742+++ 742+++
743New command M-x change-log-redate fixes any old-style date entries in 743*** New command M-x change-log-redate fixes any old-style date entries
744a log file. 744in a log file.
745 745
746+++ 746+++
747Change Log mode now adds a file's version number to change log entries 747*** Change Log mode now adds a file's version number to change log
748if user-option `change-log-version-info-enabled' is non-nil. 748entries if user-option `change-log-version-info-enabled' is non-nil.
749 749
750+++ 750+++
751Unless the file is under version control the search for a file's 751*** Unless the file is under version control the search for a file's
752version number is performed based on regular expressions from 752version number is performed based on regular expressions from
753`change-log-version-number-regexp-list' which can be cutomized. 753`change-log-version-number-regexp-list' which can be cutomized.
754Version numbers are only found in the first 10 percent of a file. 754Version numbers are only found in the first 10 percent of a file.
755 755
756*** Change Log mode now defines its own faces for font-lock
757highlighting.
758
756** Changes in Font Lock 759** Changes in Font Lock
757 760
758*** The new function `font-lock-remove-keywords' can be used to remove 761*** 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 @@
1leim-list.el 1leim-list.el
2Makefile
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
19sorted-doc 19sorted-doc
20test-distrib 20test-distrib
21yow 21yow
22Makefile
diff --git a/lisp/.gitignore b/lisp/.gitignore
index 45ccad417a8..1fcdb993e8e 100644
--- a/lisp/.gitignore
+++ b/lisp/.gitignore
@@ -2,3 +2,4 @@
2Makefile 2Makefile
3cus-load.el 3cus-load.el
4elc.tar.gz 4elc.tar.gz
5MANIFEST
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9c0b77c0be1..608bdec8adb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12000-09-21 Gerd Moellmann <gerd@gnu.org>
2
3 * add-log.el (change-log-date-face, change-log-name-face)
4 (change-log-email-face, change-log-file-face)
5 (change-log-list-face, change-log-conditionals-face)
6 (change-log-function-face, change-log-acknowledgement-face): New
7 faces, inheriting from font-lock faces.
8 (change-log-font-lock-keywords): Use them.
9
12000-09-21 Dave Love <fx@gnu.org> 102000-09-21 Dave Love <fx@gnu.org>
2 11
3 * msb.el (msb-mode-map): Use substitute-key-definition. 12 * 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 @@
16*.tp 16*.tp
17*.tps 17*.tps
18*.tmp 18*.tmp
19Makefile
diff --git a/oldXMenu/.gitignore b/oldXMenu/.gitignore
new file mode 100644
index 00000000000..f3c7a7c5da6
--- /dev/null
+++ b/oldXMenu/.gitignore
@@ -0,0 +1 @@
Makefile