comparison lisp/ChangeLog @ 109406:f9f0aa88b6f8

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 14 Jun 2010 22:48:13 +0000
parents 8f3a9d4ebe87
children b2a9d4e48488
comparison
equal deleted inserted replaced
109405:6730a174eb2b 109406:f9f0aa88b6f8
1 2010-06-14 Juri Linkov <juri@jurta.org>
2
3 Add sort option `list-colors-sort'. (Bug#6332)
4 * facemenu.el (color-rgb-to-hsv): New function.
5 (list-colors-sort): New defcustom.
6 (list-colors-sort-key): New function.
7 (list-colors-display): Doc fix. Sort list according to the option
8 `list-colors-sort'.
9 (list-colors-print): Add HSV values to `help-echo' property of
10 RGB strings.
11
12 2010-06-14 Juri Linkov <juri@jurta.org>
13
14 * compare-w.el: Move to the "vc" subdirectory.
15
16 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * image-mode.el (image-mode-map): Remap left-char and right-char.
19
20 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
21
1 2010-06-12 Chong Yidong <cyd@stupidchicken.com> 22 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
2 23
3 * term/common-win.el (x-colors): Add all the color names defined 24 * term/common-win.el (x-colors): Add all the color names defined
4 in rgb.txt (Bug#6332). 25 in rgb.txt (Bug#6332).
5 26