diff options
| author | Gerd Moellmann | 2000-09-21 15:08:55 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-21 15:08:55 +0000 |
| commit | 1b24b88816ef98534c3da2b769c8fbde5eeb581e (patch) | |
| tree | b9d52f497cc9008b22fc881c7b0cdc7e250430d5 | |
| parent | 1ea1418835ad2a69a1819dbea66d9069c3377d62 (diff) | |
| download | emacs-1b24b88816ef98534c3da2b769c8fbde5eeb581e.tar.gz emacs-1b24b88816ef98534c3da2b769c8fbde5eeb581e.zip | |
*** empty log message ***
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | etc/NEWS | 21 | ||||
| -rw-r--r-- | leim/.gitignore | 1 | ||||
| -rw-r--r-- | lib-src/.gitignore | 1 | ||||
| -rw-r--r-- | lisp/.gitignore | 1 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lwlib/.gitignore | 1 | ||||
| -rw-r--r-- | man/.gitignore | 1 | ||||
| -rw-r--r-- | oldXMenu/.gitignore | 1 |
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 | |||
| 32 | boot.log.diff | 32 | boot.log.diff |
| 33 | boot.log.old | 33 | boot.log.old |
| 34 | update.log | 34 | update.log |
| 35 | config.log | ||
| 36 | config.status | ||
| 37 | config.cache | ||
| 38 | Makefile | ||
| 39 | emacs*.tar.gz | ||
| @@ -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 | +++ |
| 734 | If 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 |
| 735 | entry appropriate for the file's parent. This is useful for making | 735 | an entry appropriate for the file's parent. This is useful for making |
| 736 | log entries by comparing a version with deleted functions. | 736 | log entries by comparing a version with deleted functions. |
| 737 | 737 | ||
| 738 | +++ | 738 | +++ |
| 739 | New 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 |
| 740 | buffer. | 740 | current buffer. |
| 741 | 741 | ||
| 742 | +++ | 742 | +++ |
| 743 | New 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 |
| 744 | a log file. | 744 | in a log file. |
| 745 | 745 | ||
| 746 | +++ | 746 | +++ |
| 747 | Change 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 |
| 748 | if user-option `change-log-version-info-enabled' is non-nil. | 748 | entries if user-option `change-log-version-info-enabled' is non-nil. |
| 749 | 749 | ||
| 750 | +++ | 750 | +++ |
| 751 | Unless 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 |
| 752 | version number is performed based on regular expressions from | 752 | version 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. |
| 754 | Version numbers are only found in the first 10 percent of a file. | 754 | Version 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 | ||
| 757 | highlighting. | ||
| 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 @@ | |||
| 1 | leim-list.el | 1 | leim-list.el |
| 2 | 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 | |||
| 19 | sorted-doc | 19 | sorted-doc |
| 20 | test-distrib | 20 | test-distrib |
| 21 | yow | 21 | yow |
| 22 | Makefile | ||
diff --git a/lisp/.gitignore b/lisp/.gitignore index 45ccad417a8..1fcdb993e8e 100644 --- a/lisp/.gitignore +++ b/lisp/.gitignore | |||
| @@ -2,3 +2,4 @@ | |||
| 2 | Makefile | 2 | Makefile |
| 3 | cus-load.el | 3 | cus-load.el |
| 4 | elc.tar.gz | 4 | elc.tar.gz |
| 5 | MANIFEST | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c0b77c0be1..608bdec8adb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-09-21 Dave Love <fx@gnu.org> | 10 | 2000-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 |
| 19 | 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 | |||