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 f0f91cb3779..9573fb88510 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * info.el (Info-on-current-buffer): new entry point. | ||
| 4 | (Info-find-node): split into two for Info-on-current-buffer to | ||
| 5 | hook into it. | ||
| 6 | (Info-current-file, Info-set-mode-line, Info-up): | ||
| 7 | Info-current-file can now be t. | ||
| 8 | (Info-clone-buffer-hook): new function for `clone-buffer'. | ||
| 9 | (Info-goto-node, Info-menu, Info-mode-map, Info-mode): make | ||
| 10 | `clone-buffer' available in various ways to the user. | ||
| 11 | |||
| 1 | 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> | 12 | 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 13 | ||
| 3 | * simple.el (shell-command, shell-command-on-region): use make-temp-file. | 14 | * simple.el (shell-command, shell-command-on-region): use make-temp-file. |