diff options
| author | Juri Linkov | 2010-06-14 19:03:04 +0300 |
|---|---|---|
| committer | Juri Linkov | 2010-06-14 19:03:04 +0300 |
| commit | f0bf7c8e5525fb4f964530c17399c3c987a79927 (patch) | |
| tree | 2f55e221c7ddd0268d6541b5b4ee318c8a372b51 /etc | |
| parent | c42fe9a55d2356f509ea38e6de6fcec95fd6ac63 (diff) | |
| download | emacs-f0bf7c8e5525fb4f964530c17399c3c987a79927.tar.gz emacs-f0bf7c8e5525fb4f964530c17399c3c987a79927.zip | |
Add sort option `list-colors-sort'. (Bug#6332)
* lisp/facemenu.el (color-rgb-to-hsv): New function.
(list-colors-sort): New defcustom.
(list-colors-sort-key): New function.
(list-colors-display): Doc fix. Sort list according to the option
`list-colors-sort'.
(list-colors-print): Add HSV values to `help-echo' property of
RGB strings.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -125,6 +125,9 @@ trashing. This avoids inadvertently trashing temporary files. | |||
| 125 | *** Calling `delete-file' or `delete-directory' with a prefix argument | 125 | *** Calling `delete-file' or `delete-directory' with a prefix argument |
| 126 | now forces true deletion, regardless of `delete-by-moving-to-trash'. | 126 | now forces true deletion, regardless of `delete-by-moving-to-trash'. |
| 127 | 127 | ||
| 128 | ** New option `list-colors-sort' defines the color sort order | ||
| 129 | for `list-colors-display'. | ||
| 130 | |||
| 128 | 131 | ||
| 129 | * Editing Changes in Emacs 24.1 | 132 | * Editing Changes in Emacs 24.1 |
| 130 | 133 | ||