X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=2ef6b3988d702eceb339180ab71ae5442bdef354;hb=99f0f510b665fb2298bc8cdd6613e384e445406b;hp=219f72bfcf0ce18526251d402c1a4e068997007f;hpb=4dd9ac441c839b8e0951afc8c11d99f243f9bf32;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 219f72b..2ef6b39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,135 @@ +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 + (SPI_registerAccessibleKeylistener). + + * docs/reference/tmpl/spi_registry.sgml: + Documentation improvements for SpiAccessibleKeylistenerCB. + +2003-09-02 Mugurel Tudor + + * configure.in: Added "ro" to ALL_LINGUAS. + + +2003-09-01 Padraig O'Briain + + * cspi/spi_main.c (cspi_object_return): Ensure that reference count is + not decremented to zero. Fixes bug #120725. + +2003-08-30 KAMAGASAKO Masatoshi + + * configure.in: Added "ja" to ALL_LINGUAS. + +2003-08-22 Samúel Jón Gunnarsson + + * configure.in: Added "is" to ALL_LINGUAS. + +2003-08-22 Christian Rose + + * configure.in: Added "nl" to ALL_LINGUAS. + +2003-08-19 Padraig O'Briain + + * cspi/spi-private.h: Add declaration for _cspi_exceptoin_throw + * cspi/spi_accessible.c (cspi_init_relation_type_table): Add call + to return a value. + * cspi/spi_event.c: (AccessibleEvent_unref); Add casts to gfree + arguments. + * cspi/spi_main.c (SPI_Exception_getSourceType); Return the correct + type for unspecified exception. + * cspi_streamablecontect): Add include of string.h for memcpy. + (stream_release): Correct call to bonobo_object_release_unref + (stream_cache_item_free): Correct call to bonobo_object_release_unref + * cspi/bonobo/spi-bonobo.c: (cspi_check_event): Add cast to second + argument of _cspi_expection_throw. + * libspi/hyperlink.c: Add include of libspi/action.h: + (spi_hyperlink_new): Cast argument to spi_action_interface_new. + * libspi/streamablecontent.c: add include of libspi/component.h. + * regisrtyd/deviceeventcontroller.c: + (spi_dec_translate_mask): Removed unused variable priv. + (dec_synth_keysym): Initialize lock_mods to avoid compilker warning/ + * registryd/registry.c: + (registry_filter_event): Remove unused variable queue_is-empty. + (impl_registry_notify_event): Use correct modifier in fprintf call. + + This fixes compiler warnings reported in bug #120220. + +2003-08-18 Padraig O'Briain + + * registryd/registryd.c: Remove this file. + +2003-08-17 Sanlig Badral + + * configure.in: Added mn to ALL_LINGUAS. + +2003-08-16 Tõivo Leedjärv + + * configure.in: Added et to ALL_LINGUAS. + +2003-08-13 Padraig O'Briain + + * test/event-listener-test.c: Change active-descendant to + active-descendant-changed. + +2003-08-10 Sami Pesonen + + * configure.in: Added "fi" in ALL_LINGUAS. + +2003-08-08 Guntupalli Karunakar + + * configure.in: Added "hi" in ALL_LINGUAS. + +2003-08-08 Padraig O'Briain + + * configure.in: Revved to 1.3.6. + + * NEWS: updated. + +2003-08-07 Padraig O'Briain + + * registryd/deviceeventcontroller.c + (spi_device_event_controller_object_finalize): Fix typo in previous + commit. + +2003-08-07 Marc Mulcahy + + * registryd/deviceeventcontroller.c + (spi_device_event_controller_object_finalize): Fix build on + systems without XEvIE. + +2003-08-06 Brian Cameron + + * acconfig.h, configure.in, registryd/Makefile.am, + registryd/devicecontoller.[ch]: Add XEViE support. + +2003-08-06 Wang Jian + + * configure.in: Added "zh_CN" to ALL_LINGUAS. + +2003-08-06 Metin Amiroff + + * configure.in: Added "az" (Azerbaijani) to ALL_LINGUAS + 2003-08-06 Padraig O'Briain * idl/Accessibility_Registry.idl: Put MODIFIER_SHIFTLOCk and