2006-01-06 Bill Haneman * configure.in: Revved to 1.4.7. * impl/org/GNOME/Accessibility/RelationImpl.java: (getRelationType): Return FLOWS_FROM and FLOWS_TO relationships for roles whose string representation equals "flowsFrom" and "flowsTo"; helps with forward-compat of OpenOffice. * impl/org/GNOME/Accessibility/AccessibleImpl.java: (getRole): Pass through a role whose en_US string is "paragraph" as ROLE_PARAGRAPH; helps with forward-compat of OpenOffice. * bridge/org/GNOME/Accessibility/JavaBridge.java: (propertyChange): Recognize "paragraph" as a text-type role.