Mercurial > emacs
changeset 56246:b59328fbdeea
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Jun 2004 23:34:10 +0000 |
parents | 93e88c0fb51c |
children | 09f1db905d2e |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jun 24 23:33:59 2004 +0000 +++ b/lisp/ChangeLog Thu Jun 24 23:34:10 2004 +0000 @@ -1,3 +1,16 @@ +2004-06-24 Richard M. Stallman <rms@gnu.org> + + * replace.el (query-replace-read-args): Swallow space after \,SYMBOL. + + * font-lock.el (font-lock-keywords): Change format of compiled values. + Document it. + (font-lock-add-keywords): If font-lock-keywords is compiled, + extract the uncompiled version, modify, then recompile. + (font-lock-remove-keywords): Likewise. + (font-lock-fontify-keywords-region): Handle changed format. + (font-lock-compile-keywords): Handle changed format. + (font-lock-set-defaults): Compile the keywords explicitly here. + 2004-06-24 David Kastrup <dak@gnu.org> * replace.el (query-replace-read-args): Implement `\,' and `\#'
--- a/lispref/ChangeLog Thu Jun 24 23:33:59 2004 +0000 +++ b/lispref/ChangeLog Thu Jun 24 23:34:10 2004 +0000 @@ -1,5 +1,7 @@ 2004-06-24 Richard M. Stallman <rms@gnu.org> + * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event. + * customize.texi (Variable Definitions): Note about doc strings and :set.