X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=6588e4d00882b80564f31558df33c91eceee63d6;hb=a96d94717bba73bdcbe7666a296011ca699a5e77;hp=c2470b309073785684de141f1471d361c4f339ab;hpb=755b36c42702ce2b82c67c5cf8925c27fbd04ea7;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index c2470b3..6588e4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,122 @@ +2003-12-01 Bill Haneman + + 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 + + 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 + + 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 + + * 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 + + * configure.in: Added "eu" to ALL_LINGUAS. + +2003-09-28 Kjartan Maraas + + * configure.in: ALL_LINGUAS: Added no. + +2003-09-28 Gediminas Paulauskas + + * configure.in: Added lt to ALL_LINGUAS. + +2003-09-25 Padraig O'Briain + + * 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 + + * configure.in: Added nn to ALL_LINGUAS (which is commented out). + +2003-09-08 Bill Haneman + + * 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 + + * 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 + + * configure.in: Added "bn" to ALL_LINGUAS. + 2003-09-04 Bill Haneman * cspi/spi_event.c: Documentation improvements for