summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-06-16 12:53:40 +0200
committerJim Meyering <jim@meyering.net>2007-06-16 12:53:40 +0200
commitc23c89db0f1be58c5e324be6e085f41733c1286f (patch)
tree70da3e0efce254238231af6afaadf4a004e52e89 /ChangeLog
parentcdec7e6e93db547a80525c24167345a090a00273 (diff)
downloadcoreutils-c23c89db0f1be58c5e324be6e085f41733c1286f.tar.xz
Make chgrp and chown diagnostics consistent.
* src/chown.c (main): Emit the diagnostic before the file name, not after it, to be consistent with chgrp's diagnostic. * src/chgrp.c (parse_group): Emit a ":" between the diagnostic and the file name. Reported by Egmont Koblinger. * THANKS: Add Egmont Koblinger.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f456c6afb..e68c7ed33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-06-16 Jim Meyering <jim@meyering.net>
+
+ Make chgrp and chown diagnostics consistent.
+ * src/chown.c (main): Emit the diagnostic before the file name,
+ not after it, to be consistent with chgrp's diagnostic.
+ * src/chgrp.c (parse_group): Emit a ":" between the diagnostic
+ and the file name.
+ Reported by Egmont Koblinger.
+ * THANKS: Add Egmont Koblinger.
+
2007-06-15 Paul Eggert <eggert@cs.ucla.edu>
Correct cp's handling of destination symlinks in some cases.