*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Jun 2004 23:34:10 +0000 (23:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Jun 2004 23:34:10 +0000 (23:34 +0000)
lisp/ChangeLog
lispref/ChangeLog

index fbdc5a1..1a38730 100644 (file)
@@ -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 `\#'
index 0d5cd08..970ecc4 100644 (file)
@@ -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.