Mercurial > emacs
changeset 39605:80c62639fd20
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 05 Oct 2001 12:54:15 +0000 |
parents | 3eb5c468047e |
children | 1b4259bc2f74 |
files | etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Oct 05 12:53:28 2001 +0000 +++ b/etc/NEWS Fri Oct 05 12:54:15 2001 +0000 @@ -50,7 +50,7 @@ collection. The hook is run with GC inhibited, so use it with care. ** If the second argument to `copy-file' is the name of a directory, -copy the file to that directory. +the file is copied to that directory instead of signaling an error. * Installation Changes in Emacs 21.1
--- a/lisp/ChangeLog Fri Oct 05 12:53:28 2001 +0000 +++ b/lisp/ChangeLog Fri Oct 05 12:54:15 2001 +0000 @@ -1,3 +1,9 @@ +2001-10-05 Gerd Moellmann <gerd@gnu.org> + + * progmodes/compile.el (compilation-buffer-name): New function. + (compile-internal): Use it to determine the name of the + compilation buffer. + 2001-10-05 Miles Bader <miles@gnu.org> * progmodes/compile.el (grep-use-null-device): New variable. @@ -20,6 +26,7 @@ (minibuffer-contents-no-properties, delete-minibuffer-contents): Functions removed (now subrs). (minibuffer-prompt-width): Use `minibuffer-prompt-end'. + * minibuf-eldef.el (minibuf-eldef-setup-minibuffer) (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions instead of calling `field-' functions directly.
--- a/src/ChangeLog Fri Oct 05 12:53:28 2001 +0000 +++ b/src/ChangeLog Fri Oct 05 12:54:15 2001 +0000 @@ -1,3 +1,7 @@ +2001-10-05 Gerd Moellmann <gerd@gnu.org> + + * fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there. + 2001-10-05 Miles Bader <miles@gnu.org> * minibuf.c (Fminibuffer_prompt_end, Fminibuffer_contents)