X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=689ced6147b7a72d3c302abda375805bca5374e0;hb=2dc641070bbfb5fdf3c49a9a1c44442359f4b0f0;hp=71a25d19a6eefa0c0fab36ae5c1c80d7e5998baf;hpb=c11ac789c925dab9b99b993842f2878ad5e2a789;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 71a25d1..689ced6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2002-01-02 Marc Mulcahy + + * cspi/spi.h: synched relation types with ATK + + * cspi/spi_accessible.c: Added implementations of + AcccessibleRelation_* methods + + * idl/Accessibility_Relation.idl: added getRelationTypeName + method. Synched known relation types with ATK. Allowed for + relation type extension with the RELATION_EXTENDED type. + + * libspi/relation.c: Provided implementations for + AccessibleRelation methods. + +2002-01-01 Bill Haneman + + API tweaks for today's API 'freeze'. + + * idl/*: + Added placeholder functions to allow future compatible expansion + of the IDL interfaces. + + * idl/Accessibility_Registry.idl: + Changed generateKeyEvent to generateKeyboardEvent. Changed + signature of this method to accept an optional keystring in + parameter (for complex text input synthesis) and changed use of + simple 'boolean' parameter in registerKeystrokeListener to a + struct, EventListenerMode. + + * cspi/spi_accessible.c: + * cspi/spi.h: + * cspi/spi_streamablecontent.c: + Added references to AccessibleStreamableContent interface, and + definition and implementation of AccessibleStreamableContent + C bindings. + + * cspi/spi_registry.c: + * cspi/spi.h: + Changed generateKeyEvent API to generateKeyboardEvent, + taking a new (optional) keystring parameter to support complex + text input. + + * at-bridge/*: + * atk-bridge/*: + Renamed directory (to better reflect its actual purpose, bridging + from at-spi to ATK). The .so module is also now named + libatk-bridge.so. + + * idl/Accessibility_Hypertext.idl: + * libspi/accessible.c: + * libspi/hypertext.h: + * libspi/hypertext.c: + Changed Accessibility_Hypertext to *not* derive from + Accessibility_Text. + + * cspi/spi_registry.c: + Added list of legal event type names for 'window' events, which + completes the registry event API. + 2001-12-22 Marc Mulcahy * at-bridge/bridge.c: Added registration for separate