aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3843df4ed1c..45dd978a524 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12008-04-02 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name): New
4 optimised functions to get the name of the current defun/macro.
5
6 * add-log.el (add-log-current-defun): Move the functionality which
7 gets the current function name for C like modes to cc-cmds.el,
8 thus optimising for speed.
9
12008-04-02 Chong Yidong <cyd@stupidchicken.com> 102008-04-02 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * simple.el (deactivate-mark): When the mark is temporarily 12 * simple.el (deactivate-mark): When the mark is temporarily