Mercurial > emacs
comparison lisp/ChangeLog @ 109224:91be20d0588d
Merge from mainline.
author | Katsumi Yamaoka <katsumi@flagship2> |
---|---|
date | Tue, 15 Jun 2010 11:40:23 +0000 |
parents | 0c1f025545a1 |
children | 812d563cc192 |
comparison
equal
deleted
inserted
replaced
109223:3d4150adbcf7 | 109224:91be20d0588d |
---|---|
1 2010-06-15 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * facemenu.el (list-colors-sort): Doc fix. | |
4 | |
5 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change) | |
6 | |
7 * progmodes/sql.el (sql-connect-mysql): Fix typo. | |
8 | |
9 2010-06-14 Juri Linkov <juri@jurta.org> | |
10 | |
11 Add sort option `list-colors-sort'. (Bug#6332) | |
12 * facemenu.el (color-rgb-to-hsv): New function. | |
13 (list-colors-sort): New defcustom. | |
14 (list-colors-sort-key): New function. | |
15 (list-colors-display): Doc fix. Sort list according to the option | |
16 `list-colors-sort'. | |
17 (list-colors-print): Add HSV values to `help-echo' property of | |
18 RGB strings. | |
19 | |
20 2010-06-14 Juri Linkov <juri@jurta.org> | |
21 | |
22 * compare-w.el: Move to the "vc" subdirectory. | |
23 | |
1 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca> | 24 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 25 |
3 * image-mode.el (image-mode-map): Remap left-char and right-char. | 26 * image-mode.el (image-mode-map): Remap left-char and right-char. |
4 | 27 |
5 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior. | 28 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior. |