From: Dave Love Date: Wed, 13 Oct 1999 17:42:55 +0000 (+0000) Subject: # X-Git-Tag: emacs-pretest-21.0.90~6451 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c765b723616004265dabbfcc0943d29d488f8016;p=emacs.git # --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 604268b6ae6..3ca1634346d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. + * 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.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. + * 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'). + * 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 --git a/src/ChangeLog b/src/ChangeLog index a56509ae47f..5f442fa1f21 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +1999-10-13 Dave Love + + * filelock.c (lock_file): Move gcpro of `fn'. + 1999-10-10 Gerd Moellmann * keyboard.c (auto-save-interval): Fix documentation.