2003-12-01 Bill Haneman <billh@gnome.org>
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index aafbada..6588e4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,148 @@
+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}:
+       Add queue_handler_id and focus_object to SpiRegistry data structure.
+       (registry_flush_event_queue): If event being discarded is 
+       "state-change:focused" store object as focus_object.
+       (registry_start_queue): Remove queue handler and focus object
+       if present.
+       (registry_discard_event): New function which discards a focus event
+       if we had stored focus object in the registry.
+       (registry_queue_event): Add new check that is_queueing is set as this
+       function is reentrant.
+       (registry_filer_event): Add call to registry_discard_event.
+       
+       This resolves issues raised in bug #108664.
+       
+2003-09-05  Taneem Ahmed  <taneem@bengalinux.org>
+
+       * configure.in: Added "bn" to ALL_LINGUAS.
+
+2003-09-04  Bill Haneman <billh@gnome.org>
+
+       * cspi/spi_event.c: Documentation improvements for
+       (SPI_registerAccessibleKeylistener).
+
+       * docs/reference/tmpl/spi_registry.sgml:
+       Documentation improvements for SpiAccessibleKeylistenerCB.
+
+2003-09-02  Mugurel Tudor  <mugurelu@go.ro>
+
+       * configure.in: Added "ro" to ALL_LINGUAS.
+
+
+2003-09-01  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * cspi/spi_main.c (cspi_object_return): Ensure that reference count is
+       not decremented to zero. Fixes bug #120725.
+
+2003-08-30  KAMAGASAKO Masatoshi  <emerald@gnome.gr.jp>
+
+       * configure.in: Added "ja" to ALL_LINGUAS.
+
+2003-08-22  Samúel Jón Gunnarsson  <sammi@techattack.nu>
+
+       * configure.in: Added "is" to ALL_LINGUAS.
+       
 2003-08-22  Christian Rose  <menthos@menthos.com>
 
        * configure.in: Added "nl" to ALL_LINGUAS.