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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/add-log.el
Date: Wed, 22 Jun 2005 20:42:03 -0400

Index: emacs/lisp/add-log.el
diff -c emacs/lisp/add-log.el:1.164 emacs/lisp/add-log.el:1.165
*** emacs/lisp/add-log.el:1.164 Fri Jun 10 07:26:14 2005
--- emacs/lisp/add-log.el       Thu Jun 23 00:42:02 2005
***************
*** 232,240 ****
  
  (defvar change-log-font-lock-keywords
    '(;;
!     ;; Date lines, new and old styles.
!     ("^\\sw.........[0-9:+ ]*"
!      (0 'change-log-date)
       ;; Name and e-mail; some people put e-mail in parens, not angles.
       ("\\([^<(]+?\\)[ \t]*[(<]\\(address@hidden)[>)]" nil nil
        (1 'change-log-name)
--- 232,244 ----
  
  (defvar change-log-font-lock-keywords
    '(;;
!     ;; Date lines, new (2000-01-01) and old (Sat Jan  1 00:00:00 2000) styles.
!     ;; Fixme: this regepx is just an approximate one and may match
!     ;; wrongly with a non-date line existing as a random note.  In
!     ;; addition, using any kind of fixed setting like this doesn't
!     ;; work if a user customizes add-log-time-format.
!     ("^[0-9-]+ +\\|^\\(Sun\\|Mon\\|Tue\\|Wed\\|Thu\\|Fri\\|Sat\\) 
[A-z][a-z][a-z] [0-9:+ ]+"
!      (0 'change-log-date-face)
       ;; Name and e-mail; some people put e-mail in parens, not angles.
       ("\\([^<(]+?\\)[ \t]*[(<]\\(address@hidden)[>)]" nil nil
        (1 'change-log-name)




reply via email to

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