Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1b24b888
Commit
1b24b888
authored
Sep 21, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
1ea14188
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
32 additions
and
9 deletions
+32
-9
.gitignore
.gitignore
+5
-0
etc/NEWS
etc/NEWS
+12
-9
leim/.gitignore
leim/.gitignore
+1
-0
lib-src/.gitignore
lib-src/.gitignore
+1
-0
lisp/.gitignore
lisp/.gitignore
+1
-0
lisp/ChangeLog
lisp/ChangeLog
+9
-0
lwlib/.gitignore
lwlib/.gitignore
+1
-0
man/.gitignore
man/.gitignore
+1
-0
oldXMenu/.gitignore
oldXMenu/.gitignore
+1
-0
No files found.
.gitignore
View file @
1b24b888
...
...
@@ -32,3 +32,8 @@ boot.log
boot.log.diff
boot.log.old
update.log
config.log
config.status
config.cache
Makefile
emacs*.tar.gz
etc/NEWS
View file @
1b24b888
...
...
@@ -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
...
...
leim/.gitignore
View file @
1b24b888
leim-list.el
Makefile
lib-src/.gitignore
View file @
1b24b888
...
...
@@ -19,3 +19,4 @@ profile
sorted-doc
test-distrib
yow
Makefile
lisp/.gitignore
View file @
1b24b888
...
...
@@ -2,3 +2,4 @@
Makefile
cus-load.el
elc.tar.gz
MANIFEST
lisp/ChangeLog
View file @
1b24b888
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.
...
...
lwlib/.gitignore
0 → 100644
View file @
1b24b888
Makefile
man/.gitignore
View file @
1b24b888
...
...
@@ -16,3 +16,4 @@
*.tp
*.tps
*.tmp
Makefile
oldXMenu/.gitignore
0 → 100644
View file @
1b24b888
Makefile
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment