# HG changeset patch # User Gerd Moellmann # Date 1002286455 0 # Node ID 80c62639fd207563aae4101000a9ec78bbaa0515 # Parent 3eb5c468047e7e08f099da80bb29de6492957476 *** empty log message *** diff -r 3eb5c468047e -r 80c62639fd20 etc/NEWS --- 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 diff -r 3eb5c468047e -r 80c62639fd20 lisp/ChangeLog --- 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 + + * 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 * 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. diff -r 3eb5c468047e -r 80c62639fd20 src/ChangeLog --- 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 + + * fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there. + 2001-10-05 Miles Bader * minibuf.c (Fminibuffer_prompt_end, Fminibuffer_contents)