emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/add-log.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/add-log.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:57:35 -0400

Index: emacs/lisp/add-log.el
diff -c emacs/lisp/add-log.el:1.146.2.1 emacs/lisp/add-log.el:1.146.2.2
*** emacs/lisp/add-log.el:1.146.2.1     Fri Apr 16 12:49:47 2004
--- emacs/lisp/add-log.el       Mon Jun 28 07:28:26 2004
***************
*** 230,242 ****
       ;; Possibly further names in a list:
       ("\\=, \\([^ ,:([\n]+\\)" nil nil (1 'change-log-file-face))
       ;; Possibly a parenthesized list of names:
!      ("\\= (\\([^) ,:\n]+\\)" nil nil (1 'change-log-list-face))
!      ("\\=, *\\([^) ,:\n]+\\)" nil nil (1 'change-log-list-face)))
      ;;
      ;; Function or variable names.
!     ("^\t(\\([^) ,:\n]+\\)"
       (1 'change-log-list-face)
!      ("\\=, *\\([^) ,:\n]+\\)" nil nil (1 'change-log-list-face)))
      ;;
      ;; Conditionals.
      ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 'change-log-conditionals-face))
--- 230,242 ----
       ;; Possibly further names in a list:
       ("\\=, \\([^ ,:([\n]+\\)" nil nil (1 'change-log-file-face))
       ;; Possibly a parenthesized list of names:
!      ("\\= (\\([^) ,\n]+\\)" nil nil (1 'change-log-list-face))
!      ("\\=, *\\([^) ,\n]+\\)" nil nil (1 'change-log-list-face)))
      ;;
      ;; Function or variable names.
!     ("^\t(\\([^) ,\n]+\\)"
       (1 'change-log-list-face)
!      ("\\=, *\\([^) ,\n]+\\)" nil nil (1 'change-log-list-face)))
      ;;
      ;; Conditionals.
      ("\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)" (1 'change-log-conditionals-face))
***************
*** 445,451 ****
  (defun add-change-log-entry (&optional whoami file-name other-window 
new-entry)
    "Find change log file, and add an entry for today and an item for this file.
  Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
! name and site.
  
  Second arg FILE-NAME is file name of the change log.
  If nil, use the value of `change-log-default-name'.
--- 445,451 ----
  (defun add-change-log-entry (&optional whoami file-name other-window 
new-entry)
    "Find change log file, and add an entry for today and an item for this file.
  Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
! name and email (stored in `add-log-full-name' and `add-log-mailing-address').
  
  Second arg FILE-NAME is file name of the change log.
  If nil, use the value of `change-log-default-name'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]