aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog45
-rw-r--r--src/ChangeLog4
2 files changed, 30 insertions, 19 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 604268b6ae6..3ca1634346d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,30 +1,37 @@
11999-10-13 Dave Love <fx@gnu.org>
2
3 * image.el (insert-image): Copy the image spec and add an
4 intangible property.
5
11999-10-13 Stefan Monnier <monnier@cs.yale.edu> 61999-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
181999-10-12 Stefan Monnier <monnier@cs.yale.edu> 231999-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.
27 (clone-buffer, clone-process, clone-buffer-hook): New functions.
22 28
23 * subr.el (with-current-buffer): don't use backquotes to avoid 29 * subr.el (with-current-buffer): Don't use backquotes to avoid
24 bootstrapping problems. 30 bootstrapping problems.
25 loadup.el (load-path): add subdirs for bootstrapping. 31
26 (docstrings): ignore errors during bootstrapping. 32 * loadup.el (load-path): Add subdirs for bootstrapping.
27 (args): new `bootstrap' argument (for use in place of `dump'). 33 (docstrings): Ignore errors during bootstrapping.
34 (args): New `bootstrap' argument (for use in place of `dump').
28 35
291999-10-12 Emmanuel Briot <briot@gnat.com> 361999-10-12 Emmanuel Briot <briot@gnat.com>
30 37
diff --git a/src/ChangeLog b/src/ChangeLog
index a56509ae47f..5f442fa1f21 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
11999-10-13 Dave Love <fx@gnu.org>
2
3 * filelock.c (lock_file): Move gcpro of `fn'.
4
11999-10-10 Gerd Moellmann <gerd@gnu.org> 51999-10-10 Gerd Moellmann <gerd@gnu.org>
2 6
3 * keyboard.c (auto-save-interval): Fix documentation. 7 * keyboard.c (auto-save-interval): Fix documentation.