The FXTextField widget now supports an ID_DELETE_ALL message, which deletes all of the text in the widget.
Added the TEXTFIELD_AUTOGRAY and TEXTFIELD_AUTOHIDE options for FXTextField.
Added the getCursorColor() and setCursorColor() member functions to class FXTextField.
The FXTextField widget now understands the control-arrow key sequences for moving back or forward one word in the text field. By default, an FXTextField uses a number of common punctuation marks as word delimiters, but this set of characters can be modified using the new setDelimiters() member function.
The FXTextField widget now supports the Shift+Delete key combination to cut the currently selected text to the clipboard.