summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-30 18:42:27 +0000
committerJim Meyering <jim@meyering.net>2004-06-30 18:42:27 +0000
commit697c4afab54f5a2d6e748baf040cffb278fda727 (patch)
tree856902a0bd614b13df820371d638de78eb3cbba8 /ChangeLog
parent1815011d0add0984e927acb3a8d8b8f7a7bba3e1 (diff)
downloadcoreutils-697c4afab54f5a2d6e748baf040cffb278fda727.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 943a7bf27..1ac76f44e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,33 @@
-2004-06-29 Jim Meyering <jim@meyering.net>
+2004-06-29 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.0.
+ Add support for --no-target-directory option.
+
+ * NEWS: Document it.
+ * doc/coreutils.texi (Common options, Target directory, cp
+ invocation, install invocation, mv invocation, ln invocation):
+ Likewise.
+ (link invocation): Explain how to rewrite link using ln now
+ that we have --no-target-directory.
+ (ln invocation): Explain that --no-target-directory subsumes
+ --no-dereference.
+ (unlink invocation): Modify wording to match new wording in
+ link invocation.
+
+ * src/cp.c (NO_TARGET_DIRECTORY_OPTION): New constant.
+ (long_opts, usage, do_copy, main): Add support for
+ --no-target-directory,
+ * src/install.c (NO_TARGET_DIRECTORY_OPTION, long_options, main,
+ usage): Likewise.
+ * src/ln.c (NO_TARGET_DIRECTORY_OPTION, long_options, usage,
+ main): Likewise.
+ * src/mv.c (NO_TARGET_DIRECTORY_OPTION, long_options, usage,
+ main): Likewise.
+ * src/mv.c (enum): Sort values.
+
+2004-06-29 Jim Meyering <jim@meyering.net>
+
Don't let verbose-mode output from a subshell obscure actual differences.
* tests/rm/inaccessible: Turn off command-echoing just before
invoking subshell, then turn it back on if VERBOSE=yes afterward.