Planned features for a future version, in order of priority:
- User hotlist
	Show whether interesting people are currently online.

- Sharing files 
	Right now it's download-only.

- Bandwidth throttling
	Some people still use modems. :)

- GNOME Applet Support
	Just like the Windows version.

- Pinging
	The Windows Napster client pings search results.

- Archive size vs Time graph Tab
	You get the size of the archive at regular intervals, whether you
	like it or not.  I think it would be neat to graph.  I just must
	be a nerd.

- libglade
	XML is neat, and the property dialog code is complicated.

- Ad display
	I want to support the Napster servers, so this program *will* display
	advertisements, as soon as I figure out how to... the newer versions of
	the windows Napster have an anti-reverse-engineering clause in the
	license agreement.  It'd be a shame if the only thing I wouldn't be
	allowed to implement was the ads.  

- Watch lists: 
	Search for tracks by <artist name> that you don't already have.
	gnome-napster can determine "what you already have" by comparing
	checksums.  

- libnapster.so
	Separate more functionality into lnap.c so I can actually *make* a
	libnapster.so.   This would allow other utilities, such as a console
	version.

- Hack widget support into GtkClist
	It'd be spiffy to put a progress bar *in* the download clist widget.
	The docs claim it supports it, but it's unimplemented.  I tried it, but
	I couldn't figure out how to make it *work*.  If anyone wants my
	attempted code, let me know.
 *or*
- Write GtkClist replacement
	Particularly one that allows widgets within rows, and uses row
	pointers instead of row indicies for standard operations.  Ideally,
	it'd also have support for callbacks to get the data (just like
	Windows! yay!).

- gettext
	International support would be a plus.

- Chatting
	Maybe.  It's kinda worthless, though.  I prefer IRC.
