X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=5095a2b930e3f2649bd4cac369ba9db9c3ac244a;hb=bf567bd67bd03ad0a19ae0dedb6dc0af4d8bc79a;hp=4087812a18fcaecf342cf24848fe6560ee6c9d40;hpb=e3517b10f9e5a6222c4b7927944ae9784830a534;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 4087812..5095a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,38 @@ +2006-07-31 Bill Haneman + + * atk-bridge/bridge.c: + (spi_atk_emit_eventv): Fix the CORBA_free call which was + causing 64-bit troubles and memory leaks. + Special thanks to Alexander Larsson who finally seems to + have tracked down the problem, not just here but in + libspi/util.c... + + * libspi/util.c: + (spi_init_any_object): Make sure we copy the CORBA value + when initializing an object for passing as a CORBA_Any. + Bug #337239. + +2006-07-21 Bill Haneman + + * idl/Accessibility.idl: + Reverted pragma changes, this broke the build in some envs + including the Debian team's build and some tinderbox builds. + 2006-07-19 Bill Haneman modifications to patch from * configure.in: Revved to 1.7.10, and edited the Xevie check (bug #319994). + + * idl/Accessibility.idl: + Reworked inclusion of Bonobo_Unknown.idl, to + avoid double-linking libs in the Bonobo environment. + Thanks to Michael Meeks for the workaround, see bug #313122. + + * registryd/deviceeventcontroller.c: + (spi_controller_notify_keylisteners): + Set the SPI_NUMLOCK_MASK bit if the modifier + corresponding to the conceptual numlock state is set. + Bug #143702. 2006-07-18 Bill Haneman modifications to patch from