summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-06-24 23:34:10 +0000
committerRichard M. Stallman <rms@gnu.org>2004-06-24 23:34:10 +0000
commitb4a4b0ae6602bb0dad0d120fc8dcd2bd5052b96c (patch)
tree7e3a24c6c809cd729ad199e889d58a0145672d02
parentba8d15f97238595a065ce7bff65c722472352f88 (diff)
downloademacs-b4a4b0ae6602bb0dad0d120fc8dcd2bd5052b96c.tar.gz
emacs-b4a4b0ae6602bb0dad0d120fc8dcd2bd5052b96c.tar.bz2
emacs-b4a4b0ae6602bb0dad0d120fc8dcd2bd5052b96c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lispref/ChangeLog2
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fbdc5a16641..1a387308ac9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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 `\#'
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 0d5cd08b78e..970ecc4d494 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -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.