2003-12-01 Bill Haneman <billh@gnome.org>
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index b4b2d09..6588e4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+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: