TCD 2.0
 * Ditched the manpage. Who reads those things anyway? :)
 * Everything's different.
 * Gtk version is in the works, called 'gtcd', at version 0.5.
 * CDDB Remote added.
 * TCD now will allow you to resume play without exiting the player
   after a CD has been ejected.
 * Added volume control.
 * Fixed many small bugs.
 * Fixed the track editor for CDs with more tracks than could fit on the
   display
 * Removed the last few global variables in cdrom.c, now it's completly
   self-contained, most functions only need to be passed a cd_struct.
   This modularity allowed me to write the X11 interface with no problems.
 * Moved the track name display to the other side of the screen, so more of
   the name could be seen. Patch by Andreas Persenius.
 * Fixed some overflows with the track database, reported by 
   Boris Tobotras.
 * Added a minimum screen size check. (David E.)
 * (Hopefully) Fixed the problem with the reverse-video not showing 
   up sometimes.
 * Switched tcd_init_disc() with init_curses(), thanks to
   Jesse Thilo, David Ellsworth, and Erik Andersen for reporting this problem!
   PS. Why does it matter?
 * Removed many of the global vars in cdrom.c.
 
TCD 1.0 Released 09/02/97

 * Many changes to the UI.
 * Added O_NONBLOCK to the open call in cdrom.c... See
   /usr/src/linux/Documentation/cdrom.tex for rational.
 * Fixed (E)ject and (S)top (they didn't exist!!)
 * Added LOTS more error handling
 * Modularized the source code. You could use cdrom.c in an X player, for
   example. 
 * Added the track name database!
 
TCD 0.8b Released 08/26/97

 * First public release
