2005-04-18 Bill Haneman * configure.in: Revved to 1.4.4. 2005-04-15 Bill Haneman * impl/org/GNOME/Accessibility/TableImpl.java: (getRowHeader, getColumnHeader): Check result of getAccessibleRow/ColumnHeader before using it. Bug #300699. 2005-04-08 Bill Haneman * bridge/org/GNOME/Accessibility/JavaBridge.java: (dispatchCaretProperty): Check to see if the selection has changed whenever the caret moves, to work around the fact that Java/Swing doesn't send selection-change property events when selection is lost. Bug #172807 (partial) and #172925). 2005-04-06 Bill Haneman * bridge/org/GNOME/Accessibility/JavaBridge.java: (dispatchTextProperty): Send only the selection change string, not the entire new selection, in the object:text-selection-changed event. 2005-04-04 Bill Haneman * bridge/org/GNOME/Accessibility/JavaBridge.java: (dispatchTextProperty): Include change string in text-selection-change events. Fix for bug #171951. * impl/org/GNOME/Accessibility/TextImpl.java: (getLine): Fix offsets returned for LINE_START and LINE_END boundary types.