Improved LoginHelper documentation.
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 1ca0b01..19f119c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2004-10-09  Bill Haneman <billh@gnome.org>
+
+       * idl/Accessibility_LoginHelper.idl:
+       Improved inline documentation.
+
+2004-10-02  Jesus Bravo Alvarez  <suso@trasno.net>
+
+       * configure.in: Added gl (Galician) to ALL_LINGUAS
+
+2004-09-30  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * libspi/accessible.c:
+       (impl_accessibility_accessible_get_role_name),
+       (impl_accessibility_accessible_get_local_role_name):
+       NULL vs. 0 cleanups.
+       * libspi/component.c:
+       (impl_accessibility_component_get_accessible_at_point):
+       Same here.
+       * libspi/eventlistener.c: (spi_event_listener_new):
+       ANSIfication.
+       * libspi/stateset.c: (impl_compare): More of the same
+       * libspi/table.c: (impl_getRowDescription): Again.
+       * registryd/desktop.c: (spi_atk_desktop_get_type): Same
+       * registryd/deviceeventcontroller.c: (spi_clear_error_state),
+       (impl_generate_keyboard_event): Same.
+       * registryd/registry-main.c: (main): Same
+       * test/event-listener-test.c: (test_exit): Same
+       * test/keysynth-demo.c: (scan_state), (create_vkbd): Same
+       * test/keysynth-test.c: (test_key_synthesis): Same
+       * test/login-helper-server-test.c: (main): Fix warning.
+       * test/screen-review-test.c: (test_exit): Fix include.
+       * test/simple-at.c: (simple_at_exit), (_festival_init):
+       ANSIfication.
+
+2004-09-13  Padraig O'Briain <padraig.vriain@sun.com>
+
+       * configure.in, NEWS, README: Revved to 1.6.0.
+
+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: