emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/log-view.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/log-view.el
Date: Mon, 31 Dec 2001 15:25:41 -0500

Index: emacs/lisp/log-view.el
diff -c emacs/lisp/log-view.el:1.12 emacs/lisp/log-view.el:1.13
*** emacs/lisp/log-view.el:1.12 Sun Dec 16 11:28:59 2001
--- emacs/lisp/log-view.el      Mon Dec 31 15:25:41 2001
***************
*** 4,10 ****
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: rcs sccs cvs log version-control
! ;; Revision: $Id: log-view.el,v 1.12 2001/12/16 16:28:59 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 4,10 ----
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: rcs sccs cvs log version-control
! ;; Revision: $Id: log-view.el,v 1.13 2001/12/31 20:25:41 rms Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 65,72 ****
  
  (defface log-view-file-face
    '((((class color) (background light))
!      (:background "grey70" :bold t))
!     (t (:bold t)))
    "Face for the file header line in `log-view-mode'."
    :group 'log-view)
  (defvar log-view-file-face 'log-view-file-face)
--- 65,72 ----
  
  (defface log-view-file-face
    '((((class color) (background light))
!      (:background "grey70" :weight bold))
!     (t (:weight bold)))
    "Face for the file header line in `log-view-mode'."
    :group 'log-view)
  (defvar log-view-file-face 'log-view-file-face)
***************
*** 74,80 ****
  (defface log-view-message-face
    '((((class color) (background light))
       (:background "grey85"))
!     (t (:bold t)))
    "Face for the message header line in `log-view-mode'."
    :group 'log-view)
  (defvar log-view-message-face 'log-view-message-face)
--- 74,80 ----
  (defface log-view-message-face
    '((((class color) (background light))
       (:background "grey85"))
!     (t (:weight bold)))
    "Face for the message header line in `log-view-mode'."
    :group 'log-view)
  (defvar log-view-message-face 'log-view-message-face)



reply via email to

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