aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-02-03 20:23:09 -0500
committerGlenn Morris2012-02-03 20:23:09 -0500
commit94bc79845c7bec68561e086d7494749a40e48c23 (patch)
tree7da38223011fd9a09820e38c0a710d2ac6509561 /etc
parentbd5cfef1b5a1af525b100d9b1a1a0a6b4c81ad41 (diff)
downloademacs-94bc79845c7bec68561e086d7494749a40e48c23.tar.gz
emacs-94bc79845c7bec68561e086d7494749a40e48c23.zip
* doc/lispref/minibuf.texi (High-Level Completion): Updates for read-color.
* etc/NEWS: Likewise.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0e9181d7675..99be115e108 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1310,10 +1310,13 @@ Trashing is performed if TRASH and `delete-by-moving-to-trash' are
1310both non-nil. Interactively, TRASH defaults to t, unless a prefix 1310both non-nil. Interactively, TRASH defaults to t, unless a prefix
1311argument is supplied (see Trash changes, above). 1311argument is supplied (see Trash changes, above).
1312 1312
1313---
1313** `facemenu-read-color' is now an alias for `read-color'. 1314** `facemenu-read-color' is now an alias for `read-color'.
1314The command `read-color' now requires a match for a color name or RGB 1315
1315triplet, instead of signaling an error if the user provides a invalid 1316+++
1316input. 1317** The command `read-color' now requires a match for a color name
1318or RGB triplet, instead of signaling an error if the user provides
1319invalid input.
1317 1320
1318** Tool-bars can display separators. 1321** Tool-bars can display separators.
1319Tool-bar separators are handled like menu separators in menu-bar maps, 1322Tool-bar separators are handled like menu separators in menu-bar maps,