Subject: CVS commit: pkgsrc/devel/at-spi
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 09/21/2004 16:59:05
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Tue Sep 21 16:59:05 UTC 2004

Modified Files:
	pkgsrc/devel/at-spi: Makefile PLIST buildlink3.mk distinfo

Log Message:
Update to 1.6.0.  This version corresponds to GNOME 2.8.0.

What's new in at-spi-1.6.0:

Nothing.

What's new in at-spi-1.5.4:

* Registration failure at SPI_init is now detected and
  an error code is returned to the caller (bug #147648).

* We now use polling as our default for detecting mouse
  button changes (this was formerly our fallback method);
  this prevents conflict with Xstroke.
  [a better long-term fix requires the Xevie extension]

* We now register on a per-DISPLAY, but not per-SCREEN, basis.
  This fixes several issues, see bugs #149962, #136986, #144086.

* New languages in configure.in:
  bs (Christian Rose)
  nb (Kjartan Maraas)

============

What's new in at-spi-1.5.3:

* New role EMBEDDED (bug #144415).

* Added object:bounds-changed event, for detecting when the
  component bounds of an object have changed onscreen.

==============

What's new in at-spi-1.5.2:

* Added Accessibility_LoginHelper interface, and
  LoginHelper GType.  Also added client and server tests
  for this interface.  The purpose is to identify services
  (typically, assistive technologies) which need access to
  system or device services (keyboard, audio, serial ports,
  posting windows, etc.) during login or re-login/authentication.

* fixed make distcheck.

* Added a check in cspi_object_unref, which should help in detecting
  refcount bugs in clients (Padraig O'Briain).

* New languages:
  Walloon (Pablo Saratxaga)
  Bulgarian (Alexander Shopov)

What's new in at-spi-1.5.1:

* Allow synthesis of keysyms that aren't in the current X keymap.

* languages: Gujarati (Guntupalli Karunakar), Canadian English
  (Alexander Winston)

* Added omitted declarations for already-existing methods
	AccessibleTable_addRowSelection(),
	AccessibleTable_addColumnSelection(),
	AccessibleTable_removeRowSelection(),
	AccessibleTable_removeColumnSelection().

* bug fixes: 136660, 120659 (partial), 132237, 134332.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/at-spi/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/at-spi/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/at-spi/buildlink3.mk
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/at-spi/distinfo

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