diff options
| author | Alan Mackenzie | 2008-04-02 21:12:13 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2008-04-02 21:12:13 +0000 |
| commit | 06c064d3a2140bcd3d02d4767943b88f5fff60e8 (patch) | |
| tree | f2194cad7e2be6fbb62c3e055e07cbffc60400c5 | |
| parent | cc0717799a2afa65441ac7606621f5b65d34328a (diff) | |
| download | emacs-06c064d3a2140bcd3d02d4767943b88f5fff60e8.tar.gz emacs-06c064d3a2140bcd3d02d4767943b88f5fff60e8.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1d87af4666f..d4f75dcd00d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-04-02 Eli Zaretskii <eliz@gnu.org> | 10 | 2008-04-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * ps-print.el (ps-generate-postscript-with-faces): If the face | 12 | * ps-print.el (ps-generate-postscript-with-faces): If the face |