Mercurial > emacs
comparison lisp/ChangeLog @ 80429:3fa80477fe55
*** empty log message ***
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Wed, 02 Apr 2008 21:12:13 +0000 |
parents | 46573e7f783c |
children | afb0313509bb |
comparison
equal
deleted
inserted
replaced
80428:46573e7f783c | 80429:3fa80477fe55 |
---|---|
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 |
4 specified by the overlay's `face' property is a string, assume | 13 specified by the overlay's `face' property is a string, assume |
5 it's a string name and intern it to get the face symbol. | 14 it's a string name and intern it to get the face symbol. |