--------------------------------------------------------------------------------
v 1.0  o2.o2.2oo4
--------------------------------------------------------------------------------
First Release


--------------------------------------------------------------------------------
v 1.1  23.o2.2oo4
--------------------------------------------------------------------------------
+ Added functions to process resources written in asm myself so that AGP doesn't
  use apis for it anymore.
+ I optimized the code a little, so it loads files faster
+ Added animated icon


--------------------------------------------------------------------------------
v 1.2  1o.o3.2oo4
--------------------------------------------------------------------------------
x Fixed a bug with resources with dumped files
x Fixed a bug that icons had black background in treeview
x I optimized it very much. It's faster and smaller

+ AGP shows the resource language
+ Added 2 icons for Treeview - floppy and cdrom
+ Now it shows processes' and modules' icons

- I found more than 500 useless bytes residing in .DATA sections !!!
- Ripped out the animated icon (it's 8 kb less now)

--------------------------------------------------------------------------------
v 2.0  16.o5.2oo4
--------------------------------------------------------------------------------
AGP changed so much, that it is 2.0, not 1.3

x I rewrote the code again in about 80% !!! Project is growing bigger and bigger
  and I started to get confused in its code. So I added comments and rewrote
  some things better
x The whole project was translated into english. Before everything was polish.
x Changed the IsPE proc, so it doesn't use apis from LZ.dll library. Now it's 
  faster
x Fixed fucking stupid error with treeview. Because of it, program once worked,
  once didn't. (thx for Quasar & Nekro for advices)
x Fixed a bug, that sometimes there weren't any icons in listview with processes
x Fixed a bug, that sometimes it displayed resource names incorrectly
x Rewrite exports handling from beginning. Fuck, it was all wrong !!!
x Fixed a bug, that sometimes it couldn't show import info, when the function 
  was imported by ordinal only
x Fixed a bug when there's an Export Table but no exported functions (what a 
  stupidity ?)
x Fixed a bug when there's a Resource Table, but no resource in file (???)
x Fixed a bug when a file doesn't import any functions (e.g. ntdll.dll)
x Fixed a bug when a compiler (or packer,...) changed PE header, that optional 
  header is bigger or smaller than default one
x Fixed a bug when, resource has zero-length name

+ It shows info even about bound imports (in earlier version it was unable)
+ Now it adds the "_dumped" suffix to dumped files
+ Added extended styles to listview
+ Added version resource
+ Added sorting in treeview
+ Added pathfinding in treeview
+ All "external" procs are in one .lib file
+ Added this history file ;)
