diff options
| author | Glenn Morris | 2012-02-03 20:23:09 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-02-03 20:23:09 -0500 |
| commit | 94bc79845c7bec68561e086d7494749a40e48c23 (patch) | |
| tree | 7da38223011fd9a09820e38c0a710d2ac6509561 /etc | |
| parent | bd5cfef1b5a1af525b100d9b1a1a0a6b4c81ad41 (diff) | |
| download | emacs-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/NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -1310,10 +1310,13 @@ Trashing is performed if TRASH and `delete-by-moving-to-trash' are | |||
| 1310 | both non-nil. Interactively, TRASH defaults to t, unless a prefix | 1310 | both non-nil. Interactively, TRASH defaults to t, unless a prefix |
| 1311 | argument is supplied (see Trash changes, above). | 1311 | argument 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'. |
| 1314 | The command `read-color' now requires a match for a color name or RGB | 1315 | |
| 1315 | triplet, instead of signaling an error if the user provides a invalid | 1316 | +++ |
| 1316 | input. | 1317 | ** The command `read-color' now requires a match for a color name |
| 1318 | or RGB triplet, instead of signaling an error if the user provides | ||
| 1319 | invalid input. | ||
| 1317 | 1320 | ||
| 1318 | ** Tool-bars can display separators. | 1321 | ** Tool-bars can display separators. |
| 1319 | Tool-bar separators are handled like menu separators in menu-bar maps, | 1322 | Tool-bar separators are handled like menu separators in menu-bar maps, |