E-FancyLauncher : Button Launcher Epplet

E default configuration will be created
with 3 pages and 9 icons per page. You
can add as many icons as you want and
change the size and the layout as you
want.

Press F1 to get the help, Escape to exit,
F2 to configure, 1 2 3 to change page or
use the buttons.

You will need Epplet-0.5.

Installation:
-------------
make clean // only if you want to recompile
make       // but it is not necessary
su
make install

Configuration:
--------------
Press F2 or use the first icon on the second page
with the default configuration (after the (2) number).
Or for the purists, edit configuration files in
~/.enlightenment/epplet_config/E-FancyLauncher/
Note that if you are upgrading you may be interested
in new added options that are at the end of the file.

Uninstallation:
---------------
su
make uninstall

Changes:
--------
* 0.1 (creation) : configurable dimensions, icons
 programs and tooltips. Raiseable buttons, button
 pressed with darker image. First help with dox.
* 0.2:
 - options EPPLET_WIDTHx16 and  EPPLET_HEIGHTx16
 are obsolete, replaced by EPPLET_WIDTH and
 EPPLET_HEIGHT to have more than multiples of 16
 for the dimensions. Multiples of 16 are still accessible
 by the * prefix: *4 means 16*4 (DO NOT USE 16*4).
 Backward compatibility has been kept, but you can
 safely remove the old entries after a first start,
 when translation is done.
 - added transparency (TRANSPARENCY is 0 or 1)
 - added raiseable button configuration
 (RAISE is 0 or 1)
 - added global tooltip flag (TOOLTIPS is 0 or 1)
 - redesigned completely (rehacked) the drawing
 - fixed the theme change
 (it is delayed in practice, unknown reason, but it works)
 - suppressed hack to prefetch dimensions and replaced
 it by another resize hack :)
 - multiple E-FancyLauncher instances and configurations fixes
 - rewritten documentation pages
 - added snapshots
* 0.3: bug fixes
 - no visible button when transparent, no icon and no program!
 - changed the event filter to detect theme change ConfigureNotify
 taken, seems reasonable and works well. PropertyNotify occurs
 VERY often and was a very bad choice actually.
* 0.4:
 - added ICON_BORDER to add an inner border inside a button
 for the image
 - changed default configuration
 - added _QUIT _INFO _CONFIG special commands
 - added configuration window
 - removed the ugly hack for the tooltips, now it's clean
 - added LIST_HEIGHT to control the height of the list
 in the configuration window
 - changed again the event filter
* 0.5:
 - wheel mouse support
 - discovered small glitch when changing page with
 the mouse pointer elsewhere than on the first icon:
 the tooltip and the button blink.
 This comes from the fact that I cannot change the
 size of the epplet in a "clean" way. If I start
 the epplet with a big size, I cannot resize it smaller,
 so there is a problem with the design decisions of
 the epplets, this is not going to be fixed.
* 0.6:
 - page change fix, sorry
* 0.7
 - priority fix
 - experimental transparent raise button, bugged
   when it is under a window or it is partially on
   the screen, move it and all becomes OK
