From: Jim Meyering Date: Sun, 31 Oct 1999 07:43:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e16e6e2362d6fbba21b9401fb682fa01415d259c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index df4a6f9492..370cb33a6a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,14 @@ -1999-10-30 Jim Meyering +1999-10-31 Jim Meyering + + * doc/fileutils.texi: Document new --backup[=METHOD] option for + cp, mv, ln, and install. * src/ln.c: Convert --backup to take an optional argument. Deprecate --version-control (-V) in comments. (usage): Remove mention of --version-control. (main): Make -V warn then fall through into --backup case. [--backup case]: Handle optional arg. + * src/install.c: Likewise. 1999-10-24 Jim Meyering