diff options
| author | Dave Love | 2000-08-20 18:12:07 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-20 18:12:07 +0000 |
| commit | e50c4203bf378337e11b6c91074ea1b8fa8389b9 (patch) | |
| tree | 6899923d7665e12cc727b6c93e83c47c62a44925 /lisp/ChangeLog | |
| parent | 13eb63ffef79c84b5e155be9e12c6b049024938c (diff) | |
| download | emacs-e50c4203bf378337e11b6c91074ea1b8fa8389b9.tar.gz emacs-e50c4203bf378337e11b6c91074ea1b8fa8389b9.zip | |
(defun-prompt-regexp, parens-require-spaces): Doc fix.
(down-list, backward-up-list, up-list, kill-sexp)
(backward-kill-sexp, mark-sexp)): Make arg optional.
(lisp-complete-symbol): Add optional arg PREDICATE.
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 d078aad3204..9f915e83eaa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2000-08-20 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces): | ||
| 4 | Doc fix. | ||
| 5 | (down-list, backward-up-list, up-list, kill-sexp) | ||
| 6 | (backward-kill-sexp, mark-sexp): Make arg optional. | ||
| 7 | (lisp-complete-symbol): Add optional arg PREDICATE. | ||
| 8 | |||
| 9 | * cus-start.el: Add display-buffer-reuse-frames, | ||
| 10 | file-coding-system-alist. | ||
| 11 | |||
| 1 | 2000-08-20 Gerd Moellmann <gerd@gnu.org> | 12 | 2000-08-20 Gerd Moellmann <gerd@gnu.org> |
| 2 | 13 | ||
| 3 | * startup.el (command-line): Clear realized faces after | 14 | * startup.el (command-line): Clear realized faces after |