diff options
author | Juri Linkov <juri@jurta.org> | 2010-06-14 19:03:04 +0300 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-06-14 19:03:04 +0300 |
commit | f0bf7c8e5525fb4f964530c17399c3c987a79927 (patch) | |
tree | 2f55e221c7ddd0268d6541b5b4ee318c8a372b51 /etc/NEWS | |
parent | c42fe9a55d2356f509ea38e6de6fcec95fd6ac63 (diff) | |
download | emacs-f0bf7c8e5525fb4f964530c17399c3c987a79927.tar.gz |
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/NEWS')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -125,6 +125,9 @@ trashing. This avoids inadvertently trashing temporary files. *** Calling `delete-file' or `delete-directory' with a prefix argument now forces true deletion, regardless of `delete-by-moving-to-trash'. +** New option `list-colors-sort' defines the color sort order +for `list-colors-display'. + * Editing Changes in Emacs 24.1 |