Mercurial > emacs
comparison lisp/ChangeLog @ 62504:79619947458b
*** empty log message ***
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Thu, 19 May 2005 02:20:34 +0000 |
parents | d3986a29cb33 |
children | 10400b58d166 |
comparison
equal
deleted
inserted
replaced
62503:c50200e8e7e8 | 62504:79619947458b |
---|---|
1 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org> | |
2 | |
3 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in | |
4 strings, because (eq ... ?\\) is fairly frequent. | |
5 | |
6 * progmodes/make-mode.el (makefile-add-this-line-targets): | |
7 Simplify and integrate into `makefile-pickup-targets'. | |
8 (makefile-add-this-line-macro): Simplify and integrate into | |
9 `makefile-pickup-macros. | |
10 (makefile-pickup-filenames-as-targets): Simplify. | |
11 (makefile-previous-dependency, makefile-match-dependency): Don't | |
12 stumble over `::'. | |
13 | |
1 2005-05-19 Nick Roberts <nickrob@snap.net.nz> | 14 2005-05-19 Nick Roberts <nickrob@snap.net.nz> |
2 | 15 |
3 * subr.el (post-command-idle-hook, post-command-idle-delay): | 16 * subr.el (post-command-idle-hook, post-command-idle-delay): |
4 Remove obsoletion of post-command-idle-hook and | 17 Remove obsoletion of post-command-idle-hook and |
5 post-command-idle-delay. | 18 post-command-idle-delay. |
6 | 19 |
7 * faces.el (list-faces-display): Provide button when describe-face | 20 * faces.el (list-faces-display): Provide button when describe-face |
8 is called to take user back to the list of faces. | 21 is called to take user back to the list of faces. |