Sun Oct 28 03:25:24 PST 2001
    Thanks to http://www.via.ecp.fr/~bozo/douze.html, I can work out how
    to read events from my remote control. I hacked something up
    that read /dev/midi00 and printed events out, and also a simple
    XMMS plugin.

Tue Nov  6 00:56:33 PST 2001
    Decided to do things differently, as I wanted the remote control to
    control more than just XMMS, and also because I ran into some trouble
    with the plugin (to do with the blocking behaviour of /dev/midi00).

    Coded lowlevel.c, a neater version of the hack I wrote several days ago.

Tue Nov  6 03:00:38 PST 2001
    Coded center.c: reads events and runs scripts.

    To control XMMS via scripts I also wrote a XMMS Pipe Control plugin,
    because I couldn't do play-or-pause, or change the volume from the
    command-line.

Sun Jan 20 14:35:25 PST 2002
    Renamed center --> rcenter.

    Tidied up code in preparation for release.

    [rcenter-0.1.tgz]

Fri Feb  8 01:51:54 PST 2002
    Minor documentation updates, added install to Makefile.

    [rcenter-0.2.tgz]

Sun Feb 10 18:05:19 PST 2002
    Minor documentation update.

Mon Feb 11 12:45:33 PST 2002
    Added fixes by David St. Clair (Makefile improvements, README update.)

    [rcenter-0.3.tgz]

Sat Feb 16 13:24:53 PST 2002
    Both Arnaud de Bossoreille de Ribou and Olivier Cloirec explained to
    me how the "speaker" button works. It acts like a shift key, and rcenter
    handles it now. (Though I seem to remember that Creative Remote Center
    can detect the "speaker" button pushed by itself.)

    Added command-line options. Renamed rcenter.? to handler.?, created
    main.? for main().

    [rcenter-0.4.tgz]

Tue Nov 19 13:12:31 PST 2002
    Added cyclebutton option so that by default, "start" does not have
    a special function.

    [rcenter-0.5.tgz]

Fri Jan 17 00:06:20 PST 2003

    After getting feedback from Ilya Kogan, removed cyclebutton stuff
    altogether.  Instead there is an "action" file.
    It should be more versatile.

    Added LICENSE section to README.

    [rcenter-0.6.tgz]

Thu Feb 13 13:14:28 PST 2003

    Applied patch by dnr (Dave):
	- supports additional buttons on the RM1000W (bundled with Audigy 2)
	- tries /dev/midi if /dev/midi00 doesn't work

    [rcenter-0.6.1.tgz]

Sat Mar 29 21:41:23 PST 2003

    lowlevel.c: use read instead of fgetc, more consistent (stdio only
    used for stdin, stdout, stderr.

    lowlevel.c: no longer assumes remote control has exclusive use
    of MIDI port. Actively looks for appropriate SysEx MIDI events.

    [rcenter-0.6.2.tgz]
