Update to 2.26.3.
2.26.3 - 29-Jun-2009 General: * Fix for bug #511468 - Ekiga chat window accessibility problem * Fix for bug #574221 - left-pane in Ekiga's preference box can't be read at start-up * Fix for bug #586890 - Orca 2.27.3 and earlier will crash if liblouis 1.6.2 python bindings are installed OpenOffice/StarOffice: * Fix for bug #583811 - Doing a select all in OOo Writer causes Orca to say "selected" for each paragraph Thunderbird: * Fix for bug #584837 - Find dialog fails to move caret to desired location in Thunderbird * Fix for bug #568658 - Sometimes Orca announces the wrong subject in Thunderbird. This change causes us to dump the pyatspi cache if we're in Thunderbird and exit flat review. As a result, we should not have bogus table data hanging around. Firefox: * Fix for bug #530784 - whereAmI info for list items in web content needs to be improved * Fix for bug #577900 - Blank lines in Firefox text areas incorrectly spoken New and updated translations (THANKS EVERYONE!!!): See also the overall translation status: http://l10n.gnome.org/module/orca cs Czech Lucas Lommer
This commit is contained in:
parent
87b5c3ed32
commit
fee1655574
3 changed files with 10 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.19 2009/07/22 09:01:37 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2009/08/09 08:29:03 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= orca-2.26.2
|
||||
DISTNAME= orca-2.26.3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/orca/2.26/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:07:28 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2009/08/09 08:29:03 wiz Exp $
|
||||
bin/orca
|
||||
${PYSITELIB}/orca/__init__.py
|
||||
${PYSITELIB}/orca/__init__.pyc
|
||||
|
@ -160,6 +160,9 @@ ${PYSITELIB}/orca/scripts/apps/__init__.pyo
|
|||
${PYSITELIB}/orca/scripts/apps/acroread.py
|
||||
${PYSITELIB}/orca/scripts/apps/acroread.pyc
|
||||
${PYSITELIB}/orca/scripts/apps/acroread.pyo
|
||||
${PYSITELIB}/orca/scripts/apps/ekiga.py
|
||||
${PYSITELIB}/orca/scripts/apps/ekiga.pyc
|
||||
${PYSITELIB}/orca/scripts/apps/ekiga.pyo
|
||||
${PYSITELIB}/orca/scripts/apps/evolution/__init__.py
|
||||
${PYSITELIB}/orca/scripts/apps/evolution/__init__.pyc
|
||||
${PYSITELIB}/orca/scripts/apps/evolution/__init__.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2009/05/19 23:53:11 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.12 2009/08/09 08:29:03 wiz Exp $
|
||||
|
||||
SHA1 (orca-2.26.2.tar.bz2) = 849ff2d3a8b65ca8c66b2c706d296deec87069f2
|
||||
RMD160 (orca-2.26.2.tar.bz2) = ffa0f7f4ee577cdcfa83e22a019d15229fced126
|
||||
Size (orca-2.26.2.tar.bz2) = 2270264 bytes
|
||||
SHA1 (orca-2.26.3.tar.bz2) = e04cf4c92b4ef474dead0594a1a9df89b8e1ade9
|
||||
RMD160 (orca-2.26.3.tar.bz2) = c0abd0c5f420f16f7ae6310c2eb8966a9dce83cc
|
||||
Size (orca-2.26.3.tar.bz2) = 2250070 bytes
|
||||
SHA1 (patch-aa) = 7e7dd9215365f44d41e467241be93cc97f7ba76a
|
||||
|
|
Loading…
Reference in a new issue