2003-09-05 Padraig O'Briain <padraig.obriain@sun.com>
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 604db24..2ef6b39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,235 @@
+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.
+
+2003-08-19  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * 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 <padraig.obriain@sun.com>
+
+       * registryd/registryd.c: Remove this file.
+
+2003-08-17  Sanlig Badral  <badral@openmn.org>
+
+       * configure.in: Added mn to ALL_LINGUAS.
+
+2003-08-16  Tõivo Leedjärv  <toivo@linux.ee>
+
+       * configure.in: Added et to ALL_LINGUAS.
+
+2003-08-13  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * test/event-listener-test.c: Change active-descendant to 
+       active-descendant-changed.
+
+2003-08-10  Sami Pesonen  <sampeson@iki.fi>
+
+       * configure.in: Added "fi" in ALL_LINGUAS.
+
+2003-08-08  Guntupalli Karunakar  <karunakar@freedomink.org>
+
+       * configure.in: Added "hi" in ALL_LINGUAS.
+
+2003-08-08  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * configure.in: Revved to 1.3.6.
+
+       * NEWS: updated.
+       
+2003-08-07  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * registryd/deviceeventcontroller.c
+       (spi_device_event_controller_object_finalize): Fix typo in previous 
+       commit.
+
+2003-08-07  Marc Mulcahy  <marc.mulcahy@sun.com>
+
+       * registryd/deviceeventcontroller.c
+       (spi_device_event_controller_object_finalize): Fix build on
+       systems without XEvIE.
+       
+2003-08-06  Brian Cameron <Brian.Cameron@sun.com>
+
+       * acconfig.h, configure.in, registryd/Makefile.am,
+         registryd/devicecontoller.[ch]: Add XEViE support.
+
+2003-08-06  Wang Jian  <lark@linux.net.cn>
+
+       * configure.in: Added "zh_CN" to ALL_LINGUAS.
+
+2003-08-06  Metin Amiroff<metin@karegen.com>
+
+       * configure.in: Added "az" (Azerbaijani) to ALL_LINGUAS
+
+2003-08-06  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * idl/Accessibility_Registry.idl: Put MODIFIER_SHIFTLOCk and
+       MODIFIER_ALT in correct place. 
+
+       This fixes part of bug #118114.
+
+2003-07-30  Alessio Frusciante  <algol@firenze.linux.it>
+
+       * configure.in: Added "it" (Italian) to ALL_LINGUAS.
+
+2003-07-28  Changwoo Ryu  <cwryu@debian.org>
+
+       * configure.in: Added "ko" to ALL_LINGUAS.
+
+2003-07-28  Ole Laursen  <olau@hardworking.dk>
+
+       * configure.in: Added "da" to the commented out ALL_LINGUAS.
+
+2003-07-27  Laurent Dhima  <laurenti@alblinux.net>
+
+       * configure.in: Added "sq" to ALL_LINGUAS.
+
+2003-07-27  Hasbullah Bin Pit  <sebol@ikhlas.com>
+                                                                                
+       * configure.in: Added 'ms' (Malay) in ALL_LINGUAS.
+
+2003-07-24  Pablo Saratxaga  <pablo@mandrakesoft.com>
+
+       * configure.in: updated ALL_LINGUAS list
+
+2003-07-24  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
+
+       * configure.in: Added Belarusian to ALL_LINGUAS.
+
+2003-07-23  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * 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 <padraig.obriain@sun.com>
+
+       * cspi/spi_registry.c (SPI_registerAccessibleKeyStrokeListener):
+       Correct CSPI to SPI in function documentation.
+
+       This fixes bug #118054.
+
+2003-07-16  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
+
+       * configure.in: Added Russian to ALL_LINGUAS.
+
+2003-07-16  Duarte Loreto <happyguy_pt@hotmail.com>
+
+        * configure.in: Added Portuguese (pt) to ALL_LINGUAS.
+
+2003-07-14  Danilo Šegan  <dsegan@gmx.net>
+
+       * configure.in: Added "sr" and "sr@Latn" (Serbian) to ALL_LINGUAS.
+
+2003-07-10  Joel Brich <joel.brich@laposte.net>
+
+       * configure.in: Added "eo" (Esperanto) to ALL_LINGUAS.
+
+2003-07-07  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>
+
+       * configure.in (ALL_LINGUAS): Added "es" (Spanish).
+
+2003-07-07  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * 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  <jordi@sindominio.net>
+
+       * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
+
+2003-07-06  Christophe Merlet  <redfox@redfoxcenter.org>
+
+       * configure.in: Added "fr" (French) to ALL_LINGUAS.
+
+2003-07-02  Christian Neumair  <chris@gnome-de.org>
+
+       * configure.in: Added "de" (German) to ALL_LINGUAS.
+
+2003-07-01  Dafydd Harries  <daf@parnassus.ath.cx>
+
+       * configure.in: Added "cy" (Welsh) to ALL_LINGUAS.
+
 2003-07-01  Miloslav Trmac  <mitr@volny.cz>
 
        * configure.in: Addded "cs" to ALL_LINGUAS. Why is it commented out?