summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-20 13:01:20 +0000
committerJim Meyering <jim@meyering.net>2006-02-20 13:01:20 +0000
commit5db7689366c1c318c53ca49664d2c948add4df2a (patch)
tree3bf29859f525b9025381cfc6992ff5be4a59972f /ChangeLog
parent3f7e0c2173677990cfb60ce8995651b9b80bf4a4 (diff)
downloadcoreutils-5db7689366c1c318c53ca49664d2c948add4df2a.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bff95da51..8670ac14e 100644
--- 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 `=[...]'.