]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 20 Feb 2006 13:01:20 +0000 (13:01 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 20 Feb 2006 13:01:20 +0000 (13:01 +0000)
ChangeLog

index bff95da5134c254a89a0d553a94cb588945553fc..8670ac14e34b044c963a18e597977876888fd424 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,23 @@
-2006-02-18  Jim Meyering  <jim@meyering.net>
+2006-02-18  Eric Blake  <ebb9@byu.net>
 
        * Version 6.0-cvs.
 
+       New option for rm: --interactive=once (-I).
+       * NEWS: Document it, along with change to rm --interactive.
+       * TODO: Remove entry for implementing rm -I
+       * src/rm.c (INTERACTIVE_OPTION): New enum value.
+       (interactive_type): New enum.
+       (long_opts): Let interactive take an optional argument.
+       (interactive_args, interactive_types): New option arguments.
+       (usage): Document -I, --interactive=WHEN.  Use program_name
+       instead of a basename.
+       (main): New -I option, new behavior to --interactive.
+       * tests/rm/interactive-once: New tests.
+       * tests/rm/interactive-always: Ditto.
+       * tests/rm/Makefile.am (TESTS): Run them.
+
+2006-02-18  Jim Meyering  <jim@meyering.net>
+
        * Makefile.maint (sc_two_space_separator_in_usage): Make the regular
        expression match more of the target lines, e.g., those that start with
        `-S,' (short option followed by a comma) or that include `=[...]'.