aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d752fd3fb69..e04ebf63812 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12010-04-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * minibuffer.el (tags-completion-at-point-function): New function.
4 (completion-at-point-functions): Use it.
5
6 * cedet/semantic.el (semantic-completion-at-point-function): New function.
7 (semantic-mode): Use semantic-completion-at-point-function for
8 completion-at-point-functions instead.
9
10 * progmodes/etags.el (complete-tag): Revert last change.
11
12010-04-29 Alan Mackenzie <acm@muc.de> 122010-04-29 Alan Mackenzie <acm@muc.de>
2 13
3 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an 14 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an