/[emacs]/emacs/lisp/add-log.el
ViewVC logotype

Diff of /emacs/lisp/add-log.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.138.2.4 by miles, Tue Apr 27 14:08:28 2004 UTC revision 1.138.2.5 by miles, Tue Jul 6 09:31:47 2004 UTC
# Line 230  Note: The search is conducted only withi Line 230  Note: The search is conducted only withi
230       ;; Possibly further names in a list:       ;; Possibly further names in a list:
231       ("\\=, \\([^ ,:([\n]+\\)" nil nil (1 'change-log-file-face))       ("\\=, \\([^ ,:([\n]+\\)" nil nil (1 'change-log-file-face))
232       ;; Possibly a parenthesized list of names:       ;; Possibly a parenthesized list of names:
233       ("\\= (\\([^) ,:\n]+\\)" nil nil (1 'change-log-list-face))       ("\\= (\\([^) ,\n]+\\)" nil nil (1 'change-log-list-face))
234       ("\\=, *\\([^) ,:\n]+\\)" nil nil (1 'change-log-list-face)))       ("\\=, *\\([^) ,\n]+\\)" nil nil (1 'change-log-list-face)))
235      ;;      ;;
236      ;; Function or variable names.      ;; Function or variable names.
237      ("^\t(\\([^) ,:\n]+\\)"      ("^\t(\\([^) ,\n]+\\)"
238       (1 'change-log-list-face)       (1 'change-log-list-face)
239       ("\\=, *\\([^) ,:\n]+\\)" nil nil (1 'change-log-list-face)))       ("\\=, *\\([^) ,\n]+\\)" nil nil (1 'change-log-list-face)))
240      ;;      ;;
241      ;; Conditionals.      ;; Conditionals.
242      ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 'change-log-conditionals-face))      ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 'change-log-conditionals-face))

Legend:
Removed from v.1.138.2.4  
changed lines
  Added in v.1.138.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26