summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-07-02 17:01:30 +0000
committerJim Meyering <jim@meyering.net>2004-07-02 17:01:30 +0000
commitbc012e8ad95f8903ededf6fada132f4b32d545a4 (patch)
tree6b98b719c1fe2b962964492ad930837e0f6b921c /ChangeLog
parent9f3628bd459f371f0c2fda05e29e8149d01e1c91 (diff)
downloadcoreutils-bc012e8ad95f8903ededf6fada132f4b32d545a4.tar.xz
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c64cc549c..42af63f6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,22 @@
-2004-07-01 Jim Meyering <jim@meyering.net>
+2004-07-01 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.0.
+ * NEWS: Add short names -t and -T for --target-directory
+ and --no-target-directory options, respectively.
+
+ * src/cp.c (NO_TARGET_DIRECTORY_OPTION, TARGET_DIRECTORY_OPTION):
+ Remove. All uses changed to 'T' and 't', respectively.
+ * src/install.c, src/ln.c, src/mv.c: Likewise.
+
+ * src/cp.c (long_opts, usage, do_copy, main): Add -t and -T as
+ aliases for --target-directory and --no-target-directory,
+ respectively.
+ * src/install.c (long_options, main, usage): Likewise.
+ * src/ln.c, src/mv.c: Likewise.
+
+2004-07-01 Jim Meyering <jim@meyering.net>
+
* Makefile.maint (sc_file_system): New target.
(syntax-check-rules): Add it.
.x-sc_file_system: New file.