emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104950: * font-lock.el (font-lock-bu


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104950: * font-lock.el (font-lock-builtin-face): Change light background color
Date: Mon, 04 Jul 2011 16:00:56 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104950
fixes bug(s): http://debbugs.gnu.org/6693
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Mon 2011-07-04 16:00:56 -0400
message:
  * font-lock.el (font-lock-builtin-face): Change light background color
  to dark slate blue.
modified:
  lisp/ChangeLog
  lisp/ChangeLog.15
  lisp/font-lock.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-04 17:50:55 +0000
+++ b/lisp/ChangeLog    2011-07-04 20:00:56 +0000
@@ -1,3 +1,8 @@
+2011-07-04  Chong Yidong  <address@hidden>
+
+       * font-lock.el (font-lock-builtin-face): Change light background
+       color to dark slate blue (Bug#6693).
+
 2011-07-04  Wang Diancheng  <address@hidden>  (tiny change)
 
        * progmodes/gdb-mi.el (gdb): Use completion-at-point.

=== modified file 'lisp/ChangeLog.15'
--- a/lisp/ChangeLog.15 2011-04-06 12:18:10 +0000
+++ b/lisp/ChangeLog.15 2011-07-04 20:00:56 +0000
@@ -8424,7 +8424,7 @@
 
        * dabbrev.el (dabbrev-completion): Fix typo in docstring.
 
-2010-08-08  MON KEY  <address@hidden>  (tiny change)
+2010-08-08  MON KEY  <address@hidden>
 
        * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
        Fix typo in docstring (bug#6747).

=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2011-06-01 19:32:04 +0000
+++ b/lisp/font-lock.el 2011-07-04 20:00:56 +0000
@@ -1904,7 +1904,7 @@
 (defface font-lock-builtin-face
   '((((class grayscale) (background light)) (:foreground "LightGray" :weight 
bold))
     (((class grayscale) (background dark)) (:foreground "DimGray" :weight 
bold))
-    (((class color) (min-colors 88) (background light)) (:foreground 
"MediumOrchid4"))
+    (((class color) (min-colors 88) (background light)) (:foreground "dark 
slate blue"))
     (((class color) (min-colors 88) (background dark)) (:foreground 
"LightSteelBlue"))
     (((class color) (min-colors 16) (background light)) (:foreground "Orchid"))
     (((class color) (min-colors 16) (background dark)) (:foreground 
"LightSteelBlue"))


reply via email to

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