aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-28 17:29:08 +1100
committerLars Ingebrigtsen2016-02-28 17:29:08 +1100
commitcd6067965761ccf31c48a106596b5187e85120e1 (patch)
tree6e1167a8047299d76ba2e23268ac60969b33cc20
parent8ed026d6176d02412b6c48d9dfbd9f3a345a86a6 (diff)
downloademacs-cd6067965761ccf31c48a106596b5187e85120e1.tar.gz
emacs-cd6067965761ccf31c48a106596b5187e85120e1.zip
Add a NEWS entry for the read-color change
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2cb46a185e1..6fe47d42e94 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2006,6 +2006,10 @@ coding-system of your choice when invoking functions like `prin1' and
2006** New possible value for `system-type': `nacl'. 2006** New possible value for `system-type': `nacl'.
2007This is used by Google's Native Client (NaCl). 2007This is used by Google's Native Client (NaCl).
2008 2008
2009---
2010** `read-color' will now display the color names using the color itself
2011as the background color.
2012
2009** Miscellaneous name change 2013** Miscellaneous name change
2010 2014
2011--- 2015---