~ubuntu-branches/ubuntu/raring/gnome-orca/raring-proposed

« back to all changes in this revision

Viewing changes to src/orca/scripts/toolkits/WebKitGtk/script.py

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2013-02-08 10:32:41 UTC
  • mfrom: (0.12.7)
  • Revision ID: package-import@ubuntu.com-20130208103241-fs030z0wasvhfpc7
Tags: 3.7.5-0ubuntu1
* New upstream release
  - New Feature
    + Structural navigation objects are now navigable by "list of" dialogs
  - Bug Fixes
    + Much better handling of egg-list-box for the new panels in
      gnome-control-center
    + Fix for bug 693159 - Orca doesnt echo words in gnome-terminal
    + Do not attempt to store an AtspiTable in a dictionary (fixes the
      presentation of cells when navigating in LibreOffice Calc)
  - New and updated translations (THANKS EVERYONE!!!):
    + bg            Bulgarian             Alexander Shopov
    + eu            Basque                Inaki Larranaga Murgoitio
    + nb            Norwegian bokmål      Kjartan Maraas
    + ne            Nepali                Him Prasad Gautam
    + pl            Polish                Piotr Drąg
    + sr            Serbian               Мирослав Николић
    + sr@latin      Serbian               Miroslav Nikolić
    + ug            Uyghur                Sahran, Gheyret Kenji

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
                        StructuralNavigation.FORM_FIELD,
214
214
                        StructuralNavigation.HEADING,
215
215
                        StructuralNavigation.LANDMARK,
 
216
                        StructuralNavigation.LINK,
216
217
                        StructuralNavigation.LIST,
217
218
                        StructuralNavigation.LIST_ITEM,
218
219
                        StructuralNavigation.LIVE_REGION,