# HG changeset patch # User Dave Love # Date 939836575 0 # Node ID 88c485e220ab245d48a5bfdd0edbae0d328f12b3 # Parent 774b2504710b029f9b3e86f8a9926d7ac2927b44 # diff -r 774b2504710b -r 88c485e220ab lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 13 17:38:18 1999 +0000 +++ b/lisp/ChangeLog Wed Oct 13 17:42:55 1999 +0000 @@ -1,30 +1,37 @@ +1999-10-13 Dave Love + + * image.el (insert-image): Copy the image spec and add an + intangible property. + 1999-10-13 Stefan Monnier - * help.el (help-xref-interned): make it also work on variable-only and - function-only symbols. - (help-make-xrefs): take advantage of the new `help-xref-interned'. - (help-follow): if the point under mouse is not highlighted, try - `help-xref-interned' on the pointed-to symbol anyway. - - * info.el (Info-on-current-buffer): new entry point. - (Info-find-node): split into two for Info-on-current-buffer to - hook into it. + * help.el (help-xref-interned): Make it also work on variable-only + and function-only symbols. + (help-make-xrefs): Take advantage of the new `help-xref-interned'. + (help-follow): If the point under mouse is not highlighted, try + `help-xref-interned' on the pointed-to symbol anyway. + + * info.el (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. + Info-current-file can now be t. + (Info-clone-buffer-hook): function for `clone-buffer'. + (Info-goto-node, Info-menu, Info-mode-map, Info-mode): + `clone-buffer' available in various ways to the user. 1999-10-12 Stefan Monnier - * simple.el (shell-command, shell-command-on-region): use make-temp-file. - (clone-buffer, clone-process, clone-buffer-hook): new functions. - - * subr.el (with-current-buffer): don't use backquotes to avoid - bootstrapping problems. - loadup.el (load-path): add subdirs for bootstrapping. - (docstrings): ignore errors during bootstrapping. - (args): new `bootstrap' argument (for use in place of `dump'). + * simple.el (shell-command, shell-command-on-region): Use + make-temp-file. + (clone-buffer, clone-process, clone-buffer-hook): New functions. + + * subr.el (with-current-buffer): Don't use backquotes to avoid + bootstrapping problems. + + * loadup.el (load-path): Add subdirs for bootstrapping. + (docstrings): Ignore errors during bootstrapping. + (args): New `bootstrap' argument (for use in place of `dump'). 1999-10-12 Emmanuel Briot diff -r 774b2504710b -r 88c485e220ab src/ChangeLog Binary file src/ChangeLog has changed