KAPM 0.2.4
----------
This is intended to be the very last 0.2.x release

-Added spec file
-Fixed two typos in KAPM (string typos, not code typos)
-Removed some unneeded files from the distribution
-No longer built with debugging information

KAPM 0.2.3
----------
This release is intended to improve 0.2.2's core enough to start piling on
features again.

-The icon updating code was redone to cache information about the icons.
 This probably make the status update code about 500% faster.
-Faster startup
-The bar was being drawn on any pixel that had full red and full blue values.
 Now its only drawn on full opaque pixels with full red, no green, and
 full blue (0xffff00ff)
-The bar sometimes wasn't being drawn when it should of on the stock icons,
 was being drawn too much on smaller icons, and not nearly enough on
 bigger ones. KAPM is alot smarter about this now.
-KAPM now supports insanely large icons (65534x65534)
-The unknown icon now matches the motif of the other icons
-KAPM now automagically detects if the bar should be drawn on a per-icon
 basis, so the 'drawBar' config file option has been removed.
-In addition to the huge speedup from caching icon info, there have been
 other small optimizations throughout the code.
-KAPM now always redraws the icon if it is changed via the options dialog.
-KAPM would get SIGFPE (floating point exception) if it tried to draw
 a bar 1 pixel high. Fixed.
-Tighter integration with the artist formerly known as apmlib, its now smaller
 and faster.

KAPM 0.2.2
----------
-Fixed memory leak that seems to have existed since 0.1.
-Icons now use standard KDE colours (except the charging anim).
-Sometimes KAPM 0.2.1 would start up with a blank icon and remain
 that way until the battery changed state. Fixed.
-Updated translations.
-KAPM now draws the battery charge bar at runtime. I've wanted to do this
 since 0.1.

KAPM 0.2.1 (formerly 0.3alpha1)
-------------------------------
-Added ability to change icons
-New icon set
-Added animated gif support
-Eliminated icon flicker

KAPM 0.2
--------
-Added options dialog
-Now safer to run kapm without apmd
-Status notification support
-Added help system


KAPM 0.1.2
----------
-Internationalized (thanks Masanori Hanawa!)
-Fixed icon mis-placement in "make install"
-Fixed a buffer overrun*
-Updated my email address
-Other small things

* It wasn't really a security problem, it was just a buffer that was way too
small for the text it contained. It would constantly overrun by at least 1
byte, making a stability problem.

KAPM 0.1.1
----------
Optimized for memory/cpu usage, improved documentation, and fixed a few bugs.

KAPM 0.1
--------
Initial release. Everything is working pretty well.










