pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Sun Dec  8 13:40:20 UTC 2013

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile PLIST distinfo

Log Message:
Update at-spi2-core to 2.10.2

* Fix atspi_component_contains (BGO#710730).
* Hopefully fix a crash when unable to register with the session manager
  (BGO#710689).
* Fix a leak introduced in 2.9.92 that adversely affected performance
  (BGO#709625).
* Fix multiple deadlocks with keystroke listeners (BGO#707218).
* Fix a performance issue when running for a long time without a main
  loop, such as with a dogtail script (BGO#701145).
* Remove an unneeded unref that was causing a warning (BGO#706893).
* Skip some functions that were not introspectable (BGO#707010).
* Separate out X-dependent functionality, allow building without X11 (albeit
  with various things not working), and don't query/use X if DISPLAY is not
  set (BGO#682199, BGO#701378).
* Add atspi_text_get_string_at_offset, and deprecate
  atspi_text_get_text_at_offset.
* Fix possible memory leak when D-Bus calls time out.
* Fix a memory leak in atspi_accessible_get_role_name that was introduced
  earlier in the 2.9 cycle with the enum refactor.
* A couple of functions not intended for introspection are now marked
  as skip.
* Add atspi_set_main_context (mainly for use by at-spi2-atk).
* Add atspi_is_initialized (BGO#681276).
* Fix D-Bus introspection for GetActions.
* Use glib-mkenums to generate enum types, and use these generated types
  for role and state names, rather than static tables.
* Annotate filter in atspi_register_device_event_listener with allow-none
  (BGO#700237).
* Rename various functions to avoid name collisions (BGO#700243). The old
  functions are deprecated in favor of the renamed functions and renamed
  for introspection.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/at-spi2-core/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/at-spi2-core/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/at-spi2-core/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index