diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 504a277ca40..ca0f039b0fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-06-17 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * replace.el (query-replace-read-args): Only warn about use of \n | ||
| 4 | and \t when we are doing a regexp replacement and the actual | ||
| 5 | escaped character is n or t. | ||
| 6 | (query-replace-regexp): Add \, and \# interpretation to | ||
| 7 | interactive call and document it. | ||
| 8 | (query-replace-regexp-eval, replace-match-string-symbols): add \# | ||
| 9 | as shortkey for replace-count. | ||
| 10 | (replace-quote): New function for doubling backslashes. | ||
| 11 | |||
| 1 | 2004-06-17 Juanma Barranquero <lektu@terra.es> | 12 | 2004-06-17 Juanma Barranquero <lektu@terra.es> |
| 2 | 13 | ||
| 3 | * files.el (parse-colon-path, cd): Mention in docstring that the | 14 | * files.el (parse-colon-path, cd): Mention in docstring that the |