comparison lisp/ChangeLog @ 107167:f6b8c73548b3

Minor tweaks to custom groups. * cus-edit.el (hardware): Doc fix. * man.el (man): Add to external custom group. * delim-col.el (columns): Move to wp custom group. * doc-view.el (doc-view): Add to data custom group. * cedet/data-debug.el (data-debug): Move to extensions group. * cedet/ede.el (ede): * cedet/srecode.el (srecode): * cedet/semantic.el (semantic): Put in tools and extensions group. * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 16 Feb 2010 09:35:45 -0500
parents 4d9e7dad66a0
children 282ddc0ca465
comparison
equal deleted inserted replaced
107166:87681b1f74ce 107167:f6b8c73548b3
1 2010-02-16 Chong Yidong <cyd@stupidchicken.com> 1 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
2
3 * cus-edit.el (hardware): Doc fix.
4
5 * man.el (man): Add to external custom group.
6
7 * delim-col.el (columns): Move to wp custom group.
8
9 * doc-view.el (doc-view): Add to data custom group.
10
11 * cedet/data-debug.el (data-debug): Move to extensions group.
12
13 * cedet/ede.el (ede):
14 * cedet/srecode.el (srecode):
15 * cedet/semantic.el (semantic): Put in tools and extensions group.
16
17 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces
18 group.
2 19
3 * textmodes/flyspell.el (flyspell-word): Obey the offset specified 20 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
4 by ispell-parse-output (Bug#5575). 21 by ispell-parse-output (Bug#5575).
5 22
6 2010-02-16 Kenichi Handa <handa@m17n.org> 23 2010-02-16 Kenichi Handa <handa@m17n.org>