mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
*** empty log message ***
This commit is contained in:
parent
1ea1418835
commit
1b24b88816
5
.gitignore
vendored
5
.gitignore
vendored
@ -32,3 +32,8 @@ boot.log
|
||||
boot.log.diff
|
||||
boot.log.old
|
||||
update.log
|
||||
config.log
|
||||
config.status
|
||||
config.cache
|
||||
Makefile
|
||||
emacs*.tar.gz
|
||||
|
21
etc/NEWS
21
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
|
||||
|
1
leim/.gitignore
vendored
1
leim/.gitignore
vendored
@ -1 +1,2 @@
|
||||
leim-list.el
|
||||
Makefile
|
||||
|
1
lib-src/.gitignore
vendored
1
lib-src/.gitignore
vendored
@ -19,3 +19,4 @@ profile
|
||||
sorted-doc
|
||||
test-distrib
|
||||
yow
|
||||
Makefile
|
||||
|
1
lisp/.gitignore
vendored
1
lisp/.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
Makefile
|
||||
cus-load.el
|
||||
elc.tar.gz
|
||||
MANIFEST
|
||||
|
@ -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.
|
||||
|
1
lwlib/.gitignore
vendored
Normal file
1
lwlib/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
Makefile
|
1
man/.gitignore
vendored
1
man/.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
*.tp
|
||||
*.tps
|
||||
*.tmp
|
||||
Makefile
|
||||
|
1
oldXMenu/.gitignore
vendored
Normal file
1
oldXMenu/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
Makefile
|
Loading…
Reference in New Issue
Block a user