Mercurial > emacs
changeset 62504:79619947458b
*** empty log message ***
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Thu, 19 May 2005 02:20:34 +0000 |
parents | c50200e8e7e8 |
children | 1c4ccfd05539 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 19 02:16:32 2005 +0000 +++ b/lisp/ChangeLog Thu May 19 02:20:34 2005 +0000 @@ -1,6 +1,19 @@ +2005-05-19 Daniel Pfeiffer <occitan@esperanto.org> + + * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in + strings, because (eq ... ?\\) is fairly frequent. + + * progmodes/make-mode.el (makefile-add-this-line-targets): + Simplify and integrate into `makefile-pickup-targets'. + (makefile-add-this-line-macro): Simplify and integrate into + `makefile-pickup-macros. + (makefile-pickup-filenames-as-targets): Simplify. + (makefile-previous-dependency, makefile-match-dependency): Don't + stumble over `::'. + 2005-05-19 Nick Roberts <nickrob@snap.net.nz> - * subr.el (post-command-idle-hook, post-command-idle-delay): + * subr.el (post-command-idle-hook, post-command-idle-delay): Remove obsoletion of post-command-idle-hook and post-command-idle-delay.