*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 3 Dec 2005 22:23:40 +0000 (22:23 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 3 Dec 2005 22:23:40 +0000 (22:23 +0000)
ChangeLog

index 7c07d31..47adf42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
-2005-11-30  Jim Meyering  <jim@meyering.net>
+2005-12-03  Jim Meyering  <jim@meyering.net>
 
        * Version 6.0-cvs.
 
+       * src/rm.c (long_opts): Change the name of each undocumented, for-
+       testing-only option to start with `-', so that it cannot render
+       ambiguous any prefix it happens to share with some other option name.
+       * src/head.c (long_options): Likewise.
+       * src/tail.c (long_options): Likewise.
+
+       * tests/misc/head-elide-tail: Update uses of undocumented, for-
+       testing-only --presume* options to start with `---'.
+       * tests/rm/dangling-symlink: Likewise.
+       * tests/rm/dir-no-w: Likewise.
+       * tests/rm/isatty: Likewise.
+
+2005-11-30  Jim Meyering  <jim@meyering.net>
+
        * Makefile.maint: Add a comment about cvsu.
 
 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>