2008-06-16  Willie Walker <william.walker@sun.com>

	* src/orca/gnomespeechfactory.py: Fix for bug #397306 - Orca's
	  default synthesis engine choice should take language into
	  account.

2008-06-12  Rich Burridge <rich.burridge@sun.com>

        * src/orca/scripts/apps/Thunderbird/script.py:
          Fix for bug #537425 - Orca should provide context for 
          misspelled words in Thunderbird spell check.

2008-06-12  Willie Walker <william.walker@sun.com>

        * src/orca/orca.py:
          Fix for bug #487585 - Orca Usage message should be localized.
	  Do not mark the command line options for translation.

2008-06-11  Rich Burridge <rich.burridge@sun.com>

        * src/orca/scripts/apps/soffice/script.py:
          Fixed bug #537851 - Moving cursor with mouse in oowriter causes
          traceback.

2008-06-10  Joanmarie Diggs <joanmarie.diggs@gmail.com>

        * src/orca/scripts/apps/soffice/script.py:
          src/orca/scripts/apps/gnome-mud.py:
          src/orca/scripts/apps/evolution/script.py:
          src/orca/scripts/apps/gnome-terminal.py:
          src/orca/scripts/apps/pidgin/script.py:
          src/orca/scripts/toolkits/Gecko/script.py:
          src/orca/settings.py:
          src/orca/orca_prefs.py:
          src/orca/default.py:
          src/orca/orca.py:
          src/orca/input_event.py:
          src/orca/keybindings.py:
          src/orca/orca_gui_prefs.py:
          Fix for bug #464194 - Refactor keybindings to always care
          about Control/Shift/Alt/Orca modifiers.

2008-06-10  Rich Burridge <rich.burridge@sun.com>

        * src/orca/scripts/apps/soffice/script.py:
          Fix for bug #521450 - Orca should read the next/previous 
          paragraph by a keystroke.

2008-06-09  Rich Burridge <rich.burridge@sun.com>

        * test/keystrokes/gtk-demo/role_label.py:
          Fix for bug #519547 - gtk-demo/role_label.py regression test 
          #5 produces the wrong results. Adjusted regression test to 
          match the new results.

        * test/keystrokes/gtk-demo/role_spin_button.py:
          Fix for bug #519556 - gtk-demo/role_spin_button.py regression
          test #1 produces the wrong results.

2008-06-06  Joanmarie Diggs <joanmarie.diggs@gmail.com>

        * test/keystrokes/firefox/dojo_slider.py:
          test/keystrokes/firefox/xul_role_menu_bar.py:
          test/keystrokes/firefox/xul_role_list_item.py:
          test/keystrokes/firefox/uiuc_slider.py:
          test/keystrokes/firefox/xul_role_entry.py:
          test/keystrokes/firefox/html_struct_nav_large_obj.py:
          test/keystrokes/firefox/uiuc_tree.py:
          test/keystrokes/firefox/xul_where_am_i_dialog.py:
          test/keystrokes/firefox/uiuc_grid.py:
          test/keystrokes/firefox/moz_tabpanel.py:
          test/keystrokes/firefox/xul_role_push_button.py:
          Updated regression tests.

2008-06-05  Eitan Isaacson  <eitan@ascender.com>

	* src/orca/scripts/toolkits/Gecko/script.py: 
	  Fixed bug 531806 – Wrapped item lists don't give proper 
	  braille in Gecko

2008-06-04  Rich Burridge <rich.burridge@sun.com>

        * src/orca/scripts/apps/evolution/script.py:
          src/orca/scripts/apps/soffice/speech_generator.py:
          src/orca/scripts/apps/soffice/where_am_i.py:
          src/orca/scripts/apps/soffice/braille_generator.py:
          src/orca/scripts/toolkits/Gecko/bookmarks.py:
          src/orca/scripts/toolkits/Gecko/script.py:
          src/orca/dectalk.py:
          src/orca/speechgenerator.py:
          src/orca/orca_prefs.py:
          src/orca/default.py:
          src/orca/liveregions.py:
          src/orca/focus_tracking_presenter.py:
          src/orca/where_am_I.py:
          src/orca/espeechfactory.py:
          src/orca/script.py:
          src/orca/keybindings.py:
          src/orca/speechdispatcherfactory.py:
          src/orca/braillegenerator.py:
          src/orca/gnomespeechfactory.py:
          src/orca/orca_gui_prefs.py:
          Fix for bug #517532 - change dict.has_key() usage to set
          operator in.

        * src/orca/scripts/apps/Thunderbird/script.py:
          Further work on bug #535192. Suppress speech for bogus 'focus:'
          and 'object:state-changed:focused' events for the spell checking
          dialog suggestion list items.

2008-06-04  Willie Walker <william.walker@sun.com>

	* src/orca/focus_tracking_presenter.py:
	  src/orca/settings.py:
	  Fix for bug #435585 - Java ControlPanel GIVING UP AFTER 5 TRIES.
	  This patch processes J2SE-access-bridge events synchronously.
	  It's a nasty hack, but the Java/CORBA/ORBit/pyorbit stuff we're
	  running into has eluded us for several years and this is the
	  closest we've come to being able to resolving issues with Java
	  accessibility for GNOME.

2008-06-04  Willie Walker <william.walker@sun.com>

        * test/harness/runprofile.py:
          Fallback to profile module if cProfile isn't available.
          This is typically due to a Python 2.4 vs. 2.5 installation.

2008-06-03  Rich Burridge <rich.burridge@sun.com>

        * src/orca/scripts/apps/Thunderbird/speech_generator.py:
          src/orca/scripts/apps/Thunderbird/script.py:
          Fix for bug #535192 - Misspelled word and suggestion not spoken 
          in Thunderbird spell check.

        * src/orca/orca.py:
          src/orca/focus_tracking_presenter.py:
          Fix for bug #530368 - Only move focus if the event is for the 
          focused/active window.

        * src/orca/scripts/apps/gnome-screensaver-dialog.py:   (new)
          src/orca/scripts/apps/Makefile.am:
          Fix for bug #529655 - After inputting an incorrect password on 
          the screensaver, orca can't speak the whole dialog.

        * src/orca/braillegenerator.py:
          Fix for bug #507922 - Include page tab name in braille context
          for Thunderbird.

2008-06-02  Willie Walker <william.walker@sun.com>

        * README:
	  configure.in:
          Mark as Orca v2.23.4pre

2008-06-02  Willie Walker <william.walker@sun.com>

        * NEWS:
	  README:
	  configure.in:
          Prep for Orca v2.23.3