----------------------------------------------------------------

0.2.0 - 04.06.2005

* Added better browser detection on Cygwin.

* Added mime support for rwd_files/* (hard coded, for now...)

* RWDialog#serve now stops the application when the application
  is being wrapped by RubyScript2Exe. Fixed a bug concerning
  the detection of configuration files.

* Added Array#rwd_table.

* Added RWDialog#text.

* Added RWDialog#timeout.

* I changed a lot of small other things which are probably not
  worth mentioning individually, but enhance the total "feel"
  of RubyWebDialogs.

----------------------------------------------------------------

0.1.2 - 16.12.2004

* Added refresh to <window>.

* Added width and height to <image>.

* Added the (experimental) progress bar.

* Fixed a bug concerning a frozen string ( ENV["RWDBROWSER"]).

* Fixed the handling of spaces in ENV["RWDBROWSER"] under
  Cygwin.

----------------------------------------------------------------

0.1.1 - 05.12.2004

* Adding the key/values in the configuration file to ENV is
  only done if ENV doesn't already include the key.

* Corrected the handling of %1 in ENV["RWDBROWSER"].

* Corrected the handling of http://localhost:7701 (no final /).

* Renamed the embedded pixel.gif to rwd_pixel.gif.

* Removed the definition of the (western) character set in the
  templates.

----------------------------------------------------------------

0.1.0 - 28.11.2004

* Added browser detection for Linux.

* Added theme handling.

* Added <panel>.

* Added alt to <image>.

* Changed the layout of tabs.

----------------------------------------------------------------

0.0.11 - 03.09.2004

* Added a different template for PDA's and the (experimental)
  detection of PDA's.

* Added filename handling for download.

----------------------------------------------------------------

0.0.10 - 21.08.2004

* Session-ids are now stored in cookies, in stead of in hidden
  form fields.

* Added download.

----------------------------------------------------------------

0.0.9 - 15.05.2004

* Default port isn't 1234 anymore, but one in the range
  7701-7709.

* Created RWDReconnect.

* Added gsub(/%port%/, port.to_s) to ENV["RWDBROWSER"].

* Changed the call to Hash#rwd_table.

----------------------------------------------------------------

0.0.8 - 05.05.2004

* Added @rwd_call_after_back.

----------------------------------------------------------------

0.0.7 - 28.04.2004

* Corrected some exception handling regarding the IO with the
  browser.

* Added maxlength to text and password.

* Added network without authentication.

----------------------------------------------------------------

0.0.6 - 24.04.2004

* Corrected io-handling. Konqueror could kill the application.

* Changed some layout ( window and tabs).

----------------------------------------------------------------

0.0.5 - 23.04.2004

* Replaced the symlink by a copy in install.rb . It didn't work
  under Linux.

----------------------------------------------------------------

0.0.4 - 22.04.2004

* Changed the recently added tab-handling.

* Corrected some cursor positioning glitches.

----------------------------------------------------------------

0.0.3 - 21.04.2004

* A minor change in message.

----------------------------------------------------------------

0.0.2 - 20.04.2004

* Added some tab-handling.

----------------------------------------------------------------

0.0.1 - 17.04.2004

* Alpha release

----------------------------------------------------------------
