Helene version 0.9

- skipped a few version numbers since helene has been restructured entirely
  and should now be reasonably comprehensible and maintainable and much MUCH
  easier to use.
- helene now attaches itself to any textarea with the class helene, or
  you can attach it to specific textarea's yourself
- helene completely copies the layout of the textarea: location, border,
  font, colors, etc.
- added a row/column counter in the browser status bar (if the browser
  allows writing to it).


Helene version 0.6

Changes in Helene since version 0.5

New features:
- Multiline selections should work in IE now. (Paul Colomiets)

Bugs fixed:
- Undo keybinding added for Joe keybindings under Mozilla.
- Fixed the offset of the inputLine when the content is empty.
- Fixed cursor positioning when pressing tab multiple times.

Changes in Helene since version 0.4

New features:
- Helene now has highlighting support for the smarty template language.
  (http://smarty.php.net/) Thanks to Paul Colomiets.
- Multiline pasting now works in IE. Thanks to Paul Colomiets.
- Multiline pasting now works partially (only via ctrl-v) in Moz.
- Undo/Redo. Thanks to Paul Colomiets.

Bugs fixed:
- Stack overflow problems when loading a file > 400 lines has been fixed.
  Thanks to Paul Colomiets.
- Fixed loading files with \r\n in IE. Thanks to Paul Colomiets.
- Fixed a javascript error when clicking below the last line.
- Fixed cursor position when switching to a line with a tab in it



Changes in Helene since version 0.3

New features:
- Helene now has tab support. No tabWidth can be set yet.
- Autoindenting now works. And can be toggled.

Bugs fixed:
- Fixed insertion of \n\n with setContents
- Fixed weird mozilla background color behaviour




Changes in Helene since version 0.2

New features:
- Actions are now all controlled via configurable key bindings.
- Added some joe bindings (^k-v ^k-u ^e ^a ^x ^z)
- Added setKeyBinding() which allows on the fly switching.

Bugs fixed:
- Fixed a javascript error when clicking outside of the LI SPAN or TEXTAREA.
- Fixed Mozilla keypress handling. We now cancel the onKeyPress.
- Fixed inputline positioning and lineheight problems (background color)




Changes in Helene since version 0.1

New Features:
- Loading and saving is now implemented
- Mouseclicks are correctly handled by both IE and Mozilla.

Bugs fixed:
- Lots and lots.


First release of Helene

We now have a somewhat working version. And released it as 0.1
