commit 3a3390201acf9f29f4103cc1942d34d23ac58455
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Mon Feb 13 08:22:52 2012 -0600

    Update NEWS and README for 0.8.3 release.

 NEWS   |   16 ++++++++++++++++
 README |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)

commit dbc304fa8b48e145a50006cda5e16c8de62b9dcf
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Wed Feb 15 10:07:13 2012 -0500

    Bug 670102 - Crash when searching
    
    In earlier versions of GVA we set the tree view search column to
    DESCRIPTION every time we loaded a new model, since changing the model
    sets the search column to -1.
    
    However tree_view_search_equal() would still occasionally get the wrong
    search column ID passed to it, which would trip a column ID assertion.
    Never figured out why, or how to reliably reproduce it.
    
    But since the search column for the type-ahead feature is always the
    DESCRIPTION column, it finally dawned on me that we can just hard-code
    the column ID in tree_view_search_equal() and do away with the assertion
    and having to repeatedly set the search column -- just leave it unset.

 src/gva-tree-view.c |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)

commit 6580c67e3e1f96cef9a4812a1a1495549cc8e1c7
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Feb 12 21:52:29 2012 -0600

    Bug 669950 - Many popups when copying files into mame dir
    
    The "Changes detected in ROM files" dialog wouldn't take "no" for an
    answer, and kept prompting for each and every change detected by the
    file monitor.
    
    This is especially bad considering the file monitor reacts TWICE for
    every file change - once with G_FILE_MONITOR_EVENT_CHANGED, and again
    with G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT.
    
    This commit makes the "Skip Audit" option suppress the dialog until
    GNOME Video Arcade is restarted.

 src/main.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 942aa976637ca52de4fe95f3a4f174b8e6695e50
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Jan 16 10:35:38 2012 +0100

    Updated Czech translation

 po/cs.po |  652 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 305 insertions(+), 347 deletions(-)

commit 497dce9d683dd9eaa90a24b27c6ab8d64848efe1
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Jan 15 23:23:32 2012 -0500

    Post-release version bump.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bf3e9af785ffd53d6786b17e73ac2010a6b6519d
Author: Matthew Barnes <mbarnes@redhat.com>
Date:   Sun Jan 15 22:50:45 2012 -0500

    Produce tarballs with xz instead of gzip.
    
    Because gzipped tarballs are sooo 2010...

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4e8bab99a76711152b3fe0e43ff0c1c6ae58ffc8