X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=9a1f43e6410feb5e7eec24489c5a169b36bed2cd;hb=ceb7edaf1177c25f608b937e0fceb5ce1f45ed62;hp=27eb8db07f88501b5ef53be3bcd9185a3784e8c5;hpb=0c5a81f27dfbae31a499393e94ac271e684e192f;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 27eb8db..9a1f43e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,136 @@ +2003-07-14 Danilo Å egan + + * configure.in: Added "sr" and "sr@Latn" (Serbian) to ALL_LINGUAS. + +2003-07-10 Joel Brich + + * configure.in: Added "eo" (Esperanto) to ALL_LINGUAS. + +2003-07-07 Pablo Gonzalo del Campo + + * configure.in (ALL_LINGUAS): Added "es" (Spanish). + +2003-07-07 Padraig O'Briain + + * cspi/spi_event.c (AccessibleEvent_unref): Update code to free + resources allocated for AccessibleEvent. See cspi_event(). + + * cspi/spi_streamablecontent.c (cspi_streams_close_all): Set + static variable streams to NULL. + + * cspi/bonobo/cspi-bonobo-listener.c (cspi_event): + Update so that AcessibleEvent_ref will work. + + This fixes bug #116624. + +2003-07-06 Jordi Mallach + + * configure.in (ALL_LINGUAS): Added "ca" (Catalan). + +2003-07-06 Christophe Merlet + + * configure.in: Added "fr" (French) to ALL_LINGUAS. + +2003-07-02 Christian Neumair + + * configure.in: Added "de" (German) to ALL_LINGUAS. + +2003-07-01 Dafydd Harries + + * configure.in: Added "cy" (Welsh) to ALL_LINGUAS. + +2003-07-01 Miloslav Trmac + + * configure.in: Addded "cs" to ALL_LINGUAS. Why is it commented out? + +2003-07-01 Artur Flinta + + * configure.in: Added "pl" to ALL_LINGUAS. + +2003-07-01 Gil "Dolfin" Osher + + * configure.in: Added "he" (Hebrew) to ALL_LINGUAS. + +2003-06-30 Bill Haneman + + * libspi/action.c: + (get_action_from_servant): + Removed assertion that action is implemented on an AtkObject. + + * libspi/hyperlink.c: + (spi_hyperlink_new): + Aggregate AccessibleAction interface on the hyperlink object if + the object implements AtkAction. (This convention is used in + gtkhtml2.) + +2003-06-30 Bill Haneman + + * configure.in: Revved to 1.3.5. + + * registryd/Accessibility_Registry.server.in.in: + Marked up appropriate strings for translation. + + * atk-bridge/bridge.c: Marked a couple of + user-visible warnings for translation. Questionable + whether they are really useful, but possibly so. + + +2003-06-28 Christian Rose + + * configure.in: Added "sv" to ALL_LINGUAS. + +2003-06-26 Bill Haneman + + * registryd/registry.c: + (spi_registry_object_finalize): Unref the deviceeventcontroller. + (registry_defer_on_event): Defer focus: events, this is an + improvement to the patch for bug #108664. + + * TODO: Update with 2.4/"Dev Complete" items. + +2003-06-26 Padraig O'Briain + + * atk-bridge/bridge.c: + (spi_atk_bridge_init_event_type_consts): Ensure that this function only + looks up signals once. + (atk_bridge_init): Call spi_atk_bridge_init_event_type_consts only + if doing registration. + (spi_atk_bridge_toplevel_added): Call spi_bridge_init_event_type_consts + when doing registration. + + This fixes bug #115014. + +2003-06-25 Padraig O'Briain + + * atk-bridge/bridge.c: + (atk_bridge_init): Add signal handler for children-changed:remove on + root when in a BonoboComponent. + (spi_atk_bridge_toplevel_added): Call spi_atk_bridge_do_registration + for first toplevel only other incrememt variable toplevels. + (spi_atk_bridge_toplevel_removed): For last toplevel deregister + application and remove listeners. + (spi_atk_bridge_get-registry): Change NULL to CORBA_OBJECT_NIL for + consistency. + (spi_atk_deregister_event_listeners): New function which removes + listeners. + (reinit_register_vars): New fuction which reinitializes variables. + + This fixes bug #111578. + +2003-06-13 Bill Haneman + + * configure.in: version 1.3.4. + + * cspi/spi_accessible.c: + Changed test of obj==NULL to obj==CORBA_OBJECT_NIL. + + +2003-06-13 Michael Meeks + + * cspi/bonobo/cspi-bonobo.c (cspi_check_ev): use it. + + * cspi/spi_main.c (cspi_peek_ev): impl. + 2003-06-11 Padraig O'Briain * cspi/spi-roletypes.h: Add role SPI_ROLE_AUTOCOMPLETE