Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9e4b54a0
Commit
9e4b54a0
authored
Apr 06, 2005
by
Lute Kamstra
Browse files
(change-log-font-lock-keywords): Complete 2005-04-03 change.
parent
2835df5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/add-log.el
lisp/add-log.el
+6
-6
No files found.
lisp/ChangeLog
View file @
9e4b54a0
...
...
@@ -6,6 +6,9 @@
2005-04-06 Lute Kamstra <lute@gnu.org>
* add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
change.
* emacs-lisp/copyright.el (copyright-update-year): Replace the
right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
...
...
lisp/add-log.el
View file @
9e4b54a0
...
...
@@ -225,8 +225,8 @@ Note: The search is conducted only within 10%, at the beginning of the file."
(
2
'change-log-email-face
)))
;;
;; File names.
(
"^\\(
?:
+\\|\t\\)\\* \\([^ ,:([\n]+\\)"
(
1
'change-log-file-face
)
(
"^\\( +\\|\t\\)\\* \\([^ ,:([\n]+\\)"
(
2
'change-log-file-face
)
;; Possibly further names in a list:
(
"\\=, \\([^ ,:([\n]+\\)"
nil
nil
(
1
'change-log-file-face
))
;; Possibly a parenthesized list of names:
...
...
@@ -236,8 +236,8 @@ Note: The search is conducted only within 10%, at the beginning of the file."
nil
nil
(
1
'change-log-list-face
)))
;;
;; Function or variable names.
(
"^\
t
(\\([^(),\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"
(
1
'change-log-list-face
)
(
"^\
\( +\\|\t\\)
(\\([^(),\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"
(
2
'change-log-list-face
)
(
"\\=, *\\([^(),\n]+\\|(\\(setf\\|SETF\\) [^() ,\n]+)\\)"
nil
nil
(
1
'change-log-list-face
)))
;;
...
...
@@ -250,8 +250,8 @@ Note: The search is conducted only within 10%, at the beginning of the file."
;; Acknowledgements.
;; Don't include plain "From" because that is vague;
;; we want to encourage people to say something more specific.
(
"\\(^\
t
\\| \\)\\(Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)"
2
'change-log-acknowledgement-face
))
(
"\\(^\
\( +\\|\t\\)
\\| \\)\\(Patch\\(es\\)? by\\|Report\\(ed by\\| from\\)\\|Suggest\\(ed by\\|ion from\\)\\)"
3
'change-log-acknowledgement-face
))
"Additional expressions to highlight in Change Log mode."
)
(
defvar
change-log-mode-map
...
...
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