+ Update to work with FLTK 1.1 and latest 2.x CVS.
+ Added workaround for strange focus behaviour when scrolling with
the scrollbar. The text widget gets an unfocus when the scrollbar
is clicked, but then when you click back on the text, instead
of it getting a focus event, it gets another unfocus. This makes
the cursor remain invisible when it shouldn't.
* Fixes to scrollbar handling.
* Fixed status panel on Fl_FancyEditor (positioning problem).
* No longer writes extraneous null byte when saving to file.
* Added GetTextBufferSize() call on editorengine and Fl_Editor that returns
the number of characters that should be allocated in order to save the
text to a buffer. The CharacterCount() method returns only characters
actually presently in the buffer, while this new method considers the line
ending characters that would be added when saving.