X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=87061eb53dffed82690ce8f2887706ae4aa92b0c;hb=42bec7927aea61be20b65fbfa155a74e3e8b4e3e;hp=381989fe0704439a9aaad60380c6af602eb631e8;hpb=5d068548ecc323fedcc3899be9a2fe68aa9ea9eb;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 381989f..87061eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2001-12-18 Marc Mulcahy + + * at-spi/libspi/accessible.c at-spi/libspi/action.c +at-spi/libspi/application.c at-spi/libspi/base.c at-spi/libspi/base.h +at-spi/libspi/component.c at-spi/libspi/editabletext.c +at-spi/libspi/hyperlink.c at-spi/libspi/hypertext.c +at-spi/libspi/image.c at-spi/libspi/selection.c at-spi/libspi/table.c +at-spi/libspi/text.c at-spi/libspi/value.c at-spi/registryd/desktop.c: +Changed SpiBase to contain a GObject pointer rather than an AtkObject + +2001-12-17 Bill Haneman + + * idl/Accessibility_Registry.idl: + Added boolean member 'is_text' to DeviceEvent. This is for the + use of key events, and helps prevent ambiguity between composed + key strings and keysym names, since both may potentially be + returned in the 'event_string' member. + + * at-bridge/bridge.c: + * registryd/deviceeventcontroller.c: + Use the 'is_text' member when notifying device event listeners. + Knon issue: composed characters are not dealt with correctly by + the global key listener implementation yet. + 2001-12-17 Bill Haneman * at-bridge/bridge.c: