Version 0.2.4
* The pop-up window now has WM_CLASS properties (F. Garzon).

Version 0.2.3
* spicctrl and fixes from Stelian Pop.
* Kill plugins with SIGTERM (avoids some hangs).

Version 0.2.2
* Plugin paths are now relative to the jogdialrc directory.
* argv[1] now points to the rc+plugins directory (default /etc/jogdiald).
* SysV init script.
* "verbose" option in jogdialrc (replaces -DDEBUG).
* "reload_plugins" option in jogdialrc (replaces -DRELOAD_PLUGINS).
* New jogdialrc syntax "bind <event> <shell command>".
* Using XTest; fn-key bindings; brightness/sound plugins (from Stelian Pop).

Version 0.2.0
* Uses /dev/sonypi.
* Sound plugins now use alsa utils.

Version 0.1.5
* New option "persistent" in jogdialrc: keeps the window always
  mapped. This might help some window managers.

Version 0.1.4
* Plugins are initialized at each click rather than only on startup.
* Pressing the capture button runs an external program (e.g. "capture").

Version 0.1.3
* Fixed a race condition: closing pipes before killing children. This
  caused plugins to be activated during init_plugins(), e.g. turning
  off pcmcia.

Version 0.1.2
* The wheel now generates X11 KeyEvents (default: Prior/Next).
  Clicking activates the menu.
