X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=bff04055b55d5b63c8e04e5a3d498b4acafb084b;hb=fc127cbb0f6101f0dc98416737d651c0cda2ca10;hp=3dd76ac3b050f4184a308683bc312152b93e110c;hpb=bd703dfccbb700770f4629e5b5a8af45c3a8dfc3;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 3dd76ac..bff0405 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2004-09-12 Bill Haneman + + * configure.in: Rev and re-dist, since the 1.5.4 tarball + was missing the HTML docs. + +2004-09-12 Tomasz Kłoczko + + * configure.in: only cleanups: + - better looking PKG_CHECK_MODULES() output, + - justification, + - declare in one common place required versions of other tools using + m4_define(). + +2004-09-11 J.H.M. Dassen (Ray) + + * configure.in: libspi/accessible.c uses ATK_ROLE_EMBEDDED + (unconditionally) which was introduced in ATK 1.7.2. Bumped the + required ATK version accordingly. + +2004-09-03 Bill Haneman + + * cspi/bonobo/cspi-bonobo.c: + (cspi_display_name): Fix C99ism. + * atk-bridge/bridge.c: + (spi_display_name): Fix C99ism. + Patch from Jens Granseuer, jensgr@gmx.net. + +2004-09-03 Gora Mohanty + + * configure.in: Added "or" to ALL_LINGUAS. + +2004-08-20 Bill Haneman + + * configure.in, NEWS, README: Revved to 1.5.4. + + * registryd/registry-main.c: + (main): Set the reg_env to use AT_SPI_DISPLAY instead of + $DISPLAY. + + * cspi/bonobo/cspi-bonobo.c: + (cspi_display_name): New convenience method, gets DISPLAY with + screen number stripped, if AT_SPI_DISPLAY isn't already set. + (cspi_init): Set the activation env value above before getting + the registry. + + * atk-bridge/bridge.c: + (spi_display_name): Create the AT_SPI_DISPLAY activation + environment for an app, based on the DISPLAY environment with the + screen number stripped off. + (atk_bridge_init): Allow redirection of error messages to a log. + (spi_atk_bridge_get_registry): Call + bonobo_activation_set_activation_env_value for AT_SPI_DISPLAY. + + Fixes for bugs #149962, #136986, #144086. + +2004-08-16 Christian Rose + + * configure.in: Added "bs" to ALL_LINGUAS. + +2004-08-12 Kjartan Maraas + + * configure.in: Added nb to ALL_LINGUAS. + +2004-09-03 Bill Haneman + + * cspi/spi_main.c: + (SPI_init): Return error code '2' if the activated + registry cannot be pinged. Fixes bug #147648. + +2004-07-28 Bill Haneman + + * registryd/deviceeventcontroller.c: + (spi_dec_init_mouse_listener): Don't do XGrabButton, + rely on timer-poll instead, to avoid conflict with + xstroke. + 2004-07-20 Bill Haneman * configure.in: Revved to 1.5.3.