Changes since the last version
------------------------------

* Uses different ini file: ByNameIconHandler.ini instead of IconFileList.ini
* Different ini file format:
  -> Section name includes dot ([.gak] instead of [gak])
  -> "Spec" instead of "Prefix"
  -> Spec is a wildcard-enabled match string (see example)
  -> You can create a "ByNameIconHandler.ini" in each folder to override the default (which should be in the windows directory)
  -> Icon filename and index are now on same line: eg "c:\path\to\icon.icl,3" - uses 0 if no index specified

Basically, just look at the example - it should be clear enough - it's too late at night for me to write something intelligeble...