diff lisp/ChangeLog @ 108990:8f3a9d4ebe87

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.
author Juri Linkov <juri@jurta.org>
date Mon, 14 Jun 2010 19:03:04 +0300
parents c20f62b45fc9
children b2a9d4e48488
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jun 14 18:48:52 2010 +0300
+++ b/lisp/ChangeLog	Mon Jun 14 19:03:04 2010 +0300
@@ -1,3 +1,14 @@
+2010-06-14  Juri Linkov  <juri@jurta.org>
+
+	Add sort option `list-colors-sort'.  (Bug#6332)
+	* 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.
+
 2010-06-14  Juri Linkov  <juri@jurta.org>
 
 	* compare-w.el: Move to the "vc" subdirectory.