]> git.eshelyaron.com Git - emacs.git/commitdiff
* replace.el (match): Use yellow1 instead of yellow.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 13 Jul 2007 02:50:19 +0000 (02:50 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 13 Jul 2007 02:50:19 +0000 (02:50 +0000)
* progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
red.

* pcvs-info.el (cvs-unknown): Likewise.

lisp/ChangeLog
lisp/pcvs-info.el
lisp/progmodes/gdb-ui.el
lisp/replace.el

index b9ecf4798b77839a06e866724850cb45709cc6e4..644636076c31fe4f6beeee65fddb09c5a5ad5339 100644 (file)
@@ -1,3 +1,12 @@
+2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * replace.el (match): Use yellow1 instead of yellow.
+
+       * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
+       red. 
+
+       * pcvs-info.el (cvs-unknown): Likewise.
+
 2007-07-12  Davis Herring  <herring@lanl.gov>
 
        * desktop.el (desktop-buffer-info, desktop-save):
index 6e36b5a93e3d2d30be4e60aecca37a0b96f565d5..880972bff9d34e7dc6ae16135499aed217eeb448 100644 (file)
@@ -85,9 +85,9 @@ to confuse some users sometimes."
 
 (defface cvs-unknown
   '((((class color) (background dark))
-     (:foreground "red"))
+     (:foreground "red1"))
     (((class color) (background light))
-     (:foreground "red"))
+     (:foreground "red1"))
     (t (:slant italic)))
   "PCL-CVS face used to highlight unknown file status."
   :group 'pcl-cvs)
index 4dbc9893f61ea2763e13444ef180f42256c25066..7bc904f83192ed27bb01886da59bb913587b3c98 100644 (file)
@@ -1765,7 +1765,7 @@ static char *magick[] = {
 
 (defface breakpoint-enabled
   '((t
-     :foreground "red"
+     :foreground "red1"
      :weight bold))
   "Face for enabled breakpoint icon in fringe."
   :group 'gud)
index ed1fa9a6b599bbf3091c7ab71bc0e52893b7a7fc..5d4c2a2eba6124e83e3c972a69fed032a5f7de59 100644 (file)
@@ -860,7 +860,7 @@ Compatibility function for \\[next-error] invocations."
 \f
 (defface match
   '((((class color) (min-colors 88) (background light))
-     :background "yellow")
+     :background "yellow1")
     (((class color) (min-colors 88) (background dark))
      :background "RoyalBlue3")
     (((class color) (min-colors 8) (background light))