aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-02-16 09:35:45 -0500
committerChong Yidong2010-02-16 09:35:45 -0500
commitff90f4b003b3de7b053ad9ab4e16cc8cf81917c0 (patch)
tree6a3a744f8c93cdfc59e8b8b2f0a9a57593e2eab6 /lisp/ChangeLog
parent6fd060bfb8c66ec733db70680f765085ec43b637 (diff)
downloademacs-ff90f4b003b3de7b053ad9ab4e16cc8cf81917c0.tar.gz
emacs-ff90f4b003b3de7b053ad9ab4e16cc8cf81917c0.zip
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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 92ae206d104..33d844512de 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,22 @@
12010-02-16 Chong Yidong <cyd@stupidchicken.com> 12010-02-16 Chong Yidong <cyd@stupidchicken.com>
2 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.
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