*** empty log message ***
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 38178ff..bff0405 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2004-09-12  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Rev and re-dist, since the 1.5.4 tarball
+       was missing the HTML docs.
+
+2004-09-12  Tomasz Kłoczko <kloczek@pld.org.pl>
+
+       * 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) <jdassen@debian.org>
+
+       * 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    <bill.haneman@sun.com>
+
+       * 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  <gmohanty@cvs.gnome.org>
+       * configure.in: Added "or" to ALL_LINGUAS.
+
+2004-08-20  Bill Haneman    <bill.haneman@sun.com>
+
+       * 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  <menthos@menthos.com>
 
        * configure.in: Added "bs" to ALL_LINGUAS.