]> git.eshelyaron.com Git - emacs.git/commitdiff
#
authorDave Love <fx@gnu.org>
Wed, 13 Oct 1999 17:42:55 +0000 (17:42 +0000)
committerDave Love <fx@gnu.org>
Wed, 13 Oct 1999 17:42:55 +0000 (17:42 +0000)
lisp/ChangeLog
src/ChangeLog

index 604268b6ae68d902bed70f21aae3b7bbd897421c..3ca1634346d154dd792a6ea8c0c7a2b00d29db15 100644 (file)
@@ -1,30 +1,37 @@
+1999-10-13  Dave Love  <fx@gnu.org>
+
+       * image.el (insert-image): Copy the image spec and add an
+       intangible property.
+
 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * 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  <monnier@cs.yale.edu>
 
-       * 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  <briot@gnat.com>
 
index a56509ae47fa4ec19e49c59656fb4dde4de35400..5f442fa1f21fccd87b90d201d797323f4a388c9c 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-13  Dave Love  <fx@gnu.org>
+
+       * filelock.c (lock_file): Move gcpro of `fn'.
+
 1999-10-10  Gerd Moellmann  <gerd@gnu.org>
 
        * keyboard.c (auto-save-interval): Fix documentation.