emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99837: * term/common-win.el (x-co


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99837: * term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6332).
Date: Fri, 04 Jun 2010 12:15:51 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99837
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Fri 2010-06-04 12:15:51 -0400
message:
  * term/common-win.el (x-colors): Add "dark green" and "dark turquoise" 
(Bug#6332).
modified:
  lisp/ChangeLog
  lisp/term/common-win.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-06-03 17:17:50 +0000
+++ b/lisp/ChangeLog    2010-06-04 16:15:51 +0000
@@ -1,3 +1,8 @@
+2010-06-04  Chong Yidong  <address@hidden>
+
+       * term/common-win.el (x-colors): Add "dark green" and "dark
+       turquoise" (Bug#6332).
+
 2010-06-03  Eric Ludlam  <address@hidden>
 
        * cedet/semantic/lex-spp.el

=== modified file 'lisp/term/common-win.el'
--- a/lisp/term/common-win.el   2010-01-13 08:35:10 +0000
+++ b/lisp/term/common-win.el   2010-06-04 16:15:51 +0000
@@ -275,10 +275,11 @@
     "medium slate blue" "slate blue" "dark slate blue" "midnight blue" "navy"
     "dark blue" "light steel blue" "cornflower blue" "dodger blue" "royal blue"
     "light slate gray" "slate gray" "dark slate gray" "steel blue" "cadet blue"
-    "light sky blue" "sky blue" "light blue" "powder blue" "pale turquoise" 
"turquoise"
-    "medium turquoise" "dark cyan" "aquamarine" "medium aquamarine" "light sea 
green"
+    "light sky blue" "sky blue" "light blue" "powder blue" "pale turquoise"
+    "turquoise" "medium turquoise" "dark turquoise"  "dark cyan" "aquamarine"
+    "medium aquamarine" "light sea green"
     "medium sea green" "sea green" "dark sea green" "pale green" "lime green"
-    "forest green" "light green" "green yellow" "yellow green" "olive drab"
+    "dark green" "forest green" "light green" "green yellow" "yellow green" 
"olive drab"
     "dark olive green" "lemon chiffon" "khaki" "dark khaki" "cornsilk"
     "pale goldenrod" "light goldenrod" "goldenrod" "dark goldenrod" "wheat"
     "navajo white" "tan" "burlywood" "sandy brown" "peru" "chocolate" "saddle 
brown"
@@ -287,7 +288,7 @@
     "dark magenta" "dark violet" "medium blue" "blue" "deep sky blue"
     "cyan" "medium spring green" "spring green" "green" "lawn green" 
"chartreuse"
     "yellow" "gold" "orange" "dark orange" "orange red" "red" "white" "white 
smoke"
-    "gainsboro" "light grey" "gray" "dark grey" "dim gray" "black" ))
+    "gainsboro" "light gray" "gray" "dark gray" "dim gray" "black" ))
   "List of basic colors available on color displays.
 For X, the list comes from the `rgb.txt' file,v 10.41 94/02/20.
 For Nextstep, this is a list of non-PANTONE colors returned by


reply via email to

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