summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-26 15:53:24 +0000
committerJim Meyering <jim@meyering.net>2006-08-26 15:53:24 +0000
commit146af5fb139a5c45c12bd40c6114cd842b3ba0c6 (patch)
tree3d1788b82328e5036903b57ff51d81462860ceb6 /ChangeLog
parent8f8f1d01884eadb85326f2bacbb80944aa01f871 (diff)
downloadcoreutils-146af5fb139a5c45c12bd40c6114cd842b3ba0c6.tar.xz
Fix "mv --verbose --backup" so its output includes the
" (backup: foo.~1~)" suffix also when backing up a directory. * NEWS: Report this bug fix. * src/copy.c (emit_verbose): New function, factored out of... (copy_internal): ...here. Use the new function. * tests/mv/backup-dir: Test for the above fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79f7133a6..898f8748d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-08-26 Jim Meyering <jim@meyering.net>
+
+ Fix "mv --verbose --backup" so its output includes the
+ " (backup: foo.~1~)" suffix also when backing up a directory.
+ * NEWS: Report this bug fix.
+ * src/copy.c (emit_verbose): New function, factored out of...
+ (copy_internal): ...here. Use the new function.
+ * tests/mv/backup-dir: Test for the above fix.
+
2006-08-25 Paul Eggert <eggert@cs.ucla.edu>
* .x-sc_no_if_have_config_h: Remove; no longer needed.