changeset 207:79f845db4897 noffle

[svn] * TODO: Update the TODO list.
author bears
date Wed, 14 Nov 2001 11:14:09 +0000
parents eb2589384836
children 61a0f1e13916
files TODO
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Wed Nov 14 10:56:42 2001 +0000
+++ b/TODO	Wed Nov 14 11:14:09 2001 +0000
@@ -24,6 +24,9 @@
    Noted so far: Implement DATE and OVER. OVER is a synonym for XOVER,
    which should continue to work for compatability reasons.
 
+ * Review latest Usenet message format (draft).
+   http://www.ietf.org/ids.by.wg/usefor.html.
+
  * Improve performance of group database. Using GDBM is a bad choice,
    better use a btree from the Berkeley db library in libc.
    This will be a good time for a redesign of the group.h interface