comparison lisp/ChangeLog @ 26008:88c485e220ab

#
author Dave Love <fx@gnu.org>
date Wed, 13 Oct 1999 17:42:55 +0000
parents 6613b3835666
children 7a9ed2b6f30b
comparison
equal deleted inserted replaced
26007:774b2504710b 26008:88c485e220ab
1 1999-10-13 Dave Love <fx@gnu.org>
2
3 * image.el (insert-image): Copy the image spec and add an
4 intangible property.
5
1 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> 6 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
2 7
3 * help.el (help-xref-interned): make it also work on variable-only and 8 * help.el (help-xref-interned): Make it also work on variable-only
4 function-only symbols. 9 and function-only symbols.
5 (help-make-xrefs): take advantage of the new `help-xref-interned'. 10 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6 (help-follow): if the point under mouse is not highlighted, try 11 (help-follow): If the point under mouse is not highlighted, try
7 `help-xref-interned' on the pointed-to symbol anyway. 12 `help-xref-interned' on the pointed-to symbol anyway.
8 13
9 * info.el (Info-on-current-buffer): new entry point. 14 * info.el (Info-on-current-buffer): New entry point.
10 (Info-find-node): split into two for Info-on-current-buffer to 15 (Info-find-node): Split into two for Info-on-current-buffer to
11 hook into it. 16 hook into it.
12 (Info-current-file, Info-set-mode-line, Info-up): 17 (Info-current-file, Info-set-mode-line, Info-up):
13 Info-current-file can now be t. 18 Info-current-file can now be t.
14 (Info-clone-buffer-hook): new function for `clone-buffer'. 19 (Info-clone-buffer-hook): function for `clone-buffer'.
15 (Info-goto-node, Info-menu, Info-mode-map, Info-mode): make 20 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
16 `clone-buffer' available in various ways to the user. 21 `clone-buffer' available in various ways to the user.
17 22
18 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> 23 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
19 24
20 * simple.el (shell-command, shell-command-on-region): use make-temp-file. 25 * simple.el (shell-command, shell-command-on-region): Use
21 (clone-buffer, clone-process, clone-buffer-hook): new functions. 26 make-temp-file.
22 27 (clone-buffer, clone-process, clone-buffer-hook): New functions.
23 * subr.el (with-current-buffer): don't use backquotes to avoid 28
24 bootstrapping problems. 29 * subr.el (with-current-buffer): Don't use backquotes to avoid
25 loadup.el (load-path): add subdirs for bootstrapping. 30 bootstrapping problems.
26 (docstrings): ignore errors during bootstrapping. 31
27 (args): new `bootstrap' argument (for use in place of `dump'). 32 * loadup.el (load-path): Add subdirs for bootstrapping.
33 (docstrings): Ignore errors during bootstrapping.
34 (args): New `bootstrap' argument (for use in place of `dump').
28 35
29 1999-10-12 Emmanuel Briot <briot@gnat.com> 36 1999-10-12 Emmanuel Briot <briot@gnat.com>
30 37
31 * ada-stmt.el: Doc-string fixes. 38 * ada-stmt.el: Doc-string fixes.
32 39