diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-15 18:14:51 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-15 18:14:51 +0000 |
commit | a3735bf108ded7b97061073778c513fd35896fb3 (patch) | |
tree | a9941bccb61125c33ffa85448170f5bc8f3c186c /devel/at-spi/Makefile | |
parent | 88fb79398f17afe1d5dc78a1cc2b71efe11d5acc (diff) | |
download | pkgsrc-a3735bf108ded7b97061073778c513fd35896fb3.tar.gz |
Update to 1.3.12:
* Fix for docs bug #129728 (Sebastien Bacher).
* Fix for bug #129479, allows distinction between multiple DISPLAY instances
of at-spi registry.
* Fix for #124837, which could cause 'hang' interactions between desktop and
clients such as gnopernicus.
* Fixes for NUMLOCK mask behavior, bug #129103.
* Greatly improved key synthesis for non-Latin characters. We can now
synthesize any KeySym which is defined in the current X keymap.
(bug #128824). Thanks to Marcus G Kuhn for the public-domain code borrowed
here.
* Fixes for: 128912.
* new languages: fa, ar, id.
Diffstat (limited to 'devel/at-spi/Makefile')
-rw-r--r-- | devel/at-spi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/at-spi/Makefile b/devel/at-spi/Makefile index 8432e39c481..c45b443b13c 100644 --- a/devel/at-spi/Makefile +++ b/devel/at-spi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/02/14 18:26:27 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/15 18:14:51 jmmv Exp $ # -DISTNAME= at-spi-1.3.9 +DISTNAME= at-spi-1.3.12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi/1.3/} EXTRACT_SUFX= .tar.bz2 |