aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-06-24 23:34:10 +0000
committerRichard M. Stallman2004-06-24 23:34:10 +0000
commitb4a4b0ae6602bb0dad0d120fc8dcd2bd5052b96c (patch)
tree7e3a24c6c809cd729ad199e889d58a0145672d02
parentba8d15f97238595a065ce7bff65c722472352f88 (diff)
downloademacs-b4a4b0ae6602bb0dad0d120fc8dcd2bd5052b96c.tar.gz
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 @@
12004-06-24 Richard M. Stallman <rms@gnu.org>
2
3 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
4
5 * font-lock.el (font-lock-keywords): Change format of compiled values.
6 Document it.
7 (font-lock-add-keywords): If font-lock-keywords is compiled,
8 extract the uncompiled version, modify, then recompile.
9 (font-lock-remove-keywords): Likewise.
10 (font-lock-fontify-keywords-region): Handle changed format.
11 (font-lock-compile-keywords): Handle changed format.
12 (font-lock-set-defaults): Compile the keywords explicitly here.
13
12004-06-24 David Kastrup <dak@gnu.org> 142004-06-24 David Kastrup <dak@gnu.org>
2 15
3 * replace.el (query-replace-read-args): Implement `\,' and `\#' 16 * 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 @@
12004-06-24 Richard M. Stallman <rms@gnu.org> 12004-06-24 Richard M. Stallman <rms@gnu.org>
2 2
3 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
4
3 * customize.texi (Variable Definitions): Note about doc strings 5 * customize.texi (Variable Definitions): Note about doc strings
4 and :set. 6 and :set.
5 7