aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2010-06-14 19:03:04 +0300
committerJuri Linkov2010-06-14 19:03:04 +0300
commitf0bf7c8e5525fb4f964530c17399c3c987a79927 (patch)
tree2f55e221c7ddd0268d6541b5b4ee318c8a372b51 /etc
parentc42fe9a55d2356f509ea38e6de6fcec95fd6ac63 (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e9d29c9ea87..60de0a286f3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
126now forces true deletion, regardless of `delete-by-moving-to-trash'. 126now forces true deletion, regardless of `delete-by-moving-to-trash'.
127 127
128** New option `list-colors-sort' defines the color sort order
129for `list-colors-display'.
130
128 131
129* Editing Changes in Emacs 24.1 132* Editing Changes in Emacs 24.1
130 133