TODO: Add entries (documentation needed); remove the "add mktemp program" one.
authorJim Meyering <meyering@redhat.com>
Sat, 1 Dec 2007 16:42:40 +0000 (17:42 +0100)
committerJim Meyering <meyering@redhat.com>
Sat, 1 Dec 2007 16:43:49 +0000 (17:43 +0100)
ChangeLog
TODO

index 518185b..6169be1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-12-01  Jim Meyering  <meyering@redhat.com>
 
+       * TODO: Add some entries (documentation needed),
+       and remove the one for mktemp.
+
        Add "extern" keyword to declaration of cp_options_default.
        * src/copy.c (cp_options_default): Mark as "extern", so the
        "sc_tight_scope" part of "make distcheck" passes.
diff --git a/TODO b/TODO
index 93f5f54..473eeca 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,12 @@
+document the following in coreutils.texi:
+  runcon
+  chcon
+  mktemp
+  [
+  pinky
+  uptime
+Also document the SELinux changes.
+
 comm: add an option, --output-delimiter=STR
   Files to change: src/comm.c, ChangeLog, NEWS, doc/coreutils.texi,
   Add a new file, tests/misc/comm (use another file in that directory as
@@ -58,8 +67,6 @@ seq: consider allowing format string to contain no %-directives
 tail: don't use xlseek; it *exits*.
   Instead, maybe use a macro and return nonzero.
 
-add mktemp?  Suggested by Nelson Beebe
-
 tr: support nontrivial equivalence classes, e.g. [=e=] with LC_COLLATE=fr_FR
 
 lib/strftime.c: Since %N is the only format that we need but that