* coreutils.texi (dd invocation): Add to the description of cbs.
[platform/upstream/coreutils.git] / doc / ChangeLog
index 181d571..f74910d 100644 (file)
@@ -1,3 +1,71 @@
+2006-12-21  Jim Meyering  <jim@meyering.net>
+
+       * coreutils.texi (dd invocation): Improve the documentation
+       for bs, ibs, obs, and cbs.  Suggestion from Dan Jacobson.
+       Patch by Olivier Delhomme.
+       (dd invocation): Add to the description of cbs.
+
+2006-12-14  Jim Meyering  <jim@meyering.net>
+
+       * coreutils.texi: Remove two doubled words.
+       (Treating / specially): With --preserve-root, chgrp and chown
+       will not modify "/", even through a symlink.
+
+2006-11-28  Jim Meyering  <jim@meyering.net>
+
+       * perm.texi (Mode Structure): Fix typo: s/setgid/setuid/.
+       Reported by Georg Neis as Debian bug 400778.
+
+2006-10-27  Jim Meyering  <jim@meyering.net>
+
+       * coreutils.texi (wc invocation): When giving the order in which
+       the various "counts" are listed, also mention "maximum line length".
+       Prompted by a report from Vincent LeFevre.
+
+2006-10-23  Jim Meyering  <jim@meyering.net>
+
+       * coreutils.texi (rm invocation): Describe --one-file-system.
+
+2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (groups invocation): "groups" no longer prefixes
+       the output with "user :" unless more than one user is specified.
+
+2006-09-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (cp invocation): Say that -i and -f are
+       independent.  Clarify -i's behavior.
+       (Disk usage): Clarify intro.  Problem reported by Van Ly.
+
+2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (tail invocation): Ignore -f when standard input
+       is a FIFO, too.
+
+2006-09-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (Treating / specially): --preserve-root is
+       now the default for rm.
+       (rm invocation): Likewise.  Also, document that you can't
+       remove `.' or `..'.  Use the POSIX term "root directory"
+       rather than the more-ambiguous "file system root".
+
+2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * .cvsignore: Add Makefile.in, coreutils.html, coreutils.pdf,
+       coreutils.ps, coreutils.tps.  Remove coreutils.cm (dunno what it
+       is, but the makefile doesn't mention it).  Remove coreutils.info
+       as it is subsumed by coreutils.info*.
+
+2006-08-22  Jim Meyering  <jim@meyering.net>
+
+       * .cvsignore: Add files that are now generated by ../bootstrap.
+
+2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in, fdl.texi, getdate.texi:
+       Remove from CVS, since ../bootstrap generates them automatically.
+
 2006-08-17  Jim Meyering  <jim@meyering.net>
 
        * Makefile.am (EXTRA_DIST): Reflect doclicense.texi->fdl.texi renaming.