X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=2ef6b3988d702eceb339180ab71ae5442bdef354;hb=99f0f510b665fb2298bc8cdd6613e384e445406b;hp=604db24d9b0537328ee94da035bbdf2f7026537e;hpb=e613c17d7d18db352b51730a8535b8255af0ca1d;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 604db24..2ef6b39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,235 @@ +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 + MODIFIER_ALT in correct place. + + This fixes part of bug #118114. + +2003-07-30 Alessio Frusciante + + * configure.in: Added "it" (Italian) to ALL_LINGUAS. + +2003-07-28 Changwoo Ryu + + * configure.in: Added "ko" to ALL_LINGUAS. + +2003-07-28 Ole Laursen + + * configure.in: Added "da" to the commented out ALL_LINGUAS. + +2003-07-27 Laurent Dhima + + * configure.in: Added "sq" to ALL_LINGUAS. + +2003-07-27 Hasbullah Bin Pit + + * configure.in: Added 'ms' (Malay) in ALL_LINGUAS. + +2003-07-24 Pablo Saratxaga + + * configure.in: updated ALL_LINGUAS list + +2003-07-24 Dmitry G. Mastrukov + + * configure.in: Added Belarusian to ALL_LINGUAS. + +2003-07-23 Padraig O'Briain + + * cspi/spi_event.c (AccessibleEvent_unref): Call CORBA_free for + event->data. + * cspi/bonobo/cspi-bonobo-listener.c (cspi_event): Call + CORBA_any__alloc to allocate CORBA_Any in InternalEvent. + + This fixes bug #116949. + +2003-07-22 Padraig O'Briain + + * cspi/spi_registry.c (SPI_registerAccessibleKeyStrokeListener): + Correct CSPI to SPI in function documentation. + + This fixes bug #118054. + +2003-07-16 Dmitry G. Mastrukov + + * configure.in: Added Russian to ALL_LINGUAS. + +2003-07-16 Duarte Loreto + + * configure.in: Added Portuguese (pt) to ALL_LINGUAS. + +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?