diff options
| -rw-r--r-- | lisp/ChangeLog | 13 | ||||
| -rw-r--r-- | lispref/ChangeLog | 2 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-06-24 David Kastrup <dak@gnu.org> | 14 | 2004-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 @@ | |||
| 1 | 2004-06-24 Richard M. Stallman <rms@gnu.org> | 1 | 2004-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 | ||