emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117153: * cus-face.el (custom-face-attributes):


From: Andreas Schwab
Subject: [Emacs-diffs] emacs-24 r117153: * cus-face.el (custom-face-attributes): Add :distant-foreground.
Date: Sun, 25 May 2014 11:51:38 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117153
revision-id: address@hidden
parent: address@hidden
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sun 2014-05-25 13:47:34 +0200
message:
  * cus-face.el (custom-face-attributes): Add :distant-foreground.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/cus-face.el               cusface.el-20091113204419-o5vbwnq5f7feedwu-1092
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-05-25 10:06:35 +0000
+++ b/lisp/ChangeLog    2014-05-25 11:47:34 +0000
@@ -1,3 +1,7 @@
+2014-05-25  Andreas Schwab  <address@hidden>
+
+       * cus-face.el (custom-face-attributes): Add :distant-foreground.
+
 2014-05-25  Martin Rudalics  <address@hidden>
 
        * window.el (window--dump-frame): Remove interactive

=== modified file 'lisp/cus-face.el'
--- a/lisp/cus-face.el  2014-01-01 07:43:34 +0000
+++ b/lisp/cus-face.el  2014-05-25 11:47:34 +0000
@@ -218,6 +218,10 @@
      (color :tag "Foreground"
            :help-echo "Set foreground color (name or #RRGGBB hex spec)."))
 
+    (:distant-foreground
+     (color :tag "Distant Foreground"
+           :help-echo "Set distant foreground color (name or #RRGGBB hex 
spec)."))
+
     (:background
      (color :tag "Background"
            :help-echo "Set background color (name or #RRGGBB hex spec)."))


reply via email to

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