TODO: selectnews v1.0
LAST REVISION: September 4, 1993
------------------------------

Known bugs:
- none (I hope)

Pseudo-bugs:
- Uses doubly linked lists.  This allows selectnews to be more
  flexible (especially when I add new features in the future).
  Unfortunately, there is a very high memory overhead.  Can't do
  anything about this unfortunately.

- Inefficient sort procedure.  Even though I use a "quicksort", this
  sort isn't too quick.  This, again, is a problem associated with
  linked lists.  *sigh*  Time to play around with sorts.

Future revisions:
- Fix all the above bugs.

- Cut/paste buffers for customized placement of entries (more of an
  aesthetic thing than anything, unless you use a newsreader like rn).

- Advanced sort.  Allow you to choose the order to sort.

- Read straight from the newsgroups database.  Gives the user full
  flexibility and total independence from individual newsreader for
  subscribing/unsubscribing.

--
Eugene Kim
eekim@husc.harvard.edu
