Dev_build_01

- HTTP encodings implemented: gzip, deflate, raw zlib
  Testing can be done here (follow the links from this site): http://carsten.codimi.de/gzip.yaws/

- HTTPS handling by using cryptlib - works with GMAIL, nothing else tested
  Removing OpenSSL should solve the conflict on Vista with new VS C++ runtime.
  Bug reported here: http://www.malwaredomainlist.com/forums/index.php?topic=218.msg10380#msg10380

- Link Parser do not parse by generic parser anymore. Now it handles the links according to the following rules (tag, parameter):
  <a> - href
  <area> - href
  <iframe> - src
  <frame> - src  (frameset)
  <script> - src
  <applet> - code, archive, codebase
  <embed> - src, href, pluginurl, pluginspage, pluginspace
  <object> - codebase, archive, data, usemap
  <bgsound> - src
  <img> - src
  <body> - background

- Misc Decoders > Base64 - new code, untested for robustness

- Deleting selected text in any edit box should reset the selection now.
  Bug reported here: http://www.malwaredomainlist.com/forums/index.php?topic=218.msg10191#msg10191

- Clipboard Monitor removed (too buggy to be fixed).

- User_agents.txt and HTTP_triggers.txt are ANSI now (not Unicode). Old files need to be converted before use.
  I will revert this to Unicode in the next build


ToDo (high priority):
Bug with code formating: http://www.malwaredomainlist.com/forums/index.php?topic=218.msg10520#msg10520
Bug with redirections: http://www.malwaredomainlist.com/forums/index.php?topic=218.msg10538#msg10538