2003-12-01 Bill Haneman <billh@gnome.org>
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 2ef6b39..6588e4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,102 @@
+2003-12-01  Bill Haneman <billh@gnome.org>
+
+       Fix for bug #116009.
+
+       * cspi/spi-roletypes.h: Add SPI_ROL_EEDITBAR.
+
+       * cspi/spi_accessible.c (cspi_init_role_table): Add SPI_ROLE_EDITBAR.
+
+       * docs/referecce/cspi/tmpl/spi-accessible.sgml: Add SPI_ROLE_EDITBAR
+
+       * idl/Accessibility_Role.idl: Add ROLE_EDITBAR.
+
+2003-12-01  Bill Haneman <billh@gnome.org>
+
+       Fix for bug/rfe #127463.
+       
+       * idl/Accessibility_Accessible.idl:
+       (getLocalizedRoleName): New.
+       (unimplemented4): Removed (replaced by above).
+
+       * libspi/accessible.c:
+       (impl_accessibility_accessible_get_local_role_name): New.
+       (spi_accessible_class_init): Add getLocalizedRoleName entry to
+       epv.
+       
+       * cspi/spi.h:
+       (Accessible_getLocalizedRoleName): New.
+
+       * cspi/spi_accessible.c:
+       (Accessible_getLocalizedRoleName): New.
+       
+2003-12-01  Bill Haneman <billh@gnome.org>
+       
+       Fix for bug #118581.
+       * idl/Accessibility_Text.idl:
+       (getDefaultAttributes): New.
+       (unimplemented4): Removed (replaced by above method).
+
+       * libspi/text.c:
+       (impl_getDefaultAttributes): New method.
+       (spi_text_class_init):
+       initialize the get_default_attributes slot in the epv.
+
+       * cspi/spi.h:
+       (AccessibleText_getDefaultAttributes): New prototype.
+
+       * cspi/spi_text.c:
+       (AccessibleText_getDefaultAttributes): New method.
+
+2003-11-06  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * cspi/spi_accessible.c (cspi_init_relation_type_table): Do not
+       write beyond the end of the table. Fixes bug #120473.
+
+2003-09-30  Christian Rose  <menthos@menthos.com>
+
+       * configure.in: Added "eu" to ALL_LINGUAS.
+
+2003-09-28  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * configure.in: ALL_LINGUAS: Added no.
+
+2003-09-28  Gediminas Paulauskas  <menesis@delfi.lt>
+
+    * configure.in: Added lt to ALL_LINGUAS.
+
+2003-09-25  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * atk-bridge/bridge.c:
+       (atk_bridge_init): Register event listeners always even for 
+       out-of-process applet.
+       (spi_atk_bridge_toplevel_added): Remove call to 
+       spi_atk_bridge_event_type_consts as it is now called in atk_bridge_init
+       (spi_atk_bridge_toplevelk_removed): Remove call to 
+       spi_atk_deregister_event_listenersa as the listeners are now always
+       registered
+       (spi_atk_bridge_register_application): Remove call to
+       spi_atk_register_event_listeners as it is not done in atk_bridge_init
+
+       This fixes bug #120991.
+
+       * libspi/table.c (impl_getColumnDescription): Correct typo,
+       pointed out by Bolian.Yin@sun.com.
+
+2003-09-21  Åsmund Skjæveland  <aasmunds@fys.uio.no>
+
+       * configure.in: Added nn to ALL_LINGUAS (which is commented out).
+
+2003-09-08  Bill Haneman <billh@gnome.org>
+
+       * configure.in: Revved to 1.3.7.
+
+       This is the GNOME 2.4.0 release of at-spi.
+
+       * docs/reference/cspi/Makefile.am:
+       Removed spurious inclusion of 'index.sgml' in the
+       html directory; this was breaking make distcheck and
+       also some other build environments.
+
 2003-09-05  Padraig O'Briain <padraig.obriain@sun.com>
 
        * registryd/registry.[ch}: