comparison lisp/ChangeLog @ 26004:11f91800bec3

(Info-on-current-buffer): new entry point. (Info-find-node): split into two for Info-on-current-buffer to hook into it. (Info-current-file, Info-set-mode-line, Info-up): Info-current-file can now be t. (Info-clone-buffer-hook): new function for `clone-buffer'. (Info-goto-node, Info-menu, Info-mode-map, Info-mode): make `clone-buffer' available in various ways to the user.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Oct 1999 14:48:57 +0000
parents f6c190ef2f45
children 6613b3835666
comparison
equal deleted inserted replaced
26003:f6c190ef2f45 26004:11f91800bec3
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.
4 (clone-buffer, clone-process, clone-buffer-hook): new functions. 15 (clone-buffer, clone-process, clone-buffer-hook): new functions.
5 16