*** Version 0.2.1 ***

"make install" and "make uninstall" should now work.

I added a new file to the docs directory, protocol.html, which describes the
protocol we use to control the scanner.  This file will probably only be of
interest to developers.  Feel free to make corrections if you see anything wrong
with this file.  (Sorry it is in MS-Word HTML)

Updated the program to reflect the expanded frequency ranges of the newer
scanner models.  (will no longer give erroneous range error messages)

Fixed a confusing bug which caused a core dump on FreeBSD when trying to read in
the ~/.sctl file.

Added dump-all script to utils directory which allows user to back up their
entire scanner at once.  Submitted to project by "Anonymous" on sourceforge.

Moved dotsctl.example, faf.txt, format.txt, and quickstart.txt all to docs
directory.

NEWS file created.  Future user-visible changes will be documented here.

Updated the scanner modes in commands.c, as they had gotten offset for 
the BC895XLT, and were causing strange behavior.

Added a new mode called "idreport" that spells out talkgroup IDs as
they're received.  Reports date, time, event type (start or end),
talkgroup ID, frequency and S-level.  For the BC895, it also prints an
"S-meter" showing relative signal strength.  This only works on "type
2" talkgroups for now.
Programmers: note that fd, the serial port file descriptor, is now
global, but please continue passing it as if it weren't.  Had to make
that change to allow the signal handler to see it.

And, added a very similar mode for conventional scanning called
"sreport" that reports the same stuff as "idreport" and in the same
manner, with the exception that it doesn't report talkgroup ID.
