commit a04bbaf268850326a04fa96ef79801d0c46ad363
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Mon May 4 17:30:58 2009 -0500

    [gnometris] Move the previously removed po field.cpp to blockops.cpp
    
    The translation files were all automatically updated using sed.

 po/POTFILES.in |    1 +
 po/af.po       |    4 ++--
 po/am.po       |    4 ++--
 po/ar.po       |    4 ++--
 po/as.po       |    4 ++--
 po/az.po       |    4 ++--
 po/be.po       |    4 ++--
 po/bg.po       |    4 ++--
 po/bn.po       |    4 ++--
 po/bn_IN.po    |    4 ++--
 po/ca.po       |    4 ++--
 po/cs.po       |    4 ++--
 po/cy.po       |    4 ++--
 po/da.po       |    4 ++--
 po/de.po       |    4 ++--
 po/dz.po       |    4 ++--
 po/el.po       |    4 ++--
 po/en_CA.po    |    4 ++--
 po/en_GB.po    |    4 ++--
 po/et.po       |    4 ++--
 po/eu.po       |    4 ++--
 po/fa.po       |    4 ++--
 po/fi.po       |    4 ++--
 po/fr.po       |    4 ++--
 po/ga.po       |    4 ++--
 po/gl.po       |    4 ++--
 po/gu.po       |    4 ++--
 po/he.po       |    4 ++--
 po/hi.po       |    4 ++--
 po/hr.po       |    4 ++--
 po/hu.po       |    4 ++--
 po/id.po       |    4 ++--
 po/is.po       |    4 ++--
 po/it.po       |    4 ++--
 po/ja.po       |    4 ++--
 po/ka.po       |    4 ++--
 po/kn.po       |    4 ++--
 po/ko.po       |    4 ++--
 po/ku.po       |    4 ++--
 po/lt.po       |    4 ++--
 po/lv.po       |    4 ++--
 po/mai.po      |    4 ++--
 po/mk.po       |    4 ++--
 po/ml.po       |    4 ++--
 po/mn.po       |    4 ++--
 po/mr.po       |    4 ++--
 po/ms.po       |    4 ++--
 po/nb.po       |    4 ++--
 po/ne.po       |    4 ++--
 po/nl.po       |    4 ++--
 po/nn.po       |    4 ++--
 po/oc.po       |    4 ++--
 po/or.po       |    4 ++--
 po/pa.po       |    4 ++--
 po/pl.po       |    4 ++--
 po/pt.po       |    4 ++--
 po/pt_BR.po    |    4 ++--
 po/ro.po       |    4 ++--
 po/ru.po       |    4 ++--
 po/rw.po       |    4 ++--
 po/si.po       |    4 ++--
 po/sk.po       |    4 ++--
 po/sq.po       |    4 ++--
 po/sr.po       |    4 ++--
 po/sr@latin.po |    4 ++--
 po/sv.po       |    4 ++--
 po/ta.po       |    4 ++--
 po/te.po       |    4 ++--
 po/th.po       |    4 ++--
 po/tr.po       |    4 ++--
 po/uk.po       |    4 ++--
 po/vi.po       |    4 ++--
 po/wa.po       |    4 ++--
 po/xh.po       |    4 ++--
 po/zh_CN.po    |    4 ++--
 po/zh_HK.po    |    4 ++--
 po/zh_TW.po    |    4 ++--
 77 files changed, 153 insertions(+), 152 deletions(-)

commit 1ddefb035a3ad248b50b344cc9549c7f0de19048
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
Date:   Tue May 5 00:20:24 2009 +0200

    Add NEWS entry for 2.27.1

 NEWS |  135 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 135 insertions(+), 0 deletions(-)

commit c905fe1eee8ecbe1ed6e27ca266b0109a5fd08a2
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Mon May 4 17:04:26 2009 -0500

    Beginning of port to clutter-0.9 API and refactoring of animation code
    
    This doesn't actually work yet but at least it passes build for the
    purposes of our 2.27.1 release. The next commit will have something in
    it which resembles the 2.26.x releases.
    
    The refactoring is an attempt to encapsulate all animation to
    block-level tracking rather than having it spread between the field and
    the block objects.

 gnometris/blockops.cpp |  239 ++++++++++++++++++++++--------------------------
 gnometris/blockops.h   |   46 +++++-----
 gnometris/preview.cpp  |    3 +-
 gnometris/renderer.cpp |   10 +-
 4 files changed, 138 insertions(+), 160 deletions(-)

commit 4799049e7b050d5600f230a87215f8a62859df2d
Author: Zhang Sen <zh.jesse@gmail.com>
Date:   Tue Apr 28 16:40:33 2009 +0800

    extract a method to remove error highlights
    
    also delete duplicate filling of values
    
    GNOME Bug #578903

 gnome-sudoku/src/lib/gsudoku.py |   34 ++++++++++++++++------------------
 1 files changed, 16 insertions(+), 18 deletions(-)

commit 8a4002bbdcef0de7f53242dbf737bcd3a3b3a254
Author: Zhang Sen <zh.jesse@gmail.com>
Date:   Tue Apr 28 16:29:23 2009 +0800

    refine the parameters of complain_conficts
    
    use coordinates, not widget object, as parameters.
    also add docstring
    
    GNOME Bug #578903

 gnome-sudoku/src/lib/gsudoku.py |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit 2d1d3acdcd802de09a50325f402d8b01cc2f5c6e
Author: Zhang Sen <zh.jesse@gmail.com>
Date:   Wed Apr 22 21:09:58 2009 +0800

    delete unused methods
    
    GNOME Bug #578903

 gnome-sudoku/src/lib/sudoku.py |   90 ----------------------------------------
 1 files changed, 0 insertions(+), 90 deletions(-)

commit 7cd09fc6284b57675749c7ed1841850181694c0d
Author: Johannes Svensson <abadaar@gmail.com>
Date:   Mon May 4 22:15:48 2009 +0200

    Rename variables and add comments to make the code more readable.
    
    Patch by Johannes Svensson. Fixes GNOME Bug #577370

 gnomine/gnomine.c   |    2 +-
 gnomine/minefield.c |  263 ++++++++++++++++++++++++++-------------------------
 gnomine/minefield.h |   10 +-
 3 files changed, 141 insertions(+), 134 deletions(-)

commit a920b9159e27776c492b147bb8d31879caae3bc3
Author: Ying-Chun Liu <grandpaul@gmail.com>
Date:   Mon May 4 22:00:41 2009 +0200

    Fix pause/resume with the pause key
    
    Sets the widget as sensitive as well as visible.
    
    Patch by Ying-Chun Liu. Fixes GNOME Bug #580840

 gnomine/gnomine.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 3d3b11fa2e3f33bafbd68658830607fe124cc8b9
Author: Christian Persch <chpe@gnome.org>
Date:   Mon May 4 21:29:41 2009 +0200

    Make libcanberra the default sound backend and remove gstreamer backend
    
    This also make games_sound_add_option_group() obsolete.

 aisleriot/sol.c                |    1 -
 configure.in                   |   28 +---------
 gnect/src/main.c               |    1 -
 gnibbles/main.c                |    2 -
 gnobots2/gnobots.c             |    2 -
 gnometris/main.cpp             |    2 -
 gnomine/gnomine.c              |    2 -
 iagno/gnothello.c              |    2 -
 libgames-support/Makefile.am   |    5 --
 libgames-support/games-sound.c |  114 ++-------------------------------------
 libgames-support/games-sound.h |    2 -
 11 files changed, 9 insertions(+), 152 deletions(-)

commit a6554242c94fc41072581b49c23ca273c970ad27
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Mon May 4 13:00:57 2009 +1000

    Fixed up menu damage after conversion from Glade to GtkBuilder

 glchess/data/glchess.ui |   44 +++++++++++++++++++++++++++++---------------
 1 files changed, 29 insertions(+), 15 deletions(-)

commit c26579dabbe6098ef1ef844bf481cef0473d7528
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Mon May 4 12:33:06 2009 +1000

    Only allow selecting with the primary mouse button

 glchess/src/lib/gtkui/chessview.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit c99d534ee8fe793e873c9b247bf11be1b083bd1d
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Mon May 4 12:16:03 2009 +1000

    Add a new display mode - face-to-face.  This is useful when using a handheld when on a flat surface (Chris Burkhardt, Robert Ancell, 570823)

 glchess/data/glchess.schemas.in         |    2 +-
 glchess/src/lib/display.py              |    8 ++--
 glchess/src/lib/gtkui/dialogs.py        |    4 +-
 glchess/src/lib/scene/__init__.py       |    3 +-
 glchess/src/lib/scene/cairo/__init__.py |   91 ++++++++++++++-----------------
 glchess/src/lib/scene/opengl/opengl.py  |    2 +-
 6 files changed, 52 insertions(+), 58 deletions(-)

commit cad243ff5402f793233e62a9468915fec32ff2de
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Mon May 4 11:37:36 2009 +1000

    occured->occurred

 glchess/src/lib/gtkui/gtkui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f89bf6577ef4935962855af89ddd10916b437516
Author: Vincent Povirk <madewokherd@gmail.com>
Date:   Sun May 3 19:08:53 2009 -0500

    aisleriot: remove an unused string

 aisleriot/rules/giant.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit d21ba16bb824a39516e92a13fa86998dcd76d72c
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun May 3 23:47:24 2009 +0200

    Updated Spanish translation

 po/es.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 4576c9efa917f64790705917920337488eb416f1
Author: Christian Persch <chpe@gnome.org>
Date:   Sun May 3 16:09:02 2009 +0200

    Remove leftover debug spew

 aisleriot/window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 38a57b283e9cd46e233766fe9c26d1491d3cc2e4
Author: Christian Persch <chpe@gnome.org>
Date:   Sun May 3 16:08:38 2009 +0200

    Fix typo in debug output

 libgames-support/games-sound.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 307a52554a00c5ae048b6c888b6ae284399242a6
Author: Christian Persch <chpe@gnome.org>
Date:   Sun May 3 16:01:06 2009 +0200

    Only show the Sound menu item if the global setting is enabled
    
    libcanberra-gtk only plays sound when the gtk setting is enabled,
    so hide the menuitem when it's disabled.

 aisleriot/window.c |   48 ++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 40 insertions(+), 8 deletions(-)

commit 6f94ea78515a73cf37fa732ea72d200671e8bc9a
Author: Christian Persch <chpe@gnome.org>
Date:   Sun May 3 16:00:37 2009 +0200

    Add games_sound_play_for_[event|widget]
    
    Add variants of games_sound_play() that take a GdkEvent / GtkWidget
    from/for which the event is triggered. This only make a difference
    in the libcanberra-gtk backend; the other backends fall back to
    games_sound_play().

 aisleriot/board-noclutter.c    |    2 +-
 aisleriot/board.c              |    2 +-
 libgames-support/games-sound.c |  168 ++++++++++++++++++++++++++++++----------
 libgames-support/games-sound.h |   16 +++-
 4 files changed, 142 insertions(+), 46 deletions(-)

commit 8fe525e644611955550e336988a862023c52817e
Author: Christian Persch <chpe@gnome.org>
Date:   Sun May 3 15:17:34 2009 +0200

    Add libcanberra sound option
    
    Add --enable-sound --with-sound=libcanberra option to use
    libcanberra-gtk to play sounds.

 configure.in                   |   29 +++++++++++----
 libgames-support/Makefile.am   |    5 +++
 libgames-support/games-sound.c |   75 +++++++++++++++++++++++++++++++---------
 3 files changed, 84 insertions(+), 25 deletions(-)

commit 1053bf46cd04bd56ae1b952e0ca60f4492ec456c
Author: Christian Persch <chpe@gnome.org>
Date:   Sun May 3 15:14:26 2009 +0200

    Fix GAMES_DEBUG=sound

 libgames-support/games-debug.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 01218866642d2f3da57bc23f13ffb5cb02190d4b
Author: Christian Persch <chpe@gnome.org>
Date:   Sun May 3 13:45:07 2009 +0200

    Remove obsolete comments

 gnobots2/help/Makefile.am   |    6 ------
 gtali/help/Makefile.am      |    6 ------
 same-gnome/help/Makefile.am |    9 ---------
 3 files changed, 0 insertions(+), 21 deletions(-)

commit 1b19436292b0282d1ac1b7458e18a6ba84aa7854
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Sat May 2 18:32:16 2009 -0500

    Complete the removal of Danish help files

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

commit 647e745b79bb6cdaee92243835c2d8b007ec1578
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Sat May 2 17:51:41 2009 -0500

    Implement a sane .gitignore so 'git status' is now actually useful

 .gitignore |  193 ++++++++++++++++++++++++++---------------------------------
 1 files changed, 85 insertions(+), 108 deletions(-)

commit 369b8510ac1954c627417c60e2105c212357235e
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Sat May 2 17:35:28 2009 -0500

    Remove Danish help translation from gtalk and gnobots2
    
    They were five years old, using a completely wrong method and didn't
    actually have any translations in them. Now everyone is using the same
    method for documentation in gnome-games.

 gnobots2/help/Makefile.am        |    2 -
 gnobots2/help/da/Makefile.am     |    7 -
 gnobots2/help/da/gnobots2-da.omf |   21 --
 gnobots2/help/da/gnobots2.xml    |  373 --------------------------------------
 gnobots2/help/da/legal.xml       |   76 --------
 gnobots2/help/da/topic.dat       |    1 -
 gtali/help/Makefile.am           |    2 -
 gtali/help/da/Makefile.am        |    7 -
 gtali/help/da/gtali-da.omf       |   18 --
 gtali/help/da/gtali.xml          |  147 ---------------
 gtali/help/da/legal.xml          |   76 --------
 gtali/help/da/topic.dat          |    4 -
 12 files changed, 0 insertions(+), 734 deletions(-)

commit fce0d7f77e48cb822b918a9a7c268c9ea51d54bc
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Sat May 2 16:48:59 2009 -0500

    Support shave autofoo and libtool output
    
    All the cool kids are doing it.

 configure.in     |    4 ++
 m4/shave.m4      |   99 +++++++++++++++++++++++++++++++++++++++++++++++++
 shave-libtool.in |  109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 shave.in         |  102 ++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 314 insertions(+), 0 deletions(-)

commit 0a00fc0c0d0ea70ef15e2ad4647d5a7b344b955d
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Sat May 2 16:13:18 2009 -0500

    Make git ignore eclipse files.

 .gitignore |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 394d2ad53c870352f24b7652c76268b911ec4e69
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Sun Apr 26 17:49:07 2009 -0500

    [gnometris] Switch to new-style clutter includes and initialization
    
    clutter-0.9 renamed a few headers and has required that all includes be
    done as clutter.h and clutter-gtk.h

 gnometris/blockops.cpp |    2 +-
 gnometris/main.cpp     |    4 ++--
 gnometris/preview.h    |    2 +-
 gnometris/renderer.h   |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 72267d33b7bb922d62b6d376a6b9026bf35c7293
Author: Christian Persch <chpe@gnome.org>
Date:   Fri May 1 21:34:16 2009 +0200

    Use g_timeout_add_seconds when available

 libgames-support/games-conf.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 51ac3985dddd81b451db96532916b1bfb8305c1f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri May 1 19:49:34 2009 +0200

    Fixed DocBook validity in help translations (Bug #581004)

 gnect/help/en_GB/en_GB.po    |    4 ++--
 gnobots2/help/el/el.po       |    2 +-
 gnobots2/help/en_GB/en_GB.po |    2 +-
 gnobots2/help/eu/eu.po       |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 7925050f20acc14b1e86f44b699db367081ceafb
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Fri May 1 19:48:07 2009 +0200

    Updated Spanish translation by Daniel Mustieles

 po/es.po |  189 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 93 insertions(+), 96 deletions(-)

commit 6175911ec0f9d668f432b6f9efaede22707524b2
Author: Christian Persch <chpe@gnome.org>
Date:   Fri May 1 16:02:23 2009 +0200

    Update
    
    Remove gnometris/field.cpp from POTFILES.in since it doesn't exist
    anymore.

 po/POTFILES.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 2b0a2c845b3e32bcfbe1d74ec6661d5b5fb93d0d
Author: Christian Persch <chpe@gnome.org>
Date:   Fri May 1 16:00:59 2009 +0200

    Add Pulse Support to Docs
    
    Bug #577196, based on patch by Paul Cutler.

 aisleriot/help/C/aisleriot.xml       |    2 ++
 blackjack/help/C/blackjack.xml       |    2 ++
 glchess/help/C/glchess.xml           |    2 ++
 glines/help/C/glines.xml             |    2 ++
 gnect/help/C/gnect.xml               |    2 ++
 gnibbles/help/C/gnibbles.xml         |    2 ++
 gnobots2/help/C/gnobots2.xml         |    2 ++
 gnome-sudoku/help/C/gnome-sudoku.xml |    2 ++
 gnometris/help/C/gnometris.xml       |    2 ++
 gnomine/help/C/gnomine.xml           |    3 +++
 gnotravex/help/C/gnotravex.xml       |    2 ++
 gnotski/help/C/gnotski.xml           |    2 ++
 gtali/help/C/gtali.xml               |    2 ++
 iagno/help/C/iagno.xml               |    2 ++
 mahjongg/help/C/mahjongg.xml         |    2 ++
 same-gnome/help/C/same-gnome.xml     |    2 ++
 16 files changed, 33 insertions(+), 0 deletions(-)

commit b6a8f7c808a2ec08a6f6200f2e67811453f15c66
Author: Christian Persch <chpe@gnome.org>
Date:   Fri May 1 15:25:49 2009 +0200

    Use the default about dialogue hooks
    
    Only install our custom hooks on gtk < 2.17; gtk >= 2.17 has default
    hooks using gtk_show_uri().

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

commit 16d5432557777d9d332031a98f9c368638232d43
Author: Christian Persch <chpe@gnome.org>
Date:   Fri May 1 15:23:31 2009 +0200

    Maemo build fix
    
    g_uri_escape_string is only available on glib >= 2.16.

 aisleriot/sol.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit a42f42b54af61046ab39c1376730c5c88b53ce2f
Author: Christian Persch <chpe@gnome.org>
Date:   Fri May 1 15:21:04 2009 +0200

    Don't append ? on ghelp URI with NULL section

 libgames-support/games-help.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 8ea2fc779ccef8e319472eb83ff929696b0d64cb
Author: Christian Persch <chpe@gnome.org>
Date:   Fri May 1 14:48:42 2009 +0200

    Add a guide to making a new game for aisleriot
    
    Bug #572468, written by Ed Sirett.

 aisleriot/Makefile.am |    1 +
 aisleriot/README      |    6 +
 aisleriot/Rules.HOWTO |  430 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 437 insertions(+), 0 deletions(-)

commit bc0fcb3fb6a0a9a60fa4bb95023098ec3cb5a5a8
Author: Christian Persch <chpe@gnome.org>
Date:   Fri May 1 14:33:24 2009 +0200

    Typo fix

 aisleriot/README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2d85098b0d9c66cfd820e588e863f7651b500028
Author: Christian Persch <chpe@gnome.org>
Date:   Fri May 1 14:02:44 2009 +0200

    Add --enable-aisleriot-clutter configure option

 aisleriot/Makefile.am |    3 +++
 configure.in          |   19 ++++++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletions(-)

commit 14a53aa8f49c72db7847477d1338998a643410dd
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Apr 22 14:27:04 2009 +0200

    Remove extraneous widget packing
    
    Make GamesControlsList a GtkScrolledWindow directly, instead of a vbox
    containing a scrolled window containing the listview.

 libgames-support/games-controls.c |   46 ++++++++++++++++++++++++-------------
 libgames-support/games-controls.h |    4 +-
 2 files changed, 32 insertions(+), 18 deletions(-)

commit a7e7025124ffad3a75c3f94355b9918689823682
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Apr 22 13:53:14 2009 +0200

    Port to GtkCellRendererAccel
    
    Remove custom grabbing code, and just use a GtkCellRendererAccel in
    OTHER mode instead.

 libgames-support/games-controls.c |  265 ++++++++++++++-----------------------
 libgames-support/games-controls.h |   20 ++--
 2 files changed, 113 insertions(+), 172 deletions(-)

commit 2d2ad91f912f8e34637861d21e9a0bf9b1f7cefa
Author: Tim Horton <hortont@hortont.com>
Date:   Fri May 1 01:56:48 2009 -0400

    Actually, Lights Off still uses Clutter 0.8; update previous commit to respect this

 lightsoff/main.js.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 109ac571887a8e2a03399e39d09112c6a3aa40c7
Author: Tim Horton <hortont@hortont.com>
Date:   Fri May 1 01:55:14 2009 -0400

    Update Lights Off to new imports mechanism, so it works with Seed >= 0.5

 lightsoff/main.js.in |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

commit a594115e066c779afa3655d6ec1d3f3ec6778e71
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Thu Apr 30 23:23:29 2009 +0100

    [aisleriot] Upgrade to Clutter 0.9
    
    - Paints using the new Cogl material API
    
    - Brings back dependency on Clutter-GTK instead of GamesClutterEmbed.
    
    - Uses backface culling to render AisleriotCards. That way the other
      side of the card will be drawn at exactly the right moment
      regardless of where the card is on the stage. Previously it would
      glitch and flip too early unless the card was at the dead center of
      the stage.
    
    - Drawing highlights has been removed from AisleriotCard. These are
      only used for animated cards anyway so it wouldn't make sense to
      highlight them.
    
    - Highlights in AisleriotSlotRenderer are now drawn by precalculating
      a color which biases the texture. Previously the same effect was
      acheived by rendering the card twice.

 aisleriot/Makefile.am     |    5 +-
 aisleriot/baize.c         |   15 +---
 aisleriot/board.c         |    7 +-
 aisleriot/card.c          |  181 ++++++++------------------------------------
 aisleriot/card.h          |    3 +-
 aisleriot/slot-renderer.c |  114 +++++++++++++++++-----------
 aisleriot/sol.c           |    4 +-
 7 files changed, 117 insertions(+), 212 deletions(-)

commit 2a7d5af24ab0619061e7cd89c3d07ab2761e4ecb
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Mon Apr 27 10:54:41 2009 +1000

    Handle gst_element_factory_make() returning NULL (Bug #576745)

 libgames-support/games-sound.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 6e2559e1347eda1ff6c2d9cc26d57f727548f124
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
Date:   Sun Apr 26 11:48:14 2009 +0200

    Use mailto: in doap file

 gnome-games.doap |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 083b5891bcec44642ea12d3dcd1891712ff95a04
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat Apr 25 20:36:03 2009 +0200

    Updated Spanish translation by Daniel Mustieles

 po/es.po | 2039 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 947 insertions(+), 1092 deletions(-)

commit de6d6b4ae801dcf805598f72e21c613f2eea55b2
Author: Vincent Povirk <madewokherd@gmail.com>
Date:   Thu Apr 23 23:59:38 2009 -0500

    aisleriot: implement dealable feature in Canfield

 aisleriot/TODO               |    2 +-
 aisleriot/rules/canfield.scm |   12 +++++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

commit 81b60e1c462354eadc3acb97cc790b5a8f4ca1f0
Author: Vincent Povirk <madewokherd@gmail.com>
Date:   Thu Apr 23 23:59:17 2009 -0500

    aisleriot: implement dealable feature in Camelot

 aisleriot/TODO              |    2 +-
 aisleriot/rules/camelot.scm |   48 ++++++++++++++++++++++++------------------
 2 files changed, 28 insertions(+), 22 deletions(-)

commit 9fab96badaee4518ca99275d170cb1af1b50f253
Author: Vincent Povirk <madewokherd@gmail.com>
Date:   Thu Apr 23 23:33:40 2009 -0500

    aisleriot: implement dealable feature in Bristol

 aisleriot/TODO              |    2 +-
 aisleriot/rules/bristol.scm |   27 ++++++++++++++++-----------
 2 files changed, 17 insertions(+), 12 deletions(-)

commit 146cedc18866b8e871f6b45baddbc456060b3033
Author: Matej Urban <matej.urban@gmail.com>
Date:   Thu Apr 23 13:38:46 2009 +0200

    Updated Slovenian translation

 po/sl.po | 3424 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 1603 insertions(+), 1821 deletions(-)

commit b76bd8d532737f01b38417064f5247a6216208d9
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
Date:   Thu Apr 23 02:58:06 2009 +0200

    Add new file to  POTFILES.in and Makefile.am
    
    Related to commit 5f3577c43c1111d38b2d09de87ba37c060422783

 gnome-sudoku/src/lib/Makefile.am |    1 +
 po/POTFILES.in                   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 3e9fd845104a0be1d93906aee753569fc8ad70a1
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
Date:   Thu Apr 23 02:53:21 2009 +0200

    Add 'Desktop' category to the doap file

 gnome-games.doap |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit af409c0028bc0505c5a2ef3a1c61b8c7b5e1c837
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
Date:   Wed Apr 22 17:27:17 2009 +0200

    remove stray 'svn' in changelog-from-commits code

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5f3577c43c1111d38b2d09de87ba37c060422783
Author: Zhang Sen <zh.jesse@gmail.com>
Date:   Wed Apr 22 08:16:00 2009 +0800

    separate number-box out from gsudoku.py

 gnome-sudoku/src/lib/gsudoku.py    |  621 +-----------------------------------
 gnome-sudoku/src/lib/number_box.py |  622 ++++++++++++++++++++++++++++++++++++
 2 files changed, 626 insertions(+), 617 deletions(-)

commit 55f2b9026b5205663c5c3cec67f92d4467a0fcb2
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
Date:   Wed Apr 22 01:17:56 2009 +0200

    'generate new puzzles' should not be a checkbox
    
    Move 'generate new puzzles' from add_toggle_actions to add_actions. This was a regression by my earlier commit.
    Fixes bug #579680

 gnome-sudoku/src/lib/main.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit be87370bc3a585bbcce88a794b5785d88f7fbd24
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue Apr 21 21:34:53 2009 +0200

    Updated Spanish translation

 aisleriot/help/es/es.po |  274 +++++++++++++++++++++++++++++++++--------------
 1 files changed, 195 insertions(+), 79 deletions(-)

commit 61620769405018df2e3ff3960e9a01ed4ced6369
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue Apr 21 21:14:07 2009 +0200

    Updated Spanish translation

 same-gnome/help/es/es.po |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 4b20a0b4c4e072c7e12b11d0551ebf7028005513
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Tue Apr 21 09:51:24 2009 -0500

    Remove ability to generate ChangeLog from SVN; we're on git now!
    
    Just removes some code from the toplevel Makefile.am that was svn-
    specific. Configure.in dropped the SVN macros.

 Makefile.am  |   10 +---------
 configure.in |    8 --------
 2 files changed, 1 insertions(+), 17 deletions(-)

commit cf55d7f74ffdd31042ffc8af2ace85d7d16d8f06
Author: jclinton <jclinton@1eca851f-d525-0410-b55f-d2baa8e04955>
Date:   Mon Mar 30 01:26:37 2009 +0000

    Remove noclutter version of Gnometris; update translations to reflect

 gnometris/Makefile.am            |   52 +----
 gnometris/blockops-noclutter.cpp |  392 -----------------------------
 gnometris/blockops-noclutter.h   |   83 ------
 gnometris/blockops.h             |    1 -
 gnometris/field-noclutter.cpp    |  311 -----------------------
 gnometris/field-noclutter.h      |   81 ------
 gnometris/main.cpp               |    7 -
 gnometris/preview-noclutter.cpp  |  182 --------------
 gnometris/preview-noclutter.h    |   64 -----
 gnometris/renderer-noclutter.cpp |  513 --------------------------------------
 gnometris/renderer-noclutter.h   |   99 --------
 gnometris/tetris.cpp             |   86 -------
 gnometris/tetris.h               |    7 -
 po/POTFILES.in                   |    4 +-
 po/POTFILES.skip                 |    2 -
 po/af.po                         |   12 +-
 po/am.po                         |    8 +-
 po/ar.po                         |   12 +-
 po/as.po                         |   12 +-
 po/az.po                         |    8 +-
 po/be.po                         |    8 +-
 po/bg.po                         |   12 +-
 po/bn.po                         |    8 +-
 po/bn_IN.po                      |   12 +-
 po/ca.po                         |   12 +-
 po/cs.po                         |   12 +-
 po/cy.po                         |    8 +-
 po/da.po                         |   12 +-
 po/de.po                         |   12 +-
 po/dz.po                         |   12 +-
 po/el.po                         |   12 +-
 po/en_CA.po                      |    8 +-
 po/en_GB.po                      |   12 +-
 po/es.po                         |   12 +-
 po/et.po                         |   12 +-
 po/eu.po                         |   12 +-
 po/fa.po                         |    8 +-
 po/fi.po                         |   12 +-
 po/fr.po                         |   12 +-
 po/ga.po                         |   12 +-
 po/gl.po                         |   12 +-
 po/gu.po                         |   12 +-
 po/he.po                         |   12 +-
 po/hi.po                         |   12 +-
 po/hr.po                         |   12 +-
 po/hu.po                         |   12 +-
 po/id.po                         |    8 +-
 po/is.po                         |    8 +-
 po/it.po                         |   12 +-
 po/ja.po                         |   12 +-
 po/ka.po                         |    8 +-
 po/kn.po                         |   12 +-
 po/ko.po                         |   12 +-
 po/ku.po                         |    8 +-
 po/lt.po                         |   12 +-
 po/lv.po                         |    8 +-
 po/mai.po                        |   12 +-
 po/mk.po                         |   12 +-
 po/ml.po                         |   12 +-
 po/mn.po                         |    8 +-
 po/mr.po                         |   12 +-
 po/ms.po                         |    8 +-
 po/nb.po                         |   12 +-
 po/ne.po                         |   12 +-
 po/nl.po                         |   12 +-
 po/nn.po                         |   12 +-
 po/oc.po                         |   12 +-
 po/or.po                         |   12 +-
 po/pa.po                         |   12 +-
 po/pl.po                         |   12 +-
 po/pt.po                         |   12 +-
 po/pt_BR.po                      |   12 +-
 po/ro.po                         |   12 +-
 po/ru.po                         |   12 +-
 po/rw.po                         |    8 +-
 po/si.po                         |    8 +-
 po/sk.po                         |   12 +-
 po/sl.po                         |   12 +-
 po/sq.po                         |    8 +-
 po/sr.po                         |   12 +-
 po/sr@latin.po                   |   12 +-
 po/sv.po                         |   12 +-
 po/ta.po                         |   12 +-
 po/te.po                         |   12 +-
 po/th.po                         |   12 +-
 po/tr.po                         |   12 +-
 po/uk.po                         |   12 +-
 po/vi.po                         |   12 +-
 po/wa.po                         |    8 +-
 po/xh.po                         |    8 +-
 po/zh_CN.po                      |   12 +-
 po/zh_HK.po                      |   12 +-
 po/zh_TW.po                      |   12 +-
 93 files changed, 438 insertions(+), 2306 deletions(-)

commit eb87919789c95ed51ef8c08fbea5d8a4457f3cdb
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Mar 30 01:25:47 2009 +0000

    Rename a missed call to our private copy of clutter-embed.h
    
    svn path=/branches/clutter-0-9/; revision=8953

 gnometris/main.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9c4239652a48a68a4e8f19b59c732cf7dc6c9f89
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Mar 30 01:25:03 2009 +0000

    Remove our private copy of gtk-clutter-embed.h and rename all calls to it
    
    This is due new features upstream, API changes and a lack of desire to
    maintain our own private copy. Our private copy did not have any
    features over the newest fixed upstream anyways after upstream fixed our
    reported issues.
    
    svn path=/branches/clutter-0-9/; revision=8952

 aisleriot/board.c                      |   11 +-
 aisleriot/sol.c                        |    5 +-
 gnometris/main.cpp                     |    2 +-
 libgames-support/Makefile.am           |    2 -
 libgames-support/games-clutter-embed.c |  508 --------------------------------
 libgames-support/games-clutter-embed.h |  100 -------
 6 files changed, 7 insertions(+), 621 deletions(-)

commit 2c5cb8ee2a8a4fc8c179052362f7dd37fb2892bb
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Mar 30 01:24:18 2009 +0000

    Update Copyright year
    
    svn path=/branches/clutter-0-9/; revision=8951

 gnometris/tetris.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fa55c33e6430911c9ffda1cf2f3bc3b2bddf0e53
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Mar 30 01:23:38 2009 +0000

    Depend on Clutter 0.9 and make it mandatory if Gnometris or Lights Off is on
    
    svn path=/branches/clutter-0-9/; revision=8950

 configure.in |   36 ++++++++++--------------------------
 1 files changed, 10 insertions(+), 26 deletions(-)

commit ec67935b4cfd3f8d7974a129437569ad708d54db
Author: Zhang Sen <zh.jesse@gmail.com>
Date:   Tue Apr 21 01:11:32 2009 +0200

    Code clean up
    
    Add space after comma and operator
    Remove an useless argument
    Loop variable used outside of loop
    
    Patch by Zhang Sen
    
    Clean up part of bug #578903

 gnome-sudoku/src/lib/gsudoku.py |    8 +-
 gnome-sudoku/src/lib/main.py    |  292 +++++++++++++++++++-------------------
 2 files changed, 150 insertions(+), 150 deletions(-)

commit 095cfd8ad2451e88993f75d10f4c0e4738d9dedc
Author: Vincent Povirk <madewokherd@gmail.com>
Date:   Sun Apr 19 16:54:56 2009 -0500

    aisleriot: make template.scm actually work

 aisleriot/rules/template.scm |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 715b25e23fc877a3db2c670145ca1f1a028b0c46
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sun Apr 19 21:08:41 2009 +0200

    Update DOC_FIGURES to match real figures dir content (Bug #579450)
    (cherry picked from commit 1bfc30b14bbe6075bf5ddd0b4eb26ea58013176a)

 same-gnome/help/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit c3874d1d43a17bbf6ca286bca732917b6747e627
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
Date:   Sat Apr 18 17:14:27 2009 +0200

    Edit shortdesc to not start with 'A' as per http://mail.gnome.org/archives/devel-announce-list/2009-April/msg00007.html

 gnome-games.doap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 467ebd44d61c11a175e1428254363f7cd76a7606
Author: Thomas H.P. Andersen <phomes@gmail.com>
Date:   Sat Apr 18 00:22:11 2009 +0200

    add doap file based on template file from pulse

 gnome-games.doap |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

commit a590af2ce173dc3bbc9eaa6fb95274db2ad4219d
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Apr 15 22:07:54 2009 +0000

    Increase the number of included very hard puzzles to 150
    
    svn path=/trunk/; revision=9068

 gnome-sudoku/data/easy      |    1 +
 gnome-sudoku/data/hard      |    3 +
 gnome-sudoku/data/very_hard |  130 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 134 insertions(+), 0 deletions(-)

commit fdd3f101e8826f3dc9f58227c7778d9e0e7c30e8
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Apr 14 22:32:39 2009 +0000

    Check no longer needed. We require gtk 2.14 already
    
    svn path=/trunk/; revision=9066

 gnome-sudoku/src/lib/timer.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 48a8659e115cb1d5f37fb856e12d3c8ce4c3ddcb
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Apr 14 22:27:00 2009 +0000

    Delete dead code + style fixes. Patch by Zhang Sen. Part of clean up bug #578903
    
    svn path=/trunk/; revision=9065

 gnome-sudoku/src/lib/timer.py |  151 +++++++++++++++++++---------------------
 1 files changed, 72 insertions(+), 79 deletions(-)

commit a1c9223e99fd65d4da891532600b73087e974bf1
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Apr 14 03:05:38 2009 +0000

    Update our copy of GNUChess for POSIX 2008 compatibility.
    
    This is required because glibc 2.9.90 and higher now exports the getline
    symbol by default. And because GNUChess stupidly uses a function named
    'getline'. This just renames these functions to something sane.
    
    svn path=/trunk/; revision=9062

 dependencies/gnuchess/common.h |    2 +-
 dependencies/gnuchess/input.c  |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

commit faf047a43368681955b08c835c0972c98d26ffb0
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:42:33 2009 +0000

    aisleriot: improve Backbone hinting
    
    fixes bug 498998
    
    svn path=/trunk/; revision=9059

 aisleriot/rules/backbone.scm |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

commit 59cf1f0c45f19f9cd3abb41da7847e1c792c1e6c
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:10:44 2009 +0000

    aisleriot: recalculate the score after every move in Forty Thieves
    
    This fixes a bug I introduced earlier where the score would sometimes
    not be updated when double-clicking foundation piles.
    
    svn path=/trunk/; revision=9058

 aisleriot/rules/forty_thieves.scm |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

commit 6fc6b8fc54a667bc0c85feb16b94906164080225
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:10:35 2009 +0000

    aisleriot: do not allow drops onto the stock in Camelot
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9057

 aisleriot/rules/camelot.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6b2b460a5d76af30ef37a2077790f5b47b4176ec
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:10:27 2009 +0000

    aisleriot: add some direct card comparison utilities to sol.scm
    
    svn path=/trunk/; revision=9056

 aisleriot/sol.scm |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 2d1d6f3994884d755dca05688b22fe2b077ce2c6
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:10:19 2009 +0000

    aisleriot: check free reserve slots in button-released in Seahaven
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9055

 aisleriot/rules/seahaven.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e6dee693c88f8bda5523527a0917f110f202e4e6
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:10:11 2009 +0000

    aisleriot: allow moving builds starting with ace to the foundation in
    Seahaven
    
    svn path=/trunk/; revision=9054

 aisleriot/rules/seahaven.scm |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit 4905f7e901d6a8b28146db658eb7e8aeb5a7af0c
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:10:02 2009 +0000

    aisleriot: move give-status-message to game-continuable in Eagle Wing
    
    This fixes a no-op move when clicking the stock
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9053

 aisleriot/rules/eagle_wing.scm |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 14b02d1b21f28fd256c57f25c0f81b5560829a12
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:09:55 2009 +0000

    aisleriot: use scores-disabled feature in Camelot
    
    svn path=/trunk/; revision=9052

 aisleriot/rules/camelot.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 316c22268b06caa6eeba0bd738875a5289624a51
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:09:47 2009 +0000

    aisleriot: remove debug code from Napoleon's Tomb
    
    svn path=/trunk/; revision=9051

 aisleriot/rules/napoleons_tomb.scm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 0386ebedb9518c65dd27df0f50375c8f0fa47350
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:09:38 2009 +0000

    aisleriot: move give-status-message calls to game-continuable in Zebra
    
    This fixes a no-op move when clicking an empty stock.
    
    This fixes a test failure (bug 569936).
    
    svn path=/trunk/; revision=9050

 aisleriot/rules/zebra.scm |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 26c045c3b5abb7c6f8b1dfded8412cd1aa9e1382
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:09:30 2009 +0000

    aisleriot: forbid picking up multiple cards at once in Plait
    
    The rules do not allow them to be dropped anywhere.
    
    svn path=/trunk/; revision=9049

 aisleriot/rules/plait.scm |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 12bf61495ddfdbee437175bedb7cba6a2c605460
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:09:22 2009 +0000

    aisleriot: forbid picking up base cards from the foundations in Canfield
    
    Dropping a base card from the foundation was never really allowed by
    complete-transaction, and the attempt creates an empty undo entry. So
    we shouldn't even allow dragging them.
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9048

 aisleriot/rules/canfield.scm |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

commit 7f8cc48ee8f78355bc7e0c126bf79a6ef0156a2b
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:09:13 2009 +0000

    aisleriot: change the flippable? api to account for the waste pile
    
    svn path=/trunk/; revision=9047

 aisleriot/rules/backbone.scm        |    2 +-
 aisleriot/rules/doublets.scm        |    2 +-
 aisleriot/rules/eagle_wing.scm      |    2 +-
 aisleriot/rules/klondike.scm        |    2 +-
 aisleriot/rules/straight_up.scm     |    2 +-
 aisleriot/rules/terrace.scm         |    2 +-
 aisleriot/rules/thumb_and_pouch.scm |    2 +-
 aisleriot/rules/whitehead.scm       |    2 +-
 aisleriot/rules/zebra.scm           |    2 +-
 aisleriot/sol.scm                   |    7 ++++---
 10 files changed, 13 insertions(+), 12 deletions(-)

commit 691745eff24ffb3fc644a8519beeeb3a406aaea7
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:09:04 2009 +0000

    aisleriot: do not increment the flip counter if the stock and waste are empty
    
    flip-stock returns #f in this case; therefore, it should not change the
    game state.
    
    This fixes test failures in many games (see bug 569936).
    
    svn path=/trunk/; revision=9046

 aisleriot/sol.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit a6ee4b0a1f158ed68ca530ccdffa45c764e35c11
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 05:08:55 2009 +0000

    aisleriot: allow moves from the foundation to the tableau in Seahaven
    
    This brings droppable? more in line with button-released.
    
    This fixes a test failure (see bug 569963).
    
    svn path=/trunk/; revision=9045

 aisleriot/rules/seahaven.scm |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 5993ed8013d7eee06c976dfd12b57061f1b4fbf3
Author: vpovirk <vpovirk@localhost>
Date:   Mon Apr 13 02:10:49 2009 +0000

    aisleriot: add Giant game by Ed Sirett
    
    svn path=/trunk/; revision=9044

 aisleriot/help/C/aisleriot.xml      |    2 +
 aisleriot/help/C/giant.xml          |  122 ++++++++++++++
 aisleriot/help/Makefile.am          |    1 +
 aisleriot/rules/Makefile.am         |    1 +
 aisleriot/rules/giant.scm           |  306 +++++++++++++++++++++++++++++++++++
 aisleriot/translatable_game_names.h |    2 +-
 po/POTFILES.in                      |    1 +
 7 files changed, 434 insertions(+), 1 deletions(-)

commit 8ac4bea0362c0a346d6fd433d18cc735aeb78aff
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Apr 12 23:37:52 2009 +0000

    Make tests runable again. Patch by Zhang Sen
    
    svn path=/trunk/; revision=9043

 gnome-sudoku/src/lib/gsudoku.py |   97 +++++++++++++++++++--------------------
 1 files changed, 47 insertions(+), 50 deletions(-)

commit d19f66b405ef3c0145049cb4d876618e2a93dcec
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Apr 12 23:10:47 2009 +0000

    Style cleanups. Patch by Zhang Sen
    
    svn path=/trunk/; revision=9042

 gnome-sudoku/src/lib/gsudoku.py |  615 +++++++++++++++++++++------------------
 1 files changed, 325 insertions(+), 290 deletions(-)

commit 35e174f5ce93c26cd066dc0ec650a044a621d5a8
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Apr 12 21:33:26 2009 +0000

    Add the new separate file for the dancer. Related to the previous commit 9040
    
    svn path=/trunk/; revision=9041

 gnome-sudoku/src/lib/dancer.py |  133 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 133 insertions(+), 0 deletions(-)

commit d9d76595c9ea5d37a1734cc3793230a2ec1f7878
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Apr 12 21:31:47 2009 +0000

    Split the dancer class out into its own file. Various cleanups to the code as well. Patch by Zhang Sen
    
    svn path=/trunk/; revision=9040

 gnome-sudoku/src/lib/Makefile.am |    1 +
 gnome-sudoku/src/lib/gsudoku.py  |  147 ++++++--------------------------------
 gnome-sudoku/src/lib/main.py     |    6 +-
 3 files changed, 26 insertions(+), 128 deletions(-)

commit b1f3e0b417181ba951cdfe3faa3171d6be639a1c
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Apr 12 00:23:33 2009 +0000

    Yet more dead code removal. Fixes indent errors. Trivial style fixes.
    
    svn path=/trunk/; revision=9039

 gnome-sudoku/src/lib/main.py |  131 ++++++++++++++++++++----------------------
 1 files changed, 62 insertions(+), 69 deletions(-)

commit bc33cc12a404c3b2b805cb4a842590f01086ff78
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Apr 11 21:39:34 2009 +0000

    Clean up of imports. Patch by Zhang Sen. Bug #578700
    
    svn path=/trunk/; revision=9038

 gnome-sudoku/src/lib/dialog_swallower.py          |    2 +-
 gnome-sudoku/src/lib/game_selector.py             |    2 +-
 gnome-sudoku/src/lib/gtk_goodies/dialog_extras.py |    4 ++--
 gnome-sudoku/src/lib/main.py                      |    6 +++---
 gnome-sudoku/src/lib/printing.py                  |    2 --
 gnome-sudoku/src/lib/sudoku_maker.py              |    4 ----
 6 files changed, 7 insertions(+), 13 deletions(-)

commit 7c099889b95505152d337f79c8235231a721643b
Author: Og B. Maciel <ogmaciel@src.gnome.org>
Date:   Sat Apr 11 14:58:08 2009 +0000

    Updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=9037

 po/pt_BR.po | 1531 +++++++++++++++++++++++++++--------------------------------
 1 files changed, 687 insertions(+), 844 deletions(-)

commit 44d274c054a179c3af51bc991c333c2d063b8552
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Apr 10 23:10:46 2009 +0000

    fixes various issues found with pychecker
    
    svn path=/trunk/; revision=9035

 gnome-sudoku/src/lib/game_selector.py  |    9 ++++-----
 gnome-sudoku/src/lib/gsudoku.py        |    5 -----
 gnome-sudoku/src/lib/main.py           |   10 +---------
 gnome-sudoku/src/lib/printing.py       |   13 +++++--------
 gnome-sudoku/src/lib/saver.py          |    7 ++-----
 gnome-sudoku/src/lib/sudoku_thumber.py |    4 +---
 gnome-sudoku/src/lib/timer.py          |    4 +---
 7 files changed, 14 insertions(+), 38 deletions(-)

commit c5d8663f12dc4dddab63106fce9167d3053c04d9
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Apr 10 22:21:02 2009 +0000

    reorganize and clean up timer code. Update savegame attributes. More savefile validation. Patch by Zhang Sen. Bug #563319
    
    svn path=/trunk/; revision=9034

 gnome-sudoku/src/lib/game_selector.py |    3 +-
 gnome-sudoku/src/lib/saver.py         |   36 +++++++++++++----
 gnome-sudoku/src/lib/timer.py         |   72 ++++++++++++++------------------
 3 files changed, 62 insertions(+), 49 deletions(-)

commit 132e241df5b798653a9cdce92dd17b7f4967fd61
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Apr 10 00:24:03 2009 +0000

    Be consistent with chess wrt glade/gtkbuilder. Move .ui files to data/ and rename GLADE_DIR to UI_DIR
    
    svn path=/trunk/; revision=9033

 configure.in                                 |    1 -
 gnome-sudoku/Makefile.am                     |    2 +-
 gnome-sudoku/data/Makefile.am                |   17 +-
 gnome-sudoku/data/print_games.ui             |  320 +++++++++++++++
 gnome-sudoku/data/puzzle_generator.ui        |  540 ++++++++++++++++++++++++++
 gnome-sudoku/data/select_game.ui             |  119 ++++++
 gnome-sudoku/data/tracker.ui                 |  238 +++++++++++
 gnome-sudoku/glade/Makefile.am               |    8 -
 gnome-sudoku/glade/print_games.ui            |  320 ---------------
 gnome-sudoku/glade/puzzle_generator.ui       |  540 --------------------------
 gnome-sudoku/glade/select_game.ui            |  119 ------
 gnome-sudoku/glade/tracker.ui                |  238 -----------
 gnome-sudoku/src/lib/defaults.py.in          |    4 +-
 gnome-sudoku/src/lib/game_selector.py        |    2 +-
 gnome-sudoku/src/lib/main.py                 |    2 +-
 gnome-sudoku/src/lib/printing.py             |    2 +-
 gnome-sudoku/src/lib/sudoku_generator_gui.py |    2 +-
 po/POTFILES.in                               |    8 +-
 18 files changed, 1243 insertions(+), 1239 deletions(-)

commit e9f94693b80166dde12be4079ac06ab97353be60
Author: vpovirk <vpovirk@localhost>
Date:   Thu Apr 9 06:45:09 2009 +0000

    aisleriot: fix a crash in Labyrinth
    
    I made a bad assumption in an earlier change that caused this.
    Fortunately, it never hit a stable branch.
    
    svn path=/trunk/; revision=9032

 aisleriot/rules/labyrinth.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 0d546b9a324922fbe0398b6d1c9f75f652db3fd6
Author: vpovirk <vpovirk@localhost>
Date:   Thu Apr 9 04:32:58 2009 +0000

    aisleriot: do not allow no-op moves in Zebra
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9031

 aisleriot/rules/zebra.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 98eebfc9ec0cc0e72a38f1627df9b023dbf8f623
Author: vpovirk <vpovirk@localhost>
Date:   Thu Apr 9 04:32:49 2009 +0000

    aisleriot: don't count failed double-clicks as a move in Westhaven
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9030

 aisleriot/rules/westhaven.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d6fe84486e5e2b71727b8a2c306f9b74cea0c1b8
Author: vpovirk <vpovirk@localhost>
Date:   Thu Apr 9 04:32:41 2009 +0000

    aisleriot: do not allow no-op drops in Westhaven
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9029

 aisleriot/rules/westhaven.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 73e3aea9cc029b24e9b5fd4ce9a6402002a58310
Author: vpovirk <vpovirk@localhost>
Date:   Thu Apr 9 04:32:31 2009 +0000

    aisleriot: don't allow no-op drops in Straight Up
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9028

 aisleriot/rules/straight_up.scm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 2606474e45321aad711ecceb26c42c57d7234f68
Author: vpovirk <vpovirk@localhost>
Date:   Thu Apr 9 04:32:23 2009 +0000

    aisleriot: do not allow no-op drops in Poker
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9027

 aisleriot/rules/poker.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9353a3d522d1ebd17b8ad1422faeccb8861d80cd
Author: vpovirk <vpovirk@localhost>
Date:   Thu Apr 9 04:32:14 2009 +0000

    aisleriot: do not allow no-op drops in Plait
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9026

 aisleriot/rules/plait.scm |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 62d82542f1c1d296b206bf372378326287060b3d
Author: vpovirk <vpovirk@localhost>
Date:   Thu Apr 9 04:32:05 2009 +0000

    aisleriot: don't count no-op deals in Monte Carlo as a move
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=9025

 aisleriot/rules/monte_carlo.scm |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

commit 0fba5454a1848767721306ff5c0592b7fe03ff2d
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Apr 8 21:03:01 2009 +0000

    Replace use of deprecated gtk symbol. Bump required gtk to 2.16 for this
    
    svn path=/trunk/; revision=9023

 configure.in     |    2 +-
 gtali/gyahtzee.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 9a7bbb120c82c87f2424e5d9484a98c8f3c34c43
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Apr 8 19:59:11 2009 +0000

    Re-apply our custom patches to smclient.
    
    svn path=/trunk/; revision=9021

 libgames-support/eggdesktopfile.c   |   13 ---------
 libgames-support/eggsmclient-xsmp.c |   49 ++++++++++++++++++++++++++++++-----
 libgames-support/eggsmclient.c      |   21 +++++++++++++++
 libgames-support/eggsmclient.h      |    6 ++++
 libgames-support/eggsmclient.patch  |   34 ++++++++++++++++++++---
 5 files changed, 98 insertions(+), 25 deletions(-)

commit 59637e4245bdd07454fd6c8de243e46a0b11a3c6
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Apr 8 18:59:59 2009 +0000

    Resync libegg smclient per mclasen request
    
    svn path=/trunk/; revision=9019

 libgames-support/eggdesktopfile.c   |   13 +++++++
 libgames-support/eggsmclient-xsmp.c |   62 +++++++++-------------------------
 libgames-support/eggsmclient.c      |   21 ------------
 libgames-support/eggsmclient.h      |    6 ---
 4 files changed, 30 insertions(+), 72 deletions(-)

commit 85470c125e5601864d5ce0faf74da2dbeca1b863
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Apr 8 13:39:53 2009 +0000

    Use timeout_add_seconds in sudoku. Also makes this actually work by adding return True
    
    svn path=/trunk/; revision=9018

 gnome-sudoku/src/lib/main.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 65a6d6f4c95ba92d40836a55a87da3a046958fdf
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Apr 8 12:25:33 2009 +0000

    remove code leftovers from the old type-by-hand feature. Posting it to bug #559298 in hope it will be of help to revive this feature at some point
    
    svn path=/trunk/; revision=9017

 gnome-sudoku/src/lib/main.py |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

commit 0152b5752ddb07d7f1a9097b7d27eca5b79ecda9
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Apr 8 11:04:57 2009 +0000

    Hide window before UI glitch on close is shown. Fixes bug #574126
    
    svn path=/trunk/; revision=9013

 gnome-sudoku/src/lib/main.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 38e34c36faed8a96b71962d75f0667d6e0d14d16
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Apr 8 10:59:59 2009 +0000

    dead code removal
    
    svn path=/trunk/; revision=9012

 gnome-sudoku/src/lib/main.py |   23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)

commit 81a784d0b0cbd25e5d797b0151014dba27401406
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Apr 8 10:05:36 2009 +0000

    trivial white space clean up. Replace a few tabs and get rid of white space before newline
    
    svn path=/trunk/; revision=9009

 gnome-sudoku/src/lib/colors.py           |    2 +-
 gnome-sudoku/src/lib/dialog_swallower.py |    6 +-
 gnome-sudoku/src/lib/game_selector.py    |   10 ++--
 gnome-sudoku/src/lib/gnome_sudoku.py     |    6 +-
 gnome-sudoku/src/lib/gsudoku.py          |   92 ++++++++++++++--------------
 gnome-sudoku/src/lib/main.py             |  100 +++++++++++++++---------------
 gnome-sudoku/src/lib/pausable.py         |    6 +-
 gnome-sudoku/src/lib/printing.py         |    4 +-
 gnome-sudoku/src/lib/saver.py            |   10 ++--
 gnome-sudoku/src/lib/simple_debug.py     |    4 +-
 gnome-sudoku/src/lib/sudoku.py           |   40 ++++++------
 gnome-sudoku/src/lib/sudoku_maker.py     |   28 ++++----
 gnome-sudoku/src/lib/sudoku_thumber.py   |    8 +-
 gnome-sudoku/src/lib/timer.py            |   10 ++--
 14 files changed, 163 insertions(+), 163 deletions(-)

commit c6eefafb63e0c3d404d1423dd294b241853f63d7
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Apr 8 00:56:23 2009 +0000

    use g_timeout_add_seconds when possible in iagno. Fixes last bit of bug #564202
    
    svn path=/trunk/; revision=9008

 iagno/gnothello.c |   23 +++++++++++++++++------
 iagno/gnothello.h |    1 +
 2 files changed, 18 insertions(+), 6 deletions(-)

commit fa83cfb6b8b4e20a9ab8cb0b768cd928b6f7dad3
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Apr 7 12:13:35 2009 +0000

    build fixes
    
    svn path=/trunk/; revision=9007

 configure.in             |    1 -
 glchess/data/Makefile.am |    3 +--
 po/POTFILES.in           |   17 +++++++++--------
 3 files changed, 10 insertions(+), 11 deletions(-)

commit d6bafdecdc3a6c4ebabed789128969e1f52d2cae
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Apr 7 10:48:48 2009 +0000

    Replace libglade with GtkBuilder (Robert Ancell, Bug #556808)
    
    svn path=/trunk/; revision=9006

 glchess/Makefile.am                |    2 +-
 glchess/data/Makefile.am           |   13 +
 glchess/data/chess_view.ui         |  212 +++++++
 glchess/data/glchess.ui            |  557 ++++++++++++++++++
 glchess/data/load_game.ui          |  148 +++++
 glchess/data/log.ui                |  103 ++++
 glchess/data/network_game.ui       |  516 +++++++++++++++++
 glchess/data/network_new_server.ui |  214 +++++++
 glchess/data/new_game.ui           |  460 +++++++++++++++
 glchess/data/preferences.ui        |  335 +++++++++++
 glchess/data/save_game.ui          |  129 +++++
 glchess/glade/Makefile.am          |   13 -
 glchess/glade/chess_view.glade     |  357 ------------
 glchess/glade/glchess.glade        |  805 --------------------------
 glchess/glade/load_game.glade      |  195 -------
 glchess/glade/log.glade            |  212 -------
 glchess/glade/network_game.glade   | 1106 ------------------------------------
 glchess/glade/new_game.glade       |  722 -----------------------
 glchess/glade/preferences.glade    |  454 ---------------
 glchess/glade/save_game.glade      |  179 ------
 glchess/src/lib/defaults.py.in     |    8 +-
 glchess/src/lib/gtkui/chessview.py |   26 +-
 glchess/src/lib/gtkui/dialogs.py   |  153 +++---
 glchess/src/lib/gtkui/gtkui.py     |   36 +-
 glchess/src/lib/gtkui/log.py       |   14 +-
 glchess/src/lib/gtkui/network.py   |  126 ++--
 26 files changed, 2866 insertions(+), 4229 deletions(-)

commit e8f2028ba917545a51d80749faff3e5d7f5f8aad
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Apr 7 00:17:26 2009 +0000

    Clean up and simplification of get_focused_entry. Patch by Zhang Sen. From bug #530171
    
    svn path=/trunk/; revision=9003

 gnome-sudoku/src/lib/gsudoku.py |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 9e08018ede9fcc5cd2d55c5062857e6f4088379d
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Apr 6 23:59:12 2009 +0000

    Move to focus to other side when moving out of the grid. Patch by Zhang Sen. Fixes bug #530171
    
    svn path=/trunk/; revision=9002

 gnome-sudoku/src/lib/gsudoku.py |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

commit de928c1b37d4bc0a62ae75aee7608203fd3773f5
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Apr 6 23:48:25 2009 +0000

    Don't indicate availability of notes-editor on read-only fields. Patch by Zhang Sen. Fixes bug #578140
    
    svn path=/trunk/; revision=9001

 gnome-sudoku/src/lib/gsudoku.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6c608946116bce006e1c4f07519b4e8775ca84e6
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Apr 6 00:24:42 2009 +0000

    Fix crash when undoing a pawn promotion (Chris Ball, Bug #577395)
    
    svn path=/trunk/; revision=9000

 glchess/src/lib/chess/board.py          |    2 +-
 glchess/src/lib/scene/cairo/__init__.py |    5 +++++
 glchess/src/lib/scene/opengl/opengl.py  |    5 +++++
 3 files changed, 11 insertions(+), 1 deletions(-)

commit fed91c5526991335e8ac69c0e21a70ad3bfbdba4
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Apr 5 12:06:54 2009 +0000

    Replace .glade with .ui files for sudoku in POTFILES.in
    
    svn path=/trunk/; revision=8998

 po/POTFILES.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit ee654cff2b8fd56a6298e3c3472e72254a2c43c3
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Apr 5 11:00:14 2009 +0000

    Port sudoku to gtkbuilder
    
    svn path=/trunk/; revision=8997

 gnome-sudoku/glade/Makefile.am               |    8 +-
 gnome-sudoku/glade/print_games.glade         |  289 ----------
 gnome-sudoku/glade/print_games.ui            |  320 +++++++++++
 gnome-sudoku/glade/puzzle_generator.glade    |  779 --------------------------
 gnome-sudoku/glade/puzzle_generator.ui       |  540 ++++++++++++++++++
 gnome-sudoku/glade/select_game.glade         |  117 ----
 gnome-sudoku/glade/select_game.ui            |  119 ++++
 gnome-sudoku/glade/tracker.glade             |  376 -------------
 gnome-sudoku/glade/tracker.ui                |  238 ++++++++
 gnome-sudoku/src/lib/defaults.py.in          |    3 -
 gnome-sudoku/src/lib/dialog_swallower.py     |    2 +-
 gnome-sudoku/src/lib/game_selector.py        |   17 +-
 gnome-sudoku/src/lib/main.py                 |   13 +-
 gnome-sudoku/src/lib/printing.py             |   13 +-
 gnome-sudoku/src/lib/sudoku_generator_gui.py |   29 +-
 gnome-sudoku/src/lib/timer.py                |    2 +-
 16 files changed, 1261 insertions(+), 1604 deletions(-)

commit 9bd8398130924849d0e34afa57132764371cf283
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Apr 4 22:18:25 2009 +0000

    remove dead code
    
    svn path=/trunk/; revision=8996

 gnome-sudoku/src/lib/game_selector.py |   39 +--------------------------------
 1 files changed, 1 insertions(+), 38 deletions(-)

commit 80987c963766c650717ab47743a7b421561256d7
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Fri Apr 3 23:46:51 2009 +0000

    Updated Greek translation (Marios Zindilis)
    
    svn path=/trunk/; revision=8976

 gtali/help/el/el.po |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

commit abcc0a341aaa487041e3fab451d6d52977d8e685
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Apr 1 06:35:06 2009 +0000

    remove 'Enable splats' option. We should not have an option to disable a single sound. If it sucks so much we should just get rid of the sound. Patch by Diego López León. Fixes bug #577408
    
    svn path=/trunk/; revision=8974

 gnobots2/game.c              |   12 +++------
 gnobots2/gnobots2.schemas.in |   12 ---------
 gnobots2/properties.c        |   53 ------------------------------------------
 3 files changed, 4 insertions(+), 73 deletions(-)

commit 23da1f8d90f5d64a761b90d2f93b26ce5aa27d52
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Tue Mar 31 15:52:52 2009 +0000

    Added el to DOC_LINGUAS
    
    svn path=/trunk/; revision=8973

 gnect/help/Makefile.am   |    2 +-
 gnotski/help/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a8443eab4e58a295d0820870b0884389cc411361
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Tue Mar 31 15:47:59 2009 +0000

    Added Greek translation
    
    svn path=/trunk/; revision=8968

 gnect/help/el/el.po |  714 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 714 insertions(+), 0 deletions(-)

commit de6f47fb82c35ee87796346e93f4f5a049283a19
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Tue Mar 31 15:46:21 2009 +0000

    Added el to DOC_LINGUAS
    
    svn path=/trunk/; revision=8967

 glines/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit dfd7d8ae00130978030f2995d14a7a848f5a6e76
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Tue Mar 31 15:45:26 2009 +0000

    Added Greek translation
    
    svn path=/trunk/; revision=8966

 gnotski/help/el/el.po |  480 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 480 insertions(+), 0 deletions(-)

commit fc55e8fe76e9b72c35f4c9f84e7e3d11c1e00325
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Tue Mar 31 15:22:32 2009 +0000

    Added Greek translation
    
    svn path=/trunk/; revision=8963

 glines/help/el/el.po |  582 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 582 insertions(+), 0 deletions(-)

commit 3df8dd4b0e4362c4b135e6069245a053c9661898
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Mon Mar 30 20:34:20 2009 +0000

    Added Danish translation of manual by Joe Hansen
    
    svn path=/trunk/; revision=8962

 blackjack/help/Makefile.am |    2 +-
 blackjack/help/da/da.po    | 1008 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1009 insertions(+), 1 deletions(-)

commit cb3fe8ee46ea317f344dd81cf419bb97d18099c5
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Mar 30 16:04:16 2009 +0000

    don't kill worm by pressing backwards. Patch by Roger Light. Fixes bug #516992
    
    svn path=/trunk/; revision=8960

 gnibbles/gnibbles.c |    3 ++-
 gnibbles/worm.c     |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)

commit ed4062274b5d652661518491b492f850b6bdbf8c
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Mon Mar 30 13:32:59 2009 +0000

    Updated Greek translation (Jennie Petoumenou)
    
    svn path=/trunk/; revision=8959

 gtali/help/el/el.po |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

commit 9f2477babbe23a7e7d3538baedc0f534aec17983
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Mon Mar 30 13:29:55 2009 +0000

    Updated Greek translation (Jennie Petoumenou)
    
    svn path=/trunk/; revision=8956

 po/el.po |  252 ++++++++++++++++++++++++++-----------------------------------
 1 files changed, 107 insertions(+), 145 deletions(-)

commit aabe88a1977d1f05677b422250a35227fede9aeb
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Mar 30 00:33:57 2009 +0000

    Fix GUI layout to match HIG. Patch by Romain Bezut w/ small update by me. Fixes bug #574120
    
    svn path=/trunk/; revision=8949

 gnomine/gnomine.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit f5dbd5b7744584285ded3ad41e6103ea0debd084
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Mar 29 23:42:30 2009 +0000

    Fix build warnings with -Wextra. Converts a nonsense check for lower bound to higher bound check as bonus. Patch by Johannes Svensson. Fixes bug #577115
    
    svn path=/trunk/; revision=8948

 gnomine/minefield.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 38eb1dfaef9b040460011d4431b12f32e70c3af2
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Mar 29 20:03:13 2009 +0000

    Move code for printing multiple sudokus to printing.py
    
    svn path=/trunk/; revision=8946

 gnome-sudoku/src/lib/game_selector.py |   87 -------------------------------
 gnome-sudoku/src/lib/main.py          |    2 +-
 gnome-sudoku/src/lib/printing.py      |   92 +++++++++++++++++++++++++++++++++
 3 files changed, 93 insertions(+), 88 deletions(-)

commit e1b7e2814c6bd0c59fba9e063dd4ad4474c9be80
Author: vpovirk <vpovirk@localhost>
Date:   Sun Mar 29 04:52:36 2009 +0000

    aisleriot: check for complete piles at the start of a game in Pileon
    
    This should fix bug 576982.
    
    svn path=/trunk/; revision=8945

 aisleriot/rules/pileon.scm |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

commit cd8a8b07689e497443cc374b16d2c1ce0c4fc8c0
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sun Mar 29 00:53:00 2009 +0000

    Removed misplaced directory, added figure for Greek translation
    
    svn path=/trunk/; revision=8944

 same-gnome/el/figures/start-up.png      |  Bin 63193 -> 0 bytes
 same-gnome/help/el/figures/start-up.png |  Bin 0 -> 63193 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 19221c8c74d254588427534c7659c7c0fb988f93
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 23:19:42 2009 +0000

    Added figure (Fotis Tsamis)
    
    svn path=/trunk/; revision=8942

 same-gnome/el/figures/start-up.png |  Bin 0 -> 63193 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 1b474e14b5267fa4d82683b68088dfeec88709b6
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 23:18:44 2009 +0000

    Added figures (Fotis Tsamis)
    
    svn path=/trunk/; revision=8941

 mahjongg/help/el/figures/mahjongg.png    |  Bin 0 -> 96798 bytes
 mahjongg/help/el/figures/preferences.png |  Bin 0 -> 26277 bytes
 mahjongg/help/el/figures/toolbar.png     |  Bin 0 -> 12001 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

commit 8f4063a2ea329f812ed187e6c294358409915308
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 23:16:17 2009 +0000

    Added figures (Fotis Tsamis)
    
    svn path=/trunk/; revision=8938

 iagno/help/el/figures/ANIMATION.png |  Bin 0 -> 34073 bytes
 iagno/help/el/figures/BLOCK.png     |  Bin 0 -> 60182 bytes
 iagno/help/el/figures/FIRST.png     |  Bin 0 -> 49858 bytes
 iagno/help/el/figures/PLAYER.png    |  Bin 0 -> 31344 bytes
 iagno/help/el/figures/START.png     |  Bin 0 -> 50936 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)

commit ff4a44a155c563bb7467381b1896addd513839ac
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 23:14:48 2009 +0000

    Added figures (Fotis Tsamis)
    
    svn path=/trunk/; revision=8937

 gtali/help/el/figures/mainwindow.png  |  Bin 0 -> 79929 bytes
 gtali/help/el/figures/preferences.png |  Bin 0 -> 42915 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit ef6cae7a91cd6cd252d09f9f5ca1bfa8c850a5f4
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 23:12:25 2009 +0000

    Updated figures (Fotis Tsamis)
    
    svn path=/trunk/; revision=8934

 gnotravex/help/el/figures/gnotravex_game.png       |  Bin 13420 -> 32971 bytes
 gnotravex/help/el/figures/gnotravex_mainwindow.png |  Bin 13677 -> 30671 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 6152fdc5e92a51d3023f4094059783d8a08bedc7
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 23:10:49 2009 +0000

    Updated figure (Fotis Tsamis)
    
    svn path=/trunk/; revision=8933

 gnobots2/help/el/figures/gnobots2-main.png |  Bin 37024 -> 32761 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 7e422cd9c82113b6bb07c8a06cc8ea01ffcb04fb
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 23:08:17 2009 +0000

    Added figure (Fotis Tsamis)
    
    svn path=/trunk/; revision=8930

 gnect/help/el/figures/mainwindow.png |  Bin 0 -> 27673 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 0a6d3e8182ea2db72687b1ef7fa020604d51b3ef
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 23:07:19 2009 +0000

    Added figures (Fotis Tsamis)
    
    svn path=/trunk/; revision=8929

 glines/help/el/figures/glines-gameover.png  |  Bin 0 -> 72120 bytes
 glines/help/el/figures/glines-startgame.png |  Bin 0 -> 28318 bytes
 glines/help/el/figures/preferences.png      |  Bin 0 -> 25328 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

commit cbd17e9b19ac2eaa1455b4de27fb81378e6a80e3
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 23:03:52 2009 +0000

    Added figures (Fotis Tsamis)
    
    svn path=/trunk/; revision=8926

 glchess/help/el/figures/game.png             |  Bin 0 -> 64201 bytes
 glchess/help/el/figures/new_game.png         |  Bin 0 -> 42039 bytes
 glchess/help/el/figures/preferences_game.png |  Bin 0 -> 26958 bytes
 glchess/help/el/figures/preferences_view.png |  Bin 0 -> 28963 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit eadf12e9a4bac89e267fe3ad74ade00b474d13ed
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 23:02:24 2009 +0000

    Added figures (Fotis Tsamis)
    
    svn path=/trunk/; revision=8925

 .../help/el/figures/blackjack_start_window.png     |  Bin 0 -> 71777 bytes
 blackjack/help/el/figures/blackjack_win_window.png |  Bin 0 -> 118916 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit fdc568914a98539f4ea1034b642202fd5126f386
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 14:21:08 2009 +0000

    Added el to DOC_LINGUAS
    
    svn path=/trunk/; revision=8923

 gnobots2/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e896a00a2619e31761a96e5e26d46e3d9c21d25a
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 14:20:04 2009 +0000

    Added Greek translation, figure (Marios Zindilis)
    
    svn path=/trunk/; revision=8921

 gnobots2/help/el/el.po                     |  843 ++++++++++++++++++++++++++++
 gnobots2/help/el/figures/gnobots2-main.png |  Bin 0 -> 37024 bytes
 2 files changed, 843 insertions(+), 0 deletions(-)

commit 388012156dd0f9db8b499d4b8e2d962c5760f0b8
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 14:14:24 2009 +0000

    Updated Greek translation (Jennie Petoumenou)
    
    svn path=/trunk/; revision=8918

 mahjongg/help/el/el.po |  676 +++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 559 insertions(+), 117 deletions(-)

commit a8001000d3d2d8e3f7ad49abbd9d13f699ffb576
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Mar 28 13:26:36 2009 +0000

    remove dead code related to unused number_picker_mode
    
    svn path=/trunk/; revision=8917

 gnome-sudoku/src/lib/gsudoku.py |  100 ++++-----------------------------------
 1 files changed, 10 insertions(+), 90 deletions(-)

commit 41a5deb3aabc96c6e794555d2a3217634f2233b7
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Mar 28 13:09:01 2009 +0000

    Clean up code related to the number picker. Bug #530778. Patch by Zhang Sen.
    
    svn path=/trunk/; revision=8916

 gnome-sudoku/src/lib/gsudoku.py |   76 ++++++++++++++------------------------
 gnome-sudoku/src/lib/main.py    |    6 ++--
 2 files changed, 31 insertions(+), 51 deletions(-)

commit 76e9f133a1d97adaa0133bfad4f948b8779bbc19
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 11:48:11 2009 +0000

    Added Greek (el) to DOC_LINGUAS
    
    svn path=/trunk/; revision=8915

 gnibbles/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b4a4185dc985c841b7679793470454e25e57adbf
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Mar 28 11:45:41 2009 +0000

    Added Greek translation, figures (Marios Zindilis)
    
    svn path=/trunk/; revision=8914

 gnibbles/help/el/el.po               |  940 ++++++++++++++++++++++++++++++++++
 gnibbles/help/el/figures/connect.png |  Bin 0 -> 45643 bytes
 gnibbles/help/el/figures/game.png    |  Bin 0 -> 63891 bytes
 gnibbles/help/el/figures/intro.png   |  Bin 0 -> 108717 bytes
 gnibbles/help/el/figures/playing.png |  Bin 0 -> 160203 bytes
 gnibbles/help/el/figures/tables.png  |  Bin 0 -> 57178 bytes
 gnibbles/help/el/figures/worm_op.png |  Bin 0 -> 48961 bytes
 7 files changed, 940 insertions(+), 0 deletions(-)

commit 02e3320ea2b553305d14d79e1faf196aadab7665
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Mar 28 03:15:44 2009 +0000

    Only allow one number picker at a time. Fixes a crasher with stray number pickers. Bug #530778
    
    svn path=/trunk/; revision=8912

 gnome-sudoku/src/lib/gsudoku.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 0c7537b0a406debdb962eb98a68916461cfd3352
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Mar 28 02:05:39 2009 +0000

    Don't crash on malformed save file. Fixes bug #516491
    
    svn path=/trunk/; revision=8911

 gnome-sudoku/src/lib/saver.py |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

commit 9e40ed616bd7c4c33237a123ab5436e2b282a494
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Mar 28 00:47:14 2009 +0000

    Stop updating the statusbar twice per second when it never changes. Also removed some dead code
    
    svn path=/trunk/; revision=8910

 gnome-sudoku/src/lib/main.py |   34 +++++++++-------------------------
 1 files changed, 9 insertions(+), 25 deletions(-)

commit 41fce66a8f99fa12aeb54c76cdbded8afdb7ad33
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Mar 27 20:55:06 2009 +0000

    Post-relese version bump. Bump gtk requirement for gtk_show_uri
    
    svn path=/trunk/; revision=8909

 configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 4f2560b273a283a842a1450891cafe7df54a4498
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Mar 27 17:00:28 2009 +0000

    Remove deleted file from makefile
    
    svn path=/trunk/; revision=8908

 gnome-sudoku/src/lib/gtk_goodies/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 41c3cdca0b798290eb5164de8515ead06cdf741b
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Fri Mar 27 09:51:10 2009 +0000

    Python GNOME and gnomeprint no longer required
    
    svn path=/trunk/; revision=8907

 README       |    2 --
 configure.in |    8 +++-----
 2 files changed, 3 insertions(+), 7 deletions(-)

commit e874922e6cad0070590aab5319173528d4e90898
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Mar 27 02:23:46 2009 +0000

    Simplify function and delete file that is now unneeded
    
    svn path=/trunk/; revision=8906

 gnome-sudoku/src/lib/gtk_goodies/image_extras.py |   64 ----------------------
 gnome-sudoku/src/lib/main.py                     |   18 ++++++-
 po/POTFILES.in                                   |    1 -
 3 files changed, 16 insertions(+), 67 deletions(-)

commit e7b63643278ba8b39981494f161b16a77a8a6f43
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Mar 26 22:39:35 2009 +0000

    Rearrange preferences dialog. Patch by Johannes Svensson. Fixes bug #574123
    
    svn path=/trunk/; revision=8905

 gnobots2/properties.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 7ae7f12a1e744ca2b76babcd4acea95348af9feb
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Mar 25 16:47:31 2009 +0000

    Pause/resume on pause key. Patch by Jack Cheney. Fixes bug #575765
    
    svn path=/trunk/; revision=8904

 gnomine/gnomine.c |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit 448fc7d38661e432599e028b26cb191edf335a04
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Wed Mar 25 08:20:17 2009 +0000

    updated kn.po
    
    svn path=/trunk/; revision=8900

 po/kn.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 541aeb28c52e8a466d69ddf7531744f3f5d1d8b8
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Wed Mar 25 07:36:12 2009 +0000

    updated kn.po
    
    svn path=/trunk/; revision=8899

 po/kn.po |  649 ++++++++++++++++----------------------------------------------
 1 files changed, 168 insertions(+), 481 deletions(-)

commit 6e22088c3645a7cfb8dfad556bb4a0817a1f4f06
Author: vpovirk <vpovirk@localhost>
Date:   Wed Mar 25 05:16:09 2009 +0000

    aisleriot: don't add empty moves when dealing fails in Labyrinth
    
    Before this change, clicking on an empty stock would add an empty move
    to the history.
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=8897

 aisleriot/rules/labyrinth.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9c195753a096e9fc9f7f840c257b9b7d95a7bf46
Author: vpovirk <vpovirk@localhost>
Date:   Wed Mar 25 05:16:01 2009 +0000

    aisleriot: use the trickle effect for autoplay in Forty Thieves
    
    This has a convenient side-effect in that double-clicking a foundation
    when no moves are possible will no longer add an empty move to the
    history.
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=8896

 aisleriot/rules/forty_thieves.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit bc55ccf31ca49f0d063d9138c8dc8999a19caf6d
Author: vpovirk <vpovirk@localhost>
Date:   Wed Mar 25 05:15:52 2009 +0000

    aisleriot: don't add empty moves when double-clicks fail in Eagle Wing
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=8895

 aisleriot/rules/eagle_wing.scm |   50 +++++++++++++++++++--------------------
 1 files changed, 24 insertions(+), 26 deletions(-)

commit 84013f61a17bca2a6d8c7274935e28ba6e7962e9
Author: vpovirk <vpovirk@localhost>
Date:   Wed Mar 25 04:44:33 2009 +0000

    aisleriot: fix clicks adding empty moves in Doublets
    
    Before this change, clicking a slot other than the stock adds an empty
    move to the history.
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=8894

 aisleriot/rules/doublets.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit bd64d9f009d068957a80ca74ec993307c04e38b8
Author: vpovirk <vpovirk@localhost>
Date:   Wed Mar 25 04:44:25 2009 +0000

    aisleriot: do not count redundant deals as a move in Cruel
    
    Deals count if they do not immediately follow the start of the game or a
    deal, regardless of whether they change the arrangement of the tableau.
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=8893

 aisleriot/rules/cruel.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit daa6055f5ae1904324ec170d5a262d6f9656d3bd
Author: vpovirk <vpovirk@localhost>
Date:   Wed Mar 25 04:44:17 2009 +0000

    aisleriot: do not allow no-op drops in Cruel
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=8892

 aisleriot/rules/cruel.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit ff2457c437486f397e430667802655dd480c5f20
Author: vpovirk <vpovirk@localhost>
Date:   Wed Mar 25 04:44:09 2009 +0000

    aisleriot: do not add empty moves when double-clicks fail in Canfield
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=8891

 aisleriot/rules/canfield.scm |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 34fabb74edd8ea96f8362f0ad6c63ad9bdca641f
Author: vpovirk <vpovirk@localhost>
Date:   Wed Mar 25 04:44:00 2009 +0000

    aisleriot: forbid moves from waste to waste in Camelot
    
    This fixes a test failure (see bug 569936).
    
    svn path=/trunk/; revision=8890

 aisleriot/rules/camelot.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 6938e392dbca0aa6c3c6f0ec857b063e21ed3a05
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Mar 24 22:06:07 2009 +0000

    Update smclient from libegg master
    
    svn path=/trunk/; revision=8886

 libgames-support/eggdesktopfile.c |   25 ++++++-------------------
 libgames-support/eggsmclient.c    |   10 +++++++++-
 2 files changed, 15 insertions(+), 20 deletions(-)

commit d6c611f8d098cb705ab2b7c79541ce153ed02b55
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Mar 24 22:06:04 2009 +0000

    Make desktop files validate without warnings.
    
    svn path=/trunk/; revision=8885

 gnotski/gnotski.desktop.in.in       |    1 -
 gtali/gtali.desktop.in.in           |    1 -
 iagno/iagno.desktop.in.in           |    1 -
 mahjongg/mahjongg.desktop.in.in     |    1 -
 same-gnome/same-gnome.desktop.in.in |    1 -
 5 files changed, 0 insertions(+), 5 deletions(-)

commit e6aa0100833a857304b37245ca44dd7950fb5ed3
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Mar 24 21:03:48 2009 +0000

    Add glchess to list of need_ggz. Fixes build with --enable-games=glchess
    
    svn path=/trunk/; revision=8884

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

commit 770a450085f976d30fc3dfe6db20df0949736866
Author: Nikos Charonitakis <frolix68@src.gnome.org>
Date:   Tue Mar 24 17:41:47 2009 +0000

    Added el to languages
    
    svn path=/trunk/; revision=8881

 aisleriot/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 977c34392050cb0f5caf424f05617112077b56de
Author: Nikos Charonitakis <frolix68@src.gnome.org>
Date:   Tue Mar 24 17:41:08 2009 +0000

    Added Greek translation by Jennie Petoumenou
    
    svn path=/trunk/; revision=8880

 aisleriot/help/el/el.po | 6519 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 6519 insertions(+), 0 deletions(-)

commit fe3ab71dd19504f70964a6b608e3e6026b5be01e
Author: vpovirk <vpovirk@localhost>
Date:   Mon Mar 23 02:53:19 2009 +0000

    aisleriot: implement dealable feature in Forty Thieves
    
    patch from Ed Sirett
    
    fixes bug 573548
    
    svn path=/trunk/; revision=8879

 aisleriot/rules/forty_thieves.scm |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit b148eb7712e50dac7a66d1cec3810b1ed9d6ae73
Author: Aron Xu <aronxu@src.gnome.org>
Date:   Sun Mar 22 13:58:09 2009 +0000

    Added Simplified Chinese translations by M Zhang <mymzhang at gmail dot com>
    
    svn path=/trunk/; revision=8874

 gnometris/help/zh_CN/zh_CN.po |  613 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 613 insertions(+), 0 deletions(-)

commit 325d31520944a204594c6335c20e100bf3b512c8
Author: Aron Xu <aronxu@src.gnome.org>
Date:   Sun Mar 22 13:57:44 2009 +0000

    Added Simplified Chinese translations by M Zhang <mymzhang at gmail dot com>
    
    svn path=/trunk/; revision=8873

 gnometris/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7d796b5449150b6ffd71b7034dafde5878245b40
Author: Aron Xu <aronxu@src.gnome.org>
Date:   Sat Mar 21 09:09:39 2009 +0000

    Added Simplified Chinese translations by M Zhang <mymzhang at gmail dot com>
    
    svn path=/trunk/; revision=8872

 gnomine/help/Makefile.am    |    2 +-
 gnomine/help/zh_CN/zh_CN.po |  741 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 742 insertions(+), 1 deletions(-)

commit 7481208e0c4dba7591e7d2106c23a1dd83c5a36e
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Mar 20 01:15:56 2009 +0000

    Port to use gtk print instead of deprecated gnomeprint. Fixes bug #564655
    
    svn path=/trunk/; revision=8870

 gnome-sudoku/src/lib/game_selector.py  |   18 +-
 gnome-sudoku/src/lib/main.py           |    2 +-
 gnome-sudoku/src/lib/printing.py       |  343 +++++++------------------------
 gnome-sudoku/src/lib/sudoku_thumber.py |  158 ++++++++++-----
 4 files changed, 187 insertions(+), 334 deletions(-)

commit d243efbdee084b0384ccd4248eff2206fdbd04b2
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Mar 17 09:31:32 2009 +0000

    Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=8863

 po/nb.po | 1073 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 537 insertions(+), 536 deletions(-)

commit 8722cd24a8bb44868352ea6cf582c744c32aed3c
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Mar 17 00:08:18 2009 +0000

    Gnome 2.26 release
    
    svn path=/trunk/; revision=8858

 NEWS         |   75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |    4 +-
 2 files changed, 77 insertions(+), 2 deletions(-)

commit eea2be7860127a8a5280725f0b24294d5c13ff44
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Mar 16 23:36:58 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8857

 aisleriot/help/es/es.po |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

commit f96b2596f3e3e65ccb9854451efc410677237cb1
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Mar 16 23:22:19 2009 +0000

    Revert "Updated Spanish translation" for violating ChangeLog policy
    
    This reverts commit c97bf33988a89396dbcb9a44cb7667065f2ba4c0.
    
    svn path=/trunk/; revision=8856

 aisleriot/help/ChangeLog.old |    4 ----
 aisleriot/help/es/es.po      |   13 ++++---------
 2 files changed, 4 insertions(+), 13 deletions(-)

commit f29836f551f4be9808f5650ea6f564e07b3b3cfb
Author: Gabor Keleman <kelemeng@src.gnome.org>
Date:   Mon Mar 16 21:33:53 2009 +0000

    Hungarian translation updated
    
    svn path=/trunk/; revision=8855

 po/hu.po |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

commit 496156ae98880ec6cf6e0e236fd427e8ee5cd298
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Mon Mar 16 19:45:45 2009 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=8854

 po/sl.po |  365 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 170 insertions(+), 195 deletions(-)

commit f0dc5d20ba1f1f9283f2259b4ee910754d4a5886
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Mon Mar 16 17:52:13 2009 +0000

    Updated British English translation by Jen Ockwell
    <jenfraggleubuntu@gmail.com>.
    
    svn path=/trunk/; revision=8853

 same-gnome/help/en_GB/en_GB.po |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

commit eb8fd39df94e49ddfae9f02afcbe33c0f2c2fd59
Author: Amitakhya Phukan <amitakhya@src.gnome.org>
Date:   Mon Mar 16 10:12:47 2009 +0000

    Updated assamese translations
    
    svn path=/trunk/; revision=8852

 po/as.po | 5054 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 3246 insertions(+), 1808 deletions(-)

commit 6089c3367a009b79e2cf5bcd6a9de8da6e11707b
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Mon Mar 16 03:01:44 2009 +0000

    updating for Gnome Punjabi Translation by A S Alam
    
    svn path=/trunk/; revision=8851

 po/pa.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1b2c23bca2af90592da1e1ef54637164379f937f
Author: Amanpreet Singh Alam <aman@src.gnome.org>
Date:   Mon Mar 16 02:57:44 2009 +0000

    updating for Gnome Punjabi Translation by A S Alam
    
    svn path=/trunk/; revision=8850

 po/pa.po | 4486 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 2851 insertions(+), 1635 deletions(-)

commit c88b76c021b925fc540ed04f415e9c37928d5472
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Sun Mar 15 16:54:49 2009 +0000

    updated kn.po
    
    svn path=/trunk/; revision=8849

 po/kn.po | 4528 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 2898 insertions(+), 1630 deletions(-)

commit 564aa667885605e9d76b2e21436bd3ed090294ca
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Sun Mar 15 15:23:08 2009 +0000

    Updated British English translation.
    
    svn path=/trunk/; revision=8848

 same-gnome/help/en_GB/en_GB.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 29b38751ff79ecf368f5e7239d8a795773ac52ba
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Sun Mar 15 15:18:00 2009 +0000

    Added British English manual translations.
    
    svn path=/trunk/; revision=8847

 blackjack/help/en_GB/en_GB.po  |    4 +-
 glchess/help/Makefile.am       |    2 +-
 glchess/help/en_GB/en_GB.po    | 1135 ++++++++++++++++++++++++++++++++++++++++
 glines/help/en_GB/en_GB.po     |    8 +-
 gnibbles/help/Makefile.am      |    2 +-
 gnibbles/help/en_GB/en_GB.po   |  910 ++++++++++++++++++++++++++++++++
 gnobots2/help/en_GB/en_GB.po   |    2 +-
 mahjongg/help/en_GB/en_GB.po   |    8 +-
 same-gnome/help/en_GB/en_GB.po |  522 +++++++++++++++----
 9 files changed, 2468 insertions(+), 125 deletions(-)

commit 77d1713bd6afa7fe9929b15e23fdab95060cccae
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Sun Mar 15 14:47:50 2009 +0000

    Added British English manual translations.
    
    svn path=/trunk/; revision=8846

 glines/help/en_GB/en_GB.po    |   58 ++-
 gnometris/help/Makefile.am    |    2 +-
 gnometris/help/en_GB/en_GB.po |  661 ++++++++++++++++++++++++++++
 gnomine/help/Makefile.am      |    2 +-
 gnomine/help/en_GB/en_GB.po   |  957 ++++++++++++++++++++++++++++++++++++++++
 gtali/help/Makefile.am        |    2 +-
 gtali/help/en_GB/en_GB.po     |  690 +++++++++++++++++++++++++++++
 iagno/help/Makefile.am        |    2 +-
 iagno/help/en_GB/en_GB.po     |  967 +++++++++++++++++++++++++++++++++++++++++
 9 files changed, 3313 insertions(+), 28 deletions(-)

commit 2c97a5004db9a577f4839fed0b78c492e8b35c21
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Sun Mar 15 14:13:03 2009 +0000

    Updated Galician Translation by Suso Baleato.
    
    svn path=/trunk/; revision=8845

 po/gl.po | 6545 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 3146 insertions(+), 3399 deletions(-)

commit 1ff6f1ba0b78545257cdbf80d49a4c047f5bcca2
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Sun Mar 15 13:51:00 2009 +0000

    Added British English manual translations.
    
    svn path=/trunk/; revision=8844

 glines/help/en_GB/en_GB.po       |  618 +++++++++++++++++-------
 gnect/help/en_GB/en_GB.po        |  897 +++++++++++++++++++++++++++-------
 gnobots2/help/Makefile.am        |    2 +-
 gnobots2/help/en_GB/en_GB.po     |  817 +++++++++++++++++++++++++++++++
 gnome-sudoku/help/Makefile.am    |    2 +-
 gnome-sudoku/help/en_GB/en_GB.po | 1000 ++++++++++++++++++++++++++++++++++++++
 mahjongg/help/Makefile.am        |    2 +-
 mahjongg/help/en_GB/en_GB.po     |  858 ++++++++++++++++++++++++++++++++
 8 files changed, 3843 insertions(+), 353 deletions(-)

commit 4ed71df236df6ed634499716d672aa208fd32f59
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Mar 15 13:39:14 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8843

 aisleriot/help/ChangeLog.old |    4 ++++
 aisleriot/help/es/es.po      |   13 +++++++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

commit 118913c5d9b029b1a584417bfa2a5e42cf9570eb
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Mar 15 13:33:50 2009 +0000

    Remove unauthorised commits
    
    svn path=/trunk/; revision=8842

 po/ChangeLog.old |  470 ------------------------------------------------------
 1 files changed, 0 insertions(+), 470 deletions(-)

commit 9a446d2d865830fe932a7dca6b44b666dfb682ff
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Sat Mar 14 23:01:07 2009 +0000

    Updated French translation (synced edit with aisleriot help)
    
    svn path=/trunk/; revision=8841

 po/fr.po |   38 ++++++++++++++++++++------------------
 1 files changed, 20 insertions(+), 18 deletions(-)

commit dfedf2f6cdaabedabbff261580686c1b060672a3
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Sat Mar 14 23:00:20 2009 +0000

    Updated French translation by Bruno Brouard and Claude Paroz.
    
    svn path=/trunk/; revision=8840

 aisleriot/help/fr/fr.po | 3072 ++++++++++++++++++++++++++---------------------
 1 files changed, 1733 insertions(+), 1339 deletions(-)

commit 444ea87a7eac537eb57eb688519c08c16965b58c
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Sat Mar 14 22:59:45 2009 +0000

    Fixed wrong term and typo.
    
    svn path=/trunk/; revision=8839

 aisleriot/help/C/accordion.xml |    2 +-
 aisleriot/help/C/pileon.xml    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1c0441091b9b413ec6e5d97779b1e6cbd166cf98
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Sat Mar 14 21:12:22 2009 +0000

    Updated Lithuanian translation.
    
    2009-03-14  Gintautas Miliauskas  <gintautas@miliauskas.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=8838

 po/lt.po | 4108 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 2566 insertions(+), 1542 deletions(-)

commit 05e5f30d26fd47ab1846df92c6640df84cd13507
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Sat Mar 14 20:25:32 2009 +0000

    hindi update by Rajesh Ranjan
    
    svn path=/trunk/; revision=8837

 po/hi.po | 6026 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 3586 insertions(+), 2440 deletions(-)

commit 50018fbe528deccf14eb993e9f8ee4ab1071e319
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Sat Mar 14 18:14:44 2009 +0000

    Added British English to DOC_LINGUAS.
    
    svn path=/trunk/; revision=8836

 gnotravex/help/Makefile.am |    2 +-
 gnotski/help/Makefile.am   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 979fe7eb7eb1eaa2837dc59ae7482ac4c79bd773
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Sat Mar 14 18:13:48 2009 +0000

    Added British English translations by Jen Ockwell
    <jenfraggleubuntu@gmail.com>.
    
    svn path=/trunk/; revision=8835

 gnotravex/help/en_GB/en_GB.po |  437 ++++++++++++++++++++++++++++++++
 gnotski/help/en_GB/en_GB.po   |  547 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 984 insertions(+), 0 deletions(-)

commit 4df498595681f9963f3e1ca21e285bbd65da713a
Author: Felix I <ifelix@src.gnome.org>
Date:   Sat Mar 14 17:03:16 2009 +0000

    tamil translation updated
    
    svn path=/trunk/; revision=8834

 po/ChangeLog.old |    4 +
 po/ta.po         | 4233 ++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 2702 insertions(+), 1535 deletions(-)

commit 41819bea85f697bab23ad82571868b4664d888b9
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sat Mar 14 08:34:10 2009 +0000

    Updated Czech translation.
    
    2009-03-13  Andre Klapper  <a9016009@gmx.de>
    
    	* cs.po: Updated Czech translation.
    
    
    svn path=/trunk/; revision=8833

 po/ChangeLog.old |    4 ++++
 po/cs.po         |   10 +++-------
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 119ca94060b9b7df4a88c99eb9b285af0cbd231e
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Sat Mar 14 03:12:16 2009 +0000

    Updated Danish translation by Ask. H. Larsen
    
    svn path=/trunk/; revision=8832

 po/da.po |  832 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 433 insertions(+), 399 deletions(-)

commit 82f816d03288cc3ec539a553f701897fc8a6329c
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Fri Mar 13 18:58:57 2009 +0000

    Updated British English translation.
    
    svn path=/trunk/; revision=8831

 blackjack/help/en_GB/en_GB.po |  497 +++++++++++++++++++++--------------------
 1 files changed, 258 insertions(+), 239 deletions(-)

commit 960dbf265013ea1db92185dade139ee7b7af45d2
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Fri Mar 13 18:54:38 2009 +0000

    Updated British English translation.
    
    svn path=/trunk/; revision=8830

 blackjack/help/en_GB/en_GB.po |  937 ++++++++++++++++++++++++++++++++++-------
 1 files changed, 781 insertions(+), 156 deletions(-)

commit 2b51ec19d57acf10e7503bb7045058968d12d59f
Author: Philip Withnall <pwithnall@src.gnome.org>
Date:   Fri Mar 13 18:47:32 2009 +0000

    Added British English manual translation by Jen Ockwell
    <jenfraggleubuntu@gmail.com>.
    
    svn path=/trunk/; revision=8829

 blackjack/help/Makefile.am    |    2 +-
 blackjack/help/en_GB/en_GB.po |  342 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 343 insertions(+), 1 deletions(-)

commit e0278fc9ec51b9ab1e3409c28c9eac815f5fb47e
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Fri Mar 13 13:40:27 2009 +0000

    Updated Marathi Translations
    
    svn path=/trunk/; revision=8828

 po/ChangeLog.old |    4 +
 po/mr.po         | 1217 +++++++++++++++++++++---------------------------------
 2 files changed, 476 insertions(+), 745 deletions(-)

commit 2795acb897c95d2eff0deaf36743dde265f4b789
Author: Andre Klapper <a9016009@gmx.de>
Date:   Fri Mar 13 04:35:08 2009 +0000

    Updated Czech translation by Petr Pulc.
    
    2009-03-13  Andre Klapper  <a9016009@gmx.de>
    
    	* cs.po: Updated Czech translation by Petr Pulc.
    
    
    svn path=/trunk/; revision=8827

 po/ChangeLog.old |    4 +
 po/cs.po         | 2370 +++++++++++++++++++++++++++++++-----------------------
 2 files changed, 1360 insertions(+), 1014 deletions(-)

commit b0cf39901ab186111a50f58cdc38f269e3432367
Author: Hendrik Richter <hendrikr@src.gnome.org>
Date:   Wed Mar 11 20:42:43 2009 +0000

    Updated German translation.
    
    svn path=/trunk/; revision=8826

 po/de.po | 1002 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 422 insertions(+), 580 deletions(-)

commit 031e5c49f3a0f26de98ef6ef4b366e8d6d8eb58a
Author: miloc <miloc@localhost>
Date:   Wed Mar 11 20:17:29 2009 +0000

    Updated Italian translation
    
    svn path=/trunk/; revision=8825

 same-gnome/help/it/it.po |  464 ++++++++++++++++++++++++++++++++++++----------
 1 files changed, 362 insertions(+), 102 deletions(-)

commit eb6984fc7b2778ff72f937fafa8519876f9c2375
Author: miloc <miloc@localhost>
Date:   Wed Mar 11 20:07:53 2009 +0000

    Updated Italian translation
    
    svn path=/trunk/; revision=8824

 gnometris/help/it/it.po |  502 +++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 419 insertions(+), 83 deletions(-)

commit 2f6cfbf15a8bc52d3a4a6470b31225ad333edf44
Author: miloc <miloc@localhost>
Date:   Wed Mar 11 20:01:39 2009 +0000

    Updated Italian translation
    
    svn path=/trunk/; revision=8823

 gnobots2/help/it/it.po |  575 +++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 467 insertions(+), 108 deletions(-)

commit 3b2d5b709e652438143b9409f351a7d5bf7a5a7f
Author: miloc <miloc@localhost>
Date:   Wed Mar 11 19:41:46 2009 +0000

    Updated Italian translation
    
    svn path=/trunk/; revision=8822

 mahjongg/help/it/it.po |  673 ++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 541 insertions(+), 132 deletions(-)

commit e15cc656b061a58c787e46da359a657976e4ea39
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Wed Mar 11 12:01:03 2009 +0000

    Updated Telugu Translation
    
    svn path=/trunk/; revision=8821

 po/te.po | 5810 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 3541 insertions(+), 2269 deletions(-)

commit ee927a763ecdc9f10bc39f01983daf7bfab7b1e8
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Wed Mar 11 11:10:12 2009 +0000

    Updated Changelog entry
    
    svn path=/trunk/; revision=8820

 po/ChangeLog.old |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 812322d20ffd05a4322c47c4985f1334fd210b1a
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Tue Mar 10 23:28:08 2009 +0000

    Updated Lithuanian translation.
    
    2009-03-11  Gintautas Miliauskas  <gintas@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=8818

 po/ChangeLog.old |    4 ++++
 po/lt.po         |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 8a8c5137de22c6f66d22ee1b7b5590dc8096702e
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Tue Mar 10 23:09:28 2009 +0000

    Added entries for Oriya language Translation updation.
    
    svn path=/trunk/; revision=8817

 po/ChangeLog.old |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 029215c152f615c27c63aea655813273a0aa0d20
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
Date:   Tue Mar 10 23:05:44 2009 +0000

    Updated Oriya Translation.
    
    svn path=/trunk/; revision=8816

 po/or.po | 9748 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 5585 insertions(+), 4163 deletions(-)

commit 0f9630dfefab16b56cf084bab6526048511b5eeb
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Sun Mar 8 20:33:42 2009 +0000

    [aisleriot-slot-renderer] Allow the animation to specify the old card
    
    Instead of specifying whether the old card was flipped, the whole
    value of the old card is now passed. It will animate turning over the
    cards if they are different.
    
    AisleriotBoard uses this to set the bottom card to be the bottom most
    unexposed card. This gives a better appearance when flipping over a
    whole slot.
    
    svn path=/trunk/; revision=8815

 aisleriot/board.c         |   26 +++++++++++++++++++++-----
 aisleriot/slot-renderer.c |   10 ++++------
 aisleriot/slot-renderer.h |    2 +-
 3 files changed, 26 insertions(+), 12 deletions(-)

commit a1c9f84cfba065d082eed2f2dbc126e98c57fb2a
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Sun Mar 8 20:33:40 2009 +0000

    [aisleriot-card] Specify the top and bottom card separately
    
    Instead of assuming the bottom card is just the flipped version of the
    to card they can now be specified independently with separate
    properties. That way we can use AisleriotCard to animate turning over
    a deck of cards.
    
    svn path=/trunk/; revision=8814

 aisleriot/board.c         |    3 +-
 aisleriot/card.c          |   77 +++++++++++++++++++++++++++++++--------------
 aisleriot/card.h          |    7 +++-
 aisleriot/slot-renderer.c |    7 +++-
 4 files changed, 65 insertions(+), 29 deletions(-)

commit f0605f01977593a497fce9756c44f02b8a7fff04
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Sun Mar 8 20:33:38 2009 +0000

    [aisleriot] Avoid drawing unexposed cards that are being moved
    
    When detecting animations it would previously only check exposed cards
    at the top of the slot. However sometimes unexposed cards can be moved
    as well, such as when the waste slot is flipped over to the draw slot
    in Canfield. The unexposed cards were just being moved instantly while
    the exposed cards were animated. Now it keeps track of the number of
    exposed cards that have moved and doesn't draw them during an
    animation so that it should appear as if they are being moved with the
    exposed cards.
    
    svn path=/trunk/; revision=8813

 aisleriot/board.c         |   19 +++++++++++++++++--
 aisleriot/slot-renderer.c |   30 ++++++++++++++++--------------
 aisleriot/slot-renderer.h |    3 ++-
 3 files changed, 35 insertions(+), 17 deletions(-)

commit e03f868bf5d7248d579e95c8e8c4962b32be0450
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Sun Mar 8 20:33:36 2009 +0000

    [aisleriot-board] Check for animations in an idle handler
    
    Instead of trying to check for animations whenever it thinks the
    scheme engine might have changed something (such as after a button
    press or drag finished) it now checks them in response to the slot
    changed signal. This catches more circumstances than before so that
    the deal button and undo buttons work properly. The actual check is
    delayed to an idle handler to be sure that the check is only performed
    once if the game changes multiple slots.
    
    svn path=/trunk/; revision=8812

 aisleriot/board.c |   60 ++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 43 insertions(+), 17 deletions(-)

commit 69e560fe49b66cd2d1c1e54f15ab91dcc1b228e2
Author: Tommi Vainikainen <tvainika@src.gnome.org>
Date:   Sun Mar 8 19:16:52 2009 +0000

    Added initial Finnish translation of manual by Valto Wirkola
    
    svn path=/trunk/; revision=8811

 gnometris/help/Makefile.am |    2 +-
 gnometris/help/fi/fi.po    |  657 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 658 insertions(+), 1 deletions(-)

commit 4feceea0b7b96f16f6e7528e2abf2e5f150fbb6f
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Sat Mar 7 20:23:43 2009 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=8810

 po/sl.po | 4487 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 2744 insertions(+), 1743 deletions(-)

commit 5eced90ae4e99c7086c04794d12f9805aff16b13
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Sat Mar 7 19:51:10 2009 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=8809

 po/he.po | 1894 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 849 insertions(+), 1045 deletions(-)

commit 8f75d737d210bfabff51327604b41aa0d4086489
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Fri Mar 6 23:00:16 2009 +0000

    Updated Dutch translation by Tino Meinen.
    
    2009-03-06  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* nl.po: Updated Dutch translation by Tino Meinen.
    
    
    svn path=/trunk/; revision=8808

 po/ChangeLog.old |    4 +
 po/nl.po         | 4155 ++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 2596 insertions(+), 1563 deletions(-)

commit 4a4d0482ebfc2ec71e973cdaf2adc78bad030479
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Fri Mar 6 02:36:45 2009 +0000

    [aisleriot-card] Fix the card flipping animation
    
    In revision 8475 the code to retrieve the card texture was moved to
    before the card number was changed to compensate for the card being
    flipped. Therefore the card was always drawn as if it is not rotated
    to show the other side.
    
    svn path=/trunk/; revision=8807

 aisleriot/card.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit efef5d2f829b00884ebe356fb103d99c147e15f3
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Fri Mar 6 02:36:42 2009 +0000

    [aisleriot-slot-render] Fix raise animation
    
    The raise animation became broken in revision 8475 when the card was
    not being flipped because the code to retrieve the card width was
    moved so that it is only valid if the card is flipped. Now the card
    size is always retrieved by querying the size of the actor instead of
    retrieving the card texture directly.
    
    svn path=/trunk/; revision=8806

 aisleriot/slot-renderer.c |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

commit a9188fe28d90f6ed38a6c3b9c1e69242a68f67a3
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Fri Mar 6 02:36:37 2009 +0000

    [aisleriot-card] Make the actor participate in layouting
    
    The AisleriotCard actor now has get_preferred_width/height functions
    and paints to its allocated size instead of always drawing the
    texture's size. This should make it possible to query the size of the
    actor to get the size of the card.
    
    svn path=/trunk/; revision=8805

 aisleriot/card.c |   83 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 75 insertions(+), 8 deletions(-)

commit 8794f5d8f80d803d43e1630e51365f243fe1d811
Author: Duarte Loreto <dnloreto@src.gnome.org>
Date:   Fri Mar 6 00:24:25 2009 +0000

    Duarte Loreto <happyguy_pt@hotmail.com> Updated Portuguese translation
    
    svn path=/trunk/; revision=8804

 po/pt.po | 4456 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 2899 insertions(+), 1557 deletions(-)

commit 03a2f64b5de8adffb01f8bb4d6b27df4219f2a7b
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Thu Mar 5 20:39:11 2009 +0000

    Updated Catalan translation by Joan Duran
    
    svn path=/trunk/; revision=8803

 same-gnome/help/ca/ca.po |  158 ++++++++++++++++++++++++++++-----------------
 1 files changed, 98 insertions(+), 60 deletions(-)

commit 4e9f8eaf7948185f71c230812ddba9ab69d382d0
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Thu Mar 5 20:35:20 2009 +0000

    Updated Catalan translation by Joan Duran.
    
    svn path=/trunk/; revision=8802

 mahjongg/help/ca/ca.po |  195 +++++++++++++++++++++++------------------------
 1 files changed, 95 insertions(+), 100 deletions(-)

commit 7d8abd1df99d9854a24017ef723b3764612b1499
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Mar 3 22:22:20 2009 +0000

    Fixes a crasher bug when numpy is not installed. Fixes bug #416249
    
    svn path=/trunk/; revision=8801

 gnome-sudoku/src/lib/gtk_goodies/image_extras.py |   45 ++++++++++------------
 gnome-sudoku/src/lib/main.py                     |    1 -
 2 files changed, 20 insertions(+), 26 deletions(-)

commit c442f37ec7a4a50f6ab17abe77a7a38d5ba5d1c4
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Mar 3 22:06:42 2009 +0000

    Fix crasher bug where the a dict was being changed in one thread while another was iterating over the dict. Fixes bug #529792
    
    svn path=/trunk/; revision=8800

 gnome-sudoku/src/lib/sudoku_generator_gui.py |   43 ++++++++-----------------
 gnome-sudoku/src/lib/sudoku_maker.py         |   14 +++-----
 2 files changed, 20 insertions(+), 37 deletions(-)

commit 3ce3bb1947a148b5e3191e20675784ea96f710fe
Author: Gabor Keleman <kelemeng@src.gnome.org>
Date:   Tue Mar 3 19:58:34 2009 +0000

    Hungarian translation updated
    
    svn path=/trunk/; revision=8799

 po/hu.po |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

commit cb2c384d4ac513847786e826532705c481004c16
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Tue Mar 3 02:04:54 2009 +0000

    Updated Russian translation.
    
    2009-03-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    	* ru.po: Updated Russian translation.
    
    
    svn path=/trunk/; revision=8798

 po/ru.po |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit 134520a6123c209f33d678399c6c70f0864d1234
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Tue Mar 3 01:43:50 2009 +0000

    Updated Russian translation.
    
    2009-03-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    	* ru.po: Updated Russian translation.
    
    
    svn path=/trunk/; revision=8797

 po/ru.po | 3944 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 2401 insertions(+), 1543 deletions(-)

commit 9522626f9910de17c82d2c144abedd8d381dae9f
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Mar 2 21:02:51 2009 +0000

    gnome-games 2.25.92
    
    svn path=/trunk/; revision=8795

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 38 insertions(+), 1 deletions(-)

commit 1d4529ff1c70daedcd9ea4ee142d82f64c63f449
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Mar 2 19:37:10 2009 +0000

    Revert unauthorized changes to ChangeLog.old
    
    svn path=/trunk/; revision=8794

 po/ChangeLog.old |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit 2269b47b55c761eea043a8b3decd6ef585df3117
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Mar 2 18:24:00 2009 +0000

    Add creator of "Tango" card set to Artists tab in the Credits dialogue.
    Bug #573178.
    
    svn path=/trunk/; revision=8793

 aisleriot/window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 16a658b25304e53eeba1b4170ecccebbda1caa77
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Mar 2 18:23:58 2009 +0000

    Use G_SEARCHPATH_SEPARATOR_S
    
    svn path=/trunk/; revision=8792

 libgames-support/games-card-theme.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7515e4447e9b053ab262891bdf4234ac52118193
Author: Og B. Maciel <ogmaciel@src.gnome.org>
Date:   Sun Mar 1 22:42:29 2009 +0000

    Updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=8791

 po/ChangeLog.old |    2 +
 po/pt_BR.po      | 4113 ++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 2574 insertions(+), 1541 deletions(-)

commit 13dd2f784d4dc6f2d9a48dd25581d4d6fc912fb9
Author: Og B. Maciel <ogmaciel@src.gnome.org>
Date:   Sun Mar 1 20:59:33 2009 +0000

    Updated Italian translation.
    
    svn path=/trunk/; revision=8790

 po/ChangeLog.old |    4 +
 po/it.po         | 4117 ++++++++++++++++++++++++++++++++----------------------
 2 files changed, 2457 insertions(+), 1664 deletions(-)

commit d5279e72ad533b5c3709e8294928f4c07594d172
Author: Praveen Arimbrathodiyil <apravi@src.gnome.org>
Date:   Sun Mar 1 03:58:29 2009 +0000

    Malayalam translation updated by Abhishek Jacob
    
    svn path=/trunk/; revision=8789

 po/ChangeLog.old |    4 +
 po/ml.po         | 5253 +++++++++++++++++++++++++++++++++---------------------
 2 files changed, 3208 insertions(+), 2049 deletions(-)

commit d4527d4ef984245683bb5899958eb8d8ec5d6c29
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sat Feb 28 17:59:49 2009 +0000

    Revert unauthorized changes to ChangeLog.old
    
    svn path=/trunk/; revision=8788

 po/ChangeLog.old |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

commit 644893aaea00b596a560583c62c02e7a3540feed
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Sat Feb 28 16:43:50 2009 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=8787

 po/fi.po |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

commit e9c76f6af5b2732e46404df58b2bdf0762882fdd
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sat Feb 28 13:49:26 2009 +0000

    Updated Thai translation.
    
    2009-02-28  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=8786

 po/th.po | 4233 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 2603 insertions(+), 1630 deletions(-)

commit 5752e1aa846b25c8df6a31f3edd2493ff6478858
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Fri Feb 27 20:26:05 2009 +0000

    Updated French translation of blackjack, gnometris, mahjongg and robots manuals, by Bruno Brouard.
    
    svn path=/trunk/; revision=8785

 blackjack/help/fr/fr.po |   68 +++++----
 gnobots2/help/fr/fr.po  |  378 +++++++++++++++++++++++-----------------------
 gnometris/help/fr/fr.po |  213 +++++++++++++-------------
 mahjongg/help/fr/fr.po  |  363 ++++++++++++++++++++++-----------------------
 4 files changed, 511 insertions(+), 511 deletions(-)

commit f1565414c3512ad4933e0d362589f8803b779604
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Fri Feb 27 13:41:17 2009 +0000

    Stop king castling when blocked by pawn (Bug #571089)
    
    svn path=/trunk/; revision=8784

 glchess/src/lib/chess/board.py |    4 ++--
 glchess/tests/castleblock6.pgn |   11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

commit dcd4ef4b60ac21bb19acfa73723d4d768e0a9392
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Wed Feb 25 18:23:50 2009 +0000

    Updated Greek translation (Marios Zindilis)
    
    svn path=/trunk/; revision=8783

 po/el.po |  644 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 316 insertions(+), 328 deletions(-)

commit d8b5d2b3e29370314a321f2bca4242b94dc7888a
Author: Wadim Dziedzic <wadimd@src.gnome.org>
Date:   Tue Feb 24 22:01:47 2009 +0000

    Fixed Polish translation
    
    svn path=/trunk/; revision=8782

 po/pl.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 084e62e74c545b64d3b1bda88a6c4ce922bb76cb
Author: Wadim Dziedzic <wadimd@src.gnome.org>
Date:   Tue Feb 24 22:00:28 2009 +0000

    Updated Polish translation
    
    svn path=/trunk/; revision=8781

 po/pl.po | 4259 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 1733 insertions(+), 2526 deletions(-)

commit dab05b3d0d5b3a58b368410efca5e723f4e7c57d
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Tue Feb 24 09:30:22 2009 +0000

    Updated Catalan translation by Joan Duran
    
    svn path=/trunk/; revision=8780

 gnobots2/help/ca/ca.po |  103 +++++++++++++++++++++++------------------------
 1 files changed, 50 insertions(+), 53 deletions(-)

commit d38e39cf9676fcabdfcb30de7687aaa6dc5e9dd6
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Tue Feb 24 09:22:38 2009 +0000

    Updated Catalan translation by Joan Duran
    
    svn path=/trunk/; revision=8779

 blackjack/help/ca/ca.po |   58 +++++++++++++++++++++++-----------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

commit 771b2a46f2e058e2b8ae940b60f7a23e27c9771b
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Tue Feb 24 09:19:30 2009 +0000

    Updated Catalan translation by Joan Duran
    
    svn path=/trunk/; revision=8778

 gnometris/help/ca/ca.po |   41 +++++++++++++++++++++++------------------
 1 files changed, 23 insertions(+), 18 deletions(-)

commit 7323ff879fe4ed7579c9b4f499ac6c4d248908df
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Mon Feb 23 14:53:49 2009 +0000

    Updated Catalan translation
    
    svn path=/trunk/; revision=8777

 po/ChangeLog.old |    4 +
 po/ca.po         | 4089 ++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 2556 insertions(+), 1537 deletions(-)

commit 8edccfcfe17c17852d6cfc2e738ef8a7fc741566
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Mon Feb 23 14:36:47 2009 +0000

    Updated Japanese translation.
    
    2009-02-23  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=8776

 po/ChangeLog.old |    4 +
 po/ja.po         | 3993 +++++++++++++++++++++++++++++++++---------------------
 2 files changed, 2426 insertions(+), 1571 deletions(-)

commit f4213b99ceb9a0e0534104a4f98027fc6cca1d49
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Feb 22 19:57:44 2009 +0000

    Use gtk.show_uri() to display help. Removes optional libgnome stuff
    
    svn path=/trunk/; revision=8775

 glchess/glade/glchess.glade    |    1 +
 glchess/src/lib/gtkui/gtkui.py |   16 +---------------
 2 files changed, 2 insertions(+), 15 deletions(-)

commit 5d9b10562343aa894fd5e0f4c2c48d0293b1052e
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Feb 21 20:40:37 2009 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2009-02-21  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=8774

 po/bg.po | 3939 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 2387 insertions(+), 1552 deletions(-)

commit 3fd5ef986370a746c7bde8b7c25d645040ecd0d0
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sat Feb 21 02:32:20 2009 +0000

    Bump the required version of clutter to the revision just made available
    
    The new clutter versions fix a critical bug in clutter specific to multi-
    stage support as used in Gnometris:
    http://bugzilla.openedhand.com/show_bug.cgi?id=1442
    
    svn path=/trunk/; revision=8773

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

commit 6b041843a336878deb9b5bdd8aa3198643d6e85c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Feb 20 23:55:15 2009 +0000

    Updated British English translation.
    
    2009-02-20  Philip Withnall  <philip@tecnocode.co.uk>
    
    	* en_GB.po: Updated British English translation.
    
    
    svn path=/trunk/; revision=8772

 po/en_GB.po | 4097 +++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 2567 insertions(+), 1530 deletions(-)

commit 8521e0913f375d7dd33c80458831099aaadd0837
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 23:24:51 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8771

 same-gnome/help/sv/sv.po |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit ebd833aa52890e15370515f9e32a38350fb571f5
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 23:24:17 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8770

 mahjongg/help/sv/figures/mahjongg.png    |  Bin 114758 -> 102535 bytes
 mahjongg/help/sv/figures/preferences.png |  Bin 13349 -> 20611 bytes
 mahjongg/help/sv/figures/toolbar.png     |  Bin 11086 -> 12697 bytes
 mahjongg/help/sv/sv.po                   |  263 +++++++++++++++---------------
 4 files changed, 134 insertions(+), 129 deletions(-)

commit 4bc5bab9610ab27afabe675326d84d19ac8155c6
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 23:19:33 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8769

 iagno/help/sv/figures/ANIMATION.png |  Bin 16274 -> 26077 bytes
 iagno/help/sv/figures/BLOCK.png     |  Bin 30962 -> 40515 bytes
 iagno/help/sv/figures/FIRST.png     |  Bin 24533 -> 48502 bytes
 iagno/help/sv/figures/PLAYER.png    |  Bin 15270 -> 24389 bytes
 iagno/help/sv/figures/START.png     |  Bin 22503 -> 48630 bytes
 iagno/help/sv/sv.po                 |  343 +++++++++++++++++++++++-----------
 6 files changed, 232 insertions(+), 111 deletions(-)

commit d0c70f5b884a70324c86652eeaabf6e278f35f14
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 23:14:49 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8768

 gtali/help/sv/figures/mainwindow.png  |  Bin 45714 -> 93894 bytes
 gtali/help/sv/figures/preferences.png |  Bin 20823 -> 34761 bytes
 gtali/help/sv/sv.po                   |  193 +++++++++++++++++----------------
 3 files changed, 101 insertions(+), 92 deletions(-)

commit f1f695127a53beedf3b88cd5610d20f4465ed5a6
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 23:11:09 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8767

 gnotravex/help/sv/figures/gnotravex_game.png       |  Bin 41248 -> 42000 bytes
 gnotravex/help/sv/figures/gnotravex_mainwindow.png |  Bin 42862 -> 42961 bytes
 gnotravex/help/sv/sv.po                            |    4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

commit 055122c80885c11d6e8bdaa19b3c72a00c2752d5
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 23:08:30 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8766

 gnomine/help/sv/sv.po |  219 +++++++++++++++++++++++++------------------------
 1 files changed, 111 insertions(+), 108 deletions(-)

commit 2e4a057d2e47bde5d14fda2112fec66abd02d6ec
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 23:06:46 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8765

 gnometris/help/sv/sv.po |  171 ++++++++++++++++++++++++----------------------
 1 files changed, 89 insertions(+), 82 deletions(-)

commit cada52f91fa54af6ed92511a0bfeb3c95bd54799
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 23:05:20 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8764

 gnome-sudoku/help/sv/figures/Print_Sudokus.png    |  Bin 26649 -> 34228 bytes
 gnome-sudoku/help/sv/figures/always_show_hint.png |  Bin 54227 -> 67519 bytes
 gnome-sudoku/help/sv/figures/highlighting.png     |  Bin 50984 -> 47942 bytes
 gnome-sudoku/help/sv/figures/resuming.png         |  Bin 0 -> 42615 bytes
 gnome-sudoku/help/sv/figures/starting.png         |  Bin 0 -> 23196 bytes
 gnome-sudoku/help/sv/sv.po                        |  418 ++++++++++++---------
 6 files changed, 232 insertions(+), 186 deletions(-)

commit 5757b8cf4ce890536f97fe4bb63d08f1dd9821e5
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 22:56:07 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8763

 gnobots2/help/sv/figures/gnobots2-main.png |  Bin 24769 -> 29622 bytes
 gnobots2/help/sv/sv.po                     |  447 ++++++++++++----------------
 2 files changed, 187 insertions(+), 260 deletions(-)

commit c01b1793c25ba4ed03a1940aaebe18e74641bf4c
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 22:53:35 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8762

 gnect/help/sv/figures/connect.png    |  Bin 42063 -> 43525 bytes
 gnect/help/sv/figures/mainwindow.png |  Bin 41728 -> 42706 bytes
 gnect/help/sv/figures/tables.png     |  Bin 51788 -> 53097 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

commit 947ebd64799a377cda081e213e1a399a6c63185d
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 22:52:07 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8761

 gnect/help/sv/figures/connect.png    |  Bin 0 -> 42063 bytes
 gnect/help/sv/figures/mainwindow.png |  Bin 44249 -> 41728 bytes
 gnect/help/sv/figures/tables.png     |  Bin 0 -> 51788 bytes
 gnect/help/sv/sv.po                  |  325 ++++++++++++++++++++++------------
 4 files changed, 216 insertions(+), 109 deletions(-)

commit b7a1d7f9b920ca4c7052e5024771bc76167f42cd
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 22:45:58 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8760

 glines/help/sv/figures/glines-gameover.png  |  Bin 68672 -> 69208 bytes
 glines/help/sv/figures/glines-startgame.png |  Bin 19456 -> 20193 bytes
 glines/help/sv/figures/preferences.png      |  Bin 17152 -> 18340 bytes
 glines/help/sv/sv.po                        |    4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)

commit b59c04058f9bbea024b46bf81999e040bf645f4b
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 22:40:11 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8759

 glchess/help/sv/figures/game.png             |  Bin 0 -> 65620 bytes
 glchess/help/sv/figures/new_game.png         |  Bin 0 -> 34179 bytes
 glchess/help/sv/figures/preferences_game.png |  Bin 0 -> 21250 bytes
 glchess/help/sv/figures/preferences_view.png |  Bin 0 -> 21628 bytes
 glchess/help/sv/sv.po                        |   16 ++++++++--------
 5 files changed, 8 insertions(+), 8 deletions(-)

commit bc2b820fea50f9feec0f74e7e3b9521323c3079b
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Feb 19 22:29:44 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=8758

 gnibbles/help/sv/figures/connect.png |  Bin 0 -> 44327 bytes
 gnibbles/help/sv/figures/game.png    |  Bin 23598 -> 37582 bytes
 gnibbles/help/sv/figures/intro.png   |  Bin 103334 -> 108336 bytes
 gnibbles/help/sv/figures/playing.png |  Bin 18904 -> 32524 bytes
 gnibbles/help/sv/figures/tables.png  |  Bin 0 -> 70093 bytes
 gnibbles/help/sv/figures/worm_op.png |  Bin 19337 -> 31734 bytes
 gnibbles/help/sv/sv.po               |  398 ++++++++++++++++++++++-----------
 7 files changed, 265 insertions(+), 133 deletions(-)

commit 1624314d115943e5dbf5f314c80db72d4595ed7e
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Feb 19 18:00:18 2009 +0000

    Remove unused cruft. Ignore *.gladep files
    
    svn path=/trunk/; revision=8757

 gnome-sudoku/data/FAQ                      |  222 -
 gnome-sudoku/data/FAQ-fr_FR                |  231 -
 gnome-sudoku/data/starter_puzzles          |14731 ----------------------------
 gnome-sudoku/glade/print_games.gladep      |    7 -
 gnome-sudoku/glade/puzzle_generator.gladep |    8 -
 gnome-sudoku/glade/tracker.gladep          |    8 -
 gnome-sudoku/puzzle_creator.gladep         |    7 -
 7 files changed, 0 insertions(+), 15214 deletions(-)

commit 1cca0141461116aa4b1785bd26a248388ff1f148
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Thu Feb 19 12:02:57 2009 +0000

    Updated French translation.
    
    svn path=/trunk/; revision=8756

 po/fr.po | 1734 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 935 insertions(+), 799 deletions(-)

commit e0cad53fb33570c8dd93d8e312a575b8ce4379a6
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Thu Feb 19 07:43:34 2009 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=8755

 po/fi.po |  624 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 306 insertions(+), 318 deletions(-)

commit 2882b602dac00d2d830263128ae8d9831e59071d
Author: Sweta Kothari <swkothar@src.gnome.org>
Date:   Wed Feb 18 10:16:22 2009 +0000

    Updated gujarti translation in gujarati
    
    svn path=/trunk/; revision=8754

 po/gu.po | 4762 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 3032 insertions(+), 1730 deletions(-)

commit c1d22a495a2911e00737c40388c66a4b40f5e83d
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Feb 18 01:29:16 2009 +0000

    Use gtk.show_uri for showing help. Kill missed libgnome usage in gnome-sudoku
    
    svn path=/trunk/; revision=8753

 gnome-sudoku/src/lib/main.py |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

commit 5671fcf4b3a541b8c7949d49982a6516a28afda5
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Feb 18 00:08:48 2009 +0000

    Updated screenshots.
    
    2009-02-17  Daniel Nylander <po@danielnylander.se>
    
            * sv/figures/*png: Updated screenshots.
    
    
    svn path=/trunk/; revision=8752

 .../help/sv/figures/blackjack_start_window.png     |  Bin 71248 -> 70267 bytes
 blackjack/help/sv/figures/blackjack_win_window.png |  Bin 86029 -> 85968 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 28403ab1c890dafe563bb4fddba61fc64d25b4e3
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Feb 18 00:07:07 2009 +0000

    Updated Swedish translation.
    
    2009-02-17  Daniel Nylander <po@danielnylander.se>
    
            * sv/sv.po: Updated Swedish translation.
    
    
    svn path=/trunk/; revision=8751

 .../help/sv/figures/blackjack_start_window.png     |  Bin 68510 -> 71248 bytes
 blackjack/help/sv/figures/blackjack_win_window.png |  Bin 74441 -> 86029 bytes
 blackjack/help/sv/sv.po                            |   66 ++++++++++++++------
 3 files changed, 47 insertions(+), 19 deletions(-)

commit a000e79ba37d4d83727fc0426fc929c19e7d6cc7
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Feb 17 23:51:15 2009 +0000

    Updated Swedish translation.
    
    2009-02-17  Daniel Nylander <po@danielnylander.se>
    
            * sv/sv.po: Updated Swedish translation.
    
    
    svn path=/trunk/; revision=8750

 same-gnome/help/sv/figures/start-up.png |  Bin 63028 -> 64507 bytes
 same-gnome/help/sv/sv.po                |  129 +++++++++++++++++++------------
 2 files changed, 81 insertions(+), 48 deletions(-)

commit 8534b3346d6a281d5cbdacce1f93deb94585f893
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 17:30:33 2009 +0000

    Added image in Basque language. Images are: play.png start-up.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		play.png
    		start-up.png
    
    
    svn path=/trunk/; revision=8749

 same-gnome/help/eu/figures/play.png     |  Bin 0 -> 86686 bytes
 same-gnome/help/eu/figures/start-up.png |  Bin 0 -> 65950 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 6ab9f2b6ba490a793120de767a9bffd6a31358a7
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 17:29:24 2009 +0000

    Added image in Basque language. Images are: mahjongg.png no-move.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		mahjongg.png
    		no-move.png
    		preferences.png
    		toolbar.png
    
    
    svn path=/trunk/; revision=8748

 mahjongg/help/eu/figures/mahjongg.png    |  Bin 0 -> 92478 bytes
 mahjongg/help/eu/figures/no-move.png     |  Bin 0 -> 9475 bytes
 mahjongg/help/eu/figures/preferences.png |  Bin 0 -> 14825 bytes
 mahjongg/help/eu/figures/toolbar.png     |  Bin 0 -> 10102 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit b2c59bb7bbf6ab11f3f04436e1805197baa793ec
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 17:27:42 2009 +0000

    Added image in Basque language. Images are:BLOCK.png ANIMATION.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:BLOCK.png
    		ANIMATION.png
    		PLAYER.png
    		tables.png
    		START.png
    		FIRST.png
    		connect.png
    
    
    svn path=/trunk/; revision=8747

 iagno/help/eu/figures/ANIMATION.png |  Bin 0 -> 18948 bytes
 iagno/help/eu/figures/BLOCK.png     |  Bin 0 -> 54753 bytes
 iagno/help/eu/figures/FIRST.png     |  Bin 0 -> 45022 bytes
 iagno/help/eu/figures/PLAYER.png    |  Bin 0 -> 17642 bytes
 iagno/help/eu/figures/START.png     |  Bin 0 -> 47695 bytes
 iagno/help/eu/figures/connect.png   |  Bin 0 -> 35508 bytes
 iagno/help/eu/figures/tables.png    |  Bin 0 -> 41168 bytes
 7 files changed, 0 insertions(+), 0 deletions(-)

commit 003bd61053b409b16b0d092ee42f86bee025ac9a
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 17:26:10 2009 +0000

    Added image in Basque language. Images are: mainwindow.png preferences.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		mainwindow.png
    		preferences.png
    
    
    svn path=/trunk/; revision=8746

 gtali/help/eu/figures/mainwindow.png  |  Bin 0 -> 71712 bytes
 gtali/help/eu/figures/preferences.png |  Bin 0 -> 24949 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit f2b7b1d0f7c67d3940ba0b5f2fdd371ea251ba39
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 17:24:16 2009 +0000

    Added image in Basque language. Images are: gnotski_start_window.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		gnotski_start_window.png
    		gnotski_win.png
    
    
    svn path=/trunk/; revision=8745

 gnotski/help/eu/figures/gnotski_start_window.png |  Bin 0 -> 10523 bytes
 gnotski/help/eu/figures/gnotski_win.png          |  Bin 0 -> 10229 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit b0ed38bc09285d5d70d52a53d193b73a17759a21
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 17:23:02 2009 +0000

    Added image in Basque language. Images are: gnotravex_mainwindow.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		gnotravex_mainwindow.png
    		gnotravex_game.png
    
    
    svn path=/trunk/; revision=8744

 gnotravex/help/eu/figures/gnotravex_game.png       |  Bin 0 -> 27143 bytes
 gnotravex/help/eu/figures/gnotravex_mainwindow.png |  Bin 0 -> 27925 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 53d114d0dba439d9d5df89029c3930aabc92f929
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 17:21:04 2009 +0000

    Added image in Basque language. Images are: easy-hints-2.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		easy-hints-2.png
    		hard-hints-3.png
    		imnotsureflagscheckbox.png
    		statusbar.png
    		easy-hints-3.png
    		highscores.png
    		main-window.png
    		hard-hints-1.png
    		preferences.png
    		easy-hints-1.png
    		faces.png
    		hard-hints-2.png
    		flags.png
    
    
    svn path=/trunk/; revision=8743

 gnomine/help/eu/figures/easy-hints-1.png           |  Bin 0 -> 3030 bytes
 gnomine/help/eu/figures/easy-hints-2.png           |  Bin 0 -> 3537 bytes
 gnomine/help/eu/figures/easy-hints-3.png           |  Bin 0 -> 5456 bytes
 gnomine/help/eu/figures/faces.png                  |  Bin 0 -> 12006 bytes
 gnomine/help/eu/figures/flags.png                  |  Bin 0 -> 3575 bytes
 gnomine/help/eu/figures/hard-hints-1.png           |  Bin 0 -> 6041 bytes
 gnomine/help/eu/figures/hard-hints-2.png           |  Bin 0 -> 7950 bytes
 gnomine/help/eu/figures/hard-hints-3.png           |  Bin 0 -> 5091 bytes
 gnomine/help/eu/figures/highscores.png             |  Bin 0 -> 11380 bytes
 gnomine/help/eu/figures/imnotsureflagscheckbox.png |  Bin 0 -> 2726 bytes
 gnomine/help/eu/figures/main-window.png            |  Bin 0 -> 148567 bytes
 gnomine/help/eu/figures/preferences.png            |  Bin 0 -> 23219 bytes
 gnomine/help/eu/figures/statusbar.png              |  Bin 0 -> 5649 bytes
 13 files changed, 0 insertions(+), 0 deletions(-)

commit cf1434d7a60f56de1880ef8a5c69de00a0bcd311
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 17:06:50 2009 +0000

    Added image in Basque language. Images are: error_highlighting.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		error_highlighting.png
    		starting.png
    		Print_Sudokus.png
    		resuming.png
    		always_show_hint.png
    		highlighting.png
    		hints.png
    
    
    svn path=/trunk/; revision=8742

 gnome-sudoku/help/eu/figures/Print_Sudokus.png     |  Bin 0 -> 27273 bytes
 gnome-sudoku/help/eu/figures/always_show_hint.png  |  Bin 0 -> 39660 bytes
 .../help/eu/figures/error_highlighting.png         |  Bin 0 -> 6649 bytes
 gnome-sudoku/help/eu/figures/highlighting.png      |  Bin 0 -> 36792 bytes
 gnome-sudoku/help/eu/figures/hints.png             |  Bin 0 -> 619 bytes
 gnome-sudoku/help/eu/figures/resuming.png          |  Bin 0 -> 35749 bytes
 gnome-sudoku/help/eu/figures/starting.png          |  Bin 0 -> 20086 bytes
 7 files changed, 0 insertions(+), 0 deletions(-)

commit 6507ffb0535dfa3d47bebdc402157f838b8afcc3
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 17:05:30 2009 +0000

    Added image in Basque language. Images are: gnobots2-main.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		gnobots2-main.png
    
    
    svn path=/trunk/; revision=8741

 gnobots2/help/eu/figures/gnobots2-main.png |  Bin 0 -> 25526 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit b87670c9df678dd3c44c134748feafa1ffe15ddb
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 16:59:42 2009 +0000

    Added image in Basque language. Images are: intro.png tables.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		intro.png
    		tables.png
    		playing.png
    		game.png
    		worm_op.png
    		connect.png
    
    
    svn path=/trunk/; revision=8740

 gnibbles/help/eu/figures/connect.png |  Bin 0 -> 35431 bytes
 gnibbles/help/eu/figures/game.png    |  Bin 0 -> 26657 bytes
 gnibbles/help/eu/figures/intro.png   |  Bin 0 -> 107057 bytes
 gnibbles/help/eu/figures/playing.png |  Bin 0 -> 20017 bytes
 gnibbles/help/eu/figures/tables.png  |  Bin 0 -> 41168 bytes
 gnibbles/help/eu/figures/worm_op.png |  Bin 0 -> 22859 bytes
 6 files changed, 0 insertions(+), 0 deletions(-)

commit b8643a533aaba23535d4fa43bdc8219d52f60e78
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 16:58:05 2009 +0000

    Added image in Basque language. Images are: tables.png mainwindow.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		tables.png
    		mainwindow.png
    		tileset.png
    		connect.png
    
    
    svn path=/trunk/; revision=8739

 gnect/help/eu/figures/connect.png    |  Bin 0 -> 35508 bytes
 gnect/help/eu/figures/mainwindow.png |  Bin 0 -> 45180 bytes
 gnect/help/eu/figures/tables.png     |  Bin 0 -> 43207 bytes
 gnect/help/eu/figures/tileset.png    |  Bin 0 -> 4210 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit 154b2716b11570537aaa17bb2f8f65b5ad138a33
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Feb 17 16:56:53 2009 +0000

    Added image in Basque language. Images are: glines-gameover.png
    
    2009-02-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/figures/: Added image in Basque language. Images are:
    		glines-gameover.png
    		preferences.png
    		glines-startgame.png
    
    
    svn path=/trunk/; revision=8738

 glines/help/eu/figures/glines-gameover.png  |  Bin 0 -> 65114 bytes
 glines/help/eu/figures/glines-startgame.png |  Bin 0 -> 16692 bytes
 glines/help/eu/figures/preferences.png      |  Bin 0 -> 18388 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

commit a4461e042ec7f7c280fbcaa2615e5e1045f40d95
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Feb 16 21:57:24 2009 +0000

    gnome-games 2.25.91
    
    svn path=/trunk/; revision=8736

 NEWS |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

commit 6a1e34031919c5244b6be8cbd44bbb3605376c0e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Feb 16 19:50:06 2009 +0000

    Ignore more
    
    svn path=/trunk/; revision=8735

 .gitignore |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 94c31267953f902d1acde19c6482c037d67b99f2
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Feb 16 19:50:03 2009 +0000

    Apply No-ChangeLog policy to po/ too.
    
    svn path=/trunk/; revision=8734

 po/ChangeLog     | 7185 ------------------------------------------------------
 po/ChangeLog.old | 7185 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 7185 insertions(+), 7185 deletions(-)

commit 574561acc0ec8a5b8880ab7f303c2f5277f39c16
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Feb 16 19:42:18 2009 +0000

    Remove unauthorised changes to ChangeLog.old. These files are supposed not to be changed!
    
    svn path=/trunk/; revision=8733

 aisleriot/help/ChangeLog.old    |   23 +++--------------------
 glchess/help/ChangeLog.old      |    5 -----
 glines/help/ChangeLog.old       |    5 -----
 gnect/help/ChangeLog.old        |    5 -----
 gnibbles/help/ChangeLog.old     |    5 -----
 gnobots2/help/ChangeLog.old     |    9 ---------
 gnome-sudoku/help/ChangeLog.old |    5 -----
 gnometris/help/ChangeLog.old    |   13 -------------
 gnomine/help/ChangeLog.old      |    5 -----
 gnotravex/help/ChangeLog.old    |    5 -----
 gnotski/help/ChangeLog.old      |    5 -----
 gtali/help/ChangeLog.old        |    5 -----
 iagno/help/ChangeLog.old        |    5 -----
 mahjongg/help/ChangeLog.old     |    5 -----
 14 files changed, 3 insertions(+), 97 deletions(-)

commit e65b4888440000f28a3aa8f94c3d221420e0aa02
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Feb 16 19:30:22 2009 +0000

    Remove rogue ChangeLog
    
    svn path=/trunk/; revision=8732

 blackjack/help/ChangeLog |   35 -----------------------------------
 1 files changed, 0 insertions(+), 35 deletions(-)

commit 6633384d4d587af7c90fa7a7803ce6cb2bdcc9ba
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Feb 16 19:30:18 2009 +0000

    Remove rogue ChangeLog
    
    svn path=/trunk/; revision=8731

 same-gnome/help/ChangeLog |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

commit 770d06fbf60a7817353f87c8406ad83390fb0dd4
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:18:00 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8730

 same-gnome/help/ChangeLog   |    5 +
 same-gnome/help/Makefile.am |    2 +-
 same-gnome/help/eu/eu.po    |  536 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 542 insertions(+), 1 deletions(-)

commit 9acf2cd0fbe46819a32d791597ef1069b5a921fb
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:16:18 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8729

 mahjongg/help/ChangeLog.old |    5 +
 mahjongg/help/Makefile.am   |    2 +-
 mahjongg/help/eu/eu.po      |  869 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 875 insertions(+), 1 deletions(-)

commit 5c710a0620c7b8c82b27bf903e565960516518a9
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:15:06 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8728

 iagno/help/ChangeLog.old |    5 +
 iagno/help/Makefile.am   |    2 +-
 iagno/help/eu/eu.po      |  967 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 973 insertions(+), 1 deletions(-)

commit 85bb2e1eab424b11d508ad80e35adfcd0f86966b
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:14:04 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8727

 gtali/help/ChangeLog.old |    5 +
 gtali/help/Makefile.am   |    2 +-
 gtali/help/eu/eu.po      |  699 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 705 insertions(+), 1 deletions(-)

commit 921ec23ead86db9383037b5c7411dc1424a9ee2a
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:13:02 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8726

 gnotski/help/ChangeLog.old |    5 +
 gnotski/help/Makefile.am   |    2 +-
 gnotski/help/eu/eu.po      |  549 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 555 insertions(+), 1 deletions(-)

commit af2803588978d3df72a4cbbd8cf78f52a9427e4a
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:11:27 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8725

 gnotravex/help/ChangeLog.old |    5 +
 gnotravex/help/Makefile.am   |    2 +-
 gnotravex/help/eu/eu.po      |  438 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 444 insertions(+), 1 deletions(-)

commit fd5fb9cb463352ad1e109fb1e0c875b263338349
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:09:57 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8724

 gnomine/help/ChangeLog.old |    5 +
 gnomine/help/Makefile.am   |    2 +-
 gnomine/help/eu/eu.po      |  956 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 962 insertions(+), 1 deletions(-)

commit ac276c8c8bb4f1bfc0c779edf1356bcd0661203f
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:08:48 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8723

 gnometris/help/ChangeLog.old |    5 +
 gnometris/help/Makefile.am   |    2 +-
 gnometris/help/eu/eu.po      |  676 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 682 insertions(+), 1 deletions(-)

commit 1eb2eb009940cc7dddfad9e59f4d9cb338ba295a
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:07:35 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8722

 gnome-sudoku/help/ChangeLog.old |    5 +
 gnome-sudoku/help/Makefile.am   |    2 +-
 gnome-sudoku/help/eu/eu.po      | 1016 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 1022 insertions(+), 1 deletions(-)

commit be760468b579b9a8e5e5a6b494eb453ea55ab831
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:06:21 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8721

 gnobots2/help/ChangeLog.old |    5 +
 gnobots2/help/Makefile.am   |    2 +-
 gnobots2/help/eu/eu.po      |  820 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 826 insertions(+), 1 deletions(-)

commit 2e624083dd671de6b28dac40cd7de01a2317a05d
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:05:15 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8720

 gnibbles/help/ChangeLog.old |    5 +
 gnibbles/help/Makefile.am   |    2 +-
 gnibbles/help/eu/eu.po      |  921 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 927 insertions(+), 1 deletions(-)

commit f27069d3e9457becff9523d3fe43e55d158558cc
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:04:10 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8719

 gnect/help/ChangeLog.old |    5 +
 gnect/help/Makefile.am   |    2 +-
 gnect/help/eu/eu.po      |  901 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 907 insertions(+), 1 deletions(-)

commit e762f7ec8644f63cde4c83be02a07d1c397f4974
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:03:04 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8718

 glines/help/ChangeLog.old |    5 +
 glines/help/Makefile.am   |    2 +-
 glines/help/eu/eu.po      |  680 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 686 insertions(+), 1 deletions(-)

commit c325d409120a276567f458af659be0061a6dead9
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 19:00:57 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8717

 glchess/help/ChangeLog.old |    5 +
 glchess/help/Makefile.am   |    2 +-
 glchess/help/eu/eu.po      | 1138 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1144 insertions(+), 1 deletions(-)

commit d35864f6a2fd07c91fa119a2fef2540b201418a2
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Feb 16 18:58:05 2009 +0000

    Added Basque translation. Added 'eu' to DOC_LINGUAS.
    
    2009-02-16  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu/eu.po: Added Basque translation.
    	* Makefile.am: Added 'eu' to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8716

 blackjack/help/ChangeLog   |    5 +
 blackjack/help/Makefile.am |    2 +-
 blackjack/help/eu/eu.po    |  990 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 996 insertions(+), 1 deletions(-)

commit 45d7b139e4ece1f1c694ca2de1c0077d6834d484
Author: Iñaki Larrañaga Murgoitio <dooteo@src.gnome.org>
Date:   Mon Feb 16 18:56:37 2009 +0000

    svn path=/trunk/; revision=8715
    
    
    
    svn path=/trunk/; revision=8715

 aisleriot/help/ChangeLog.old |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

commit 9772fdc05ed1237d47c5b69b13d9d4f83df40315
Author: Iñaki Larrañaga Murgoitio <dooteo@src.gnome.org>
Date:   Mon Feb 16 18:55:24 2009 +0000

    svn path=/trunk/; revision=8714
    
    
    
    svn path=/trunk/; revision=8714

 aisleriot/help/Makefile.am |    2 +-
 aisleriot/help/eu/eu.po    | 6973 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 6974 insertions(+), 1 deletions(-)

commit c963c3f8a160da15f29d5c8d61d981bfb3d53092
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Sun Feb 15 12:59:54 2009 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=8713

 po/ChangeLog |    4 +
 po/da.po     | 4235 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 2613 insertions(+), 1626 deletions(-)

commit 77cff5c3133e4cbd8ab365f87d3d7c0ac1000a64
Author: Mark Krapivner <markkr@src.gnome.org>
Date:   Sat Feb 14 16:58:26 2009 +0000

    Updated Hebrew translation
    
    svn path=/trunk/; revision=8712

 po/ChangeLog |    4 +
 po/he.po     | 2940 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1470 insertions(+), 1474 deletions(-)

commit 3308b32ebf84fd89c7104b967778b641bc4c8db3
Author: Jani Monoses <janimo@src.gnome.org>
Date:   Fri Feb 13 19:13:56 2009 +0000

    Updated Romanian translations from Adi Roiban
    
    svn path=/trunk/; revision=8711

 po/ChangeLog |    5 +
 po/ro.po     | 7736 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 4167 insertions(+), 3574 deletions(-)

commit ef4b7eef15b59a1e71bd1f1b00936542061544d2
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Thu Feb 12 19:54:39 2009 +0000

    Updated German translation, fix #569111.
    
    2009-02-12  Hendrik Richter  <hendrikr@gnome.org>
    
    	* de.po: Updated German translation, fix #569111.
    
    svn path=/trunk/; revision=8710

 po/ChangeLog |    4 +
 po/de.po     | 1000 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 527 insertions(+), 477 deletions(-)

commit 416b5744615293aa844bd1428059078ff2b092b8
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Thu Feb 12 16:04:49 2009 +0000

    Updated Basque translation.
    
    2009-02-12  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=8709

 po/ChangeLog |    4 +
 po/eu.po     | 3912 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 2380 insertions(+), 1536 deletions(-)

commit f1e65ad527e1aea9a9a47cec8b6bfd3b0432355d
Author: Gabor Keleman <kelemeng@src.gnome.org>
Date:   Thu Feb 12 13:51:37 2009 +0000

    Small update
    
    svn path=/trunk/; revision=8708

 po/hu.po |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b431462243701296df64f428ddc04a98c85b8dde
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Feb 12 13:47:56 2009 +0000

    Translation updated.
    
    2009-02-12  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    svn path=/trunk/; revision=8707

 po/ChangeLog |    4 +
 po/hu.po     | 4194 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 2699 insertions(+), 1499 deletions(-)

commit 44399f3eebf0914c7ccad136f78637d4d68b8ef8
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Feb 11 21:47:12 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=8706

 po/ChangeLog |    4 +
 po/sv.po     |  977 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 491 insertions(+), 490 deletions(-)

commit 9f0df3a33435dfb2b559c41a085aa8c344457ae1
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Feb 11 05:00:06 2009 +0000

    Make the expode effect carry a zoom property; make it last longer
    
    Request from Kyle S.
    
    svn path=/trunk/; revision=8705

 gnometris/blockops.cpp |   34 ++++++++++++++++++++--------------
 gnometris/blockops.h   |    5 +++--
 2 files changed, 23 insertions(+), 16 deletions(-)

commit 84fb3dd675a6cd8bb173b10263bfd2379491bcc6
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Feb 11 04:42:30 2009 +0000

    Reduce the number of callbacks at explode even further to increase performance.
    
    svn path=/trunk/; revision=8704

 gnometris/blockops.cpp |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 8d88e61fb0ca9e1497367576bc29ba739d5686e9
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Feb 11 03:42:53 2009 +0000

    Make moving on the top of existing block data more resilient.
    
    svn path=/trunk/; revision=8703

 gnometris/blockops.cpp |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

commit bae36c8935304eb985bad9ca3bbd4f35878d73b9
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Feb 11 03:42:41 2009 +0000

    Rework the fall animation a bit. I don't like EXP_INC.
    
    We also fall a little faster.
    
    svn path=/trunk/; revision=8702

 gnometris/blockops.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0cc4300fe2e9d55b974b5c78a1d41cf4b74cd648
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Feb 10 23:49:19 2009 +0000

    Massive rewrite of movement animation and performance improvements
    
    This change reduces the number of callbacks we end up handling by a very
    significant amount. The strategy for movement of pieces that are in the
    FALLING state is to use a static Behaviours array that can be stopped,
    adjusted by appending new knots. And the resumed. This has the huge
    benefit of making it possible accelerate the piece to a very rapid pace
    making sure that it never takes more than 60ms to reach the final
    resting place.
    
    svn path=/trunk/; revision=8701

 gnometris/blockops.cpp |  136 ++++++++++++++++++++++++++++++------------------
 gnometris/blockops.h   |   36 ++++++------
 2 files changed, 104 insertions(+), 68 deletions(-)

commit 64fb0f25c6a5b8022fd9913aaaddddfa2087d67f
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Feb 10 23:49:09 2009 +0000

    Make preview widget respond to resize events instead of configure.
    
    We also reposition everything to make the rendering more resilient.
    
    svn path=/trunk/; revision=8700

 gnometris/preview.cpp |   14 ++++++++------
 gnometris/preview.h   |    4 ++--
 2 files changed, 10 insertions(+), 8 deletions(-)

commit bb37a62497ce1cee98d26d12486fa1a4b33eb295
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Feb 10 23:49:02 2009 +0000

    Bump the min. Clutter version to 0.8.7 and require Clutter-Gtk 0.8.2
    
    Clutter 0.8.6 has a critical Behaviour bug where Behaviours with no
    associated actors or knots will cause a segmentation fault. We use this
    type of Behaviour to avoid constantly alloc and decallocing Behaviours
    for use for moving the pieces around on the board and also to avoid a
    flood of callbacks when movement is completed. (They all share a common
    timeline.)
    
    Our in-tree Clutter-Gtk also appears to be incompatible, so it is
    deprecated with at least Gnometris. Might need to do this for Aisleriot,
    as well.
    
    svn path=/trunk/; revision=8699

 configure.in           |   18 +++++++++---------
 gnometris/Makefile.am  |    4 ++--
 gnometris/blockops.cpp |   15 ++++-----------
 gnometris/preview.cpp  |    6 +++---
 gnometris/preview.h    |    4 ++--
 5 files changed, 20 insertions(+), 27 deletions(-)

commit 6154792d55376205476681fa816a4cb8e8b77b99
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Feb 10 23:48:52 2009 +0000

    Change preview widget from rotate to pulse to be less annoying
    
    This was done at the request of some hardcore players.
    
    svn path=/trunk/; revision=8698

 gnometris/preview.cpp |   35 ++++++++++++-----------------------
 gnometris/preview.h   |    7 +++----
 2 files changed, 15 insertions(+), 27 deletions(-)

commit 19c2479d0824447d61b1a36a5ab13388675e5c15
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Feb 10 00:42:33 2009 +0000

    Remove commented out code with calls to deprecated functions. They messed with my grep :)
    
    svn path=/trunk/; revision=8697

 libgames-support/games-dlg-chat.c    |    4 ----
 libgames-support/games-dlg-players.c |    7 -------
 2 files changed, 0 insertions(+), 11 deletions(-)

commit debaffbb715f3ac1814a2c9d6e04c7f372f9903c
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Feb 10 00:10:02 2009 +0000

    Code cleanup. Remove dead code and replace calls to deprecated gtk code
    
    svn path=/trunk/; revision=8696

 glines/glines.c     |    2 +-
 gnibbles/main.c     |   11 -----------
 mahjongg/mahjongg.c |    4 ++--
 3 files changed, 3 insertions(+), 14 deletions(-)

commit 04e2faa6705d6d682fc60d68e87aa0281c1c52b6
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 17:22:49 2009 +0000

    Make the degree of explosive angle dependent on the size of cells
    
    svn path=/trunk/; revision=8695

 gnometris/blockops.cpp |    8 ++++----
 gnometris/blockops.h   |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

commit dc32694b705c5eeb5f9ace3a02ea8e9b8ffb5037
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 16:33:30 2009 +0000

    Perform the earthquake after the blocks slam in to foundation
    
    Just moves the beginning of the effect to the timeline end callback.
    
    svn path=/trunk/; revision=8694

 gnometris/blockops.cpp |   16 +++++++++-------
 gnometris/blockops.h   |    5 ++++-
 2 files changed, 13 insertions(+), 8 deletions(-)

commit 61fab460402d52ed90b75ae61ae2599a05b92eaa
Author: Clytie Siddall <clyties@src.gnome.org>
Date:   Mon Feb 9 14:32:15 2009 +0000

    Updated Vietnamese translation
    
    svn path=/trunk/; revision=8693

 po/ChangeLog |    4 +
 po/vi.po     | 5271 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 3135 insertions(+), 2140 deletions(-)

commit c4714c8df6f30a4b084255f4f08c5064a6d3c67c
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 08:06:08 2009 +0000

    Falling piece movement now much, much more reliable, smooth
    
    This is pretty feature complete.
    
    Issues/work that remains.
    1. Appears to be a racecondition in the line removal code. Two different
    pieces of code are racing each other to delete actors.
    2. Preview widget is just not right. Not sure what to do about
    preference dialog box. Some of that is gtk_clutter_embed.
    3. A lot of ugly code needs second eyes; probably reworked. C++ can go
    fuck-off and die. Really.
    4. I know I'm leaking memory in a few places.
    5. I have no idea if I'm using ClutterBehaviour correctly.
    
    svn path=/trunk/; revision=8692

 gnometris/blockops.cpp |   54 +++++++++++++++++++++++++++++++++++------------
 gnometris/blockops.h   |    8 ++++++-
 2 files changed, 47 insertions(+), 15 deletions(-)

commit 79a80929c2cdb6ea211ebaad3c022e2ca9195dec
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 05:57:55 2009 +0000

    Set the preview stage to black
    
    svn path=/trunk/; revision=8691

 gnometris/preview.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ad832d059dc11ff436e53cf693617411f7c753b6
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 05:57:46 2009 +0000

    Add rotation preview window. Has a few issues.
    
    The rotation is off-center because of legacy matrix sizes. Also, the box
    still doesn't scale to maintain compat. with older engine. This older
    engine will be ripped out in 2.27 so hopefully this is a temporary
    limitation.
    
    svn path=/trunk/; revision=8690

 gnometris/preview.cpp |   30 +++++++++++++++++++-----------
 gnometris/preview.h   |    4 ++++
 2 files changed, 23 insertions(+), 11 deletions(-)

commit 1aeafad8f4498723ee8c0bd95a6b7928ae7a5505
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 05:57:35 2009 +0000

    Add an earthquake effect that magnifies based on the weight of cascade
    
    I added some code from clutter 0.9 for the alpha func. This will be
    removed during the 2.27 cycle.
    
    svn path=/trunk/; revision=8689

 gnometris/blockops.cpp |   38 +++++++++++++++++++++++++++++++++++---
 gnometris/blockops.h   |    6 ++++++
 2 files changed, 41 insertions(+), 3 deletions(-)

commit f02f9ed7c8fc5e22c0652b1c2cbb9cdbdd2a69d9
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 05:57:24 2009 +0000

    Put all the blocks in a container of their own
    
    This change also centers the blocks in the playing field.
    
    svn path=/trunk/; revision=8688

 gnometris/blockops.cpp |   40 +++++++++++++++++++++++-----------------
 gnometris/blockops.h   |    2 ++
 2 files changed, 25 insertions(+), 17 deletions(-)

commit 2d2e9525fd76bd5b60ae0735c4e717ac8b176282
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 01:26:53 2009 +0000

    First pass at animating the movement of pieces by the player
    
    This has some issues. The data structures are updated correctly; however
    the actors don't always get their animations queued and the animations
    don't reliably complete. Resizing the field has the side effect of
    putting the actors back in the correct location.
    
    svn path=/trunk/; revision=8687

 gnometris/blockops.cpp |   85 ++++++++++++++++++++++++++++++++++--------------
 gnometris/blockops.h   |   10 +++--
 gnometris/tetris.cpp   |    4 ++-
 3 files changed, 69 insertions(+), 30 deletions(-)

commit 0353c88d71cd2efb5cd36eb3ef7db365d90de0dc
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 01:26:43 2009 +0000

    Fix game text showing up behind the blocks.
    
    svn path=/trunk/; revision=8686

 gnometris/blockops.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 571d3ef1c3a72f87fb5ad3a7b9ab4c477b7231f3
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 01:26:33 2009 +0000

    Move the initial positioning code inside Block class
    
    This change make it easier to consume Block classes by taking
    responsibility for initial positioning of the actors and making
    it a private decision. Relies on Block.x and Block.y being correct.
    
    svn path=/trunk/; revision=8685

 gnometris/blockops.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit c010e179210e6d89291e8b50fb257e5934a5d264
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Feb 9 01:26:17 2009 +0000

    Add an explosion effect for removed lines
    
    These individual blocks now eject from the cleared line in random
    directions.
    
    svn path=/trunk/; revision=8684

 gnometris/blockops.cpp |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

commit 20a2b2611dd7aa2318f80f0893fdf618455a1757
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Feb 8 06:34:21 2009 +0000

    This completes the line deleting animation rewrite.
    
    The order of scanning the field was changed from top-to-bottom to
    bottom-to-top. I'm not 100% sure about the field boundary arithmetic but
    after playing it for 30 minutes, I didn't witness any problems.
    
    svn path=/trunk/; revision=8683

 gnometris/blockops.cpp |   50 +++++++++++++++++++++++++++--------------------
 gnometris/blockops.h   |    1 +
 2 files changed, 30 insertions(+), 21 deletions(-)

commit 82478aaef89abedfbab86971cbebeeb0d410715e
Author: vpovirk <vpovirk@localhost>
Date:   Sat Feb 7 23:27:10 2009 +0000

    Bug 565557 - respect the temporary slot setting in the hint code
    
    svn path=/trunk/; revision=8682

 aisleriot/rules/ten_across.scm |   86 +--------------------------------------
 1 files changed, 3 insertions(+), 83 deletions(-)

commit 65117fd0ebf1971f7b7245480e3e04fef5658e26
Author: vpovirk <vpovirk@localhost>
Date:   Sat Feb 7 23:19:39 2009 +0000

    aisleriot/rules/scuffle.scm: always reshuffle the deck properly
    
    The button-clicked code in scuffle doesn't account for the fact that
    flip-deck returns false when the "waste" pile is empty. If a reserve
    pile is empty, it stops, instead of continuing and reshuffling the deck
    as it should. The fix is to ignore the return value of flip-deck.
    
    svn path=/trunk/; revision=8681

 aisleriot/rules/scuffle.scm |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit 2e8721af5361f8db07ab75d9fe8d9d0cee740802
Author: vpovirk <vpovirk@localhost>
Date:   Sat Feb 7 23:06:31 2009 +0000

    aisleriot/rules/sir_tommy.scm: don't crash when clicking an empty stock
    
    svn path=/trunk/; revision=8680

 aisleriot/rules/sir_tommy.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 04a09158c89f9ee419dee58d2b0bd62b5e548047
Author: vpovirk <vpovirk@localhost>
Date:   Sat Feb 7 23:00:36 2009 +0000

    aisleriot/rules/valentine.scm: Be more strict about allowing drops
    
    It used to be possible to move a card onto the waste or the stock, as
    long as the ranks and suit are correct. This change prevents that.
    Dropping a card from one slot to the same slot is also no longer
    allowed, as that would create an empty undo entry.
    
    svn path=/trunk/; revision=8679

 aisleriot/rules/valentine.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit e76edab7f2f1098ee207b7f8e26354357c483b5f
Author: vpovirk <vpovirk@localhost>
Date:   Sat Feb 7 22:44:09 2009 +0000

    Bug 566972 - Fix cards disappearing without pairs in Thirteen
    
    svn path=/trunk/; revision=8678

 aisleriot/rules/thirteen.scm |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 737d2209813b476edb961c82d16cfeb065d992f6
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sat Feb 7 20:12:18 2009 +0000

    Prevent animation_destroy from exploding even when caller is bad
    
    This sets the destroy_actors GList * to NULL after list_free to avoid
    traversal of an empty list by _foreach.
    
    svn path=/trunk/; revision=8677

 gnometris/blockops.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 56a765438d71b49bac98b6354028988745fa2f32
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sat Feb 7 20:12:08 2009 +0000

    Fix the callback problem mentioned in the previous commit.
    
    However the >2 case now not only draws incorrectly, it crashes.
    
    svn path=/trunk/; revision=8676

 gnometris/blockops.cpp |   16 +++++-----------
 gnometris/blockops.h   |    1 -
 2 files changed, 5 insertions(+), 12 deletions(-)

commit 85f9644aa5cbb9a894ec0f650815f71cfe3e753e
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sat Feb 7 18:46:29 2009 +0000

    A first pass at animation of line deletion; has known issues.
    
    The two known issues are:
    1. The signal "completed" on the timeline isn't getting called to reap
    the actors after their fade animation is completed.
    2. The movement of more than one line downward is not animated
    correctly. This is a non-trivial algorithm I will commit next. However,
    on this commit, rescaling the field will cause the actor positions to
    get updated correctly in the >1 lines removal case.
    
    svn path=/trunk/; revision=8675

 gnometris/blockops.cpp |   57 +++++++++++++++++++++++++++++++++++------------
 gnometris/blockops.h   |   17 +++++++++++--
 2 files changed, 56 insertions(+), 18 deletions(-)

commit 95574dba93fdbb6d923e12a34d49d7505ce5d167
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Sat Feb 7 14:26:31 2009 +0000

    Removed wrong translator comment
    
    svn path=/trunk/; revision=8674

 glchess/glade/glchess.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8b3fcb83c3b0de32a87a91c2b291c6cd17f2f638
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Feb 7 11:08:28 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8673

 po/es.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1ce5f18488f89265420d6db8f64d71965eacda0e
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Feb 7 11:04:18 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8672

 po/es.po |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 2863934ed775c02208b7788467d8b8737620ab8e
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Feb 7 10:53:16 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8671

 po/es.po |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

commit 290582ce25b0d39811474e6b777b12462fd7603e
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Feb 7 10:51:31 2009 +0000

    Updated Spanish translation by Daniel Mustieles
    
    svn path=/trunk/; revision=8670

 po/ChangeLog |    4 +
 po/es.po     |  268 +++++++++++++++++++++++-----------------------------------
 2 files changed, 109 insertions(+), 163 deletions(-)

commit 75af1097852dae632bff39a0d600620e71668527
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Fri Feb 6 17:50:42 2009 +0000

    Call the rescaleCache() in ctor according to class
    
    This commit solves the vtables issue in the previous commit and now
    calls the correct drawCell(), ultimately.
    
    svn path=/trunk/; revision=8669

 gnometris/renderer.cpp |   10 ++++++----
 gnometris/renderer.h   |    2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

commit 684893e45ae4e34485d95f6c4e5bb6a8a5f3eee8
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Fri Feb 6 16:57:17 2009 +0000

    Provide for additional default initialized state to avoid crashers
    
    I should have provided this default state to begin with. Note that this
    change has a known issue whereby the ctor for the Renderer class calls
    the drawCell() function of the base class regardless of whether the ctor
    was called during subclass initialization.
    
    svn path=/trunk/; revision=8668

 gnometris/preview.cpp  |    3 +++
 gnometris/renderer.cpp |    8 +++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 8122963d7a8cb5cf90708f0e8746aee144fa7f1f
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Fri Feb 6 16:57:10 2009 +0000

    Reinstitute color tracking in the Block class
    
    This change enables the rescaleBlockPos function to access the correct
    cache object when recloning the textures (done to ensure that the theme
    is correctly updated.)
    
    svn path=/trunk/; revision=8667

 gnometris/blockops.cpp |   26 ++++++++++++++++----------
 gnometris/blockops.h   |    3 ++-
 2 files changed, 18 insertions(+), 11 deletions(-)

commit e8952e539c75e89d6e512f40a1512fecc351d92d
Author: Yair Hershkovitz <yairhr@src.gnome.org>
Date:   Fri Feb 6 01:41:19 2009 +0000

    updated hebrew translation
    
    svn path=/trunk/; revision=8666

 po/ChangeLog |    4 +
 po/he.po     | 4369 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 2814 insertions(+), 1559 deletions(-)

commit fd5fc8b7ccaa45fd3d6327916cc39838102cb282
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Feb 5 23:47:06 2009 +0000

    skip gnometris/blockops.cpp and remove deleted file gnometris/field.cpp
    
    svn path=/trunk/; revision=8665

 po/POTFILES.skip |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d076600b05129ffbe021120aabf6af0478e18d1e
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Thu Feb 5 23:39:00 2009 +0000

    Remove a useless call to emptyField() in newGame
    
    svn path=/trunk/; revision=8664

 gnometris/tetris.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 05ce5a98eeaf950c04e2284da68d2c5a3e428477
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Thu Feb 5 23:38:51 2009 +0000

    Make renderer resilient enough to work even if the caller provides a size of 0
    
    svn path=/trunk/; revision=8663

 gnometris/blockops.cpp |    4 ----
 gnometris/renderer.cpp |   13 ++++---------
 2 files changed, 4 insertions(+), 13 deletions(-)

commit e12ecb3c66d873fc715550d1e6ef0602d7af7cd5
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Thu Feb 5 23:18:52 2009 +0000

    Fix another possible source of a crashes from uninitialized class values.
    
    This checkin also makes valgrind a lot happier.
    
    svn path=/trunk/; revision=8662

 gnometris/blockops.cpp |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit 1a6989074b86fbfb9335ca1729df120eaf8bd122
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Thu Feb 5 23:05:56 2009 +0000

    Fix a possible source of a crasher when constructing the gaming field.
    
    svn path=/trunk/; revision=8661

 gnometris/blockops.cpp |    4 +---
 gnometris/tetris.cpp   |    2 ++
 2 files changed, 3 insertions(+), 3 deletions(-)

commit ff7d77e09a84a0e2e4eb3babac4dec0a8d14c11c
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Thu Feb 5 22:55:19 2009 +0000

    We shouldn't assume that the field has been created yet.
    
    svn path=/trunk/; revision=8660

 gnometris/blockops.cpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 77621ef34e723aeaf8e8b4eee659c5e92ef66aa7
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Thu Feb 5 22:48:51 2009 +0000

    Fix uninitialized backgroundImage pointer to prevent crash.
    
    Also make the function signature for resize correct.
    
    svn path=/trunk/; revision=8659

 gnometris/blockops.cpp |   11 ++++++-----
 gnometris/blockops.h   |    2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

commit b280bfb6fe61edfe9eec4180e7f0e756c428bd6b
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Thu Feb 5 22:25:01 2009 +0000

    This is the rest of the change that was supposed to be introduced
    in the previous commit.
    
    svn path=/trunk/; revision=8658

 gnometris/Makefile.am  |    2 -
 gnometris/blockops.cpp |  334 +++++++++++++++++++++++++++++++++++++++++++++--
 gnometris/blockops.h   |   58 ++++++++-
 gnometris/preview.cpp  |  101 +++++++++------
 gnometris/preview.h    |   21 ++--
 gnometris/renderer.h   |    2 +-
 gnometris/tetris.cpp   |   26 ++++-
 gnometris/tetris.h     |    7 +-
 8 files changed, 479 insertions(+), 72 deletions(-)

commit 108805c71f71ef85491c704fc548a29731152769
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Thu Feb 5 22:15:13 2009 +0000

    First pass at a very rudamentary renderer with logic and objects.
    
    The approach here is to keep the game logic and actors in the same
    codepaths.
    
    This has a number of known flaws, especially with the preview widget.
    And, there are no animations yet.
    
    svn path=/trunk/; revision=8657

 gnometris/field.cpp |  279 ---------------------------------------------------
 gnometris/field.h   |   76 --------------
 2 files changed, 0 insertions(+), 355 deletions(-)

commit a5243858f02e526b9e9b311b68c2eb6e6a254d01
Author: Chao-Hsiung Liao <chliao@src.gnome.org>
Date:   Wed Feb 4 14:07:43 2009 +0000

    2.25.91
    
    svn path=/trunk/; revision=8656

 po/ChangeLog |    5 +
 po/zh_HK.po  | 5274 ++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po  | 5364 +++++++++++++++++++++++++++++++---------------------------
 3 files changed, 5708 insertions(+), 4935 deletions(-)

commit 4c60b13212db9ccd82b3ef8f158ab9f734bf3a44
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Feb 4 09:19:53 2009 +0000

    static const, not const static. Fixes a warning
    
    svn path=/trunk/; revision=8655

 gtali/gyahtzee.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9c8400acd1a4f0b7dc026cbe43d761245b7d7c81
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Feb 3 21:46:54 2009 +0000

    Fix warnings from -Wdeclaration-after-statement
    
    svn path=/trunk/; revision=8654

 gnibbles/worm.c     |   14 ++++++--------
 gnobots2/keyboard.c |    4 ++--
 gtali/computer.c    |    2 +-
 gtali/gyahtzee.c    |    2 +-
 mahjongg/mahjongg.c |    5 ++---
 5 files changed, 12 insertions(+), 15 deletions(-)

commit 549e7287ac2381f54a2769a8132ca4ad27c87289
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Feb 3 21:07:11 2009 +0000

    Fix -Wold-style-definition warnings
    
    svn path=/trunk/; revision=8653

 glines/glines.c        |    2 +-
 gnect/src/heurist.c    |    2 +-
 gnibbles/boni.c        |    2 +-
 gnibbles/gnibbles.c    |    2 +-
 gnibbles/main.c        |    2 +-
 gnibbles/warpmanager.c |    2 +-
 gnotravex/gnotravex.c  |    2 +-
 gnotski/gnotski.c      |    8 ++++----
 gtali/clist.c          |    2 +-
 gtali/gyahtzee.c       |    2 +-
 gtali/yahtzee.c        |   16 ++++++++--------
 iagno/ggz-network.c    |    2 +-
 mahjongg/solubility.c  |    2 +-
 same-gnome/game.c      |    2 +-
 14 files changed, 24 insertions(+), 24 deletions(-)

commit e1d93b50d7dcf027ff1d6ace3a06d5018d555e45
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Feb 3 20:10:14 2009 +0000

    Fix build issue when in the default -noclutter case.
    
    This causes all the -noclutter source files to reference
    blockops-noclutter which was recently created.
    
    svn path=/trunk/; revision=8652

 gnometris/field-noclutter.h    |    2 +-
 gnometris/preview-noclutter.h  |    2 +-
 gnometris/renderer-noclutter.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit ba6d63229310818d7b05c06780b59f975e6b21fd
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Feb 3 18:57:57 2009 +0000

    Remove dead and commented out code
    
    svn path=/trunk/; revision=8651

 gnome-sudoku/glade/high_scores.glade              |  218 ------------
 gnome-sudoku/glade/high_scores.gladep             |    8 -
 gnome-sudoku/glade/new_game.glade                 |  381 ---------------------
 gnome-sudoku/glade/new_game.gladep                |    7 -
 gnome-sudoku/glade/open_game.glade                |  248 --------------
 gnome-sudoku/glade/open_game.gladep               |    7 -
 gnome-sudoku/src/lib/Makefile.am                  |    1 -
 gnome-sudoku/src/lib/game_selector.py             |   32 --
 gnome-sudoku/src/lib/gsudoku.py                   |   39 ---
 gnome-sudoku/src/lib/gtk_goodies/dialog_extras.py |    7 -
 gnome-sudoku/src/lib/main.py                      |  113 +------
 gnome-sudoku/src/lib/printing.py                  |   27 --
 gnome-sudoku/src/lib/saver.py                     |    6 +-
 gnome-sudoku/src/lib/sudoku.py                    |  208 -----------
 gnome-sudoku/src/lib/sudoku_labeller.py           |  217 ------------
 gnome-sudoku/src/lib/sudoku_thumber.py            |   20 --
 po/POTFILES.in                                    |    1 -
 po/POTFILES.skip                                  |    3 -
 18 files changed, 15 insertions(+), 1528 deletions(-)

commit 79e9ec3fa7fdf0408443bb7817d1a1c5d12b4b0e
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Feb 3 18:56:12 2009 +0000

    Fix invalid subclass drawCell call and a memory leak on theme change.
    
    drawCell of the parent class was getting called in the ctor incorrectly.
    
    Also, we were leaking the ClutterActors used as caches.
    
    svn path=/trunk/; revision=8650

 gnometris/renderer.cpp |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 0e8126a668001462a710eaa8d9153670e2c91a97
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Feb 3 18:56:05 2009 +0000

    Implement a Clutter tile cache in Renderer
    
    This commit implements a tile cache using CLUTTER_CAIRO as the source
    surface. The game field uses a CLUTTER_CLONE_TEXTURE to set the cairo
    surface as its parent. Resize or theme change events automatically
    destroy the cache and recreate it using the new level of precision.
    Additionally, theme changes completely destroy the renderer object and
    recreate it.
    
    I intentionally did not reuse the code in use for Aisleriot as I have no
    idea what its doing and this seems incredibly simple by comparison
    
    Also, this commit fixes a few whitespace things and moves NCOLOURS to
    blocks.h so that it is more globally accessible.
    
    svn path=/trunk/; revision=8649

 gnometris/blockops-noclutter.cpp |    5 --
 gnometris/blockops.cpp           |    5 --
 gnometris/blocks.h               |    2 +
 gnometris/field.cpp              |   61 +++++++++++++--------
 gnometris/field.h                |   10 ++--
 gnometris/renderer-noclutter.h   |    1 +
 gnometris/renderer.cpp           |  111 +++++++++++++++++++++-----------------
 gnometris/renderer.h             |   26 +++------
 gnometris/tetris.cpp             |    1 -
 9 files changed, 118 insertions(+), 104 deletions(-)

commit de63d5dcccde37c4da0fbfd7395268132c807c75
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Feb 3 18:55:58 2009 +0000

    Make renderer render cells and cache instead of the whole field.
    
    This set of changes does away with the concept of the renderer as a
    slave that draws the entire field by itteration through field block
    data. Instead, the renderer has been paired down to knowledge of only
    how to draw an individual cell in anticipation of renderer handling its
    own cache of the seven block colors and providing textures to blockops
    on demand when requested.
    
    Also, this commit splits blockops out in to to pieces so that Actor
    movement logic can be kept in blockops.
    
    svn path=/trunk/; revision=8648

 gnometris/Makefile.am            |   14 +-
 gnometris/block-cache.cpp        |   38 ----
 gnometris/block-cache.h          |   42 ----
 gnometris/blockops-noclutter.cpp |  397 ++++++++++++++++++++++++++++++++++++++
 gnometris/blockops-noclutter.h   |   83 ++++++++
 gnometris/blockops.cpp           |   57 +------
 gnometris/blockops.h             |   17 --
 gnometris/field.cpp              |   26 +--
 gnometris/field.h                |    2 -
 gnometris/renderer.cpp           |  271 +++-----------------------
 gnometris/renderer.h             |   28 +---
 gnometris/tetris.cpp             |    3 +-
 12 files changed, 536 insertions(+), 442 deletions(-)

commit 56af5c46dc2ff3bf2f2eb59f03f6172b99d5faae
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Feb 3 18:55:50 2009 +0000

    Factor out all calls to redraw so that we do not use cairo for
    animation. This change eliminates more surface oriented drawing logic
    but preserves backward compatibility with the old engine.
    
    This also removes the 'target' drawing code which will have to be done
    entirely differently in Clutter. For now, the UI elements remain in
    order to avoid and warning about string changes during the string
    freeze. It will be reimplemented eventually anyway.
    
    Finally, this commit disables building -noclutter binary variant when
    in the HAVE_CLUTTER case.
    
    svn path=/trunk/; revision=8647

 gnometris/Makefile.am  |   44 ++++++++++----------
 gnometris/blockops.cpp |    6 +++
 gnometris/blockops.h   |    9 ++++-
 gnometris/field.cpp    |  102 ++++++++++++++++-------------------------------
 gnometris/field.h      |    2 +-
 gnometris/renderer.cpp |   96 ++++++++++++++++++---------------------------
 gnometris/tetris.cpp   |   24 +++++++++++
 7 files changed, 135 insertions(+), 148 deletions(-)

commit b0155e0d46efe91b45e06437d901cbd0152d5a10
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 18:47:38 2009 +0000

    -Wswitch-default and -Wswitch-enum fixes.
    
    svn path=/trunk/; revision=8646

 libgames-support/games-card-images.c    |   20 ++++++++++++++------
 libgames-support/games-card-theme.c     |    4 ++++
 libgames-support/games-conf.c           |    4 ++++
 libgames-support/games-dlg-players.c    |    2 ++
 libgames-support/games-frame.c          |    4 ++++
 libgames-support/games-runtime.c        |    2 +-
 libgames-support/games-scores-backend.c |    4 ++++
 7 files changed, 33 insertions(+), 7 deletions(-)

commit 408a454ac07b08d6398b5d2c5d100a35ddd53009
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 18:47:36 2009 +0000

    Build fix
    
    svn path=/trunk/; revision=8645

 blackjack/src/card.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ad337e084654ef49545f1d4e9afd5651e0c19ad2
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 18:24:52 2009 +0000

    Fix -Wshadow warnings.
    
    svn path=/trunk/; revision=8644

 aisleriot/board-noclutter.c             |    8 ++--
 aisleriot/game.c                        |    6 +-
 aisleriot/sol.c                         |    8 ++--
 libgames-support/games-card-images.c    |    8 +---
 libgames-support/games-card.c           |    8 ++--
 libgames-support/games-clock.c          |   74 +++++++++++++++---------------
 libgames-support/games-clock.h          |   12 +++---
 libgames-support/games-dlg-players.c    |   12 +++---
 libgames-support/games-scores-backend.c |    7 ++-
 libgames-support/games-scores-backend.h |    3 +-
 libgames-support/games-string-utils.c   |   16 +++---
 11 files changed, 80 insertions(+), 82 deletions(-)

commit 4fd44ec099d32384cdda318be405ae1bf3777c43
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 18:04:44 2009 +0000

    Use G_GNUC_NORETURN to mark noreturn functions.
    
    svn path=/trunk/; revision=8643

 libgames-support/games-setgid-io.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9fec574eb81b8418f419cd082c958c3991c24703
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 17:58:22 2009 +0000

    Don't return aggregates.
    
    svn path=/trunk/; revision=8642

 aisleriot/board-noclutter.c                  |    3 ++-
 aisleriot/board.c                            |    3 ++-
 aisleriot/game.c                             |   21 +++++++++++----------
 libgames-support/games-card-images.c         |    7 ++++---
 libgames-support/games-card-images.h         |    3 ++-
 libgames-support/games-card-theme-fixed.c    |    7 ++++---
 libgames-support/games-card-theme-preimage.c |    7 ++++---
 libgames-support/games-card-theme-private.h  |    3 ++-
 libgames-support/games-card-theme-pysol.c    |    7 ++++---
 libgames-support/games-card-theme.c          |   10 ++++++----
 libgames-support/games-card-theme.h          |    3 ++-
 libgames-support/render-cards.c              |    2 +-
 12 files changed, 44 insertions(+), 32 deletions(-)

commit ddfb85fc18c7d8f81fc1f090b7803989b712810b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 15:50:48 2009 +0000

    Remove unnecessary packed attribute; fixes build with -Wpacked.
    
    svn path=/trunk/; revision=8641

 libgames-support/games-card.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 650252ce5b0064828049c0a19b01d3a61cc1bc93
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 14:39:34 2009 +0000

    -Wdeclaration-after-statement fixes.
    
    svn path=/trunk/; revision=8640

 aisleriot/board-noclutter.c |    5 +++--
 aisleriot/board.c           |    5 +++--
 aisleriot/game.c            |    2 +-
 aisleriot/slot-renderer.c   |    5 +++--
 4 files changed, 10 insertions(+), 7 deletions(-)

commit fe607faef43e9be33463d414fba8db96bdec9acf
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 14:39:31 2009 +0000

    Fix a bad cast.
    
    svn path=/trunk/; revision=8639

 libgames-support/games-scores-dialog.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 6351ae78dbb1f4172e7f5f8ff39f45407f6bb536
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 14:39:28 2009 +0000

    Add atk relations between the frame's child and the frame's label when
    adding the child.
    
    svn path=/trunk/; revision=8638

 libgames-support/games-frame.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit e487928e3eea93bf65cb86bcbb67d80aa40b7bed
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 14:39:25 2009 +0000

    Move aisleriot_util_add_atk_relation to libgames-support, and adapt callers.
    
    svn path=/trunk/; revision=8637

 aisleriot/stats-dialog.c           |   12 +++++---
 aisleriot/util.c                   |   28 -------------------
 aisleriot/util.h                   |    4 ---
 aisleriot/window.c                 |   12 +++++---
 libgames-support/Makefile.am       |    2 +
 libgames-support/games-atk-utils.c |   51 ++++++++++++++++++++++++++++++++++++
 libgames-support/games-atk-utils.h |   33 +++++++++++++++++++++++
 7 files changed, 102 insertions(+), 40 deletions(-)

commit 1c02f0745c752dae9855abc520368452f3331825
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 14:39:21 2009 +0000

    Fix various packing properties and spacings.
    
    svn path=/trunk/; revision=8636

 glines/glines.c       |    8 +++-----
 gnect/src/prefs.c     |   15 +++------------
 gnobots2/properties.c |    2 +-
 iagno/properties.c    |    2 +-
 4 files changed, 8 insertions(+), 19 deletions(-)

commit cf6feff713c6ed44a47e8e11334eb4e7d890a448
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Feb 3 14:39:13 2009 +0000

    Rewrite GamesFrame. It was much too complicated for the simple purpose
    it serves. Now it's just a GtkVBox containing a label and a GtkAlignment
    and works just as well!
    
    svn path=/trunk/; revision=8635

 libgames-support/games-frame.c |  371 ++++++++++------------------------------
 libgames-support/games-frame.h |   46 +++---
 2 files changed, 114 insertions(+), 303 deletions(-)

commit efe1221dbcfb4e55e6712d4fb0d7364f368018a5
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Feb 2 22:44:50 2009 +0000

    post-release version bump
    
    svn path=/trunk/; revision=8634

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

commit 509cfc48577c7126300039391dac64eaa40e682f
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Feb 2 22:43:55 2009 +0000

    Send all bugbuddy bugs to 'BugBuddyBugs' component
    
    svn path=/trunk/; revision=8633

 aisleriot/freecell.desktop.in.in        |    2 +-
 aisleriot/sol.desktop.in.in             |    2 +-
 blackjack/data/blackjack.desktop.in.in  |    2 +-
 glchess/glchess.desktop.in.in           |    2 +-
 glines/glines.desktop.in.in             |    2 +-
 gnect/data/gnect.desktop.in.in          |    2 +-
 gnibbles/gnibbles.desktop.in.in         |    2 +-
 gnobots2/gnobots2.desktop.in.in         |    2 +-
 gnome-sudoku/gnome-sudoku.desktop.in.in |    2 +-
 gnometris/gnometris.desktop.in.in       |    2 +-
 gnomine/gnomine.desktop.in.in           |    2 +-
 gnotravex/gnotravex.desktop.in.in       |    2 +-
 gnotski/gnotski.desktop.in.in           |    2 +-
 gtali/gtali.desktop.in.in               |    2 +-
 iagno/iagno.desktop.in.in               |    2 +-
 lightsoff/lightsoff.desktop.in.in       |    2 +-
 mahjongg/mahjongg.desktop.in.in         |    2 +-
 same-gnome/same-gnome.desktop.in.in     |    2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

commit 1300a7368a9933af6a316553f7508dd31c900289
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Feb 2 20:59:47 2009 +0000

    gnome-games 2.25.90
    
    svn path=/trunk/; revision=8631

 NEWS |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

commit 04b8660c36812ddc7d327f8623853c36ba541529
Author: Tim Horton <hortont@src.gnome.org>
Date:   Sun Feb 1 05:55:48 2009 +0000

    Robb didn't like the old arrows (they looked too much like the tiles themselves), so I replaced them with arrows more in the style of the score area. Also, we only use one SVG for the arrows now, since it makes no sense to have two...
    
    
    svn path=/trunk/; revision=8630

 lightsoff/Makefile.am |    6 +-
 lightsoff/arrow-l.svg |  174 --------------------------------------------
 lightsoff/arrow-r.svg |  191 -------------------------------------------------
 lightsoff/arrow.js.in |   24 ++++---
 lightsoff/arrow.svg   |  110 ++++++++++++++++++++++++++++
 lightsoff/main.js.in  |    5 +-
 6 files changed, 128 insertions(+), 382 deletions(-)

commit 3669c56e24d7219f0b5bc5b1bd1a91dbd5eb6e6f
Author: Tim Horton <hortont@src.gnome.org>
Date:   Sun Feb 1 05:10:29 2009 +0000

    Fixed small bug that throws a warning if you click too quickly on the next/previous arrow.
    
    
    svn path=/trunk/; revision=8629

 lightsoff/board.js.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 9aaa4f24b340885af391c19c9f8c57b604df1447
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Feb 1 04:52:01 2009 +0000

    Redirect translations from gnometris/renderer.cpp to noclutter version.
    
    This is a continuation of the previous commit. This should complete the
    renaming of the source files from the translator point-of-view.
    
    svn path=/trunk/; revision=8628

 po/POTFILES.in   |    2 +-
 po/POTFILES.skip |    1 +
 po/af.po         |    4 ++--
 po/am.po         |    4 ++--
 po/ar.po         |    4 ++--
 po/as.po         |    4 ++--
 po/az.po         |    4 ++--
 po/be.po         |    4 ++--
 po/bg.po         |    4 ++--
 po/bn.po         |    4 ++--
 po/bn_IN.po      |    4 ++--
 po/ca.po         |    4 ++--
 po/cs.po         |    4 ++--
 po/cy.po         |    4 ++--
 po/da.po         |    4 ++--
 po/de.po         |    4 ++--
 po/dz.po         |    4 ++--
 po/el.po         |    4 ++--
 po/en_CA.po      |    4 ++--
 po/en_GB.po      |    4 ++--
 po/es.po         |    4 ++--
 po/et.po         |    4 ++--
 po/eu.po         |    4 ++--
 po/fa.po         |    4 ++--
 po/fi.po         |    4 ++--
 po/fr.po         |    4 ++--
 po/ga.po         |    4 ++--
 po/gl.po         |    4 ++--
 po/gu.po         |    4 ++--
 po/he.po         |    4 ++--
 po/hi.po         |    4 ++--
 po/hr.po         |    4 ++--
 po/hu.po         |    4 ++--
 po/id.po         |    4 ++--
 po/is.po         |    4 ++--
 po/it.po         |    4 ++--
 po/ja.po         |    4 ++--
 po/ka.po         |    4 ++--
 po/kn.po         |    4 ++--
 po/ko.po         |    4 ++--
 po/ku.po         |    4 ++--
 po/lt.po         |    4 ++--
 po/lv.po         |    4 ++--
 po/mai.po        |    4 ++--
 po/mk.po         |    4 ++--
 po/ml.po         |    4 ++--
 po/mn.po         |    4 ++--
 po/mr.po         |    4 ++--
 po/ms.po         |    4 ++--
 po/nb.po         |    4 ++--
 po/ne.po         |    4 ++--
 po/nl.po         |    4 ++--
 po/nn.po         |    4 ++--
 po/oc.po         |    4 ++--
 po/or.po         |    4 ++--
 po/pa.po         |    4 ++--
 po/pl.po         |    4 ++--
 po/pt.po         |    4 ++--
 po/pt_BR.po      |    4 ++--
 po/ro.po         |    4 ++--
 po/ru.po         |    4 ++--
 po/rw.po         |    4 ++--
 po/si.po         |    4 ++--
 po/sk.po         |    4 ++--
 po/sl.po         |    4 ++--
 po/sq.po         |    4 ++--
 po/sr.po         |    4 ++--
 po/sr@latin.po   |    4 ++--
 po/sv.po         |    4 ++--
 po/ta.po         |    4 ++--
 po/te.po         |    4 ++--
 po/th.po         |    4 ++--
 po/tr.po         |    4 ++--
 po/uk.po         |    4 ++--
 po/vi.po         |    4 ++--
 po/wa.po         |    4 ++--
 po/xh.po         |    4 ++--
 po/zh_CN.po      |    4 ++--
 po/zh_HK.po      |    4 ++--
 po/zh_TW.po      |    4 ++--
 80 files changed, 158 insertions(+), 157 deletions(-)

commit 4dcb14928c2e1aa4b62668198b4490603e9796bf
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Feb 1 04:28:50 2009 +0000

    Redirect translations from gnometris/renderer.cpp to noclutter version.
    
    Clutter work has moved the older rendering code in to
    renderer-noclutter.cpp. So we should have the translators working on
    that file and not the renderer.cpp file that will be disabled-by-default
    for 2.26. This also allows string changes in renderer.cpp to continue on
    trunk during the freeze.
    
    Changes to PO files were done using a sed.
    
    svn path=/trunk/; revision=8627

 po/POTFILES.in   |    2 +-
 po/POTFILES.skip |    4 +---
 po/af.po         |    8 ++++----
 po/am.po         |    4 ++--
 po/ar.po         |    8 ++++----
 po/as.po         |    8 ++++----
 po/az.po         |    4 ++--
 po/be.po         |    4 ++--
 po/bg.po         |    8 ++++----
 po/bn.po         |    4 ++--
 po/bn_IN.po      |    8 ++++----
 po/ca.po         |    8 ++++----
 po/cs.po         |    8 ++++----
 po/cy.po         |    4 ++--
 po/da.po         |    8 ++++----
 po/de.po         |    8 ++++----
 po/dz.po         |    8 ++++----
 po/el.po         |    8 ++++----
 po/en_CA.po      |    4 ++--
 po/en_GB.po      |    8 ++++----
 po/es.po         |    8 ++++----
 po/et.po         |    8 ++++----
 po/eu.po         |    8 ++++----
 po/fa.po         |    4 ++--
 po/fi.po         |    8 ++++----
 po/fr.po         |    8 ++++----
 po/ga.po         |    8 ++++----
 po/gl.po         |    8 ++++----
 po/gu.po         |    8 ++++----
 po/he.po         |    8 ++++----
 po/hi.po         |    8 ++++----
 po/hr.po         |    8 ++++----
 po/hu.po         |    8 ++++----
 po/id.po         |    4 ++--
 po/is.po         |    4 ++--
 po/it.po         |    8 ++++----
 po/ja.po         |    8 ++++----
 po/ka.po         |    4 ++--
 po/kn.po         |    8 ++++----
 po/ko.po         |    8 ++++----
 po/ku.po         |    4 ++--
 po/lt.po         |    8 ++++----
 po/lv.po         |    4 ++--
 po/mai.po        |    8 ++++----
 po/mk.po         |    8 ++++----
 po/ml.po         |    8 ++++----
 po/mn.po         |    4 ++--
 po/mr.po         |    8 ++++----
 po/ms.po         |    4 ++--
 po/nb.po         |    8 ++++----
 po/ne.po         |    8 ++++----
 po/nl.po         |    8 ++++----
 po/nn.po         |    8 ++++----
 po/oc.po         |    8 ++++----
 po/or.po         |    4 ++--
 po/pa.po         |    8 ++++----
 po/pl.po         |    8 ++++----
 po/pt.po         |    8 ++++----
 po/pt_BR.po      |    8 ++++----
 po/ro.po         |    8 ++++----
 po/ru.po         |    8 ++++----
 po/rw.po         |    4 ++--
 po/si.po         |    4 ++--
 po/sk.po         |    8 ++++----
 po/sl.po         |    8 ++++----
 po/sq.po         |    4 ++--
 po/sr.po         |    8 ++++----
 po/sr@latin.po   |    8 ++++----
 po/sv.po         |    8 ++++----
 po/ta.po         |    8 ++++----
 po/te.po         |    4 ++--
 po/th.po         |    8 ++++----
 po/tr.po         |    8 ++++----
 po/uk.po         |    8 ++++----
 po/vi.po         |    8 ++++----
 po/wa.po         |    4 ++--
 po/xh.po         |    4 ++--
 po/zh_CN.po      |    8 ++++----
 po/zh_HK.po      |    8 ++++----
 po/zh_TW.po      |    8 ++++----
 80 files changed, 272 insertions(+), 274 deletions(-)

commit cc0671a9bd3e1cba24d298de8fea56f7e17df75d
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Fri Jan 30 05:23:06 2009 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=8626

 po/ChangeLog |    4 +
 po/fi.po     | 3977 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 2430 insertions(+), 1551 deletions(-)

commit a67bd4753506565613117fbb685f9323d191ed19
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Jan 30 01:08:48 2009 +0000

    gdk_pixbuf_unref is deprecated. Fixes warnings with -DGDK_PIXBUF_DISABLE_DEPRECATED
    
    svn path=/trunk/; revision=8625

 aisleriot/board-noclutter.c |    2 +-
 gnotravex/gnotravex.c       |    2 +-
 iagno/gnothello.c           |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 64ec14030c3673bac9706008cdde768ee6b375b1
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Mon Jan 26 19:36:58 2009 +0000

    Added Greek translation (Jennie Petoumenou)
    
    svn path=/trunk/; revision=8624

 gtali/help/Makefile.am |    2 +-
 gtali/help/el/el.po    |  711 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 712 insertions(+), 1 deletions(-)

commit a0e5b3268439743acdee2f512b5c4b8d24332af5
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Jan 26 12:00:47 2009 +0000

    Fix GGZ config file exception handler typo (Bug #568961)
    
    svn path=/trunk/; revision=8623

 glchess/src/lib/network.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5f53ddd4dcf6629c2f19559483febcb2984fa1f9
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Jan 26 11:42:07 2009 +0000

    Added scalable Mahjongg icon (Andreas Nilsson, Bug #544470)
    
    svn path=/trunk/; revision=8622

 icons/Makefile.am                 |    1 +
 icons/scalable/gnome-mahjongg.svg |  118 +++++++++++++++++++++++++++++++++++++
 2 files changed, 119 insertions(+), 0 deletions(-)

commit 8d4abe5a6cbb09e8aa22a542f1d5c1bead5ca05f
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sun Jan 25 19:34:27 2009 +0000

    Updated Greek translation by Jennie Petoumenou.
    
    svn path=/trunk/; revision=8621

 po/ChangeLog |    4 +
 po/el.po     | 1443 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 836 insertions(+), 611 deletions(-)

commit f7947ffb0024c37a60fac670cba8685276dfd0ca
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Sun Jan 25 12:43:18 2009 +0000

    Updated few translations
    
    svn path=/trunk/; revision=8620

 po/mr.po | 4445 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 2885 insertions(+), 1560 deletions(-)

commit b3342f049075b96fe976209283a4936a5d2b1faa
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Sun Jan 25 12:42:47 2009 +0000

    Updated few translations
    
    svn path=/trunk/; revision=8619

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b74e56e8fa995894ba6f180682757bf696bed9f9
Author: Tim Horton <hortont@src.gnome.org>
Date:   Sun Jan 25 10:01:08 2009 +0000

    Fix Lights Off; don't infinite-loop if you somehow get to level 0.
    
    svn path=/trunk/; revision=8618

 lightsoff/board.js.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 6077d16225b9fd12ad5014bf5e89d024c7f1c779
Author: Tim Horton <hortont@src.gnome.org>
Date:   Sun Jan 25 09:56:15 2009 +0000

    Require Clutter 0.8 for Seed; this will fix instances where both Clutter 0.8 and 0.9 are installed side-by-side on a system.
    
    
    svn path=/trunk/; revision=8617

 lightsoff/main.js.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit aed5cf48c34e89c65a96f3ff4ecebb89a5c31e45
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Sat Jan 24 14:12:53 2009 +0000

    Updated Korean translation
    
    svn path=/trunk/; revision=8616

 po/ChangeLog |    4 +
 po/ko.po     | 4210 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 2626 insertions(+), 1588 deletions(-)

commit 462e2d57ffd0b3688e77ae39ad4c6980decdf996
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sat Jan 24 11:07:21 2009 +0000

    Updated German translation
    
    2009-01-24  Mario Blättermann <mariobl@svn.gnome.org>
    
    	* gnobots2/help/de/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=8615

 gnobots2/help/de/de.po |  736 ++++++++++++++++++++++++------------------------
 1 files changed, 375 insertions(+), 361 deletions(-)

commit efc38952057af4e71e0f6889621db5c1d3ec560a
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sat Jan 24 10:57:50 2009 +0000

    Updated German translation.
    
    2009-01-24  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* mahjongg/help/de/de.po: Updated German translation.
    
    
    svn path=/trunk/; revision=8614

 mahjongg/help/de/de.po |  568 ++++++++++++++++++++++++++---------------------
 1 files changed, 314 insertions(+), 254 deletions(-)

commit 13a366f31773b68b095a4b9a971463076d7ccbbb
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Jan 24 02:55:36 2009 +0000

    Remove include of non-existing directory
    
    svn path=/trunk/; revision=8613

 dependencies/ggz-gtk/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 1d5f3644e322e84bd8ca6d70cb6a9c674bf9f858
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Jan 24 01:55:43 2009 +0000

    Fix libgames-support Makefile.am to use AM_CFLAGS rather than WARN_CFLAGS
    
    svn path=/trunk/; revision=8612

 libgames-support/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 465c2911b9b001a8ccc2b29a2135d717f68881b3
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Jan 24 00:59:39 2009 +0000

    Initialize error variable to NULL. Fixes issue with dnd images in bug #550004
    
    svn path=/trunk/; revision=8611

 gnometris/tetris.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1f116bfacb18e1c563e7217f7a864af9e1d564ab
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Jan 23 00:07:08 2009 +0000

    fix gnuchess makefile so it does not overwrite AM_CFLAGS
    
    svn path=/trunk/; revision=8610

 dependencies/gnuchess/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit f1d8b62526538bcca9a4b59042aea9049707dee3
Author: Wadim Dziedzic <wdziedzic@aviary.pl>
Date:   Thu Jan 22 22:55:24 2009 +0000

    Updated Polish translation by Joanna Mazgaj.
    
    2009-01-22  Wadim Dziedzic  <wdziedzic@aviary.pl>
    
    	* pl.po: Updated Polish translation by Joanna Mazgaj.
    
    svn path=/trunk/; revision=8609

 po/ChangeLog |    4 +
 po/pl.po     | 5400 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 3265 insertions(+), 2139 deletions(-)

commit 947cb422430bc528c7da29d2c1853e21707c90c1
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 21 21:50:04 2009 +0000

    Fix compile warnings about using potentially uninitialised data.
    
    svn path=/trunk/; revision=8608

 aisleriot/board-noclutter.c |    4 ++--
 aisleriot/game.c            |    2 +-
 aisleriot/sol.c             |    6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

commit df3439687d823b5a070fb41d4fa081861c3f35b6
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Jan 21 20:56:13 2009 +0000

    silence warning by adding g_assert_not_reached
    
    svn path=/trunk/; revision=8607

 aisleriot/board-noclutter.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5ac385642975d46a2f070a84af111aeab3de2124
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Jan 21 17:30:15 2009 +0000

    Split GNOME_GAMES_CFLAGS up into the needed pars in each games Makefile.am
    
    svn path=/trunk/; revision=8606

 aisleriot/Makefile.am              |    3 --
 blackjack/src/Makefile.am          |   19 +++++++++++++-
 configure.in                       |   46 +----------------------------------
 dependencies/ggz-gtk/Makefile.am   |   12 ++++-----
 gnect/src/Makefile.am              |   19 +++++++++++++-
 gnibbles/Makefile.am               |   21 +++++++++++++---
 gnobots2/Makefile.am               |   19 +++++++++++++-
 gnometris/Makefile.am              |   21 +++++++++++++---
 gnomine/Makefile.am                |   20 +++++++++++++--
 iagno/Makefile.am                  |   19 +++++++++++++-
 tests/libgames-support/Makefile.am |   22 +++++++++++++++-
 11 files changed, 146 insertions(+), 75 deletions(-)

commit bed32283df238800c78b8c56617c5c439ea818a7
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Jan 21 13:16:23 2009 +0000

    Fix includes of libgames-support
    
    svn path=/trunk/; revision=8605

 gnect/src/ggz-network.c  |    4 ++--
 gnect/src/prefs.c        |    8 ++++----
 gnibbles/ggz-network.c   |    4 ++--
 gnibbles/main.c          |    4 ++--
 gnibbles/main.h          |    2 +-
 gnibbles/worm.c          |    2 +-
 gnobots2/graphics.c      |   10 +++++-----
 gnometris/highscores.cpp |    2 +-
 gnomine/minefield.h      |    2 +-
 iagno/gnothello.c        |    4 ++--
 10 files changed, 21 insertions(+), 21 deletions(-)

commit d3f9104840afb61e78a8577a3ef20412df4d2b11
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Jan 20 18:48:26 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8604

 po/ChangeLog |    4 +
 po/es.po     | 1344 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 808 insertions(+), 540 deletions(-)

commit c79fa5838a8f89c1d77449bc99ac6e64745004cb
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Jan 19 22:32:28 2009 +0000

    post-release bump to 2.25.90
    
    svn path=/trunk/; revision=8603

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

commit 6935e9f0dbea8dafc4fd4d0a11f0d250f395d224
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Jan 19 21:48:22 2009 +0000

    gnome-games 2.25.5
    
    svn path=/trunk/; revision=8601

 NEWS |   37 ++++++++++++++++++++++++++++++++-----
 1 files changed, 32 insertions(+), 5 deletions(-)

commit aa13d651badee496ac346dfd975e509b7b3efe65
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Jan 19 18:14:43 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8600

 blackjack/help/ChangeLog |    4 +++
 blackjack/help/es/es.po  |   67 +++++++++++++++++++++++++++++++++-------------
 2 files changed, 52 insertions(+), 19 deletions(-)

commit 9a14b4a927d85e3a93e611cdace637bd5fb95047
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Jan 19 18:14:23 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8599

 mahjongg/help/es/es.po |  129 +++++++++++++++++++++++++++++++++++-------------
 1 files changed, 94 insertions(+), 35 deletions(-)

commit 794889802cdcce0d897070e9fb5df112f5d3b9b4
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Jan 19 18:12:10 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8598

 gnobots2/help/es/es.po |   69 ++++++++++++++++++++++++++++++-----------------
 1 files changed, 44 insertions(+), 25 deletions(-)

commit c4adbf66c6172bdd9f63115fd26d849643812f41
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jan 19 18:09:07 2009 +0000

    Fix bug introduced in r8374: this isn't a c format, no need to double the %
    
    svn path=/trunk/; revision=8597

 blackjack/src/dialog.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 2c9294fb5ee5e6df507bfa7166ffd4f35d4e21fa
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jan 19 17:59:29 2009 +0000

    Revert "Update API and min. dependency of GGZ to 0.99.5"
    
    Debian has said they are going to fix the GGZ soname situation so we are
    reverting to the API stable 0.0.14. Fedora will have to follow.
    
    svn path=/trunk/; revision=8596

 configure.in                     |    2 +-
 dependencies/ggz-gtk/ggzclient.c |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 9d9b3f01f75a200c5c768f18223051a028ba064d
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Jan 19 00:50:10 2009 +0000

    Removing <?xml version=1.0?> for consistensy across the games
    
    svn path=/trunk/; revision=8595

 gnometris/gnometris.schemas.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 12d68a17e737dd1070506d43b2688550cbf1fefc
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Jan 19 00:46:45 2009 +0000

    g_dpgettext2 returns const char. Fixes a build warning
    
    svn path=/trunk/; revision=8594

 gnotravex/gnotravex.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5aff3ea0b742d722ee878f1516ec7c721b611c92
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jan 19 00:17:45 2009 +0000

    Remove trailing whitespace, so these keyfiles' values actually read out
    as ints and booleans.
    
    svn path=/trunk/; revision=8593

 blackjack/data/Ameristar.rules      |   22 +++++++++++-----------
 blackjack/data/Atlantic_City.rules  |   22 +++++++++++-----------
 blackjack/data/Vegas_Downtown.rules |   22 +++++++++++-----------
 blackjack/data/Vegas_Strip.rules    |   22 +++++++++++-----------
 4 files changed, 44 insertions(+), 44 deletions(-)

commit 55aa61c9b1c0b29780a3459cba34d96b70bafbde
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jan 19 00:17:34 2009 +0000

    Check the values read from the key file before using them, so we don't
    end up with 0 in the wrong places. Fixes blackjack mysteriously crashing
    later on.
    
    svn path=/trunk/; revision=8592

 blackjack/src/game.cpp |   52 ++++++++++++++++++++++++++++++++++-------------
 blackjack/src/game.h   |    4 +-
 2 files changed, 39 insertions(+), 17 deletions(-)

commit 5f9970f29e1512c98e93b10876b420254a6c919b
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jan 19 00:10:52 2009 +0000

    Catalan language had an invalid use of menuitem element. Corrected.
    
    This invalid use caused an xmllint validation failure.
    
    svn path=/trunk/; revision=8591

 gnomine/help/ca/ca.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4b7824e21cf2a55cdfedfed0f047d0eb7d721b1a
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jan 18 23:45:15 2009 +0000

    Post-release version bump to 2.25.5
    
    I forgot to do this after the release so here it is one day before
    I had to do it anyway. :)
    
    svn path=/trunk/; revision=8590

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

commit a7f4deba71c1cac882db4e4da0d82e39cc0a5bea
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jan 18 23:33:54 2009 +0000

    Italian translation of various docs had typo'd XML; corrected
    
    Various Italian .xml and .po files for help contained a typo 'citetile'
    instead of 'citetitle'. Corrected as this caused xmllint to complain
    during make check.
    
    svn path=/trunk/; revision=8589

 gnect/help/it/it.po     |    2 +-
 gnibbles/help/it/it.po  |    2 +-
 gnometris/help/it/it.po |    2 +-
 gnomine/help/it/it.po   |    2 +-
 iagno/help/it/it.po     |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit 13397c22fee094fb3b26e8594987223acaf91c6c
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Jan 18 22:28:28 2009 +0000

    Added undo support (Bug #388253)
    
    svn path=/trunk/; revision=8588

 glchess/glade/glchess.glade        |   78 ++++++++++++++++++++++++++----------
 glchess/src/lib/ai.py              |    4 ++
 glchess/src/lib/cecp.py            |    9 ++++
 glchess/src/lib/chess/board.py     |   35 +++++++++++-----
 glchess/src/lib/display.py         |   12 +++++-
 glchess/src/lib/game.py            |   40 ++++++++++++++++++
 glchess/src/lib/gtkui/chessview.py |    7 +++
 glchess/src/lib/gtkui/gtkui.py     |    4 ++
 glchess/src/lib/main.py            |    4 --
 glchess/src/lib/player.py          |    3 +
 glchess/src/lib/uci.py             |   12 +++++-
 glchess/src/lib/ui/ui.py           |    8 ++++
 12 files changed, 179 insertions(+), 37 deletions(-)

commit 91ceef29afea6bc58c20ebaeea48adc7af484144
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jan 18 21:13:38 2009 +0000

    Finish the entity removal started with r8583--ellipsis now
    
    Rationalle for change in commit message for r8583
    
    svn path=/trunk/; revision=8587

 blackjack/help/C/blackjack.xml   |    2 +-
 blackjack/help/ca/ca.po          |    4 ++--
 blackjack/help/de/de.po          |    2 +-
 blackjack/help/el/el.po          |    4 ++--
 blackjack/help/es/es.po          |    2 +-
 blackjack/help/fr/fr.po          |    2 +-
 blackjack/help/oc/oc.po          |    2 +-
 blackjack/help/sv/sv.po          |    4 ++--
 glines/help/C/glines.xml         |    2 +-
 glines/help/ca/ca.po             |    4 ++--
 glines/help/de/de.po             |    2 +-
 glines/help/en_GB/en_GB.po       |    4 ++--
 glines/help/es/es.po             |    4 ++--
 glines/help/fr/fr.po             |    2 +-
 glines/help/it/it.po             |    2 +-
 glines/help/oc/oc.po             |    2 +-
 glines/help/ru/ru.po             |    2 +-
 glines/help/sv/sv.po             |    4 ++--
 glines/help/tr/tr.po             |    4 ++--
 mahjongg/help/sv/sv.po           |   16 ++++++++--------
 same-gnome/help/C/same-gnome.xml |    2 +-
 21 files changed, 36 insertions(+), 36 deletions(-)

commit 0de60fd2cbae7587f3a1d9b7ab0e9ccf9d3cabdb
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jan 18 21:08:22 2009 +0000

    Continue r8583 entity removal--this time with left and right quotes
    
    Rationalle in commit message for r8583
    
    svn path=/trunk/; revision=8586

 gnome-sudoku/help/C/gnome-sudoku.xml |   10 +++++-----
 gnome-sudoku/help/ca/ca.po           |   12 ++++++------
 gnome-sudoku/help/da/da.po           |   22 +++++++++++-----------
 gnome-sudoku/help/de/de.po           |   20 ++++++++++----------
 gnome-sudoku/help/el/el.po           |   14 +++++++-------
 gnome-sudoku/help/es/es.po           |   12 ++++++------
 gnome-sudoku/help/fr/fr.po           |   12 ++++++------
 gnome-sudoku/help/it/it.po           |   12 ++++++------
 gnome-sudoku/help/oc/oc.po           |   12 ++++++------
 gnome-sudoku/help/pt_BR/pt_BR.po     |   12 ++++++------
 gnome-sudoku/help/ru/ru.po           |   12 ++++++------
 gnome-sudoku/help/sv/sv.po           |    6 +++---
 12 files changed, 78 insertions(+), 78 deletions(-)

commit cc2b1363c7375817fae2e25cda0f25d94b59eb7a
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Sun Jan 18 20:13:52 2009 +0000

    Update API and min. dependency of GGZ to 0.99.5
    
    We are being forced to update because distros. did not implement a
    soname bump for the libggz dependency. As a result--on at least Debian
    and Fedora--we must update our API in order to build.
    
    Signed-off-by: Jason D. Clinton <me@jasonclinton.com>
    
    svn path=/trunk/; revision=8585

 configure.in                     |    2 +-
 dependencies/ggz-gtk/ggzclient.c |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

commit bbaad9d6b35316f28297671b5d9df0ba13cb5812
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Jan 18 19:33:46 2009 +0000

    Fix const/non-const string uses. Fix use-after-free of the
    game_variation string.
    
    svn path=/trunk/; revision=8584

 blackjack/src/blackjack.cpp |   15 +++++++++++----
 blackjack/src/blackjack.h   |    2 +-
 blackjack/src/dialog.cpp    |    7 +++----
 blackjack/src/game.cpp      |   19 ++++++++-----------
 blackjack/src/game.h        |    2 +-
 5 files changed, 24 insertions(+), 21 deletions(-)

commit 1d2cdc2a1037617377e86efe28305e517e8426a2
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jan 18 15:48:18 2009 +0000

    Replace all occurances of &mdash; with UTF-8 equiv. in the docs.
    
    This is needed because g-d-u does not use --loaddtd and so distcheck is
    quite angry during the documentation phase. There may be other XML
    entity removals coming in the future.
    
    svn path=/trunk/; revision=8583

 blackjack/help/C/blackjack.xml |   16 +++++-----
 blackjack/help/ca/ca.po        |   32 ++++++++++----------
 blackjack/help/de/de.po        |   32 ++++++++++----------
 blackjack/help/el/el.po        |   32 ++++++++++----------
 blackjack/help/es/es.po        |   16 +++++-----
 blackjack/help/fr/fr.po        |   32 ++++++++++----------
 blackjack/help/oc/oc.po        |   16 +++++-----
 blackjack/help/sv/sv.po        |   32 ++++++++++----------
 gnibbles/help/sv/sv.po         |   16 +++++-----
 gnobots2/help/C/gnobots2.xml   |   20 ++++++------
 gnobots2/help/ca/ca.po         |   42 ++++++++++++++--------------
 gnobots2/help/de/de.po         |   40 +++++++++++++-------------
 gnobots2/help/es/es.po         |   20 ++++++------
 gnobots2/help/fr/fr.po         |   40 +++++++++++++-------------
 gnobots2/help/it/it.po         |   40 +++++++++++++-------------
 gnobots2/help/oc/oc.po         |   20 ++++++------
 gnobots2/help/sv/sv.po         |   14 ++++----
 gnomine/help/es/es.po          |    2 +-
 gtali/help/ca/ca.po            |    2 +-
 gtali/help/es/es.po            |    2 +-
 mahjongg/help/C/mahjongg.xml   |   30 ++++++++++----------
 mahjongg/help/ca/ca.po         |   60 ++++++++++++++++++++--------------------
 mahjongg/help/de/de.po         |   60 ++++++++++++++++++++--------------------
 mahjongg/help/el/el.po         |   58 +++++++++++++++++++-------------------
 mahjongg/help/es/es.po         |   30 ++++++++++----------
 mahjongg/help/fr/fr.po         |   60 ++++++++++++++++++++--------------------
 mahjongg/help/it/it.po         |   60 ++++++++++++++++++++--------------------
 mahjongg/help/oc/oc.po         |   30 ++++++++++----------
 mahjongg/help/sv/sv.po         |   32 ++++++++++----------
 29 files changed, 443 insertions(+), 443 deletions(-)

commit c7b0b50f746099be608f0ee8081461379f17c932
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Jan 18 15:20:16 2009 +0000

    g_free is NULL-safe.
    
    svn path=/trunk/; revision=8582

 blackjack/src/blackjack.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit b6a5a517b06d115a3421d36b89f4ce2a243cfece
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Jan 18 15:20:13 2009 +0000

    Don't reference freed memory. Regression introduced in SVN r8001.
    
    svn path=/trunk/; revision=8581

 blackjack/src/game.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 10400ef267fe8affa5d257ee1b0ef5a08fe5e04e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Jan 18 14:21:21 2009 +0000

    Use G_OPTION_ARG_FILENAME for the args that really are filenames.
    Use g_printerr().
    
    svn path=/trunk/; revision=8580

 libgames-support/render-cards.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit d4981c9579c5f46673499a167be4ebbe6e434426
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Jan 18 14:21:15 2009 +0000

    Use NULL as theme name to get the default theme. Remove the mangling of
    the theme name extension.
    
    svn path=/trunk/; revision=8579

 blackjack/src/blackjack.cpp |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

commit 1a589eafa38d5e26e61b7d8468638d2d378cd3b8
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Jan 18 13:06:32 2009 +0000

    Added dialog to add new network profiles (Bug #564515)
    
    svn path=/trunk/; revision=8578

 glchess/glade/network_game.glade        |  300 +++++++++++++++++++++++++++++++
 glchess/src/lib/gtkui/gtkui.py          |   23 +--
 glchess/src/lib/gtkui/network.py        |  152 ++++++++++++++--
 glchess/src/lib/main.py                 |    2 +-
 glchess/src/lib/network.py              |   55 ++++++-
 glchess/src/lib/scene/opengl/texture.py |    4 +-
 glchess/src/lib/ui/ui.py                |    5 +-
 7 files changed, 498 insertions(+), 43 deletions(-)

commit 34d1e0cdced4685c2548ac9f77136b3cac491832
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Sat Jan 17 10:18:13 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=8576

 po/ChangeLog |    4 +
 po/sv.po     | 1557 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 907 insertions(+), 654 deletions(-)

commit d38bbd45147e1cd159141931e5c892b255e713b4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Jan 16 00:48:46 2009 +0000

    Replace hardcoded version with @VERSION@.
    
    svn path=/trunk/; revision=8575

 lightsoff/lightsoff.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 25830d89a7ee17c57519fef0bf0db691c987bd3e
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Fri Jan 16 00:28:26 2009 +0000

    Fixed lightsoff so that we can distcheck it in to a tarball
    
    The lightsoff desktop file was using a slightly different method than the rest
    of the games were. Now, it is added to the global AC_CONFIG_FILES in
    configure.in and uses a .in.in version which is included in DIST_COMMON by
    virtue of the .in dependency.
    
    svn path=/trunk/; revision=8574

 Makefile.am                       |    2 +-
 configure.in                      |    1 +
 lightsoff/Makefile.am             |   11 ++++-------
 lightsoff/lightsoff.desktop.in    |   13 -------------
 lightsoff/lightsoff.desktop.in.in |   13 +++++++++++++
 po/POTFILES.in                    |    2 +-
 po/POTFILES.skip                  |    1 +
 7 files changed, 21 insertions(+), 22 deletions(-)

commit 476eaf5119f5e9687097d72877af493a74587fde
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 15 19:49:51 2009 +0000

    Add window state debugging output, in trying to track down bug #560142.
    
    svn path=/trunk/; revision=8573

 aisleriot/window.c             |    6 +++++
 libgames-support/games-conf.c  |   43 ++++++++++++++++++++++++++++++++++++++++
 libgames-support/games-debug.c |    9 ++++---
 libgames-support/games-debug.h |    9 ++++---
 4 files changed, 59 insertions(+), 8 deletions(-)

commit 62044c6c3aafefae1ef8efe88058cbb42d45c940
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 15 19:49:46 2009 +0000

    Add more info
    
    svn path=/trunk/; revision=8572

 libgames-support/theme-install.ini |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit fc348978bfff4cd8cb05acab45efa7244b80c610
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Jan 15 17:38:03 2009 +0000

    gnome-games.spec.in is no more. Fixes a distcheck issue
    
    svn path=/trunk/; revision=8571

 Makefile.am |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 44eb8718823bb9df357b059e04a410b9edce05e2
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 14 23:57:30 2009 +0000

    Copypaste typo
    
    svn path=/trunk/; revision=8570

 libgames-support/theme-install.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bab7e071be7e74dd0f31ef4fe20460ed1f47aad2
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 14 23:42:01 2009 +0000

    Bug 565560 – Unable to do a legal move in Treize
    We need to check for a move even if the clicked slot is the slot already
    containing the selection.
    
    svn path=/trunk/; revision=8569

 aisleriot/board-noclutter.c |   35 +++++++++++++++++++----------------
 aisleriot/board.c           |   33 ++++++++++++++++++---------------
 2 files changed, 37 insertions(+), 31 deletions(-)

commit 2c0e627f5d3a74ae4a7ba3857a8eaaa0524a7c75
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 14 23:41:59 2009 +0000

    Add message context to these too-generic message IDs.
    
    svn path=/trunk/; revision=8568

 gnotravex/gnotravex.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit c9ad242fc06e60f5d09f1b966f46bcb651905b64
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 14 23:41:57 2009 +0000

    Split the list of packages with card themes into an external key file.
    Use the org.freedesktop.PackageKit.Modify interface.
    
    svn path=/trunk/; revision=8567

 configure.in                         |   22 ++++++++++
 libgames-support/Makefile.am         |    8 +++-
 libgames-support/games-card-themes.c |   76 +++++++++++++++++++++++++++++++---
 libgames-support/theme-install.ini   |   36 ++++++++++++++++
 4 files changed, 135 insertions(+), 7 deletions(-)

commit 6c93048d183f629e9f3a3e6fc16e8c592e2c4422
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 14 23:41:41 2009 +0000

    Run xmllint --format on this.
    
    svn path=/trunk/; revision=8566

 libgames-support/gnomangelo_bitmap.svg | 5045 +++++---------------------------
 1 files changed, 696 insertions(+), 4349 deletions(-)

commit 3642eb1a5ae4c1accabf59fe9d2b6fc9cb6ccdf3
Author: Robert Carr <racarr@src.gnome.org>
Date:   Wed Jan 14 21:17:02 2009 +0000

    Track some more Seed changes, and a little cleanup.
    
    svn path=/trunk/; revision=8565

 lightsoff/arrow.js.in |    2 +-
 lightsoff/board.js.in |    2 +-
 lightsoff/light.js.in |    2 +-
 lightsoff/main.js.in  |    2 +-
 lightsoff/score.js.in |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

commit 0deb4ecd3ab331148aec536a1b19d72466453c1c
Author: Robert Carr <racarr@src.gnome.org>
Date:   Wed Jan 14 20:48:31 2009 +0000

    Update lightsoff to track Seed API changes.
    
    svn path=/trunk/; revision=8564

 lightsoff/arrow.js.in |    2 +-
 lightsoff/light.js.in |    2 +-
 lightsoff/score.js.in |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 8ff87bd1fc94e395ef7c5a6888c0fa5026499d5e
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jan 12 23:46:35 2009 +0000

    Allow ChangeLog from git-svn, format is different.
    
    svn path=/trunk/; revision=8561

 Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit d72b2c31ccbcb5fce88f7ca21c8fe6a2ac1991e1
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 12 13:57:01 2009 +0000

    Updated Norwegian bokmål translation.
    
    2009-01-12  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=8560

 po/ChangeLog |    4 +
 po/nb.po     | 1513 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 849 insertions(+), 668 deletions(-)

commit 41b39a6d13961d97661cb01141d9ab11e6adc10e
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Jan 12 11:28:24 2009 +0000

    Made GGZConfig class able to write out configuration (preparation for bug #564515)
    
    svn path=/trunk/; revision=8559

 glchess/src/lib/main.py    |    2 +-
 glchess/src/lib/network.py |  179 +++++++++++++++++++++++++++++++-------------
 2 files changed, 129 insertions(+), 52 deletions(-)

commit fd22ae56fd74215f2e86acd2ebe66a6aca961caa
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sun Jan 11 23:52:31 2009 +0000

    Updated German translation.
    
    2009-01-12  Andre Klapper  <a9016009@gmx.de>
    
    	* de.po: Updated German translation.
    
    
    svn path=/trunk/; revision=8558

 po/ChangeLog |    4 +
 po/de.po     | 4182 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 2555 insertions(+), 1631 deletions(-)

commit ac97ffbde2056f8bd3f854bbc948278df98b0990
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 18:03:23 2009 +0000

    Bug 567103 – Migrate gnome-games to use msgctxt
    
    svn path=/trunk/; revision=8557

 gtali/gyahtzee.c |    6 +++---
 gtali/setup.c    |   10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 99746f551a2f49f6f1bcf0f4c3ccb721e1d70950
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 17:58:07 2009 +0000

    Bug 567103 – Migrate gnome-games to use msgctxt
    
    svn path=/trunk/; revision=8556

 mahjongg/mahjongg.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 102cda6f819369de29961e1ac85199cc1c0e009a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 17:58:06 2009 +0000

    Bug 567103 – Migrate gnome-games to use msgctxt
    
    svn path=/trunk/; revision=8555

 glines/glines.c |   36 +++++++++++++-----------------------
 1 files changed, 13 insertions(+), 23 deletions(-)

commit d68e48f01d0df047fd321cc1a9999b2f6b415065
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 17:39:55 2009 +0000

    Remove unnecessary ngettext checks. We already depend on a gettext
    version that is guaranteed to have them. Bug #521128, patch by
    ephraim_owns at hotmail dot com.
    
    svn path=/trunk/; revision=8554

 configure.in    |    6 ++----
 same-gnome/ui.c |    6 ------
 2 files changed, 2 insertions(+), 10 deletions(-)

commit 00e9eac5bf74403bb29ee91cc21d80a6abaca734
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 17:22:21 2009 +0000

    Add smclient cflags and libs. Possibly fixes bug #567020.
    
    svn path=/trunk/; revision=8553

 libgames-support/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit bc7ebfff175cc9abf312adcd635ebe5959fe69e3
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:54 2009 +0000

    Initial focus.
    
    svn path=/trunk/; revision=8552

 libgames-support/games-scores-dialog.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit ddba36c3571eeba309c61d004a15dd55bfe36b0a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:52 2009 +0000

    Bug 567103 – Migrate gnome-games to use msgctxt
    
    svn path=/trunk/; revision=8551

 mahjongg/get_titles.pl             |    2 +-
 mahjongg/mahjongg.c                |    5 ++++-
 mahjongg/maps.c                    |    7 ++-----
 mahjongg/translatable_game_names.h |   16 ++++++++--------
 4 files changed, 15 insertions(+), 15 deletions(-)

commit a9ccda17a41d150a8a506ab9353e9f28202c098a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:51 2009 +0000

    Bug 567103 – Migrate gnome-games to use msgctxt
    
    svn path=/trunk/; revision=8550

 aisleriot/window.c |    2 +-
 gnomine/gnomine.c  |   51 ++++++++++++++++-----------------------------------
 2 files changed, 17 insertions(+), 36 deletions(-)

commit 50e01d347ad1af260f2ace57be9f97f273a92dec
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:48 2009 +0000

    Bug 567103 – Migrate gnome-games to use msgctxt
    Add translation context to GamesScoresCategory, and use g_dpgettext2 to
    translate instead of Q_().
    
    svn path=/trunk/; revision=8549

 glines/glines.c                        |    8 ++++----
 gnibbles/main.c                        |   18 +++++++++---------
 gnomine/gnomine.c                      |   10 +++++-----
 gnotravex/gnotravex.c                  |   10 +++++-----
 libgames-support/games-scores-dialog.c |    6 ++----
 libgames-support/games-scores.c        |   11 ++++++++++-
 mahjongg/mahjongg.c                    |    2 +-
 same-gnome/same-gnome.c                |    8 ++++----
 8 files changed, 40 insertions(+), 33 deletions(-)

commit 0f18a6fe2a7a0088c39449399ac7441ceca0267b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:44 2009 +0000

    Make games_scores_category_foreach internal only.
    
    svn path=/trunk/; revision=8548

 libgames-support/games-scores-dialog.c |    6 +++---
 libgames-support/games-scores.c        |   20 +++++++++++---------
 libgames-support/games-scores.h        |   11 ++++++-----
 3 files changed, 20 insertions(+), 17 deletions(-)

commit 3b513260780ece3776bfe996c34b35f6e17e8bd1
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:42 2009 +0000

    Make GamesScoresCategoryInternal extend GamesScoresCategory.
    
    svn path=/trunk/; revision=8547

 libgames-support/games-scores.c |   57 +++++++++++++++++----------------------
 libgames-support/games-scores.h |    2 -
 2 files changed, 25 insertions(+), 34 deletions(-)

commit 3065b968ca709d2fc75a6e88d9edf3f7618b1411
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:38 2009 +0000

    Refactor games_scores_new() to have arguments instead of taking just one
    big struct with the arguments. Adapt callers accordingly.
    
    svn path=/trunk/; revision=8546

 glines/glines.c                 |   16 ++++-------
 gnibbles/main.c                 |   17 +++++------
 gnobots2/gnobots.c              |   15 ++++------
 gnometris/highscores.cpp        |   11 +++----
 gnomine/gnomine.c               |   22 +++++++--------
 gnotravex/gnotravex.c           |   25 ++++++++---------
 gnotski/gnotski.c               |   18 +++++-------
 gtali/gyahtzee.c                |   15 +++++-----
 libgames-support/games-scores.c |   57 ++++++++++++++++++++++++---------------
 libgames-support/games-scores.h |   17 +++++-------
 mahjongg/mahjongg.c             |   14 ++++-----
 same-gnome/same-gnome.c         |   20 ++++++-------
 12 files changed, 119 insertions(+), 128 deletions(-)

commit 4bb7a3752edd417cb1e6e010c3ec9cb868ecfd96
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:35 2009 +0000

    Code style & minor cleanups.
    
    svn path=/trunk/; revision=8545

 libgames-support/games-scores-backend.c |    7 ++++++
 libgames-support/games-scores-backend.h |   37 +++++++++++-------------------
 libgames-support/games-scores.c         |    2 +-
 3 files changed, 22 insertions(+), 24 deletions(-)

commit df8f87e77c996d6594a04e9c856447fb39338f38
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:32 2009 +0000

    Code style & minor code cleanup.
    
    svn path=/trunk/; revision=8544

 libgames-support/games-scores.c |  101 ++++++++++++++++++++-------------------
 libgames-support/games-scores.h |   37 +++++++++++----
 2 files changed, 80 insertions(+), 58 deletions(-)

commit c64cbbcbd61495d50099983d72b4cb293900b3ff
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:30 2009 +0000

    Minor code & style cleanup.
    
    svn path=/trunk/; revision=8543

 libgames-support/games-score.c |   10 ++--------
 libgames-support/games-score.h |    7 ++++---
 2 files changed, 6 insertions(+), 11 deletions(-)

commit 1232f9b5b2e279b5660eaf402bbcd92533e8df7b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Jan 10 15:35:17 2009 +0000

    Update intltool req.
    
    svn path=/trunk/; revision=8542

 autogen.sh   |    4 +++-
 configure.in |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit d3b6c008fa0340fe3c1f81c00ad2621f69daccc2
Author: Tim Horton <hortont@src.gnome.org>
Date:   Fri Jan 9 05:45:33 2009 +0000

    Fix Lights Off to use /usr/bin/env instead of /usr/local/bin/seed directly.
    
    
    svn path=/trunk/; revision=8541

 lightsoff/lightsoff.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 527c11394fb40b8e53b0a268297c2cf69c89d00e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 8 23:44:42 2009 +0000

    Use the right action to get the theme info from when looking for the
    current theme's action after loading the new theme failed.
    Use games_card_theme_info_equal to compare theme infos, not pointer
    equality.
    
    svn path=/trunk/; revision=8540

 aisleriot/window.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 6f3f69ddcc40213dae85aa3b5250b01164d952e9
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 8 23:44:39 2009 +0000

    Check for alternative IDs of the back cards. Check for single joker
    card.
    
    svn path=/trunk/; revision=8539

 libgames-support/games-card-theme-kde.c |   90 ++++++++++++++++++++++++++-----
 1 files changed, 77 insertions(+), 13 deletions(-)

commit da52403ee2a346334220f1fc2d5071688460f6f5
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 8 23:44:38 2009 +0000

    Get all backs from the pysol card theme's config.txt.
    
    svn path=/trunk/; revision=8538

 libgames-support/games-card-theme-pysol.c |   34 ++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 8 deletions(-)

commit 3475a3feec93bd71652d1c5b5ecb908d10615dcd
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 8 23:44:34 2009 +0000

    Blacklist these themes, since we have the same ones in g-g-extra-data,
    and ours render faster.
    
    svn path=/trunk/; revision=8537

 libgames-support/games-card-theme-kde.c |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit d238d4284c34d85f15fe19ec6f51b6b8fea9f3e7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 8 12:56:44 2009 +0000

    Return NULL here, not FALSE
    
    svn path=/trunk/; revision=8536

 aisleriot/game.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fc9207689b4652fecb81316023db03b40657596f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 8 12:53:25 2009 +0000

    Bug 566797 – missing <string.h> include in the blackjack and gnometris
    Patch by michal.pryc at sun dot com.
    
    svn path=/trunk/; revision=8535

 blackjack/src/blackjack.cpp      |    1 +
 gnometris/renderer-noclutter.cpp |    3 +++
 gnometris/renderer.cpp           |    4 +++-
 3 files changed, 7 insertions(+), 1 deletions(-)

commit 3cf26b6856b46df8e44cdaf6b4f37741810950a5
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 8 12:53:19 2009 +0000

    Always include config.h.
    
    svn path=/trunk/; revision=8534

 aisleriot/card.c                               |    1 +
 blackjack/src/press_data.cpp                   |    1 +
 blackjack/src/strategy.cpp                     |    1 +
 dependencies/ggz-gtk/xtext.c                   |    1 +
 dependencies/gnuchess/atak.c                   |    1 +
 dependencies/gnuchess/book.c                   |    1 +
 dependencies/gnuchess/cmd.c                    |    1 +
 dependencies/gnuchess/debug.c                  |    1 +
 dependencies/gnuchess/epd.c                    |    1 +
 dependencies/gnuchess/eval.c                   |    1 +
 dependencies/gnuchess/genmove.c                |    1 +
 dependencies/gnuchess/hash.c                   |    1 +
 dependencies/gnuchess/hung.c                   |    1 +
 dependencies/gnuchess/init.c                   |    1 +
 dependencies/gnuchess/input.c                  |    1 +
 dependencies/gnuchess/iterate.c                |    1 +
 dependencies/gnuchess/main.c                   |    1 +
 dependencies/gnuchess/move.c                   |    1 +
 dependencies/gnuchess/null.c                   |    1 +
 dependencies/gnuchess/output.c                 |    1 +
 dependencies/gnuchess/pgn.c                    |    1 +
 dependencies/gnuchess/players.c                |    1 +
 dependencies/gnuchess/ponder.c                 |    1 +
 dependencies/gnuchess/quiesce.c                |    1 +
 dependencies/gnuchess/random.c                 |    1 +
 dependencies/gnuchess/repeat.c                 |    1 +
 dependencies/gnuchess/search.c                 |    1 +
 dependencies/gnuchess/solve.c                  |    1 +
 dependencies/gnuchess/sort.c                   |    1 +
 dependencies/gnuchess/swap.c                   |    1 +
 dependencies/gnuchess/test.c                   |    1 +
 dependencies/gnuchess/ttable.c                 |    1 +
 dependencies/gnuchess/util.c                   |    1 +
 gnect/src/adjmtrx.c                            |    1 +
 gnect/src/bintree.c                            |    1 +
 gnect/src/connectx_client.c                    |    1 +
 gnect/src/evaluate.c                           |    1 +
 gnect/src/heurist.c                            |    1 +
 gnect/src/ia_main.c                            |    1 +
 gnect/src/pbsolver.c                           |    1 +
 gnect/src/playgame.c                           |    1 +
 gnobots2/cursors.c                             |    1 +
 gnometris/block-cache.cpp                      |    1 +
 gnometris/blockops.cpp                         |    1 +
 gnometris/field-noclutter.cpp                  |    1 +
 gnometris/field.cpp                            |    1 +
 gnometris/highscores.cpp                       |    1 +
 gnometris/preview-noclutter.cpp                |    1 +
 gnometris/preview.cpp                          |    1 +
 gnometris/renderer-noclutter.cpp               |    1 +
 gnometris/renderer.cpp                         |    1 +
 tests/libgames-support/test-libgames-support.c |    1 +
 52 files changed, 52 insertions(+), 0 deletions(-)

commit 1a914b6f01ad9befccfce64695996c2471f370fc
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Jan 8 12:53:15 2009 +0000

    Add comment
    
    svn path=/trunk/; revision=8533

 aisleriot/board.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 123ff83b4675f7a84fe6fe94c42ada1839bf390e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 7 22:53:20 2009 +0000

    Add another card symbol.
    
    svn path=/trunk/; revision=8532

 libgames-support/games-card.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit cbc84de087349dbaa51c8a62abdfaba06d26eaec
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Jan 7 20:13:51 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8531

 aisleriot/help/es/es.po |  397 ++++++++++++++++++++++++++++-------------------
 1 files changed, 234 insertions(+), 163 deletions(-)

commit 1e412a8b9c8ab157b1532f0be26f2c8194312d67
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Jan 7 19:32:41 2009 +0000

    Move lightsoff to a staging status so that it is not built by default
    
    svn path=/trunk/; revision=8530

 configure.in |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

commit 34620771567f96f624224e3e184d8b4ccbd38118
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Wed Jan 7 18:17:44 2009 +0000

    Added Greek translation by Marios Zindilis, added el to DOC_LINGUAS.
    
    svn path=/trunk/; revision=8529

 iagno/help/Makefile.am |    2 +-
 iagno/help/el/el.po    |  529 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 530 insertions(+), 1 deletions(-)

commit 31b5c7b2e2da258f82c577d9cb541be87c0dbf0d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 7 00:44:48 2009 +0000

    Dist README too
    
    svn path=/trunk/; revision=8528

 aisleriot/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b7bb456a46aea5f30ae8141ff612ae9ec75fdb94
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 7 00:42:53 2009 +0000

    Dist the suppressions file.
    
    svn path=/trunk/; revision=8527

 aisleriot/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 1a0810b29b2248087fa65c81911c5d084d31bef4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 7 00:42:17 2009 +0000

    Add debugging instructions, and mention the valgrind suppressions file.
    Add a missing step to the 'how to add new games' section.
    
    svn path=/trunk/; revision=8526

 aisleriot/README |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

commit a23c39eb26bd534d65ad3022c31d9081707c6ed0
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Jan 7 00:42:15 2009 +0000

    Add accordion.scm.
    
    svn path=/trunk/; revision=8525

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e6a0b8c6ab5967a6b179916c78421d0b707fc38b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 23:15:53 2009 +0000

    Bug 566841 – games-card-textures-cache.h missing from
    libgames-support/Makefile.am. Patch by Frederic Peters.
    
    svn path=/trunk/; revision=8524

 libgames-support/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit afc7c55083245fdb14028d83dc75fcea89adbf08
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 23:15:49 2009 +0000

    Update
    
    svn path=/trunk/; revision=8523

 NEWS |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2f4191ef49baf8a781e3a3cc093a238c0a5343e2
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 19:40:11 2009 +0000

    Document the steps to add a new game to aisleriot
    
    svn path=/trunk/; revision=8522

 aisleriot/README |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit e3cc2ec42954226e00d4b30f652868cc8d87b52a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 19:40:09 2009 +0000

    Bug 526392 – A new game (Accordion) for aisleriot
    
    svn path=/trunk/; revision=8521

 aisleriot/help/C/accordion.xml |   80 +++++++++++++
 aisleriot/help/C/aisleriot.xml |    2 +
 aisleriot/help/Makefile.am     |    1 +
 aisleriot/rules/Makefile.am    |    1 +
 aisleriot/rules/accordion.scm  |  250 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 334 insertions(+), 0 deletions(-)

commit b560c3915e837ee5786a3fbbd8dea86277830f41
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 19:40:07 2009 +0000

    Remove obsolete env vars, and add info about new ones
    
    svn path=/trunk/; revision=8520

 aisleriot/README |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

commit 874599d2e8f782740c4b906b1057831ede69b24a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:37:43 2009 +0000

    Update
    
    svn path=/trunk/; revision=8519

 po/POTFILES.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit bf672351eaf4931e2ccb8adb8c6b1f20493d2eae
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:21:09 2009 +0000

    Update
    
    svn path=/trunk/; revision=8518

 NEWS |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

commit a62b23eaec1f3972a203e52cf14ac8a7cb6694aa
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:21:07 2009 +0000

    Switch clutter and no-clutter around: build aisleriot without clutter,
    and in the HAVE_CLUTTER case, build a noinst sol-clutter with clutter.
    This is because aisleriot/clutter is too experimental to make it the
    installed copy for 2.26.
    
    svn path=/trunk/; revision=8517

 aisleriot/Makefile.am |   70 +++++++++++++++++++++----------------------------
 1 files changed, 30 insertions(+), 40 deletions(-)

commit e2c2f70544ca0ede27b3458f080456f8eb9cf174
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:21:06 2009 +0000

    Simplify this conditional by using LIBRSVG_HAVE_SVGZ define.
    
    svn path=/trunk/; revision=8516

 libgames-support/games-card-theme-preimage.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit 0b8e29871522370c994a5b70dd06535b2260a824
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:21:04 2009 +0000

    Fix build if !HAVE_RSVG and ENABLE_CARD_THEME_FORMAT_SLICED.
    
    svn path=/trunk/; revision=8515

 libgames-support/Makefile.am |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 7ff24d26238c0d9f22a28d82f014a574ebbd7ab6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:21:02 2009 +0000

    Use games-clutter-embed.
    
    svn path=/trunk/; revision=8514

 gnometris/field.cpp   |    8 ++++----
 gnometris/main.cpp    |    4 ++--
 gnometris/preview.cpp |    2 +-
 gnometris/preview.h   |    2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

commit e624263fe7b618a03feaf881e8f27535af432084
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:21:00 2009 +0000

    Use the new rsvg feature test macro to check for svgz support instead of
    the configure check.
    
    svn path=/trunk/; revision=8513

 configure.in                                 |   11 -----------
 libgames-support/games-card-theme-preimage.c |   13 +++++++++++++
 2 files changed, 13 insertions(+), 11 deletions(-)

commit 6a061c3f29adf57b63644152bcd143c859883511
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:59 2009 +0000

    Fix licence version in about dialogue if GPL3 components are enabled.
    
    svn path=/trunk/; revision=8512

 libgames-support/games-runtime.c |   19 +++++++++++++++++++
 libgames-support/games-runtime.h |    2 ++
 libgames-support/games-stock.c   |   24 +++++++++++++++++++-----
 3 files changed, 40 insertions(+), 5 deletions(-)

commit 1e8869ad4c31a158a696f5eb1274099b08090cf3
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:55 2009 +0000

    Remove unnecessarily duplicated figures (cf.
    http://mail.gnome.org/archives/gnome-i18n/2009-January/msg00000.html ).
    
    svn path=/trunk/; revision=8511

 aisleriot/help/ca/figures/camelot-goal.png         |  Bin 15973 -> 0 bytes
 aisleriot/help/ca/figures/clock-rules.png          |  Bin 17681 -> 0 bytes
 aisleriot/help/es/figures/camelot-goal.png         |  Bin 15973 -> 0 bytes
 aisleriot/help/es/figures/clock-rules.png          |  Bin 17681 -> 0 bytes
 glines/help/tr/figures/glines-gameover.png         |  Bin 9284 -> 0 bytes
 glines/help/tr/figures/glines-startgame.png        |  Bin 4439 -> 0 bytes
 glines/help/tr/figures/preferences.png             |  Bin 4042 -> 0 bytes
 gnect/help/ca/figures/tileset.png                  |  Bin 4210 -> 0 bytes
 gnect/help/es/figures/tileset.png                  |  Bin 4210 -> 0 bytes
 .../help/ca/figures/error_highlighting.png         |  Bin 5457 -> 0 bytes
 gnome-sudoku/help/ca/figures/hints.png             |  Bin 881 -> 0 bytes
 gnome-sudoku/help/de/figures/Print_Sudokus.png     |  Bin 31906 -> 0 bytes
 .../help/de/figures/error_highlighting.png         |  Bin 5457 -> 0 bytes
 gnome-sudoku/help/de/figures/hints.png             |  Bin 881 -> 0 bytes
 .../help/es/figures/error_highlighting.png         |  Bin 5457 -> 0 bytes
 gnome-sudoku/help/es/figures/hints.png             |  Bin 881 -> 0 bytes
 .../help/it/figures/error_highlighting.png         |  Bin 5457 -> 0 bytes
 gnome-sudoku/help/it/figures/hints.png             |  Bin 881 -> 0 bytes
 gnomine/help/ca/figures/easy-hints-1.png           |  Bin 3030 -> 0 bytes
 gnomine/help/ca/figures/easy-hints-2.png           |  Bin 3537 -> 0 bytes
 gnomine/help/ca/figures/easy-hints-3.png           |  Bin 5456 -> 0 bytes
 gnomine/help/ca/figures/faces.png                  |  Bin 12006 -> 0 bytes
 gnomine/help/ca/figures/flags.png                  |  Bin 3575 -> 0 bytes
 gnomine/help/ca/figures/hard-hints-1.png           |  Bin 6041 -> 0 bytes
 gnomine/help/ca/figures/hard-hints-2.png           |  Bin 7950 -> 0 bytes
 gnomine/help/ca/figures/hard-hints-3.png           |  Bin 5091 -> 0 bytes
 gnomine/help/de/figures/easy-hints-1.png           |  Bin 3030 -> 0 bytes
 gnomine/help/de/figures/easy-hints-2.png           |  Bin 3537 -> 0 bytes
 gnomine/help/de/figures/easy-hints-3.png           |  Bin 5456 -> 0 bytes
 gnomine/help/de/figures/faces.png                  |  Bin 12006 -> 0 bytes
 gnomine/help/de/figures/flags.png                  |  Bin 3575 -> 0 bytes
 gnomine/help/de/figures/hard-hints-1.png           |  Bin 6041 -> 0 bytes
 gnomine/help/de/figures/hard-hints-2.png           |  Bin 7950 -> 0 bytes
 gnomine/help/de/figures/hard-hints-3.png           |  Bin 5091 -> 0 bytes
 gnomine/help/es/figures/easy-hints-1.png           |  Bin 3030 -> 0 bytes
 gnomine/help/es/figures/easy-hints-2.png           |  Bin 3537 -> 0 bytes
 gnomine/help/es/figures/easy-hints-3.png           |  Bin 5456 -> 0 bytes
 gnomine/help/es/figures/faces.png                  |  Bin 12006 -> 0 bytes
 gnomine/help/es/figures/flags.png                  |  Bin 3575 -> 0 bytes
 gnomine/help/es/figures/hard-hints-1.png           |  Bin 6041 -> 0 bytes
 gnomine/help/es/figures/hard-hints-2.png           |  Bin 7950 -> 0 bytes
 gnomine/help/es/figures/hard-hints-3.png           |  Bin 5091 -> 0 bytes
 42 files changed, 0 insertions(+), 0 deletions(-)

commit 3901c8ee4284aef3c95228137a9cf004c7f38ed1
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:51 2009 +0000

    Fix getting the theme filename from the pref name (it was not stripping
    the type: prefix in all cases).
    
    svn path=/trunk/; revision=8510

 libgames-support/games-card-themes.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 3b7f834b2eca513de53f6f4a80dc542c63ff1148
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:49 2009 +0000

    Build the card themes menu immediately if loading the theme resulted in
    the themes list getting loaded (when it was necessary to fall back to
    loading just any theme).
    
    svn path=/trunk/; revision=8509

 aisleriot/window.c                   |    8 ++++++++
 libgames-support/games-card-themes.c |   13 +++++++++++++
 libgames-support/games-card-themes.h |    2 ++
 3 files changed, 23 insertions(+), 0 deletions(-)

commit 6676df46b5a1dd08bc5e3864af0d66c1942a7497
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:47 2009 +0000

    Build with clutter 0.8.
    
    svn path=/trunk/; revision=8508

 aisleriot/card.c          |   10 ++++++++++
 aisleriot/slot-renderer.c |   15 +++++++++++----
 2 files changed, 21 insertions(+), 4 deletions(-)

commit 1e982c4ad51119371c4066ac752f2152d41dc3c2
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:46 2009 +0000

    Remove clutter 0.9 checks; it's just not worth the trouble
    
    svn path=/trunk/; revision=8507

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

commit e594dacf54fe188a2895de0c3ca135553ac8a8cd
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:44 2009 +0000

    Fix build with clutter 0.9.
    Fix pointer / gpointer to pointer confusion wrt. CoglHandle.
    
    svn path=/trunk/; revision=8506

 libgames-support/games-card-textures-cache.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ac692ed00fd1a5f0f3a1ca6a62908a9aeeeea9cb
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:43 2009 +0000

    More debugging output.
    
    svn path=/trunk/; revision=8505

 libgames-support/games-card-themes.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 0c1aa3d18797137608d042bd034bcdf5d7afba40
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:41 2009 +0000

    Remove totally outdated spec file.
    
    svn path=/trunk/; revision=8504

 configure.in        |    1 -
 gnome-games.spec.in |  348 ---------------------------------------------------
 2 files changed, 0 insertions(+), 349 deletions(-)

commit 55faf9ac259ad15f14fd5bb173b05bdf50dff35b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:39 2009 +0000

    Add GNOME_DEBUG_CHECK.
    
    svn path=/trunk/; revision=8503

 configure.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 34dc027ce9ca0fa939789878553b6136b0d8b6b0
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:38 2009 +0000

    Add valgrind suppressions file with suppressions for the common guile GC
    invalid reads and conditional jumps with uninitialised values.
    
    svn path=/trunk/; revision=8502

 aisleriot/aisleriot.supp |   91 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 91 insertions(+), 0 deletions(-)

commit 6bb27e79b269a819a0393873ad1b9f28919546c6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:36 2009 +0000

    Remember loading the card theme infos, so we don't do it over and over
    again.
    
    svn path=/trunk/; revision=8501

 libgames-support/games-card-themes.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit c48cd41c03df1fa1922c8a1f40ee79faba717344
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:35 2009 +0000

    Ref the list elements when getting all theme infos.
    Put the new info into the hash table in get_by_name.
    
    svn path=/trunk/; revision=8500

 libgames-support/games-card-themes.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 279661b70572e0768c7e1499161fb3c24badaef3
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:33 2009 +0000

    Comment this out for now.
    
    svn path=/trunk/; revision=8499

 aisleriot/window.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 5f8448a0abc2273780a37e0d083f15cc4874a875
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:31 2009 +0000

    Update
    
    svn path=/trunk/; revision=8498

 NEWS |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 1253d9c66b83d2198a31ea06f7a89ff93ca165d7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:30 2009 +0000

    Simplify the themes API, and adapt callers.
    
    svn path=/trunk/; revision=8497

 aisleriot/window.c                   |   14 +--
 blackjack/src/card.cpp               |   19 +--
 configure.in                         |   15 +-
 libgames-support/games-card-themes.c |  290 ++++++++++++++++++----------------
 libgames-support/games-card-themes.h |   12 +-
 5 files changed, 170 insertions(+), 180 deletions(-)

commit 9ddd6f5aa33d65734fee99b2ea326c651f3be66d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:28 2009 +0000

    Update
    
    svn path=/trunk/; revision=8496

 NEWS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 357666c83d916e99357786fc845735a87cddc7f4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:26 2009 +0000

    Move theme manager signal connection after setting up the UI, so that we
    don't crash if we need to request the themes list on startup (when
    failing to get the pref'd theme).
    
    svn path=/trunk/; revision=8495

 aisleriot/window.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit df3bcc1b10723aed9e08e9ae038ba4c7900d74dc
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:25 2009 +0000

    Only build the enabled card theme formats.
    
    svn path=/trunk/; revision=8494

 libgames-support/Makefile.am                |   33 ++++++++++-----
 libgames-support/games-card-theme-private.h |   59 ++++++++++++++++++---------
 libgames-support/games-card-theme.c         |   25 ++++++++----
 3 files changed, 78 insertions(+), 39 deletions(-)

commit 9a4dcf1579cfc29d5639607f3f2a08a498e8c1e0
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:23 2009 +0000

    Defer building the themes submenu until its parent menu is opened. That
    way we avoid checking all theme directories at startup, saving a bit of
    time.
    
    svn path=/trunk/; revision=8493

 aisleriot/window.c |   42 ++++++++++++++++++++++++++++++++++++++----
 1 files changed, 38 insertions(+), 4 deletions(-)

commit 827ceb9d5bed0ef7dbe89ea83b0323638ac34a47
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:21 2009 +0000

    Fix setting the current theme's radio action to active.
    
    svn path=/trunk/; revision=8492

 aisleriot/window.c                          |    3 ++-
 libgames-support/games-card-selector.c      |    4 +++-
 libgames-support/games-card-theme-private.h |    3 ---
 libgames-support/games-card-theme.c         |   27 ++++++++++++++++-----------
 libgames-support/games-card-theme.h         |    3 +++
 5 files changed, 24 insertions(+), 16 deletions(-)

commit 6cbce23848453b54c7cf47b4590e8510cb4fbf21
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:19 2009 +0000

    Only look for enabled card theme formats. Some code cleanups. Adapt
    callers to minor API changes.
    
    svn path=/trunk/; revision=8491

 aisleriot/window.c                   |   17 +++--
 blackjack/src/card.cpp               |   25 +++++-
 libgames-support/games-card-themes.c |  140 +++++++++++++++++++++-------------
 libgames-support/games-card-themes.h |    4 +
 4 files changed, 123 insertions(+), 63 deletions(-)

commit c9924986a11d2762daeaf77084daf2984b1e5642
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:17 2009 +0000

    Add start of PackageKit magic to install new card themes. Based on
    nautilus code for interaction with PackageKit via DBus.
    
    svn path=/trunk/; revision=8490

 aisleriot/window.c                   |   37 +++++++++-
 configure.in                         |   30 ++++++++-
 libgames-support/Makefile.am         |    5 ++
 libgames-support/games-card-themes.c |  131 ++++++++++++++++++++++++++++++++++
 libgames-support/games-card-themes.h |    6 ++
 5 files changed, 207 insertions(+), 2 deletions(-)

commit bdcb9962e2ca945244285d945bd0ae2e753efbf5
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:14 2009 +0000

    Add configure flags to enable the various card theme formats.
    Refactor theme info loading code so we don't need to read the whole list
    just to get the theme info for the theme saved in the prefs.
    
    svn path=/trunk/; revision=8489

 aisleriot/window.c                           |   18 +-
 configure.in                                 |  139 ++++++++---
 libgames-support/games-card-selector.c       |    2 +-
 libgames-support/games-card-theme-fixed.c    |    2 +-
 libgames-support/games-card-theme-preimage.c |    7 +-
 libgames-support/games-card-theme-private.h  |   14 +-
 libgames-support/games-card-theme-pysol.c    |    4 +-
 libgames-support/games-card-theme.c          |   18 +-
 libgames-support/games-card-theme.h          |    2 +-
 libgames-support/games-card-themes.c         |  375 ++++++++++++++++----------
 libgames-support/games-card-themes.h         |   10 +-
 11 files changed, 381 insertions(+), 210 deletions(-)

commit 21e7f4df249964e0ab9aaf4b8bee34202c91769c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:13 2009 +0000

    Remove obsolete code.
    
    svn path=/trunk/; revision=8488

 aisleriot/window.c |   24 ++++--------------------
 1 files changed, 4 insertions(+), 20 deletions(-)

commit e443771b2127c65367be3c7c563916d907bac3a6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:10 2009 +0000

    Split card theme management into its own class.
    
    svn path=/trunk/; revision=8487

 aisleriot/window.c                     |   15 +-
 blackjack/src/card.cpp                 |   15 +-
 libgames-support/Makefile.am           |    2 +
 libgames-support/games-card-selector.c |   11 +-
 libgames-support/games-card-selector.h |    4 +-
 libgames-support/games-card-theme.c    |  305 ----------------------
 libgames-support/games-card-theme.h    |   10 -
 libgames-support/games-card-themes.c   |  440 ++++++++++++++++++++++++++++++++
 libgames-support/games-card-themes.h   |   58 +++++
 libgames-support/render-cards.c        |    7 +-
 10 files changed, 537 insertions(+), 330 deletions(-)

commit 04d651727583b6545981a05d00f87f83b0b1f3e9
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:08 2009 +0000

    Improve card theme ordering.
    
    svn path=/trunk/; revision=8486

 libgames-support/games-card-theme.c |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

commit 54a9578cd4e3d8181cff3f07c62fa13f33b59607
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:06 2009 +0000

    Change theme enumeration to be callback based.
    
    svn path=/trunk/; revision=8485

 libgames-support/games-card-theme-fixed.c   |   16 +-
 libgames-support/games-card-theme-kde.c     |   16 +-
 libgames-support/games-card-theme-private.h |   31 +++--
 libgames-support/games-card-theme-pysol.c   |   16 +-
 libgames-support/games-card-theme-sliced.c  |   18 ++-
 libgames-support/games-card-theme-svg.c     |   16 +-
 libgames-support/games-card-theme.c         |  184 ++++++++++++++++-----------
 7 files changed, 171 insertions(+), 126 deletions(-)

commit 828752482dcb0ee54f7fc4b935de0a9d9909111a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:05 2009 +0000

    Add cache hit/miss logging.
    
    svn path=/trunk/; revision=8484

 libgames-support/games-card-images.c         |   61 +++++++++++++++++++++++++-
 libgames-support/games-card-images.h         |   17 +------
 libgames-support/games-card-textures-cache.c |   39 +++++++++++++++-
 3 files changed, 97 insertions(+), 20 deletions(-)

commit 4ddc610fcf82c7b644948d30fd29f9dd5cd04c2d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:03 2009 +0000

    Add debug flag for the card caches.
    
    svn path=/trunk/; revision=8483

 libgames-support/games-card-images.c         |    7 ++++---
 libgames-support/games-card-textures-cache.c |    4 +++-
 libgames-support/games-debug.c               |    2 ++
 libgames-support/games-debug.h               |    5 +++--
 4 files changed, 12 insertions(+), 6 deletions(-)

commit 777170b82c7a9d56b97ea3a98fd2e87c36bb3a0a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:02 2009 +0000

    When changing the theme fails, set the action insensitive.
    
    svn path=/trunk/; revision=8482

 aisleriot/window.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit cbd1fba8ba2f184e3f8f5a0e595a9f21168da2ad
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:20:00 2009 +0000

    Code style.
    
    svn path=/trunk/; revision=8481

 libgames-support/games-card-theme-pysol.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7e9ddde135d3ebe4edd712c3e008582557462b36
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:58 2009 +0000

    When loading a theme fails, re-set the radio action of the current
    card theme active.
    
    svn path=/trunk/; revision=8480

 aisleriot/window.c |   48 ++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 38 insertions(+), 10 deletions(-)

commit 7f75e1210d620309f1aa7d78feae9b99ddb6f24a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:57 2009 +0000

    To highlight the cards, draw them fist normally and then again with the
    highlight colour and opacity 0.5. Looks much better than the previous
    effect.
    
    svn path=/trunk/; revision=8479

 aisleriot/card.c                    |   13 ++++++-----
 aisleriot/slot-renderer.c           |   36 +++++++++++++++++++++++-----------
 libgames-support/games-card-theme.c |    2 +-
 3 files changed, 32 insertions(+), 19 deletions(-)

commit 814341de994a75a01d5f43eda1a2521ba5334387
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:55 2009 +0000

    Replace gtk_clutter_texture_set_from_pixbuf by just calling
    clutter_texture_set_from_rgb_data directly. Fixes missing prototype
    warning also.
    
    svn path=/trunk/; revision=8478

 aisleriot/board.c |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

commit a861f11319b9263aa1041dfe0d5e75aa59e44644
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:53 2009 +0000

    Remove unused include.
    
    svn path=/trunk/; revision=8477

 aisleriot/board.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 960650884b11119d657c62af1f3bf82829d7c69c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:51 2009 +0000

    Calling games_card_set_size will emit the "changed" signal, so there's
    no need to clear the cache twice.
    
    svn path=/trunk/; revision=8476

 libgames-support/games-card-images.c |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

commit 993d0af0e64a857810000ef6afd48ffb93b70a52
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:49 2009 +0000

    Make GamesCardTexturesCache only use GamesCardTheme, not
    GamesCardImages. That way, we don't keep the card pixbufs in 2 variants
    (normal and tinted) around. Saves tons of memory!
    
    svn path=/trunk/; revision=8475

 aisleriot/board.c                            |   86 +++---------
 aisleriot/card.c                             |   77 ++++++++--
 aisleriot/card.h                             |    4 +-
 aisleriot/slot-renderer.c                    |   61 +++++---
 libgames-support/Makefile.am                 |    1 +
 libgames-support/games-card-images.c         |   36 +----
 libgames-support/games-card-images.h         |    2 -
 libgames-support/games-card-private.h        |   33 ++++
 libgames-support/games-card-textures-cache.c |  204 +++++++++++++------------
 libgames-support/games-card-textures-cache.h |   22 ++--
 libgames-support/games-card.c                |   25 +++
 11 files changed, 304 insertions(+), 247 deletions(-)

commit 8ac925e2d5591680a2c5a74965b154c1d5e3a976
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:47 2009 +0000

    Add selection-color property to AisleriotSlotRenderer, and use that
    colour to draw the highlighted cards with, instead of getting tinted
    textures from the cache.
    
    svn path=/trunk/; revision=8474

 aisleriot/board.c         |   32 +++++++++++++++++++---
 aisleriot/slot-renderer.c |   62 +++++++++++++++++++++++++++++++++++++-------
 aisleriot/slot-renderer.h |    3 ++
 3 files changed, 82 insertions(+), 15 deletions(-)

commit 32c03f6beec85608225d87c45d97a268475c26d6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:45 2009 +0000

    Add profiling to games_runtime_init().
    
    svn path=/trunk/; revision=8473

 libgames-support/games-runtime.c |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit 41625d82c2bb8dfc2e8f9f855d4cfb8081ccaa2c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:44 2009 +0000

    Remove warnings.
    
    svn path=/trunk/; revision=8472

 aisleriot/board-noclutter.c |    1 -
 aisleriot/board.c           |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

commit 18f7a6c75e887aff172a14c131eb5cc7254e44ac
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:42 2009 +0000

    Move gettext stuff down, so it's actually after the init stuff that it
    needs.
    
    svn path=/trunk/; revision=8471

 libgames-support/games-runtime.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 40af571595c7975d8f16cbb666df8b1f5285756c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:39 2009 +0000

    Move setlocale call and gettext and games-debug initialisation into
    games_runtime_init(), and adapt callers accordingly.
    
    svn path=/trunk/; revision=8470

 aisleriot/sol.c                  |   16 ----------------
 blackjack/src/blackjack.cpp      |   12 ------------
 glines/glines.c                  |   11 -----------
 gnect/src/main.c                 |    6 ------
 gnibbles/main.c                  |   11 -----------
 gnobots2/gnobots.c               |    6 ------
 gnometris/main.cpp               |    6 ------
 gnomine/gnomine.c                |   11 -----------
 gnotravex/gnotravex.c            |   11 -----------
 gnotski/gnotski.c                |   11 -----------
 gtali/gyahtzee.c                 |    6 ------
 iagno/gnothello.c                |   11 -----------
 libgames-support/games-runtime.c |   25 ++++++++++++++++++++++++-
 libgames-support/render-cards.c  |    9 +++------
 mahjongg/mahjongg.c              |   11 -----------
 same-gnome/same-gnome.c          |   12 ------------
 16 files changed, 27 insertions(+), 148 deletions(-)

commit d467f9399481acea48eee39d0c5274ab69d1d4e4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:36 2009 +0000

    Assert that GThread is initialised in GamesConf for HAVE_GNOME, since
    GConf uses ORBit which needs this. See
    http://mail.gnome.org/archives/desktop-devel-list/2008-December/msg00177.html
    Needs to fix all the games later to actually init GThread.
    
    svn path=/trunk/; revision=8469

 libgames-support/games-conf.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 9d27ddb1f13edb9e2b8482767091575dc51e729d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:34 2009 +0000

    Fix games_card_get_localised_rank_symbol implementation.
    
    svn path=/trunk/; revision=8468

 libgames-support/games-card.c |   45 +++++++++++++++++++++-------------------
 1 files changed, 24 insertions(+), 21 deletions(-)

commit 2d559f2345eb6876ff60920260bf1473b9d94d7f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:33 2009 +0000

    Fix blackjack to work with the changed theme API.
    
    svn path=/trunk/; revision=8467

 blackjack/src/blackjack.cpp          |    2 +-
 blackjack/src/blackjack.h            |    2 +-
 blackjack/src/card.cpp               |   15 +++++++++------
 libgames-support/games-card-images.c |    7 ++++---
 4 files changed, 15 insertions(+), 11 deletions(-)

commit 757d6965a7350bbf0a25347a006230f6fdfa28b3
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:30 2009 +0000

    Make loading and storing the theme from/to pref work again.
    
    svn path=/trunk/; revision=8466

 aisleriot/board-noclutter.c                  |    1 -
 aisleriot/window.c                           |   19 +---
 libgames-support/games-card-theme-fixed.c    |   17 +++-
 libgames-support/games-card-theme-kde.c      |    8 +-
 libgames-support/games-card-theme-preimage.c |    4 +-
 libgames-support/games-card-theme-private.h  |    7 +-
 libgames-support/games-card-theme-pysol.c    |    8 +-
 libgames-support/games-card-theme-sliced.c   |   12 ++-
 libgames-support/games-card-theme-svg.c      |   23 +++++
 libgames-support/games-card-theme.c          |  137 ++++++++------------------
 libgames-support/games-card-theme.h          |    5 +-
 libgames-support/games-debug.c               |    2 +
 libgames-support/games-debug.h               |   23 +++--
 libgames-support/render-cards.c              |    3 +-
 14 files changed, 128 insertions(+), 141 deletions(-)

commit f052bf3878650426938797cb4ab0631aa925b691
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:28 2009 +0000

    Simplify this.
    
    svn path=/trunk/; revision=8465

 libgames-support/games-card-theme.c |   22 ++++------------------
 1 files changed, 4 insertions(+), 18 deletions(-)

commit cb4dd4805ddfe49e90096a3dcef5a3db752cce35
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:27 2009 +0000

    Fix loading the initial theme from pref.
    
    svn path=/trunk/; revision=8464

 aisleriot/window.c                  |   31 +++----
 libgames-support/games-card-theme.c |  164 +++++++++++++++++++++++------------
 2 files changed, 119 insertions(+), 76 deletions(-)

commit 8dce74d0de6f9268c0257576b9c1f3468f9c8c7a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:25 2009 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=8463

 libgames-support/games-card-theme-fixed.c   |    9 +++++++--
 libgames-support/games-card-theme-private.h |    1 -
 libgames-support/games-card-theme.c         |    1 -
 3 files changed, 7 insertions(+), 4 deletions(-)

commit 260d21f8c5115a1d21a45f01daea989be51aed68
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:23 2009 +0000

    Make the current card theme's menu item active.
    
    svn path=/trunk/; revision=8462

 aisleriot/window.c                  |   21 +++++++++++----------
 libgames-support/games-card-theme.c |    4 ++--
 libgames-support/games-card-theme.h |    2 +-
 3 files changed, 14 insertions(+), 13 deletions(-)

commit bcd4ef27c65991cfb6c7eb78adf991db3d7b012f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:21 2009 +0000

    Includes cleanup.
    
    svn path=/trunk/; revision=8461

 libgames-support/games-card-theme-fixed.c    |    3 ---
 libgames-support/games-card-theme-kde.c      |    2 --
 libgames-support/games-card-theme-preimage.c |    2 --
 libgames-support/games-card-theme-pysol.c    |    3 ---
 libgames-support/games-card-theme-sliced.c   |    6 ++----
 libgames-support/games-card-theme-svg.c      |    2 --
 6 files changed, 2 insertions(+), 16 deletions(-)

commit b6a3cce90b524e8d748a377ba6568c80a3c55bf8
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:20 2009 +0000

    Initialise the width and height in the nonscalable case too. Makes the
    old bonded.png work finally.
    
    svn path=/trunk/; revision=8460

 libgames-support/games-card-theme-sliced.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 3d8d792686f25d69686f828f6f6923b0230a3207
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:18 2009 +0000

    Code cleanup on the slice theme format.
    
    svn path=/trunk/; revision=8459

 libgames-support/games-card-theme-sliced.c |   53 +++++++++++++++++-----------
 1 files changed, 32 insertions(+), 21 deletions(-)

commit e7f2fe2f661410bc965d6bb4a5ccf1baf7b20ca2
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:17 2009 +0000

    Compute suit and rank from the card-id just before it's needed, not at
    the start.
    
    svn path=/trunk/; revision=8458

 libgames-support/games-card-theme-kde.c    |    6 +-----
 libgames-support/games-card-theme-sliced.c |    6 +++---
 libgames-support/games-card-theme-svg.c    |    6 +++---
 3 files changed, 7 insertions(+), 11 deletions(-)

commit 17e3cf34e950518ea6ee04440c4b81b2bf039d5f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:15 2009 +0000

    Set errors on failure.
    Simplify preimage theme by making the base class check whether scalable
    cards are required.
    
    svn path=/trunk/; revision=8457

 libgames-support/games-card-theme-kde.c      |   41 ++++++++++++++-----------
 libgames-support/games-card-theme-preimage.c |    7 ++++
 libgames-support/games-card-theme-private.h  |    2 +
 libgames-support/games-card-theme-sliced.c   |   10 ++----
 libgames-support/games-card-theme-svg.c      |   24 ++-------------
 libgames-support/games-card-theme.h          |    3 +-
 6 files changed, 40 insertions(+), 47 deletions(-)

commit a9c3d0ed0ec2cc9f58e41104d8fbba6d5e46b460
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:13 2009 +0000

    Rewrite preimage themes loading. Propagate the error upwards.
    
    svn path=/trunk/; revision=8456

 libgames-support/games-card-theme-preimage.c |   51 ++++++++------------------
 1 files changed, 15 insertions(+), 36 deletions(-)

commit f52d4d4c362a03850ce3d738bc74f645b2ad3550
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:11 2009 +0000

    The sliced card theme format also supports non-scalable, non cut-up
    preimages.
    
    svn path=/trunk/; revision=8455

 libgames-support/games-card-theme-sliced.c |   30 ++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

commit 4e04e6bd53fcb4884fd0d73a0a5e83066145c51f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:10 2009 +0000

    Cache the card bboxes, since they're very expensive to compute.
    Use the back's bbox to compute the card theme's aspect ratio.
    
    svn path=/trunk/; revision=8454

 libgames-support/games-card-theme-fixed.c |    2 +-
 libgames-support/games-card-theme-kde.c   |  152 ++++++++++++++++++++---------
 libgames-support/games-card-theme-svg.c   |    2 +-
 libgames-support/games-card-theme.c       |    8 ++
 libgames-support/games-card.c             |   28 +++++-
 libgames-support/games-card.h             |    4 +
 6 files changed, 147 insertions(+), 49 deletions(-)

commit 6ba05df43541e98fb8bd57da27277b271433f7b0
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:08 2009 +0000

    Remove debug spew.
    
    svn path=/trunk/; revision=8453

 libgames-support/games-card-theme-kde.c |   38 +++++++++---------------------
 1 files changed, 12 insertions(+), 26 deletions(-)

commit 574e609277ae7f0fe4161f7837b0ad2c17afddee
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:06 2009 +0000

    Simplify code, and make a few g_warning()s into _games_debug_print()s.
    
    svn path=/trunk/; revision=8452

 libgames-support/games-card-theme-fixed.c |   77 +++++++++++++---------------
 libgames-support/games-card-theme-pysol.c |   71 ++++++++++++---------------
 libgames-support/games-sound.c            |    3 +-
 3 files changed, 70 insertions(+), 81 deletions(-)

commit 0f17716c897dff761483ad772675f368565c2348
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:05 2009 +0000

    Improve PySol card theme loader.
    
    svn path=/trunk/; revision=8451

 libgames-support/games-card-theme-pysol.c |   42 ++++++++++++++++++++++++++--
 1 files changed, 39 insertions(+), 3 deletions(-)

commit 8db2a6e0a6abe227bd8406286ca994003893dc53
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:03 2009 +0000

    dd debug support, copied from gnome-terminal/vte.
    
    svn path=/trunk/; revision=8450

 aisleriot/sol.c                         |    3 +
 libgames-support/Makefile.am            |    2 +
 libgames-support/games-card-theme-kde.c |   13 ++++--
 libgames-support/games-card-theme.c     |    6 ++-
 libgames-support/games-debug.c          |   40 +++++++++++++++++
 libgames-support/games-debug.h          |   72 +++++++++++++++++++++++++++++++
 libgames-support/games-runtime.c        |   12 +++++-
 libgames-support/games-sound.c          |    8 +++-
 8 files changed, 147 insertions(+), 9 deletions(-)

commit 615c1910ed63eb859021eb2045310c4e62a0a503
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:19:01 2009 +0000

    Use the new profiling code instead of the old #ifdef mess.
    
    svn path=/trunk/; revision=8449

 libgames-support/games-card-theme-fixed.c    |   21 -----------
 libgames-support/games-card-theme-kde.c      |   25 +------------
 libgames-support/games-card-theme-preimage.c |   26 -------------
 libgames-support/games-card-theme-pysol.c    |   21 -----------
 libgames-support/games-card-theme-sliced.c   |   45 ++++-------------------
 libgames-support/games-card-theme-svg.c      |   21 -----------
 libgames-support/games-card-theme.c          |   51 +++++++++++++-------------
 libgames-support/games-card-theme.h          |    4 +-
 libgames-support/games-preimage.c            |    8 ++++
 9 files changed, 45 insertions(+), 177 deletions(-)

commit 12f30106a38fc9460638c4707d2342360621f771
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:59 2009 +0000

    Add profiling, copied from gnome-settings-demon.
    See http://www.gnome.org/~federico/news-2006-03.html#09 for how to use
    it.
    
    svn path=/trunk/; revision=8448

 libgames-support/Makefile.am     |    2 +
 libgames-support/games-profile.c |   64 ++++++++++++++++++++++++++++++++++++++
 libgames-support/games-profile.h |   54 ++++++++++++++++++++++++++++++++
 3 files changed, 120 insertions(+), 0 deletions(-)

commit 940de9ef799ce654884164ee19291fa5af2988a6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:57 2009 +0000

    Add localised card symbols.
    
    svn path=/trunk/; revision=8447

 libgames-support/games-card.c |   51 +++++++++++++++++++++++++++++++++++++++++
 libgames-support/games-card.h |    2 +
 po/POTFILES.in                |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)

commit 7fc9ea03bad0654c37ad73aa17f7b1c3fedb249f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:55 2009 +0000

    PySol card theme dir names always start with "cardset-".
    
    svn path=/trunk/; revision=8446

 libgames-support/games-card-theme-pysol.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 9b01dd16a0656a4405027b8f3271c5cb024699d9
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:53 2009 +0000

    Removed unused data.
    
    svn path=/trunk/; revision=8445

 libgames-support/games-card-theme-preimage.c |    2 --
 libgames-support/games-card-theme-private.h  |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)

commit 554e46509e12615ad736330f9d34787d05d19a29
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:52 2009 +0000

    Fix sliced card theme.
    
    svn path=/trunk/; revision=8444

 libgames-support/games-card-theme-sliced.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 55cb496147a3899c3cc55c0311cc69c09556b5cc
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:50 2009 +0000

    Fix the theme path for the pre-2.19 theme format.
    
    svn path=/trunk/; revision=8443

 libgames-support/games-card-theme-sliced.c |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

commit d23a9f1ae7fcc1f93a802e8228929b97fba8be62
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:49 2009 +0000

    Add class to load PySol card themes.
    
    svn path=/trunk/; revision=8442

 libgames-support/Makefile.am                |    1 +
 libgames-support/games-card-theme-fixed.c   |    1 +
 libgames-support/games-card-theme-private.h |   16 +
 libgames-support/games-card-theme-pysol.c   |  404 +++++++++++++++++++++++++++
 libgames-support/games-card-theme.c         |    1 +
 5 files changed, 423 insertions(+), 0 deletions(-)

commit 47adca7507b98fbbd4a2da2f4417042804f96896
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:47 2009 +0000

    Allow .svgz in SVG themes
    
    svn path=/trunk/; revision=8441

 libgames-support/games-card-theme-preimage.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 8ed6895f16e169caa8dd2af1330bde577a9f9a73
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:45 2009 +0000

    Remove debug spew
    
    svn path=/trunk/; revision=8440

 libgames-support/games-card-theme-svg.c |   37 -------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

commit f519698b55f2c5cfb7dafbc8630947847f169deb
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:44 2009 +0000

    Trying to fix KDE theme; still not working
    
    svn path=/trunk/; revision=8439

 libgames-support/games-card-theme-kde.c |   30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

commit cc2fd0f95a1cc101959909485366842f1a41cd05
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:42 2009 +0000

    More debug spew
    
    svn path=/trunk/; revision=8438

 libgames-support/games-card-theme-kde.c |   30 ++++++++++++++++++++++++
 libgames-support/games-card-theme-svg.c |   38 +++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

commit 4f2970f74896cc848c50e3d78ec3e5a221adbf4b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:41 2009 +0000

    Fix #ifdef inversion.
    More debug spew.
    
    svn path=/trunk/; revision=8437

 libgames-support/games-card-theme-kde.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit ef969fde3beda22b07db0e29655aaf1148d281d4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:39 2009 +0000

    Also cached failed lookups.
    Fix a crash when the cache is cleared, since the handler was connected
    with the wrong user data.
    
    svn path=/trunk/; revision=8436

 libgames-support/games-card-textures-cache.c |   66 ++++++++++++++++---------
 1 files changed, 42 insertions(+), 24 deletions(-)

commit 9671d38e86ecb02bd8b372ad366a294c16d04fea
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:37 2009 +0000

    Cache also failed pixbuf lookups.
    
    svn path=/trunk/; revision=8435

 libgames-support/games-card-images.c |   33 +++++++++++++++++++++++++++------
 1 files changed, 27 insertions(+), 6 deletions(-)

commit 2a3b5c0376ff6263bdad1b8bc584afd6db6a314d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:36 2009 +0000

    Remove debug spew.
    
    svn path=/trunk/; revision=8434

 aisleriot/window.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 29d4561925b07e8d622feb1bdf41ea4b354eee3c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:34 2009 +0000

    Read the index.desktop file for KDE card themes.
    
    svn path=/trunk/; revision=8433

 libgames-support/games-card-theme-kde.c |   47 ++++++++++++++++++++++++++----
 libgames-support/games-card-theme.c     |    3 ++
 2 files changed, 43 insertions(+), 7 deletions(-)

commit adf64adc19c1a509c8de0bbcd4017fdf9c0c5bf9
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:32 2009 +0000

    Fix the KDE cards directory.
    
    svn path=/trunk/; revision=8432

 libgames-support/games-card-theme-kde.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 8f0a46580795dd6d8bdd0bb813f309b04788686c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:31 2009 +0000

    Fix the card theme path loading for the preimage derived card theme
    classes.
    
    svn path=/trunk/; revision=8431

 libgames-support/games-card-theme-kde.c      |    2 ++
 libgames-support/games-card-theme-preimage.c |   13 -------------
 libgames-support/games-card-theme-sliced.c   |   16 ++++++++++++++++
 libgames-support/games-card-theme-svg.c      |   13 +++++++++++++
 4 files changed, 31 insertions(+), 13 deletions(-)

commit 6a22fdc0410e72606c0b4173baf054d5ae200a66
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:28 2009 +0000

    Use games_filename_to_display_name for the display name of the card
    themes.
    
    svn path=/trunk/; revision=8430

 libgames-support/games-card-theme-fixed.c    |   14 +++++++++++---
 libgames-support/games-card-theme-kde.c      |   14 +++++++++++---
 libgames-support/games-card-theme-preimage.c |   14 +++++++++++---
 libgames-support/games-card-theme-sliced.c   |    1 +
 libgames-support/games-card-theme-svg.c      |    1 +
 5 files changed, 35 insertions(+), 9 deletions(-)

commit 4a0bed2ca3cf44b9349a825c3b1f490cde1a2d82
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:26 2009 +0000

    Move aisleriot_util_get_display_filename to libgames-support for use in
    the new theme loading code.
    
    svn path=/trunk/; revision=8429

 aisleriot/conf.c                      |    6 +-
 aisleriot/game.c                      |    7 +-
 aisleriot/sol.c                       |    3 +-
 aisleriot/util.c                      |   69 -----------------------
 aisleriot/util.h                      |    2 -
 aisleriot/window.c                    |    7 +-
 libgames-support/Makefile.am          |    2 +
 libgames-support/games-string-utils.c |   98 +++++++++++++++++++++++++++++++++
 libgames-support/games-string-utils.h |   31 ++++++++++
 9 files changed, 145 insertions(+), 80 deletions(-)

commit ddfc8164178deca80495689a08a936820c33834c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:24 2009 +0000

    Move the card theme font options setting code to a style-set handler in
    AisleriotWindow, eliminating duplicated code from the two AisleriotBoard
    implementations.
    
    svn path=/trunk/; revision=8428

 aisleriot/board-noclutter.c |   44 ----------------------
 aisleriot/board.c           |   45 ----------------------
 aisleriot/window.c          |   87 +++++++++++++++++++++++++++++++++---------
 3 files changed, 68 insertions(+), 108 deletions(-)

commit f61415487e4113a4b819a051c5289cbe63982ba0
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:21 2009 +0000

    Continue refactoring the card themes: add GamesCardThemeInfo structure
    holding basic info about a theme, and use that to load the theme. Make
    GamesCardTheme only hold one theme ever, and adapt the apps to create
    new themes from the theme infos when changing themes. Work-in-progress.
    
    svn path=/trunk/; revision=8427

 aisleriot/board-noclutter.c                  |   86 ++---
 aisleriot/board.c                            |   88 +++---
 aisleriot/board.h                            |   12 +-
 aisleriot/window.c                           |   74 +++--
 blackjack/src/card.cpp                       |   57 +++-
 blackjack/src/card.h                         |    2 +
 blackjack/src/dialog.cpp                     |   13 +-
 libgames-support/games-card-images.c         |   94 ++++-
 libgames-support/games-card-images.h         |    9 +-
 libgames-support/games-card-selector.c       |  141 +++-----
 libgames-support/games-card-selector.h       |    9 +-
 libgames-support/games-card-theme-fixed.c    |  149 +++------
 libgames-support/games-card-theme-kde.c      |   46 ++-
 libgames-support/games-card-theme-preimage.c |  167 +++------
 libgames-support/games-card-theme-private.h  |  145 +++++++-
 libgames-support/games-card-theme-sliced.c   |   15 +-
 libgames-support/games-card-theme-svg.c      |   16 +-
 libgames-support/games-card-theme.c          |  501 +++++++++++++++++++++-----
 libgames-support/games-card-theme.h          |  103 ++-----
 libgames-support/games-files.c               |   48 ---
 libgames-support/render-cards.c              |   26 +-
 21 files changed, 1070 insertions(+), 731 deletions(-)

commit 60ed04c77a0c86cc791122736314b899a7a76cea
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:18 2009 +0000

    Use rsvg_handle_get_dimension/position_sub in the KDE theme.
    
    svn path=/trunk/; revision=8426

 libgames-support/Makefile.am              |    1 +
 libgames-support/games-card-theme-kde.c   |   27 ++++++++++---------
 libgames-support/games-card-theme.c       |    4 +-
 libgames-support/games-preimage-private.h |   40 +++++++++++++++++++++++++++++
 libgames-support/games-preimage.c         |   18 +------------
 libgames-support/games-preimage.h         |    1 -
 6 files changed, 58 insertions(+), 33 deletions(-)

commit b639e561a4fb6ff25278536c545df54b248a5ccd
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:17 2009 +0000

    Add theme name override env var for debugging purposes.
    
    svn path=/trunk/; revision=8425

 libgames-support/games-card-theme.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit e88dea258ee508c1ae3b0738d8837b13945733f1
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:15 2009 +0000

    Add class to load KDE card themes. Not working yet since the theme path
    logic needs more work in the base class.
    
    svn path=/trunk/; revision=8424

 libgames-support/Makefile.am            |    1 +
 libgames-support/games-card-theme-kde.c |  197 +++++++++++++++++++++++++++++++
 libgames-support/games-card-theme.c     |    2 +
 libgames-support/games-card-theme.h     |   16 +++
 4 files changed, 216 insertions(+), 0 deletions(-)

commit 90ed6f830094c92ea5c148f916c39ec834109bfc
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:13 2009 +0000

    Add new function to get the themes list.
    
    svn path=/trunk/; revision=8423

 aisleriot/window.c                           |   16 ++-
 libgames-support/games-card-selector.c       |   78 +++++++++++--
 libgames-support/games-card-selector.h       |    2 +-
 libgames-support/games-card-theme-fixed.c    |   15 +++-
 libgames-support/games-card-theme-preimage.c |   14 +++
 libgames-support/games-card-theme-private.h  |    9 ++-
 libgames-support/games-card-theme.c          |  163 +++++++++++++++++++++-----
 libgames-support/games-card-theme.h          |    4 +-
 libgames-support/games-files.c               |    2 +
 libgames-support/games-files.h               |    2 -
 10 files changed, 251 insertions(+), 54 deletions(-)

commit 2c95483506080d1146b213ff4dd6eee3507a5fc8
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:11 2009 +0000

    Add class vfunc to get the default theme path.
    
    svn path=/trunk/; revision=8422

 libgames-support/games-card-theme-fixed.c    |   10 +++++++++-
 libgames-support/games-card-theme-preimage.c |   17 ++++++++++++-----
 libgames-support/games-card-theme-private.h  |    3 +++
 libgames-support/games-card-theme.c          |   12 ++++++++++++
 libgames-support/games-card-theme.h          |    2 ++
 5 files changed, 38 insertions(+), 6 deletions(-)

commit 7ce17ff70fc97af5e52068e036c1e4ff2a0a6c17
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:09 2009 +0000

    Make the old-style theme backend work.
    
    svn path=/trunk/; revision=8421

 libgames-support/games-card-theme-preimage.c |    9 +++++----
 libgames-support/games-card-theme-private.h  |    2 --
 libgames-support/games-card-theme-sliced.c   |    4 +---
 3 files changed, 6 insertions(+), 9 deletions(-)

commit e7b4b9f75f23b5f4612dcc8d37c417e9d2be8e21
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:07 2009 +0000

    Add env var to control the card theme format, for debugging purposes.
    
    svn path=/trunk/; revision=8420

 aisleriot/board-noclutter.c         |    6 +----
 aisleriot/board.c                   |    6 +----
 blackjack/src/card.cpp              |    9 +-------
 libgames-support/games-card-theme.c |   37 +++++++++++++++++++++++++++++++++++
 libgames-support/games-card-theme.h |    4 +++
 5 files changed, 44 insertions(+), 18 deletions(-)

commit e7dfddd0806cd1aaa414bcb4b79d60c3831f4037
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:05 2009 +0000

    Code cleanup.
    
    svn path=/trunk/; revision=8419

 libgames-support/games-card-theme-svg.c |   47 ++++++++++++++-----------------
 1 files changed, 21 insertions(+), 26 deletions(-)

commit d198cad9d7fd87ad2d03ad182666d1613fb01068
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:03 2009 +0000

    Split the slicing rendering of the pre-2.19 legacy theme format off into
    its own class, and make it and the SVG theme class use a common abstract
    base class GamesCardThemePreimage.
    
    svn path=/trunk/; revision=8418

 libgames-support/Makefile.am                 |    2 +
 libgames-support/games-card-theme-preimage.c |  332 +++++++++++++++++++++
 libgames-support/games-card-theme-private.h  |   38 +++
 libgames-support/games-card-theme-sliced.c   |  236 +++++++++++++++
 libgames-support/games-card-theme-svg.c      |  404 ++------------------------
 libgames-support/games-card-theme.h          |   32 ++-
 6 files changed, 665 insertions(+), 379 deletions(-)

commit fc5e2fd7cdd0351f96d4ca941d04b6aaccbcb905
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:18:01 2009 +0000

    Ignore this.
    
    svn path=/trunk/; revision=8417

 .gitignore |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit b85344f9b4b21dc6ce4e5279d60974f69b935325
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:17:59 2009 +0000

    Refactor card themes by splitting it into an abstract base class
    GamesCardTheme and two implementations for SVG themes and prerendered
    themes. Adapt callers to the new API.
    
    svn path=/trunk/; revision=8416

 aisleriot/board-noclutter.c                 |    8 +-
 aisleriot/board.c                           |    8 +-
 blackjack/src/card.cpp                      |    9 +-
 libgames-support/Makefile.am                |    8 +
 libgames-support/games-card-theme-fixed.c   |  406 ++++++++++++++
 libgames-support/games-card-theme-private.h |   55 ++
 libgames-support/games-card-theme-svg.c     |  531 ++++++++++++++++++
 libgames-support/games-card-theme.c         |  778 +++------------------------
 libgames-support/games-card-theme.h         |   59 ++-
 libgames-support/render-cards.c             |    4 +-
 10 files changed, 1133 insertions(+), 733 deletions(-)

commit 7c912a5a98b66abe42b88bd62e2ef58e35f7e398
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Jan 6 18:17:57 2009 +0000

    Don't crash when loading the card theme has failed and we're getting
    NULL pixbufs.
    
    svn path=/trunk/; revision=8415

 libgames-support/games-card-textures-cache.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 28b303a3948198696c1185f86cc0c57ce2e5848f
Author: Robert Carr <racarr@src.gnome.org>
Date:   Tue Jan 6 01:34:07 2009 +0000

    Replace Lightsoff with Lights Off in user facing portions.
    
    svn path=/trunk/; revision=8414

 lightsoff/lightsoff.desktop.in |    2 +-
 lightsoff/main.js.in           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 502708fd7e41c3b528adf961cea4d9445b643d91
Author: Robert Carr <racarr@src.gnome.org>
Date:   Tue Jan 6 01:31:13 2009 +0000

    Make the lightsoff icon fit in a bit more with the others.
    
    svn path=/trunk/; revision=8413

 icons/scalable/gnome-lightsoff.svg |  314 +++++++++++++++++++++++++++++++++++-
 1 files changed, 307 insertions(+), 7 deletions(-)

commit cfa783651f0009c8c0726be004a1223d378e10f7
Author: Robert Carr <racarr@src.gnome.org>
Date:   Tue Jan 6 01:24:04 2009 +0000

    Add message about lightsoff translation.
    
    svn path=/trunk/; revision=8412

 lightsoff/main.js.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit cd63f8d850b67c127f85ff446ec3015511119909
Author: Robert Carr <racarr@src.gnome.org>
Date:   Tue Jan 6 01:17:38 2009 +0000

    Fix lightsoff clean files.
    
    svn path=/trunk/; revision=8411

 lightsoff/Makefile.am |    2 ++
 lightsoff/main.js.in  |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

commit 8525473153604d6382ae8c10b9e0b103176b47d6
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Tue Jan 6 01:09:32 2009 +0000

    Updated Greek translation (gnomine/help/el/el.po) by Marios Zindilis, added el to LINGUAS.
    
    svn path=/trunk/; revision=8410

 gnomine/help/Makefile.am |    2 +-
 gnomine/help/el/el.po    |  508 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 509 insertions(+), 1 deletions(-)

commit 538831da9bf928c06d14475395d917577d5918b7
Author: Robert Carr <racarr@src.gnome.org>
Date:   Tue Jan 6 01:04:24 2009 +0000

    Fix StartupNotify in lightsoff.desktop
    
    svn path=/trunk/; revision=8409

 lightsoff/lightsoff.desktop.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 22707df178dbe315eb03336d817814821a9b8bac
Author: Robert Carr <racarr@src.gnome.org>
Date:   Tue Jan 6 01:03:11 2009 +0000

    Add a desktop and an icon for lightsoff
    
    svn path=/trunk/; revision=8408

 icons/Makefile.am                  |    1 +
 icons/scalable/gnome-lightsoff.svg |  204 ++++++++++++++++++++++++++++++++++++
 lightsoff/Makefile.am              |    5 +
 lightsoff/lightsoff.desktop.in     |   13 +++
 4 files changed, 223 insertions(+), 0 deletions(-)

commit da82432616612265ee2c70748b7c81e74bbf6969
Author: Robert Carr <racarr@src.gnome.org>
Date:   Tue Jan 6 00:42:47 2009 +0000

    Add lightsoff.
    
    svn path=/trunk/; revision=8407

 configure.in            |   13 ++-
 lightsoff/0.svg         |  209 +++++++++++++++++++++++++++++++++++++++++++
 lightsoff/1.svg         |  177 ++++++++++++++++++++++++++++++++++++
 lightsoff/2.svg         |  187 ++++++++++++++++++++++++++++++++++++++
 lightsoff/3.svg         |  207 ++++++++++++++++++++++++++++++++++++++++++
 lightsoff/4.svg         |  165 ++++++++++++++++++++++++++++++++++
 lightsoff/5.svg         |  187 ++++++++++++++++++++++++++++++++++++++
 lightsoff/6.svg         |  209 +++++++++++++++++++++++++++++++++++++++++++
 lightsoff/7.svg         |  187 ++++++++++++++++++++++++++++++++++++++
 lightsoff/8.svg         |  227 ++++++++++++++++++++++++++++++++++++++++++++++
 lightsoff/9.svg         |  209 +++++++++++++++++++++++++++++++++++++++++++
 lightsoff/Makefile.am   |   58 ++++++++++++
 lightsoff/arrow-l.svg   |  174 ++++++++++++++++++++++++++++++++++++
 lightsoff/arrow-r.svg   |  191 +++++++++++++++++++++++++++++++++++++++
 lightsoff/arrow.js.in   |   38 ++++++++
 lightsoff/board.js.in   |  224 ++++++++++++++++++++++++++++++++++++++++++++++
 lightsoff/lcd-back.svg  |  117 ++++++++++++++++++++++++
 lightsoff/lcd-front.svg |  113 +++++++++++++++++++++++
 lightsoff/lcd-off.svg   |  228 +++++++++++++++++++++++++++++++++++++++++++++++
 lightsoff/light-off.svg |  228 +++++++++++++++++++++++++++++++++++++++++++++++
 lightsoff/light-on.svg  |  204 ++++++++++++++++++++++++++++++++++++++++++
 lightsoff/light.js.in   |   93 +++++++++++++++++++
 lightsoff/lightsoff.in  |    2 +
 lightsoff/main.js.in    |   61 +++++++++++++
 lightsoff/score.js.in   |  113 +++++++++++++++++++++++
 25 files changed, 3818 insertions(+), 3 deletions(-)

commit 92894f2187816a2f2f6bc9d19970baa94191eec4
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Jan 5 22:49:04 2009 +0000

    Make resigning in a UI versus UI game abandon the game (there was no way previously to stop these games)
    
    svn path=/trunk/; revision=8406

 glchess/src/lib/display.py         |    5 ++++-
 glchess/src/lib/game.py            |    4 ++++
 glchess/src/lib/gtkui/chessview.py |    3 +++
 glchess/src/lib/main.py            |    6 +++---
 4 files changed, 14 insertions(+), 4 deletions(-)

commit 40bb1598816a292ec6139c20a59d1ee3cc2ad1cb
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Mon Jan 5 19:50:06 2009 +0000

    Updated Greek translation by Marios Zindilis.
    
    svn path=/trunk/; revision=8405

 gnometris/help/el/el.po |  664 +++++++++++++++++++++++++++++++++++------------
 1 files changed, 503 insertions(+), 161 deletions(-)

commit b5db7c9c1d3bf36ea936ea3dcae05b403fea779b
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Mon Jan 5 19:38:32 2009 +0000

    Updated Greek translation by Marios Zindilis.
    
    svn path=/trunk/; revision=8404

 po/ChangeLog |    4 +
 po/el.po     |  771 +++++++++++++++++++++++++---------------------------------
 2 files changed, 339 insertions(+), 436 deletions(-)

commit 08b70b0a546292fe5254639a4d3537ee55ba8454
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jan 5 15:57:00 2009 +0000

    Gnome Games 2.25.4
    
    svn path=/trunk/; revision=8402

 NEWS             |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.skip |    1 +
 2 files changed, 48 insertions(+), 0 deletions(-)

commit 245a8c1e4048a874d4ccd0ad9d3ac9fe4d61393a
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Mon Jan 5 14:01:28 2009 +0000

    Updated German translation
    
    2009-01-05  Mario Blättermann <mariobl@svn.gnome.org>
    
    	* gnobots2/help/de/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=8401

 gnobots2/help/de/de.po |  667 ++++++++++++++++++++++++------------------------
 1 files changed, 337 insertions(+), 330 deletions(-)

commit a9dfdaa84778dbd532de7de1d2f25a3bdb084b8f
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Mon Jan 5 13:50:44 2009 +0000

    Updated German translation.
    
    2009-01-05  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* mahjongg/help/de/de.po: Updated German translation.
    
    
    svn path=/trunk/; revision=8400

 mahjongg/help/de/de.po |  911 ++++++++++++++++++++++++++++++++++++------------
 1 files changed, 682 insertions(+), 229 deletions(-)

commit f9fb62c2b7ae0365d2aa6cedb2c24af047eeda89
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Mon Jan 5 13:40:13 2009 +0000

    Updated German translation.
    
    2009-01-05  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* same-gnome/help/de/de.po: Updated German translation.
    
    
    svn path=/trunk/; revision=8399

 same-gnome/help/de/de.po            |  558 ++++++++++++++++++++++++++---------
 same-gnome/help/de/figures/play.png |  Bin 86833 -> 0 bytes
 2 files changed, 416 insertions(+), 142 deletions(-)

commit 80f2a0dd6962ce2a099be70b0b427f1177b9e7c1
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Mon Jan 5 13:19:19 2009 +0000

    Updated German translation
    
    2009-01-05  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* gnometris/help/de/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=8398

 gnometris/help/de/de.po |  398 ++++++++++++++++++++++++-----------------------
 1 files changed, 202 insertions(+), 196 deletions(-)

commit 9a90ecf2c4f3be7e277fdc11abda9df02d70ac66
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jan 5 06:20:00 2009 +0000

    Gnometris renders with Clutter in an extremely rudamentary way, as a first
    milestone on the way to a fully-canvas driven game engine. Right now, it's just
    two ClutterCairo surfaces, background and foreground, which are used as
    compositors. These two actors will end up staying: background for--eh--the
    background, and foreground for display of Pango text. An intermediate layer will
    be introduced on which game pieces are actually animated, rotated and exploded.
    
    Sadly, even this stupid way of rendering is faster than the old method.
    
    This pre-alpha 'leaks' memory like gang-busters, also. I do not know if it is
    merely a i915 driver bug or something more fundamental. It's not a 'leak' in the
    traditional sense: all the textures that are 'leaked' are still reachable in the
    i915 driver code. It leaks on the order of 1MB of memory per frame of animation.
    This will be fixed either by doing things the Right Way or mitigating i915 leaks
    by avoiding the use of texture uploads at all costs (a tile cache).
    
    svn path=/trunk/; revision=8397

 gnometris/field.cpp    |    9 +++++----
 gnometris/renderer.cpp |   17 ++++++++---------
 gnometris/renderer.h   |   13 +++++++------
 3 files changed, 20 insertions(+), 19 deletions(-)

commit a4e84ec11a50235cc6ae3c227eed290172b69a36
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jan 5 06:18:59 2009 +0000

    Most of the way there to working rendering.
    
    svn path=/trunk/; revision=8396

 gnometris/field.cpp |   88 +++++++++++++++++++++++++++-----------------------
 gnometris/field.h   |    3 --
 2 files changed, 47 insertions(+), 44 deletions(-)

commit 21b8e37f14a7d3926a3e4f9cdbf04278a97db881
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jan 5 06:18:07 2009 +0000

    Initial modifications that get actual clutter rendering working.
    
    svn path=/trunk/; revision=8395

 gnometris/field.cpp    |   43 ++++++++++++++++++++++---------------------
 gnometris/field.h      |    6 +++---
 gnometris/main.cpp     |    4 ++--
 gnometris/preview.cpp  |    4 +---
 gnometris/preview.h    |    4 ++++
 gnometris/renderer.cpp |   31 ++++++++-----------------------
 gnometris/renderer.h   |   13 +++++--------
 7 files changed, 45 insertions(+), 60 deletions(-)

commit 4122eab283fb644df044b12d10d1689bd723b959
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jan 5 06:17:12 2009 +0000

    Squeltch the last of the whitespace errors giving me grief from git svn
    
    svn path=/trunk/; revision=8394

 gnometris/block-cache.h          |    4 +-
 gnometris/blockops.cpp           |   48 +++++++-------
 gnometris/blocks.cpp             |    4 +-
 gnometris/field-noclutter.cpp    |   10 ++--
 gnometris/field.cpp              |   14 ++--
 gnometris/main.cpp               |    4 +-
 gnometris/preview-noclutter.cpp  |   16 ++--
 gnometris/preview.cpp            |   10 ++--
 gnometris/renderer-noclutter.cpp |   52 +++++++-------
 gnometris/renderer-noclutter.h   |    2 +-
 gnometris/renderer.cpp           |   52 +++++++-------
 gnometris/renderer.h             |    2 +-
 gnometris/scoreframe.cpp         |   16 ++--
 gnometris/tetris.cpp             |  136 +++++++++++++++++++-------------------
 14 files changed, 185 insertions(+), 185 deletions(-)

commit e1ee27e39e950a7586d332183684901e878d5c4a
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jan 5 06:16:18 2009 +0000

    Further seperate the clutter and noclutter code
    
    svn path=/trunk/; revision=8393

 gnometris/Makefile.am            |   22 +-
 gnometris/block-cache.cpp        |   37 +++
 gnometris/block-cache.h          |   42 +++
 gnometris/field-noclutter.cpp    |    2 +-
 gnometris/field-noclutter.h      |    2 +-
 gnometris/field.cpp              |   25 +--
 gnometris/field.h                |    1 +
 gnometris/preview-noclutter.h    |    2 +-
 gnometris/renderer-noclutter.cpp |  509 ++++++++++++++++++++++++++++++++++++++
 gnometris/renderer-noclutter.h   |   98 ++++++++
 gnometris/renderer.cpp           |    1 +
 gnometris/renderer.h             |    5 +-
 gnometris/tetris.cpp             |    3 +-
 13 files changed, 717 insertions(+), 32 deletions(-)

commit 1954afe667cb9e2f197d943eaed8c42e773a679c
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sun Jan 4 20:24:01 2009 +0000

    Updated Greek translation by Marios Zintilis
    
    svn path=/trunk/; revision=8392

 po/ChangeLog |    4 ++
 po/el.po     |  171 +++++++++++++++++++++++-----------------------------------
 2 files changed, 71 insertions(+), 104 deletions(-)

commit a916165a74b202ae91ed9e40abd5594c69a6744e
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Fri Jan 2 22:15:37 2009 +0000

    Updated Greek translation by Evgenia Petoumenou.
    
    svn path=/trunk/; revision=8391

 po/ChangeLog |    4 +
 po/el.po     | 3883 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 2335 insertions(+), 1552 deletions(-)

commit ce6292805cd27c61d49421eb792d8da277d1cb47
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Fri Jan 2 22:12:44 2009 +0000

    Added Greek translation by Evgenia Petoumenou, added el to LINGUAS.
    
    svn path=/trunk/; revision=8390

 mahjongg/help/Makefile.am |    2 +-
 mahjongg/help/el/el.po    |  488 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 489 insertions(+), 1 deletions(-)

commit 3df4de79ead358c78e888175b4a87bf65ba902db
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Fri Jan 2 22:09:09 2009 +0000

    Added Greek translation by Evgenia Petoumenou.
    
    svn path=/trunk/; revision=8389

 gnome-sudoku/help/Makefile.am |    2 +-
 gnome-sudoku/help/el/el.po    |  597 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 598 insertions(+), 1 deletions(-)

commit 48feae3dda2cfe1285ce18abf065c448cce32386
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Dec 28 01:46:27 2008 +0000

    Change GGZ language from hardcoded en_NZ.UTF-8 to use environment variable LANG (Robert Ancell, Bug #565402)
    
    svn path=/trunk/; revision=8387

 glchess/src/lib/ggz/client.py |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 8dad90eb5e35a0c2ffb11258e02fefa4c6e58913
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Dec 28 01:30:15 2008 +0000

    Fix UI bug when players join a room (Robert Ancell)
    
    svn path=/trunk/; revision=8385

 glchess/src/lib/network.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 07fb722eb3fe7070582569805bf2f1b99b4a2336
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Dec 28 01:21:07 2008 +0000

    Ignore unexpected messages from the GGZ server (Robert Ancell, Bugs #559193 #562482)
    
    svn path=/trunk/; revision=8384

 glchess/src/lib/ggz/client.py   |  131 ++++++++++++++++++++++++++-------------
 glchess/src/lib/ggz/protocol.py |   25 +++++---
 2 files changed, 102 insertions(+), 54 deletions(-)

commit d1d49f7213b6736ad1510010470b8f8d3d12f905
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Dec 28 00:16:44 2008 +0000

    Apply antialias setting on new game (Robert Ancell, Bug #565743)
    
    svn path=/trunk/; revision=8383

 glchess/src/lib/main.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 78bd6e338ecf109daa03f293c2496a543c99d5fb
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Dec 27 12:23:25 2008 +0000

    Updated Spanish translation by Daniel Mustieles
    
    svn path=/trunk/; revision=8382

 po/ChangeLog |    4 +
 po/es.po     |  177 +++++++++++++++++++++++++++++++++------------------------
 2 files changed, 106 insertions(+), 75 deletions(-)

commit 5745c3dbbdb914db1f900b712698acb686c30878
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Dec 24 12:31:04 2008 +0000

    Catch keyboard interrupts in AI monitor process
    
    svn path=/trunk/; revision=8380

 glchess/src/lib/ai.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 03cc0ec262122b0c75e617aa91a7b61f37d8b96e
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Dec 24 12:09:30 2008 +0000

    Describe reason for GGZ disconnection (Robert Ancell, Bug #564515)
    
    svn path=/trunk/; revision=8379

 glchess/src/lib/ggz/client.py |   76 ++++++++++++++++++++++++-----------------
 glchess/src/lib/network.py    |   16 ++++----
 2 files changed, 53 insertions(+), 39 deletions(-)

commit 3ae5bdb982ed3c7b97434ce0ec2b4ba0b44d45a7
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Dec 24 10:38:24 2008 +0000

    Mark load game filters as translatable (Claude Paroz, Bug #565162)
    
    svn path=/trunk/; revision=8378

 glchess/src/lib/gtkui/dialogs.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 8df46a8d885b2ecef08b5a58e0f24b88e0ec1a21
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Dec 20 09:59:37 2008 +0000

    Updated French translation.
    
    2008-12-20  Claude Paroz  <claude@2xlibre.net>
    
    	* fr.po: Updated French translation.
    
    svn path=/trunk/; revision=8377

 po/ChangeLog |    4 +
 po/fr.po     | 3585 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 2154 insertions(+), 1435 deletions(-)

commit d52c7f6db574b00a24e0ca353b50bdfa5beff60a
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Dec 16 22:42:10 2008 +0000

    Updated Spanish translation by Daniel Mustieles
    
    svn path=/trunk/; revision=8375

 po/ChangeLog |    4 +
 po/es.po     | 1310 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 780 insertions(+), 534 deletions(-)

commit 539a2f68f396b1fbfba7d825ed320e8294f36fb2
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Dec 16 21:16:32 2008 +0000

    Fix percentage format in translated string.
    
    svn path=/trunk/; revision=8374

 blackjack/src/dialog.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8b17909949d12d5972cbea1a881054119c7094d0
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Dec 16 21:15:34 2008 +0000

    Fix translation.
    
    2008-12-16  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Fix translation.
    
    svn path=/trunk/; revision=8373

 po/ChangeLog |    4 +
 po/nb.po     | 1822 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 974 insertions(+), 852 deletions(-)

commit c12ab2ec7b7669e6869ec759f9cc955682981542
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Dec 15 21:42:53 2008 +0000

    post-release version bump
    
    svn path=/trunk/; revision=8372

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

commit afef7eb8567809cd475c6474ed00d403026b9eda
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Dec 15 21:00:20 2008 +0000

    gnome-games 2.25.3
    
    svn path=/trunk/; revision=8370

 NEWS |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

commit a951705048993bef8d9519d4c55c328db5e87563
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Dec 15 20:38:12 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8369

 mahjongg/help/es/es.po |   65 +++++++++++++++++++++++------------------------
 1 files changed, 32 insertions(+), 33 deletions(-)

commit ad964e1393bef46b90a60252fc9923e12843e33c
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Dec 15 20:34:40 2008 +0000

    use g_timeout_add_seconds where possible
    
    svn path=/trunk/; revision=8368

 aisleriot/window.c  |    5 +++++
 gnibbles/main.c     |   12 ++++++------
 mahjongg/mahjongg.c |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)

commit 51d8ef75755de8809002df95e1647d3342fc3e91
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Dec 15 04:03:30 2008 +0000

    Make the High score table allow the user to change name to someone other
    than their username. (Bug #552963, Geoff Buchan)
    
    svn path=/trunk/; revision=8367

 gtali/gyahtzee.c                       |    4 ++++
 libgames-support/games-scores-dialog.c |    8 +++++++-
 libgames-support/games-scores.c        |   27 +++++++++++++++++++++++----
 libgames-support/games-scores.h        |    1 +
 4 files changed, 35 insertions(+), 5 deletions(-)

commit b2cabe5045936209f27057c94654a981e5fed548
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Dec 9 16:51:55 2008 +0000

    When cannot shuffle tiles don't display shuffle button in 'no moves' dialog (Bug #306984)
    
    svn path=/trunk/; revision=8366

 mahjongg/mahjongg.c |   56 +++++++++++++++++++++------------------------------
 1 files changed, 23 insertions(+), 33 deletions(-)

commit 29bee082cf85e4017b1a708c03d71df555ae097e
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Dec 9 16:21:38 2008 +0000

    Update documentation to correct the description of the high score dialog (Bug #464141)
    
    svn path=/trunk/; revision=8365

 mahjongg/help/C/mahjongg.xml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 3979cbf200a842900f9eb3f14f837bae2ecf4722
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Dec 9 15:59:22 2008 +0000

    Add new game button when no more moves (Bug #531844)
    
    svn path=/trunk/; revision=8364

 mahjongg/mahjongg.c |   30 +++++++++++++++++++++---------
 1 files changed, 21 insertions(+), 9 deletions(-)

commit 060b26dcdb9077ec5cfd1c71cca427ba17cc4de1
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Dec 9 15:33:03 2008 +0000

    Refactor new game code so all state iss correctly reset
    
    svn path=/trunk/; revision=8363

 mahjongg/drawing.c  |   12 ++-
 mahjongg/mahjongg.c |  234 ++++++++++++++++++++++-----------------------------
 mahjongg/mahjongg.h |    2 +-
 3 files changed, 111 insertions(+), 137 deletions(-)

commit c847a843dc729ab6ef60aa2c4abdcd2d00c9a3c4
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Dec 9 13:50:31 2008 +0000

    Use selected tile for hint if possible (Bug #448608)
    
    svn path=/trunk/; revision=8362

 mahjongg/mahjongg.c |   50 +++++++++++++++++++++++++++++++++-----------------
 1 files changed, 33 insertions(+), 17 deletions(-)

commit ce261faaafc6a43b43230e638e30afe396f7ecb0
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Dec 9 13:22:11 2008 +0000

    Use different message for getting the top score versus getting a score in the top ten (Bug #561423)
    
    svn path=/trunk/; revision=8361

 gnibbles/gnibbles.c   |    1 +
 gnobots2/game.c       |    1 +
 gnomine/gnomine.c     |    3 ++-
 gnotravex/gnotravex.c |    1 +
 gnotski/gnotski.c     |    1 +
 gtali/gyahtzee.c      |    3 ++-
 mahjongg/mahjongg.c   |    1 +
 same-gnome/ui.c       |    3 ++-
 8 files changed, 11 insertions(+), 3 deletions(-)

commit 0d578bcfa26f57b596a1b4541bbd16c869e19620
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Dec 9 11:24:58 2008 +0000

    Removed icons from new game diaalog for a cleaner design (Andreas Nilsson, Bug #562342)
    
    svn path=/trunk/; revision=8360

 glchess/glade/new_game.glade |  184 +++++++-----------------------------------
 1 files changed, 31 insertions(+), 153 deletions(-)

commit 061ac6065e65eec55063f7c39b387bf7150fae5a
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Dec 9 09:53:27 2008 +0000

    Reword the change map dialog (Bug #406745)
    
    svn path=/trunk/; revision=8359

 mahjongg/mahjongg.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 83dd40a15db2cfe9b1e68f15dfb78e77f7a7c739
Author: Marcel Telka <marcel@telka.sk>
Date:   Mon Dec 8 15:38:37 2008 +0000

    Updated Slovak translation.
    
    2008-12-08  Marcel Telka  <marcel@telka.sk>
    
    	* sk.po: Updated Slovak translation.
    
    svn path=/trunk/; revision=8358

 po/ChangeLog |    4 +
 po/sk.po     | 7823 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 4677 insertions(+), 3150 deletions(-)

commit 538e06a93f7fce19b9d7d23a354694fd251bd780
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Dec 5 23:04:29 2008 +0000

    Enable animations by default.
    
    svn path=/trunk/; revision=8357

 aisleriot/aisleriot.schemas.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2fb0cf9b05571c7c95613e0ff297d6e960469099
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Dec 5 23:03:07 2008 +0000

    Add setting to enable animations. Add UI to change the settings.
    
    svn path=/trunk/; revision=8356

 aisleriot/aisleriot.schemas.in |   13 ++++++
 aisleriot/board.c              |   29 +++++++++++++
 aisleriot/board.h              |    3 +
 aisleriot/conf.c               |   12 ++++--
 aisleriot/conf.h               |    1 +
 aisleriot/window.c             |   92 +++++++++++++++++++++++++++++++++++++++-
 6 files changed, 144 insertions(+), 6 deletions(-)

commit 9e84c5f8e4c6a964dd81764a1601b1d04457b515
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Dec 5 21:43:49 2008 +0000

    Use GamesClutterEmbed instead of ClutterGtkEmbed. Fixes critical
    warnings on startup.
    
    svn path=/trunk/; revision=8355

 gnometris/field.cpp |    4 ++--
 gnometris/main.cpp  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 6e4e6914b8ad511ba321d4e07a125e1200847429
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Dec 5 21:43:45 2008 +0000

    Move clutter-embed to libgames-support.
    
    svn path=/trunk/; revision=8354

 aisleriot/Makefile.am                  |    2 -
 aisleriot/board.c                      |   18 +-
 aisleriot/clutter-embed.c              |  510 --------------------------------
 aisleriot/clutter-embed.h              |  100 -------
 aisleriot/sol.c                        |    4 +-
 libgames-support/Makefile.am           |    2 +
 libgames-support/games-clutter-embed.c |  508 +++++++++++++++++++++++++++++++
 libgames-support/games-clutter-embed.h |  100 +++++++
 8 files changed, 622 insertions(+), 622 deletions(-)

commit 0931820e6c41fccd70c87372f4592571593cf5d5
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Dec 5 21:43:24 2008 +0000

    Move the card textures cache to libgames-support.
    
    svn path=/trunk/; revision=8353

 aisleriot/Makefile.am                        |    2 -
 aisleriot/board.c                            |    8 +-
 aisleriot/card-cache.c                       |  277 ------------------------
 aisleriot/card-cache.h                       |   83 -------
 aisleriot/card.c                             |   13 +-
 aisleriot/card.h                             |    5 +-
 aisleriot/slot-renderer.c                    |   16 +-
 aisleriot/slot-renderer.h                    |    5 +-
 libgames-support/Makefile.am                 |   12 +
 libgames-support/games-card-textures-cache.c |  296 ++++++++++++++++++++++++++
 libgames-support/games-card-textures-cache.h |   71 ++++++
 11 files changed, 401 insertions(+), 387 deletions(-)

commit 13c7dd9497f4c061ec19e97577bba04a5192852d
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Dec 5 21:00:07 2008 +0000

    Updated German translation Updated German translation
    
    2008-12-05  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* glchess/help/de/de.po: Updated German translation
    	* po/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=8352

 glchess/help/de/de.po |  409 ++++++++++++++++++++++++-------------------------
 po/de.po              |  185 +++++++++++------------
 2 files changed, 290 insertions(+), 304 deletions(-)

commit e783b423a6bebd2357446a932de15c80a7abf437
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Dec 1 22:38:11 2008 +0000

    post-release version bump
    
    svn path=/trunk/; revision=8350

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

commit 4e07ffd02eef2a70d748341b18e37abd034cd195
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Dec 1 22:03:59 2008 +0000

    gnome-games 2.25.2
    
    svn path=/trunk/; revision=8348

 NEWS |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 54 insertions(+), 0 deletions(-)

commit 8a750c122c296dde3cfebbdeda4ab8129b72f4ac
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Mon Dec 1 21:47:21 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=8347

 po/ChangeLog |    4 +
 po/sv.po     | 3932 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 2337 insertions(+), 1599 deletions(-)

commit 0b28303c84c32747ec630ffeea4342059f9b9f98
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Dec 1 18:18:09 2008 +0000

    Rewrite Baker's Game rules by basing them on freecell.scm. Bug #536913,
    patch by Vincent Povirk.
    
    svn path=/trunk/; revision=8346

 aisleriot/rules/bakers_game.scm |  242 ++-------------------------------------
 1 files changed, 12 insertions(+), 230 deletions(-)

commit bdeca0e8f7b7d70077015af1dee4a7a7fa2fbd01
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Dec 1 16:54:18 2008 +0000

    Ignore the noclutter source files for translation purposes.
    
    svn path=/trunk/; revision=8345

 po/POTFILES.skip |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit f70eefedd64e55e84a129640fc0c092633c24038
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Dec 1 16:25:38 2008 +0000

    Fixup dist files for noclutter case.
    
    svn path=/trunk/; revision=8344

 gnometris/Makefile.am |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 14d5a6b00b295b7fec3d229f6ea1a6f88179ef5d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 30 22:34:36 2008 +0000

    Be more strict about rules in Seahaven. Bug #556016, patch by Vincent
    Povirk.
    
    svn path=/trunk/; revision=8343

 aisleriot/rules/seahaven.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 6c8550d0114dddcaf620ff63204525de3de95035
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 30 22:34:35 2008 +0000

    Return sane values when scheme exceptions occur in scheme code called from C
    
    svn path=/trunk/; revision=8342

 aisleriot/game.c |   92 +++++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 67 insertions(+), 25 deletions(-)

commit cade121d54a896bc231119030b4e909a42101318
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 30 22:34:32 2008 +0000

    Use a string port to write the exception message, instead of printing it
    directly into the tmpfile.
    
    svn path=/trunk/; revision=8341

 aisleriot/game.c |  116 +++++++++++++++++++++++++----------------------------
 1 files changed, 55 insertions(+), 61 deletions(-)

commit 2a936a0d8d32489817b4a1793aceeede34b2ce07
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sun Nov 30 14:25:47 2008 +0000

    Updated German translation by Ulf Ehlert
    
    2008-11-30  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Updated German translation by Ulf Ehlert
    
    
    svn path=/trunk/; revision=8340

 glchess/help/de/de.po |  745 +++++++++++++++++++++++++------------------------
 1 files changed, 377 insertions(+), 368 deletions(-)

commit 62b6161e1065119438c70ac3fc09967f2d5682b0
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Nov 30 11:19:58 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8338

 aisleriot/help/ChangeLog.old |    4 +
 aisleriot/help/es/es.po      |  363 +++++++++++++++++++++++++++++++++++++-----
 2 files changed, 324 insertions(+), 43 deletions(-)

commit 2424bc5dee89620d7ae178830cc0e2c111f11c16
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sat Nov 29 09:44:05 2008 +0000

    Updated German translation Small fix in German translation
    
    2008-11-29  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* glchess/help/de/de.po: Updated German translation
    	* po/de.po: Small fix in German translation
    
    
    svn path=/trunk/; revision=8337

 glchess/help/de/de.po | 1117 +++++++++++++++++++++++++++++++++++++------------
 po/de.po              |    2 +-
 2 files changed, 858 insertions(+), 261 deletions(-)

commit 87bdafe8b68a1319dc5c244a4e9229ba7cf522bc
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Nov 27 10:46:30 2008 +0000

    Added anti-aliasing support (Bug #445711)
    
    svn path=/trunk/; revision=8335

 glchess/data/glchess.schemas.in        |   12 +++
 glchess/glade/preferences.glade        |   61 +++++++++++++++
 glchess/src/lib/config.py              |    1 +
 glchess/src/lib/display.py             |    9 ++-
 glchess/src/lib/gtkui/chessview.py     |    7 ++-
 glchess/src/lib/gtkui/dialogs.py       |   10 ++-
 glchess/src/lib/gtkui/gtkui.py         |    9 ++-
 glchess/src/lib/scene/__init__.py      |    3 +
 glchess/src/lib/scene/opengl/opengl.py |  128 ++++++++++++++++++++++----------
 glchess/src/lib/ui/ui.py               |    3 +
 10 files changed, 198 insertions(+), 45 deletions(-)

commit 3fce58b1a6a3db1db4a0d5f540f5bd9aa1dd503b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 23 20:22:17 2008 +0000

    Install terrace.scm too.
    
    svn path=/trunk/; revision=8331

 aisleriot/rules/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e3e4b02315bdfb8a9672037aa53279f59119de91
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 23 20:18:45 2008 +0000

    Regenerated.
    
    svn path=/trunk/; revision=8330

 aisleriot/translatable_game_names.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit d9f19ee3627a53184671aef26f2af3d6333fe348
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 23 19:34:54 2008 +0000

    Bug 542641 – Add Terrace aka Queen of Italy
    Written by Vincent Povirk with rules provided by David Rogers.
    
    svn path=/trunk/; revision=8329

 aisleriot/help/C/aisleriot.xml |    2 +
 aisleriot/help/C/terrace.xml   |  214 +++++++++++++++++++++
 aisleriot/help/Makefile.am     |    1 +
 aisleriot/rules/terrace.scm    |  406 ++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in                 |    1 +
 5 files changed, 624 insertions(+), 0 deletions(-)

commit 0e48565dc26fbe7b6a0fd2c411406b3c7744b721
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 23 19:34:51 2008 +0000

    Move option handling code from AisleriotWindow to AisleriotGame.
    Now guile is only used from within game.c.
    
    svn path=/trunk/; revision=8328

 aisleriot/game.c   |  138 ++++++++++++++++++++++++++++++++----
 aisleriot/game.h   |   24 +++++-
 aisleriot/window.c |  200 +++++++++++++++++-----------------------------------
 3 files changed, 209 insertions(+), 153 deletions(-)

commit 530b937667fccc9a53327850169de7c051fef454
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 23 19:34:49 2008 +0000

    When changing a game radio option, only update the game options once, so
    that only one option of the group is ever set at the same time. Patch
    from bug #542641, patch by Vincent Povirk.
    
    svn path=/trunk/; revision=8327

 aisleriot/window.c |   58 ++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 41 insertions(+), 17 deletions(-)

commit 6d66a088d4c8870cafbdc42f1a0ea9d54f9ba0f6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 23 19:34:44 2008 +0000

    Move hint code to AisleriotGame.
    
    svn path=/trunk/; revision=8326

 aisleriot/game.c   |  113 +++++++++++++++++++++++++++++++++++++++++++++++++---
 aisleriot/game.h   |    2 +-
 aisleriot/window.c |  102 +----------------------------------------------
 3 files changed, 110 insertions(+), 107 deletions(-)

commit 5b4b441391c0cd7dbf63e5f08f3ee43c85aec731
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Nov 23 14:57:48 2008 +0000

    Updated Czech translation by Marek Lisy.
    
    2008-11-23  Petr Kovar  <pknbe@volny.cz>
    
    	* cs.po: Updated Czech translation by Marek Lisy.
    
    svn path=/trunk/; revision=8324

 po/ChangeLog |    4 +
 po/cs.po     | 3242 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 1955 insertions(+), 1291 deletions(-)

commit f1a162ded4e8292000eec3a1ee29e9ae8f818331
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 22 17:56:06 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8323

 po/ChangeLog |    4 +
 po/es.po     |  357 +++++++++++++++++++--------------------------------------
 2 files changed, 123 insertions(+), 238 deletions(-)

commit 463bff46f1403247fd0e56bd626d5b0fcb6e5753
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sat Nov 22 11:23:16 2008 +0000

    Added German translation Added screenshots Added de to DOC_LINGUAS
    
    2008-11-22  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* help/de/de.po: Added German translation
    	* help/de/figures/*: Added screenshots
    	* help/Makefile.am: Added de to DOC_LINGUAS
    
    
    svn path=/trunk/; revision=8322

 glchess/help/Makefile.am                     |    2 +-
 glchess/help/de/de.po                        |  575 ++++++++++++++++++++++++++
 glchess/help/de/figures/game.png             |  Bin 0 -> 73160 bytes
 glchess/help/de/figures/new_game.png         |  Bin 0 -> 36680 bytes
 glchess/help/de/figures/preferences_game.png |  Bin 0 -> 17130 bytes
 glchess/help/de/figures/preferences_view.png |  Bin 0 -> 15000 bytes
 6 files changed, 576 insertions(+), 1 deletions(-)

commit fdc6b26aa0de0f923213a4dbaa972745238a6284
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Nov 21 08:45:22 2008 +0000

    Updated German translation. Added screenshots.
    
    2008-11-21  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Updated German translation.
    	* de/figures/*.png: Added screenshots.
    
    
    svn path=/trunk/; revision=8320

 iagno/help/de/de.po                 |   84 ++++++++++++++++++++++++++++-------
 iagno/help/de/figures/ANIMATION.png |  Bin 0 -> 22891 bytes
 iagno/help/de/figures/BLOCK.png     |  Bin 0 -> 38289 bytes
 iagno/help/de/figures/FIRST.png     |  Bin 0 -> 33778 bytes
 iagno/help/de/figures/PLAYER.png    |  Bin 0 -> 20057 bytes
 iagno/help/de/figures/START.png     |  Bin 0 -> 33658 bytes
 6 files changed, 68 insertions(+), 16 deletions(-)

commit 920b1e51c9604ee17c670f9054d9a0b06b1e7c17
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Nov 18 20:37:32 2008 +0000

    Change Gnibbles to Nibbles in user visible strings
    
    svn path=/trunk/; revision=8318

 gnibbles/gnibbles.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 6d7837bb6ac075e18cd2c6d29eb1a7be02e38c47
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 15 14:09:15 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8317

 po/es.po |  231 +++++++++-----------------------------------------------------
 1 files changed, 32 insertions(+), 199 deletions(-)

commit 0d51015cf7a3ac5c33900dd45b0159e559a9f48d
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 15 13:55:36 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8316

 po/es.po |  883 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 447 insertions(+), 436 deletions(-)

commit f2bca932984c62171dd5c0a19ca2b4f7abb47f9c
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 15 13:52:10 2008 +0000

    Updated Spanish translation by Daniel Mustieles
    
    svn path=/trunk/; revision=8315

 po/ChangeLog |    4 +
 po/es.po     |  437 ++++++++++++++++++++++------------------------------------
 2 files changed, 167 insertions(+), 274 deletions(-)

commit 2add4ed9c6bd3dddbf931a6598d647f02abedbd2
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sat Nov 15 04:14:03 2008 +0000

    Replace gtk_drawing_areas with gtk_clutter_embeds. Remove expose handlers.
    
    This commit causes us to depend on mutlistage support in the underlying glx
    implementation.
    
    svn path=/trunk/; revision=8314

 gnometris/blockops.cpp          |    5 +
 gnometris/field-noclutter.cpp   |    2 +-
 gnometris/field-noclutter.h     |    6 +-
 gnometris/field.cpp             |   14 +---
 gnometris/field.h               |    3 -
 gnometris/main.cpp              |    4 +-
 gnometris/preview-noclutter.cpp |  181 +++++++++++++++++++++++++++++++++++++++
 gnometris/preview-noclutter.h   |   64 ++++++++++++++
 gnometris/preview.cpp           |   47 ----------
 gnometris/preview.h             |    5 +-
 gnometris/tetris.cpp            |   10 ++-
 11 files changed, 268 insertions(+), 73 deletions(-)

commit 365d420dde0f42ffeb9917587321a0ad1c9930f1
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sat Nov 15 04:13:52 2008 +0000

    Fix the whitespace nightmare in Gnometris; ignore this.
    
    All vim modelines set to C++ mode with tab whitespace.
    
    svn path=/trunk/; revision=8313

 gnometris/blockops.cpp        |   28 +-
 gnometris/blockops.h          |   79 +++---
 gnometris/blocks.cpp          |    1 +
 gnometris/blocks.h            |    1 +
 gnometris/field-noclutter.cpp |  106 +++---
 gnometris/field-noclutter.h   |   79 +++---
 gnometris/field.cpp           |  102 +++---
 gnometris/field.h             |   79 +++---
 gnometris/highscores.cpp      |   25 +-
 gnometris/highscores.h        |   11 +-
 gnometris/main.cpp            |   16 +
 gnometris/preview.h           |   45 ++--
 gnometris/renderer.cpp        |  734 ++++++++++++++++++++--------------------
 gnometris/renderer.h          |   72 ++--
 gnometris/scoreframe.cpp      |    9 +-
 gnometris/scoreframe.h        |   76 +++--
 gnometris/tetris.cpp          |   91 +++---
 gnometris/tetris.h            |  220 +++++++------
 18 files changed, 900 insertions(+), 874 deletions(-)

commit b78333f046fe3538c90165d32ab418dac6276240
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sat Nov 15 04:13:41 2008 +0000

    Duplicate aisleriot's method of conditionally compiling clutter support.
    
    This checkin makes --enable-clutter do the right thing with regard to compiling
    in the proper headers and setting a HAVE_CLUTTER define for use for optional
    code compilation.
    
    I also copied aisleriot's noinst target for building the unaccelerated version
    optionally.
    
    svn path=/trunk/; revision=8312

 gnometris/Makefile.am         |   48 ++++++-
 gnometris/field-noclutter.cpp |  310 +++++++++++++++++++++++++++++++++++++++++
 gnometris/field-noclutter.h   |   80 +++++++++++
 3 files changed, 433 insertions(+), 5 deletions(-)

commit e383929d7c9d0b0bd55df7cd0a51bfb39de441b2
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sat Nov 15 04:13:32 2008 +0000

    Use the correct g_set_application_name for Gnometris.
    
    It was probably set to "Five or More" by Thomas by accident during the libgnome
    killoff work that he did at the end of Oct. 2008.
    
    svn path=/trunk/; revision=8311

 gnometris/main.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7fafe47a63b9d7eb00b709807ffb76cff822d775
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Nov 14 16:14:20 2008 +0000

    Show highlighter at game launch. Patch by Zhang Sen. Fixes bug #560815
    
    svn path=/trunk/; revision=8309

 gnome-sudoku/src/lib/main.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 65539904df4b081320fe7b42c3de7e4ac71d6ef1
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Nov 13 13:30:35 2008 +0000

    Clean up linking in networked game servers. Patch by Roger Light. Fixes bug #560088
    
    svn path=/trunk/; revision=8308

 gnect/src/Makefile.am |   26 ++++----------------------
 gnect/src/server.c    |    4 ----
 gnibbles/Makefile.am  |    9 ++-------
 gnibbles/server.c     |    2 --
 iagno/Makefile.am     |    5 +----
 iagno/server.c        |    1 -
 6 files changed, 7 insertions(+), 40 deletions(-)

commit f837913b70c52e79a699a2b8220dd00ca21c2dab
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Nov 10 14:52:53 2008 +0000

    The window-state-event callback needs to return gboolean, not void. [2-24-candidate]
    
    svn path=/trunk/; revision=8307

 blackjack/src/blackjack.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 36a31cc73977fa6a58fd6ae1449eab9588671e48
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Nov 9 21:53:02 2008 +0000

    Fix another warning. G_N_ELEMENTS macro uses sizeof which returns unsigned int
    
    svn path=/trunk/; revision=8306

 blackjack/src/chips.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 476142bbd39ea5430d4ef7c8369b25840772ed81
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Nov 9 21:04:03 2008 +0000

    Silence a few warnings
    
    svn path=/trunk/; revision=8305

 aisleriot/game.c                   |   38 ++++++++++++++++++++++-------------
 libgames-support/eggdesktopfile.c  |    8 ++++--
 libgames-support/games-setgid-io.c |   27 +++++++++++++++++++-----
 3 files changed, 50 insertions(+), 23 deletions(-)

commit 376d6351da1bd269efe44fc25677bbbb0f85b717
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sun Nov 9 19:14:39 2008 +0000

    Added screenshot Updated German translation
    
    2008-11-09  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/figures/tables.png: Added screenshot
    	* de/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=8303

 gnibbles/help/de/de.po              |    4 ++--
 gnibbles/help/de/figures/tables.png |  Bin 0 -> 41697 bytes
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 42fa94d6c30a9d72e35b25f4ff0eed2f08922847
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sun Nov 9 19:02:34 2008 +0000

    Updated German translation Added screenshot
    
    2008-11-09  Mario Blättermann <mariobl@svn.gnome.org>
    
    	* de/de.po: Updated German translation
    	* de/figures/tables.png: Added screenshot
    
    
    svn path=/trunk/; revision=8302

 gnect/help/de/de.po              |  713 +++++++++++++++++++++++++++++++-------
 gnect/help/de/figures/tables.png |  Bin 0 -> 45341 bytes
 2 files changed, 589 insertions(+), 124 deletions(-)

commit abe5f9dafdc90222f57bd2de61e85c8c4d717b8d
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Nov 9 15:24:59 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8300

 po/ChangeLog |    4 +
 po/es.po     | 3186 ++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 2001 insertions(+), 1189 deletions(-)

commit b8c8c808b6b2a081a7291384e27d4ab41d078441
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 9 15:11:00 2008 +0000

    Add GAMES_RUNTIME_SCORES_DIRECTORY and use that in the scores backend.
    
    svn path=/trunk/; revision=8299

 libgames-support/games-runtime.c        |    9 +++++----
 libgames-support/games-runtime.h        |    1 +
 libgames-support/games-scores-backend.c |    5 +++--
 libgames-support/games-sound.c          |    3 ++-
 4 files changed, 11 insertions(+), 7 deletions(-)

commit cce746cc454a2282e9298b3a16dd7903307377e3
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 9 15:10:58 2008 +0000

    Remove *DIR defines from aisleriot Makefile.am, and add
    GAMES_RUNTIME_GAME_HELP_DIRECTORY for win32/hildon.
    
    svn path=/trunk/; revision=8298

 aisleriot/Makefile.am            |   14 +++-----------
 aisleriot/board.c                |    1 +
 aisleriot/sol.c                  |   16 ++++++++--------
 libgames-support/games-runtime.c |    1 +
 libgames-support/games-runtime.h |    2 ++
 5 files changed, 15 insertions(+), 19 deletions(-)

commit d0f629bcbc69c2b5f52b4eb61c40b7dfe813961c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 9 14:12:18 2008 +0000

    Remove unused vars
    
    svn path=/trunk/; revision=8297

 blackjack/src/blackjack.cpp |    3 ---
 blackjack/src/card.cpp      |    3 +--
 blackjack/src/game.cpp      |    1 -
 3 files changed, 1 insertions(+), 6 deletions(-)

commit 6ae683525eb2a640ca039280af76ad6bc2fabec3
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 9 14:06:35 2008 +0000

    Use games-runtime to locate files.
    
    svn path=/trunk/; revision=8296

 blackjack/data/Makefile.am |    2 +-
 blackjack/src/chips.cpp    |   16 ++++++++++------
 blackjack/src/game.cpp     |   14 +++++++++++---
 blackjack/src/slot.cpp     |    9 +++++++--
 blackjack/src/splash.cpp   |    8 +++++---
 5 files changed, 34 insertions(+), 15 deletions(-)

commit 93fa27973d385d2b2fa75f7cd611b6938a73dc6a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 9 14:06:33 2008 +0000

    Install the sounds files always if sound is enabled, not just for
    gstreamer sound.
    
    svn path=/trunk/; revision=8295

 Makefile.am  |    2 +-
 configure.in |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 72f70b2e6061bec4391146ffd9ee1c9121a5ea16
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 9 14:06:31 2008 +0000

    Makefile modernisation.
    
    svn path=/trunk/; revision=8294

 blackjack/src/Makefile.am |   74 +++++++++++++++++++++++---------------------
 1 files changed, 39 insertions(+), 35 deletions(-)

commit f769c20d13a21a470f101a57af7f91b6114eb280
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Nov 9 14:06:29 2008 +0000

    Remove incorrect cast.
    
    svn path=/trunk/; revision=8293

 aisleriot/sol.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8bc1899f8b2f0459ba6625e4e42e02d8031538ec
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Nov 9 09:36:20 2008 +0000

    Handle errors loading stock icons (Bug #559868)
    
    svn path=/trunk/; revision=8291

 gnome-sudoku/src/lib/main.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit d57ae247d9e5f1b220aae9d8b0a924e806882050
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Nov 9 08:40:16 2008 +0000

    Only start animation timer when required (Bug #523589)
    
    svn path=/trunk/; revision=8290

 glines/glines.c |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

commit 3902ba6838273b323eceaaf1d7a48f2c72a75d50
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Nov 9 08:28:23 2008 +0000

    Removed tab characters
    
    svn path=/trunk/; revision=8289

 glines/glines.c |  297 +++++++++++++++++++++++++++----------------------------
 1 files changed, 148 insertions(+), 149 deletions(-)

commit 4fa17be391ad285a4205cc87e6b6a0c58ee2ed71
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Nov 9 03:10:10 2008 +0000

    Only start animation timer when required (Bug #523589)
    
    svn path=/trunk/; revision=8288

 same-gnome/drawing.c |   36 ++++++++++++++++++++++++++----------
 same-gnome/drawing.h |    2 ++
 same-gnome/game.c    |    7 +++++++
 3 files changed, 35 insertions(+), 10 deletions(-)

commit 7b984270226ac0629615e147cc8a2e9930570ed6
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Nov 9 02:57:55 2008 +0000

    Removed tab characters
    
    svn path=/trunk/; revision=8287

 same-gnome/drawing.c |  457 +++++++++++++++++++++++++-------------------------
 1 files changed, 228 insertions(+), 229 deletions(-)

commit a1fe5cb26397d02bf25cc9e6efaeefd8991a965d
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 8 12:45:52 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8286

 same-gnome/help/ChangeLog |    4 ++
 same-gnome/help/es/es.po  |  128 ++++++++++++++++++++++++++++----------------
 2 files changed, 85 insertions(+), 47 deletions(-)

commit 370a1cca2c7d44761d530ae3a7e1f28624875a85
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 8 12:31:39 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8285

 gnometris/help/ChangeLog.old |    4 ++++
 gnometris/help/es/es.po      |   29 +++++++++++++++++------------
 2 files changed, 21 insertions(+), 12 deletions(-)

commit 3b80b96089774fff41b2e6b2c757a2e1b21160c3
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 8 12:28:57 2008 +0000

    Updated Spansih translation
    
    svn path=/trunk/; revision=8284

 gnobots2/help/ChangeLog.old |    4 +++
 gnobots2/help/es/es.po      |   59 ++++++++++++++++++++++++-------------------
 2 files changed, 37 insertions(+), 26 deletions(-)

commit bb7848e5e5f61f0b8be2f19fb5fefc176e6a0936
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Nov 8 12:03:55 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=8283

 aisleriot/help/ChangeLog.old |    4 ++
 aisleriot/help/es/es.po      |   72 +++++++++++++++++++++++++++++++++++------
 2 files changed, 65 insertions(+), 11 deletions(-)

commit bfeffab2eb0025ffd18f352ba63e40b3c78736ce
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Nov 8 05:19:50 2008 +0000

    Only run animation timer during animation (Bug #523589)
    
    svn path=/trunk/; revision=8282

 iagno/gnothello.c  |   37 ++++++++++++++++++++++++++++++++-----
 iagno/gnothello.h  |    3 +++
 iagno/othello.c    |   10 ++++------
 iagno/properties.c |   21 +++++++--------------
 4 files changed, 46 insertions(+), 25 deletions(-)

commit 1abb05584f6f16b97aea08fe5afca771fa60fbb1
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Nov 8 03:27:48 2008 +0000

    Remove reference to sourceforge
    
    svn path=/trunk/; revision=8281

 glchess/README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5be496b35f20f2858881e3148cbc3e9154dc097a
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Nov 8 03:23:26 2008 +0000

    Updated README to new website
    
    svn path=/trunk/; revision=8280

 glchess/README |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

commit 02c0485ee7ad2df549b8d68c1c58e2d3625fda03
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Nov 8 03:21:20 2008 +0000

    Removed obsolete BUGS and TODO files
    
    svn path=/trunk/; revision=8279

 glchess/BUGS |    1 -
 glchess/TODO |   24 ------------------------
 2 files changed, 0 insertions(+), 25 deletions(-)

commit 54a8af998ec3e173e428f40a6193a38ebe415323
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Nov 8 02:51:52 2008 +0000

    Marked all Python files as being UTF-8 encoded
    
    svn path=/trunk/; revision=8278

 gnome-sudoku/src/gnome-sudoku.in.in               |    1 +
 gnome-sudoku/src/lib/__init__.py                  |    1 +
 gnome-sudoku/src/lib/colors.py                    |    1 +
 gnome-sudoku/src/lib/dialog_swallower.py          |    1 +
 gnome-sudoku/src/lib/game_selector.py             |    1 +
 gnome-sudoku/src/lib/gnome_sudoku.py              |    1 +
 gnome-sudoku/src/lib/gsudoku.py                   |    1 +
 gnome-sudoku/src/lib/gtk_goodies/Undo.py          |    1 +
 gnome-sudoku/src/lib/gtk_goodies/__init__.py      |    1 +
 gnome-sudoku/src/lib/gtk_goodies/dialog_extras.py |    1 +
 gnome-sudoku/src/lib/gtk_goodies/gconf_wrapper.py |    1 +
 gnome-sudoku/src/lib/gtk_goodies/image_extras.py  |    1 +
 gnome-sudoku/src/lib/main.py                      |    1 +
 gnome-sudoku/src/lib/pausable.py                  |    1 +
 gnome-sudoku/src/lib/printing.py                  |    1 +
 gnome-sudoku/src/lib/saver.py                     |    1 +
 gnome-sudoku/src/lib/simple_debug.py              |    1 +
 gnome-sudoku/src/lib/sudoku.py                    |    1 +
 gnome-sudoku/src/lib/sudoku_generator_gui.py      |    1 +
 gnome-sudoku/src/lib/sudoku_labeller.py           |    1 +
 gnome-sudoku/src/lib/sudoku_maker.py              |    1 +
 gnome-sudoku/src/lib/sudoku_thumber.py            |    1 +
 gnome-sudoku/src/lib/timer.py                     |    1 +
 23 files changed, 23 insertions(+), 0 deletions(-)

commit ea3704457fd3e9ae0e6df569a21f81a064fccc50
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Nov 8 02:48:10 2008 +0000

    Marked all Python files as being UTF-8 encoded (Bug #556803)
    
    svn path=/trunk/; revision=8277

 glchess/src/glchess.in.in                      |    1 +
 glchess/src/lib/__init__.py                    |    1 +
 glchess/src/lib/ai.py                          |    1 +
 glchess/src/lib/cecp.py                        |    1 +
 glchess/src/lib/chess/__init__.py              |    1 +
 glchess/src/lib/chess/bitboard.py              |    1 +
 glchess/src/lib/chess/board.py                 |    1 +
 glchess/src/lib/chess/fics/__init__.py         |    1 +
 glchess/src/lib/chess/fics/client.py           |    1 +
 glchess/src/lib/chess/fics/server.py           |    1 +
 glchess/src/lib/chess/fics/style12.py          |    1 +
 glchess/src/lib/chess/fics/telnet.py           |    1 +
 glchess/src/lib/chess/lan.py                   |    1 +
 glchess/src/lib/chess/pgn.py                   |    1 +
 glchess/src/lib/chess/san.py                   |    1 +
 glchess/src/lib/config.py                      |    1 +
 glchess/src/lib/display.py                     |    1 +
 glchess/src/lib/game.py                        |    1 +
 glchess/src/lib/ggz/__init__.py                |    1 +
 glchess/src/lib/ggz/chess.py                   |    1 +
 glchess/src/lib/ggz/client.py                  |    1 +
 glchess/src/lib/ggz/protocol.py                |    1 +
 glchess/src/lib/glchess.py                     |    1 +
 glchess/src/lib/gtkui/__init__.py              |    1 +
 glchess/src/lib/gtkui/chessview.py             |    1 +
 glchess/src/lib/gtkui/dialogs.py               |    1 +
 glchess/src/lib/gtkui/gtkui.py                 |    1 +
 glchess/src/lib/gtkui/log.py                   |    1 +
 glchess/src/lib/gtkui/network.py               |    1 +
 glchess/src/lib/history.py                     |    1 +
 glchess/src/lib/main.py                        |    1 +
 glchess/src/lib/network.py                     |    1 +
 glchess/src/lib/player.py                      |    1 +
 glchess/src/lib/scene/__init__.py              |    1 +
 glchess/src/lib/scene/cairo/__init__.py        |    1 +
 glchess/src/lib/scene/cairo/pieces.py          |    1 +
 glchess/src/lib/scene/human.py                 |    1 +
 glchess/src/lib/scene/opengl/__init__.py       |    1 +
 glchess/src/lib/scene/opengl/builtin_models.py |    1 +
 glchess/src/lib/scene/opengl/new_models.py     |    1 +
 glchess/src/lib/scene/opengl/opengl.py         |    1 +
 glchess/src/lib/scene/opengl/png.py            |    1 +
 glchess/src/lib/scene/opengl/texture.py        |    1 +
 glchess/src/lib/uci.py                         |    1 +
 glchess/src/lib/ui/__init__.py                 |    1 +
 glchess/src/lib/ui/ui.py                       |    1 +
 46 files changed, 46 insertions(+), 0 deletions(-)

commit a1f7fd316f3656e339fef31a0bdc1d2d4d419f3b
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Nov 8 01:58:03 2008 +0000

    DGTK_DISABLE_SINGLE_INCLUDES fixes
    
    svn path=/trunk/; revision=8276

 dependencies/ggz-gtk/xtext.c |    7 +------
 dependencies/ggz-gtk/xtext.h |    2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

commit 30e48c5930a147fa7f1eacc4a8cbfb2de06b6681
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Nov 7 15:16:03 2008 +0000

    replace tabs with spaces to correct indentation. Patch by Zhang Sen. Fixes bug 559434
    
    svn path=/trunk/; revision=8275

 gnome-sudoku/src/lib/gtk_goodies/gconf_wrapper.py |  150 ++++++++++----------
 1 files changed, 75 insertions(+), 75 deletions(-)

commit c04f4886c63a8e0e7add000ed383929b790ce262
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Nov 6 23:46:27 2008 +0000

    Scores should always be sensitive in the menu. Patch based on initial work by Jason Clinton. Fixes bug #488057
    
    svn path=/trunk/; revision=8274

 glines/glines.c          |   12 ------------
 gnobots2/game.c          |    1 -
 gnobots2/gnobots.c       |    2 --
 gnobots2/menu.c          |   15 ---------------
 gnobots2/menu.h          |    1 -
 gnobots2/properties.c    |    2 --
 gnometris/highscores.cpp |    5 -----
 gnometris/highscores.h   |    1 -
 gnometris/tetris.cpp     |   11 -----------
 gnometris/tetris.h       |    1 -
 gnotski/gnotski.c        |   14 --------------
 gtali/gyahtzee.c         |   15 ---------------
 mahjongg/mahjongg.c      |   13 -------------
 13 files changed, 0 insertions(+), 93 deletions(-)

commit 05fc347d1cf03c0132ef81dd5afd331b3530ff2c
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Nov 6 12:56:57 2008 +0000

    Use IOError.strerror not IOError.message
    
    svn path=/trunk/; revision=8272

 gnome-sudoku/src/lib/sudoku_maker.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0ed70cf3b1db7253724cc6a0c276c51f8d554b45
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Nov 6 12:53:36 2008 +0000

    Handle not being able to access save game directory (Bug #532937)
    
    svn path=/trunk/; revision=8270

 gnome-sudoku/src/lib/saver.py |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 0d695fa1cea0c20a34a4e34f765bd82c63e6d333
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Nov 6 12:44:26 2008 +0000

    Make Sudo generator resiliant to file IO failures (Bug #486385, #421487)
    
    svn path=/trunk/; revision=8269

 gnome-sudoku/src/lib/sudoku_maker.py |  126 +++++++++++++++------------------
 1 files changed, 57 insertions(+), 69 deletions(-)

commit a76fbb235508fd109c264a7cfe5e586035f1580c
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Nov 6 11:38:29 2008 +0000

    Fix crash when printing zero puzzles (Bug #436275)
    
    svn path=/trunk/; revision=8266

 gnome-sudoku/src/lib/printing.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 849997cc1b6e843d792d9b564eee794767cf760c
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Nov 6 11:27:01 2008 +0000

    Catch errors writing to stdout (Bug #523062)
    
    svn path=/trunk/; revision=8264

 gnome-sudoku/src/gnome-sudoku.in.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit fcc8cd46509620dbf1802ed8457ff5aad47c9fbd
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Nov 6 11:08:29 2008 +0000

    Catch errors writing to stdout (Bug #523062)
    
    svn path=/trunk/; revision=8263

 gnome-sudoku/src/gnome-sudoku.in.in |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 6cac7509fa6774f96642b03a6c336d11da603bc2
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Nov 5 20:59:34 2008 +0000

    stop warning. Variable should be const
    
    svn path=/trunk/; revision=8261

 glines/glines.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b959686d4f221026d8c434298463c29482a47eec
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Nov 5 02:21:46 2008 +0000

    Post-release version bump.
    
    svn path=/trunk/; revision=8260

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

commit eb92fe44d9e32dbcb3983022b7459d55ae26b7f4
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Nov 5 00:36:19 2008 +0000

    Change games-files api to take const char as dirname
    
    svn path=/trunk/; revision=8259

 iagno/properties.c             |    7 ++-----
 libgames-support/games-files.c |    4 ++--
 libgames-support/games-files.h |    2 +-
 3 files changed, 5 insertions(+), 8 deletions(-)

commit 529cc76e5ce1454eca800789188630ffd8f7633d
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Nov 4 23:00:21 2008 +0000

    quick fixes for NEWS
    
    svn path=/trunk/; revision=8256

 NEWS |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

commit 26a5300eea13e98a938ace07566861029fd1c170
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Nov 4 22:38:47 2008 +0000

    Update NEWS file for 2.25.1 release.
    
    svn path=/trunk/; revision=8254

 NEWS |  135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 134 insertions(+), 1 deletions(-)

commit 166b42ae5db803c183c182418cfe338eb5316945
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:55 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8253

 same-gnome/Makefile.am |   13 ++++---------
 same-gnome/drawing.c   |    5 +++--
 same-gnome/ui.c        |    6 +++++-
 3 files changed, 12 insertions(+), 12 deletions(-)

commit 8e6c1f50ee3b4daa505f052ac837f650a3b9ec99
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:52 2008 +0000

    Add game theme directory.
    
    svn path=/trunk/; revision=8252

 libgames-support/games-runtime.c |    1 +
 libgames-support/games-runtime.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

commit ef6d195381e6b9550ab88897fab5e87587f43cce
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:50 2008 +0000

    Unify libgames-support includes, and include config.h.
    
    svn path=/trunk/; revision=8251

 blackjack/src/blackjack.cpp |    6 +++---
 blackjack/src/chips.cpp     |    4 +++-
 blackjack/src/dialog.cpp    |    2 +-
 blackjack/src/slot.cpp      |    4 +++-
 4 files changed, 10 insertions(+), 6 deletions(-)

commit 030ed72c6ce44c6b36d7bd336befb7fdcf0ae134
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:46 2008 +0000

    Makefile prettification.
    
    svn path=/trunk/; revision=8250

 gnome-sudoku/data/Makefile.am                |    2 +-
 gnome-sudoku/glade/Makefile.am               |    3 +--
 gnome-sudoku/src/lib/gtk_goodies/Makefile.am |    2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

commit cf1689225fa370c6b09b251762af08adeec34a13
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:41 2008 +0000

    Fix the out-of-srcdir build.
    
    svn path=/trunk/; revision=8249

 tests/libgames-support/Makefile.am             |   14 +++++---------
 tests/libgames-support/test-libgames-support.c |    2 +-
 2 files changed, 6 insertions(+), 10 deletions(-)

commit 3f1f2c9ea346b39e06b92b6ae64eac666e9fabf0
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:40 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8248

 gnect/data/Makefile.am    |    2 +-
 gnect/pixmaps/Makefile.am |    3 +--
 gnect/src/Makefile.am     |   25 ++++++++++++++++++-------
 3 files changed, 20 insertions(+), 10 deletions(-)

commit 4e2f4684b9b20d31c08b0ece779578211da31b59
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:38 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8247

 mahjongg/Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit b2efa7e50753b8432d5ab881b2aeb072aeb9ce6c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:36 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8246

 iagno/Makefile.am |   53 ++++++++++++++++++++++++++++++++---------------------
 1 files changed, 32 insertions(+), 21 deletions(-)

commit 3683e02275962bff3279bc1265ac8bfefc30bfa7
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:34 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8245

 gtali/Makefile.am         |   17 ++++++-----------
 gtali/gyahtzee.c          |   12 ++++++------
 gtali/help/da/Makefile.am |    1 -
 gtali/pix/Makefile.am     |    1 -
 gtali/setup.c             |    4 ++--
 5 files changed, 14 insertions(+), 21 deletions(-)

commit 0b9603456193e9b283a4fea54eeadaa833cf4d0b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:32 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8244

 gnotski/Makefile.am |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit a1f613f7eb94e9ec38bec5e5d09b9b963443740b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:30 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8243

 gnotravex/Makefile.am         |    7 +------
 gnotravex/pixmaps/Makefile.am |    1 -
 2 files changed, 1 insertions(+), 7 deletions(-)

commit cae37f70558a90fbb6d846e9fec93a327fb2fdd9
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:28 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8242

 gnometris/Makefile.am     |    7 ++-----
 gnometris/pix/Makefile.am |    8 +++-----
 2 files changed, 5 insertions(+), 10 deletions(-)

commit 58189869f366a402caa65806987be7c00a7dd4af
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:27 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8241

 gnomine/Makefile.am |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

commit 4110a6727750636b2b3dcf26bd0fb079d7e45336
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:25 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8240

 gnibbles/Makefile.am     |    8 ++------
 gnibbles/pix/Makefile.am |    9 ++++-----
 2 files changed, 6 insertions(+), 11 deletions(-)

commit fc12a308d257b59d2a76161fe9dfce84c4c56913
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:22 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups. Prettify the Makefile.am in the process, and make libgames-support includes consistent.
    
    svn path=/trunk/; revision=8239

 gnobots2/Makefile.am  |   24 ++++++++++++------------
 gnobots2/graphics.c   |    6 ++++--
 gnobots2/properties.c |    6 +++++-
 3 files changed, 21 insertions(+), 15 deletions(-)

commit 2ba13407f9db827aee3de26609c2a3aad8e95232
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:18 2008 +0000

    Remove directory defines from CPPFLAGS to ensure they're not used, and replace remaining uses of the directory defines, if any, with games-runtime lookups.
    
    svn path=/trunk/; revision=8238

 glines/Makefile.am |    7 +------
 glines/glines.c    |    5 ++++-
 2 files changed, 5 insertions(+), 7 deletions(-)

commit 3cdd4a41b0b06d86fb275d914c352927f250faf2
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Nov 4 14:25:13 2008 +0000

    -version-info doesn't work with convenience libs, and is unnecessary
    anyway here.
    
    svn path=/trunk/; revision=8237

 dependencies/ggz-gtk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8960f326adbf7bba2d1203f0f8fb56546f295060
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Nov 4 01:05:36 2008 +0000

    check return value of fgets. Also clean up function wrt tabs/spaces
    
    svn path=/trunk/; revision=8236

 gnibbles/gnibbles.c |   75 ++++++++++++++++++++++++++++----------------------
 1 files changed, 42 insertions(+), 33 deletions(-)

commit 0a0750127092da8bbe3c49a3eddb4563899437b2
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Nov 4 00:20:59 2008 +0000

    'Show Toolbar' should be insensitive in new game/saved game screen
    
    svn path=/trunk/; revision=8235

 gnome-sudoku/src/lib/main.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2079f66ee4857e96aa4816f034637e18ec5c4cfc
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Nov 3 23:35:23 2008 +0000

    fix warning in iagno, remove duplicate include in aisleriot and reinsert HAVE_GNOME check for g_thread in aisleriot
    
    svn path=/trunk/; revision=8234

 aisleriot/game.c   |    1 -
 aisleriot/sol.c    |    2 +-
 iagno/properties.c |    9 ++++++---
 3 files changed, 7 insertions(+), 5 deletions(-)

commit 34cf11c3f848545b24af7c4f6786aaffb167b726
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Nov 3 22:51:37 2008 +0000

    make gtali use games-runtime to locate its files
    
    svn path=/trunk/; revision=8233

 gtali/Makefile.am     |    2 +-
 gtali/gyahtzee.c      |   54 +++++++++++++++++++++++++++---------------------
 gtali/pix/Makefile.am |    2 +-
 3 files changed, 32 insertions(+), 26 deletions(-)

commit c9275ee43bcec746ceb62fc53e8d3f4e76d4035a
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Mon Nov 3 08:00:34 2008 +0000

    Removed cellspacing which is not a valid tgroup attribute. Fixes #509801.
    
    svn path=/trunk/; revision=8232

 same-gnome/help/C/same-gnome.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8e7e1c0b3a867004cd85cba9d6dbbf68e274df8b
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Nov 2 11:01:11 2008 +0000

    Stop game immediately completing when started from high score dialog (bug #558904, regression from 2.24.0)
    
    svn path=/trunk/; revision=8227

 gnotravex/gnotravex.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 1642ec520d59ec71e8d8eba07d928eab6ae879bd
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Nov 2 10:53:30 2008 +0000

    Remove tab characters
    
    svn path=/trunk/; revision=8226

 gnotravex/gnotravex.c |  170 ++++++++++++++++++++++++-------------------------
 1 files changed, 84 insertions(+), 86 deletions(-)

commit fd29cd6858e94dd8bfad6d56b8dfd4b67e71b577
Author: Hendrik Richter <hendrikr@src.gnome.org>
Date:   Sun Nov 2 08:36:32 2008 +0000

    Updated German translation, fix #556509.
    
    svn path=/trunk/; revision=8224

 gnobots2/help/de/de.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 37b87a8e402185826771a8c3877fe909f0059a15
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 31 00:41:03 2008 +0000

    Make sure the dancer can not be activated while already running by using the auto fill. Fixes bug #532357. Patch by Zhang Sen
    
    svn path=/trunk/; revision=8221

 gnome-sudoku/src/lib/main.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 0363321e60c93d360ae74341f3174ed63c2925f6
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 31 00:38:05 2008 +0000

    Don't crash on old savegames by initializing non-existing values to 0. Fixes bug #557308. Patch by Zhang Sen
    
    svn path=/trunk/; revision=8220

 gnome-sudoku/src/lib/saver.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit b5a27ddb98266585208b1ac02f77f166dc33f555
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Wed Oct 29 21:00:55 2008 +0000

    Set the Cogl color to white before rendering a card
    
    cogl_texture_rectangle blends the texture with the current cogl color
    so we need to explicitly set it to white in case another actor has
    changed it.
    
    svn path=/trunk/; revision=8219

 aisleriot/baize.c         |    2 ++
 aisleriot/card.c          |    2 ++
 aisleriot/slot-renderer.c |    4 ++++
 3 files changed, 8 insertions(+), 0 deletions(-)

commit b5a1cbef9019bfb6fb447605ebf705c62d753297
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Wed Oct 29 21:00:49 2008 +0000

    Include <clutter/clutter.h> instead of individual headers
    
    Clutter is moving towards disallowing inclusion of individual headers
    so we might as well change it now.
    
    svn path=/trunk/; revision=8218

 aisleriot/baize.c         |    2 +-
 aisleriot/baize.h         |    2 +-
 aisleriot/board.c         |    2 +-
 aisleriot/card.c          |    2 +-
 aisleriot/card.h          |    2 +-
 aisleriot/clutter-embed.c |    4 +---
 aisleriot/game.c          |    2 +-
 aisleriot/game.h          |    2 +-
 aisleriot/slot-renderer.c |    7 +------
 aisleriot/slot-renderer.h |    3 +--
 aisleriot/sol.c           |    2 +-
 11 files changed, 11 insertions(+), 19 deletions(-)

commit e6dfbaac6607f57cb2971354323995d57c2b7b1a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Oct 29 10:22:37 2008 +0000

    Updated Norwegian bokmål translation.
    
    2008-10-29  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=8217

 po/ChangeLog |    6 +-
 po/nb.po     | 2921 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 1764 insertions(+), 1163 deletions(-)

commit 4094aeb109ba4f824f1ca7469b3ec2be2b6c3610
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 28 18:16:15 2008 +0000

    Code style fix
    
    svn path=/trunk/; revision=8216

 libgames-support/games-help.c |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit ca4b045076fd46a8d34a4cda5b0e6e59076c98cd
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 28 18:14:10 2008 +0000

    Bug 558276 – missing files from POTFILES.in
    
    svn path=/trunk/; revision=8215

 po/POTFILES.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit a0f965c667d647af036aa34cf8b2d398fbececaa
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 28 14:52:38 2008 +0000

    Fix missing prototypes warnings.
    
    svn path=/trunk/; revision=8214

 gnibbles/gnibbles.c   |    2 ++
 gnibbles/main.c       |    3 ++-
 gnibbles/scoreboard.c |    1 +
 gnibbles/worm.c       |    3 +++
 4 files changed, 8 insertions(+), 1 deletions(-)

commit ee0202867b989f9f4834d336f85789a0109be3d8
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 28 13:44:20 2008 +0000

    Keyfiles use false, not FALSE.
    
    svn path=/trunk/; revision=8213

 blackjack/data/Ameristar.rules      |    4 ++--
 blackjack/data/Atlantic_City.rules  |   10 +++++-----
 blackjack/data/Vegas_Downtown.rules |    8 ++++----
 blackjack/data/Vegas_Strip.rules    |    4 ++--
 4 files changed, 13 insertions(+), 13 deletions(-)

commit 1f51700374385a4baf9cda5005ae591e56b9b28f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 28 13:38:25 2008 +0000

    Port blackjack rules format to GKeyFile.
    
    svn path=/trunk/; revision=8212

 blackjack/data/Ameristar.rules      |   27 +++----
 blackjack/data/Atlantic_City.rules  |   27 +++----
 blackjack/data/Vegas_Downtown.rules |   27 +++----
 blackjack/data/Vegas_Strip.rules    |   27 +++----
 blackjack/src/game.cpp              |  148 +++++-----------------------------
 5 files changed, 74 insertions(+), 182 deletions(-)

commit 13492699b32ea486c12dab43e6f0e2856a129b3e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 28 13:38:22 2008 +0000

    All games allow gtk-only now; remove unneeded need_gnome and
    allow_gtk_only flags.
    Move libxml check out of the GNOME check, since it's only used by
    blackjack.
    
    svn path=/trunk/; revision=8211

 blackjack/src/Makefile.am |    3 ++-
 configure.in              |   28 ++++++++++++++--------------
 2 files changed, 16 insertions(+), 15 deletions(-)

commit 3b8d4dc0bf42991c27754722a209c078ac487c95
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 28 12:56:16 2008 +0000

    Remove gettext check from configure, and just bump the version req in
    autogen.
    
    svn path=/trunk/; revision=8210

 autogen.sh   |    5 ++++-
 configure.in |    9 ---------
 2 files changed, 4 insertions(+), 10 deletions(-)

commit d4bde48946a454ef96230a4587f45ccf684f18cc
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 28 12:56:11 2008 +0000

    Only add -lSM in the XSMP case.
    
    svn path=/trunk/; revision=8209

 libgames-support/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d7adef506f4136cc500240508489898e0009e6d9
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 28 01:44:43 2008 +0000

    remove libgnome from configure.in. Enjoy the libgnome-free gnome-games.
    
    svn path=/trunk/; revision=8208

 configure.in                 |   43 +++--------------------------------------
 libgames-support/Makefile.am |    1 +
 2 files changed, 5 insertions(+), 39 deletions(-)

commit 436405aa843d7d2fd8502247dd9f147c2f003a93
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 28 00:14:29 2008 +0000

    Use quit_game_cb() instead as quit_cb() is not defined when not using a sm client
    
    svn path=/trunk/; revision=8207

 iagno/gnothello.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f42ba345e67b205cdc004bbae81c087410470a32
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 27 20:39:34 2008 +0000

    Remove libgnome dependency from ggz-gtk
    
    svn path=/trunk/; revision=8206

 dependencies/ggz-gtk/chat.c   |   14 +++++++++-----
 dependencies/ggz-gtk/client.c |   38 ++++++++++++++++++++++++++++++++++++--
 dependencies/ggz-gtk/login.c  |   38 ++++++++++++++++++++++++++++++++++++--
 3 files changed, 81 insertions(+), 9 deletions(-)

commit 37814623f0e7abacf0861a41b62fb74d0154f71b
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 27 00:16:13 2008 +0000

    move common help functionality to libgames-support/games-help.[ch]
    
    svn path=/trunk/; revision=8205

 blackjack/src/menu.cpp        |   25 ++-------------
 glines/glines.c               |   22 +------------
 gnect/src/main.c              |   22 +------------
 gnibbles/main.c               |   22 +------------
 gnobots2/menu.c               |   22 +------------
 gnometris/tetris.cpp          |   23 +------------
 gnomine/gnomine.c             |   22 +------------
 gnotravex/gnotravex.c         |   22 +------------
 gnotski/gnotski.c             |   22 +------------
 gtali/gyahtzee.c              |   22 +------------
 iagno/gnothello.c             |   22 +------------
 libgames-support/Makefile.am  |    2 +
 libgames-support/games-help.c |   68 +++++++++++++++++++++++++++++++++++++++++
 libgames-support/games-help.h |   32 +++++++++++++++++++
 mahjongg/mahjongg.c           |   22 +------------
 same-gnome/ui.c               |   22 +------------
 16 files changed, 129 insertions(+), 263 deletions(-)

commit 5d6757dd8527cc7206e41233b6865a1f8007f3f8
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Oct 26 14:54:44 2008 +0000

    Don't add DISABLE_DEPRECATED to AM_CPPFLAGS.
    
    svn path=/trunk/; revision=8204

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

commit ed12779c777e60bbc2334aee33b1e52e2123fc1b
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Oct 26 14:45:57 2008 +0000

    Add GNOME_MAINTAINER_MODE_DEFINES.
    
    svn path=/trunk/; revision=8203

 configure.in |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit bece7fea10879b3e13823bc0912f78269be74855
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Oct 26 14:45:52 2008 +0000

    Build with *_DISABLE_DEPRECATED and *_DISABLE_SINGLE_INCLUDES.
    Add some missing includes.
    
    svn path=/trunk/; revision=8202

 aisleriot/board.h                                  |    2 +-
 aisleriot/clutter-embed.c                          |    2 +-
 aisleriot/game.h                                   |    2 +-
 aisleriot/sol.c                                    |    7 +--
 aisleriot/stats-dialog.h                           |    2 +-
 aisleriot/util.h                                   |    2 +-
 aisleriot/window.h                                 |    2 +-
 blackjack/src/dialog.cpp                           |    2 +-
 gnect/src/gfx.c                                    |   17 +++---
 gnect/src/ggz-network.c                            |    4 +-
 gnect/src/main.c                                   |   37 +++++++-------
 gnibbles/boni.c                                    |    2 +
 gnibbles/bonus.c                                   |    2 +
 gnibbles/main.c                                    |    4 +-
 gnibbles/preferences.c                             |   22 ++++----
 gnibbles/warpmanager.c                             |    2 +
 gnobots2/game.c                                    |    2 +-
 gnobots2/gnobots.c                                 |    3 +-
 gnobots2/properties.c                              |   37 +++++---------
 gnobots2/sound.c                                   |    2 +
 gnobots2/statusbar.c                               |    2 +-
 gnometris/tetris.cpp                               |    4 +-
 gnomine/gnomine.c                                  |   19 ++++---
 gnomine/minefield.c                                |    2 +-
 gnomine/minefield.h                                |    2 +-
 gtali/gyahtzee.c                                   |    1 +
 iagno/ggz-network.c                                |    2 +
 iagno/gnothello.c                                  |    1 +
 libgames-support/games-clock.h                     |    4 +-
 libgames-support/games-conf.c                      |    5 +--
 libgames-support/games-conf.h                      |    2 +-
 libgames-support/games-controls.h                  |    2 +-
 libgames-support/games-dlg-chat.c                  |   10 ++--
 libgames-support/games-dlg-players.c               |   54 ++++++++++----------
 libgames-support/games-frame.h                     |    2 +-
 libgames-support/games-scores-dialog.h             |    2 +-
 libgames-support/games-stock.c                     |    1 -
 libgames-support/games-stock.h                     |    8 +--
 libgames-support/render-cards.c                    |    1 -
 mahjongg/drawing.c                                 |    2 +-
 mahjongg/drawing.h                                 |    2 +-
 windows/nsis/include/win_environment_functions.nsh |    2 +-
 42 files changed, 138 insertions(+), 147 deletions(-)

commit 66ffe283d4b1fbe4bab4c24ab1c4b2ccbda53070
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Oct 26 14:45:48 2008 +0000

    Fix out-of-srcdir build, and exempt ggz-gtk from deprecation flags.
    
    svn path=/trunk/; revision=8201

 dependencies/ggz-gtk/Makefile.am |    7 +++++--
 gnect/src/Makefile.am            |    2 +-
 gnibbles/Makefile.am             |    2 +-
 gnobots2/Makefile.am             |    2 +-
 gnometris/Makefile.am            |   26 +++++++++++++-------------
 gnomine/Makefile.am              |    2 +-
 iagno/Makefile.am                |    2 +-
 7 files changed, 23 insertions(+), 20 deletions(-)

commit c315e33a95742180c76e50cc65d91290b27bf4a4
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Oct 26 10:24:29 2008 +0000

    more libgnome removal
    
    svn path=/trunk/; revision=8200

 libgames-support/games-conf.c        |   18 ------------------
 libgames-support/games-dlg-chat.c    |    7 +++++--
 libgames-support/games-dlg-players.c |    3 ++-
 3 files changed, 7 insertions(+), 21 deletions(-)

commit 26e8c97a40a58f4653ce30580c1508905f8355ed
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Oct 26 10:21:43 2008 +0000

    set page_size = 0 for spinbuttons
    
    svn path=/trunk/; revision=8199

 dependencies/ggz-gtk/props.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 94271f9d89076cb415faf4910e075233207d8169
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Oct 25 22:05:07 2008 +0000

    Removing a few gnome.h includes
    
    svn path=/trunk/; revision=8198

 gnibbles/preferences.c                         |    6 ++++--
 gnibbles/properties.c                          |    1 +
 gnibbles/warp.h                                |    3 ++-
 gnibbles/warpmanager.h                         |    3 ++-
 gnibbles/worm.h                                |    2 +-
 iagno/ggz-network.c                            |   11 +++++++----
 iagno/othello.c                                |   10 +++++++---
 iagno/properties.c                             |   13 +++++++------
 iagno/server.c                                 |    9 ++++++---
 tests/libgames-support/test-libgames-support.c |    3 ++-
 10 files changed, 39 insertions(+), 22 deletions(-)

commit 2c6931bc614c16af71af57565856a2aefd404ca0
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Oct 25 17:45:14 2008 +0000

    Bug 557828 – unconditional #include of clutter-embed.h in sol.c when
    clutter not enabled
    Patch by "Paul" <ephraim_owns at hotmail.com>
    
    svn path=/trunk/; revision=8197

 aisleriot/sol.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit b6894b5b15bd6b39e5da0a45e1130473d15d3db8
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Oct 24 15:14:40 2008 +0000

    Updated screenshot
    
    2008-10-24  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/figures/no-move.png: Updated screenshot
    
    
    svn path=/trunk/; revision=8195

 mahjongg/help/de/figures/no-move.png |  Bin 7944 -> 9232 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 9a292adf0f894c7ea746310356426aab3d02e596
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Oct 24 12:42:42 2008 +0000

    Added German translation Added Screenshots
    
    2008-10-24  Mario Blättermann <mariobl@svn.gnome.org>
    
    	* gnect/help/de/de.po: Added German translation
    	* gnect/help/de/figures/*.png: Added Screenshots
    
    
    svn path=/trunk/; revision=8194

 gnect/help/de/de.po                  |  445 ++++++++++++++++++++++++++++++++++
 gnect/help/de/figures/connect.png    |  Bin 0 -> 34205 bytes
 gnect/help/de/figures/mainwindow.png |  Bin 0 -> 34283 bytes
 3 files changed, 445 insertions(+), 0 deletions(-)

commit a063667f2c156efd404de748769dee162f2b12f1
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 23 23:06:19 2008 +0000

    Fix the build with clutter 0.8.
    
    svn path=/trunk/; revision=8193

 aisleriot/board.c |    1 -
 aisleriot/sol.c   |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

commit 7764909b9bb8fec329423bbce14f3e869318438d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 23 23:06:11 2008 +0000

    Remove useless padding
    
    svn path=/trunk/; revision=8192

 aisleriot/clutter-embed.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

commit b1dc60773dcdd413a1110069f33d578bcb5fc309
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Oct 23 22:12:12 2008 +0000

    remove last bits of libgnome in gnometris and some indentation/includes cleanup
    
    svn path=/trunk/; revision=8191

 gnometris/highscores.h   |    5 +--
 gnometris/main.cpp       |   49 ++++++++++++++++++++++++++-------------------
 gnometris/preview.h      |    1 -
 gnometris/scoreframe.cpp |    9 +++----
 gnometris/tetris.h       |    7 ++++-
 5 files changed, 39 insertions(+), 32 deletions(-)

commit 3156df74c5330bf6bdc533037f92dfdb992f77b6
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Oct 23 21:56:03 2008 +0000

    port gnometris from gnome-vfs to GIO. Fixes bug #550004
    
    svn path=/trunk/; revision=8190

 gnometris/tetris.cpp |   77 +++++++++++++++++++++++++++----------------------
 1 files changed, 42 insertions(+), 35 deletions(-)

commit dc073506a64e030bbe77e5b3ab1b217e32e804fe
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Oct 23 18:18:04 2008 +0000

    Set page_size=0 in spin button
    
    svn path=/trunk/; revision=8188

 gnometris/tetris.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 48bd7ab95ad9626007b424db332b822cef6a7b77
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 23 17:17:21 2008 +0000

    Use the clutter option group instead of calling gtk_clutter_init()
    directly.
    
    svn path=/trunk/; revision=8187

 aisleriot/clutter-embed.c |   21 +++++++++++++++++++++
 aisleriot/clutter-embed.h |    7 ++++++-
 aisleriot/sol.c           |   20 ++++++++++++++------
 3 files changed, 41 insertions(+), 7 deletions(-)

commit 5ce4898f129ce5efc8ba5ac608b40e6c6636f9b4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 23 14:22:55 2008 +0000

    Fix window flashing on startup, by only showing the embed's stage actor
    after realising the embed.
    
    svn path=/trunk/; revision=8186

 aisleriot/clutter-embed.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 0a0f7d7ab6e91cb577204458a4d1c80741c32e07
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 23 14:22:52 2008 +0000

    Multi-head fix.
    
    svn path=/trunk/; revision=8185

 aisleriot/clutter-embed.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 79461f9b384c4b4eec5f94bad02fbfb30607d58e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 23 14:22:50 2008 +0000

    Don't realize the clutter-embed widget from gtk_widget_show() !
    Partially fixes window size persistence; still the window first flashes
    at the default size then resizes.
    
    svn path=/trunk/; revision=8184

 aisleriot/clutter-embed.c |   42 +++++++++++++++++++-----------------------
 1 files changed, 19 insertions(+), 23 deletions(-)

commit 4662fc3462c887b60c1ab36db743af07c0c51a3d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 23 14:22:47 2008 +0000

    Import gtk-clutter-embed for future fixup
    
    svn path=/trunk/; revision=8183

 aisleriot/Makefile.am     |    2 +
 aisleriot/board.c         |   11 +-
 aisleriot/clutter-embed.c |  491 +++++++++++++++++++++++++++++++++++++++++++++
 aisleriot/clutter-embed.h |  103 ++++++++++
 4 files changed, 602 insertions(+), 5 deletions(-)

commit 43fa29a4dda2904e9f04f75469e2e873f3234da8
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Oct 23 13:26:56 2008 +0000

    Fix the build with clutter 0.9.
    
    svn path=/trunk/; revision=8182

 aisleriot/board.c      |    2 +-
 aisleriot/card-cache.c |    1 -
 aisleriot/sol.c        |    2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

commit 7d6ac5ed4c875c532262192f4e87b695c7b0c5cc
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Oct 22 23:01:22 2008 +0000

    remove a few libgnome calls. Remove unused method fillMenu (). Use games-runtime to get pixmap dirs and g_get_user_data_dir for user data dir. Cleanup includes.
    
    svn path=/trunk/; revision=8181

 gnometris/Makefile.am     |    2 +-
 gnometris/pix/Makefile.am |    2 +-
 gnometris/tetris.cpp      |  111 ++++++++++++---------------------------------
 gnometris/tetris.h        |    3 -
 4 files changed, 31 insertions(+), 87 deletions(-)

commit 422b873ec8e99e318dfd43799cab4f21592621f4
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 22 11:46:02 2008 +0000

    Search for clutter's API version, to support clutter 0.9.
    
    svn path=/trunk/; revision=8180

 configure.in |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit 19c777bf182e94e7ab9e4a08313814e214e0740f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 21 21:50:22 2008 +0000

    In the HAVE_CLUTTER case, build a noinst sol-noclutter aisleriot
    variant, to ensure it always builds and to test against.
    
    svn path=/trunk/; revision=8179

 aisleriot/Makefile.am |   25 +++++++++++++++++++++++++
 configure.in          |    2 --
 2 files changed, 25 insertions(+), 2 deletions(-)

commit 26acb00ccef394e319d40c256d3614ba9a230a2d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 21 21:50:20 2008 +0000

    Make clutter in aisleriot optional.
    
    svn path=/trunk/; revision=8178

 aisleriot/Makefile.am |   36 +++++++++++++++++++++++-------------
 aisleriot/game.c      |   22 +++++++++++++++++++---
 aisleriot/game.h      |   10 ++++++++++
 aisleriot/sol.c       |    6 ++++++
 4 files changed, 58 insertions(+), 16 deletions(-)

commit 4233a1dd9fb57b681c475a994b707810d356b311
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 21 21:50:17 2008 +0000

    Fix signed/unsigned comparision warning.
    
    svn path=/trunk/; revision=8177

 libgames-support/render-cards.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ba2883e4b6d1be21e9052d9be48b37178c08276c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 21 21:50:14 2008 +0000

    Update from libegg.
    
    svn path=/trunk/; revision=8176

 libgames-support/eggdesktopfile.c   |    2 +-
 libgames-support/eggsmclient-xsmp.c |    6 +-
 libgames-support/eggsmclient.patch  |   73 +---------------------------------
 3 files changed, 7 insertions(+), 74 deletions(-)

commit a6d9e7ff6deb84f878ecbf12c246514706f84501
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 21 21:50:12 2008 +0000

    Make clutter optional and make it off by default. Pass --enable-clutter
    to configure to enable it.
    
    svn path=/trunk/; revision=8175

 configure.in |   67 +++++++++++++++++++++++++++++++--------------------------
 1 files changed, 36 insertions(+), 31 deletions(-)

commit 488f2176c4714d59fd5e936b9a013216f494311c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 21 21:50:06 2008 +0000

    Simplify clutter check.
    Call AM_CONDITIONALLY unconditionally.
    
    svn path=/trunk/; revision=8174

 configure.in |   28 +++++++++++++---------------
 1 files changed, 13 insertions(+), 15 deletions(-)

commit 972956a21c47ed4164907c883641d2497e9f0fc6
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 21 20:32:31 2008 +0000

    move mahjongg to use games-runtime for determining directories
    
    svn path=/trunk/; revision=8173

 mahjongg/Makefile.am |    4 ++--
 mahjongg/drawing.c   |    9 ++++++---
 mahjongg/mahjongg.c  |    6 ++----
 mahjongg/maps.c      |    5 ++++-
 4 files changed, 14 insertions(+), 10 deletions(-)

commit e3df25ba076540b12d71dba2372f8b70aec0b66d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Tue Oct 21 20:28:18 2008 +0000

    Resurrect non-clutter board.c as board-noclutter.c.
    
    svn path=/trunk/; revision=8172

 aisleriot/board-noclutter.c | 3744 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 3744 insertions(+), 0 deletions(-)

commit a7c12b026f988d2847ebd104a7d49c02a8607815
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:48:09 2008 +0000

    Fix the range and property numbers for the highlight and revealed-card
    properties of AisleriotSlotRenderer.
    
    svn path=/trunk/; revision=8171

 aisleriot/slot-renderer.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 752676437661037f48e1d97297ac909974bb5c53
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:48:02 2008 +0000

    Added a revealed-card property to AisleriotSlotRenderer to fix
    revealing the card with the right mouse button.
    
    svn path=/trunk/; revision=8170

 aisleriot/board.c         |   19 +++-----
 aisleriot/slot-renderer.c |  114 ++++++++++++++++++++++++++++++++++----------
 aisleriot/slot-renderer.h |    4 ++
 3 files changed, 99 insertions(+), 38 deletions(-)

commit ec727fbb753d7b8c59cfa2b79fb2ff551eb1d5bf
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:47:55 2008 +0000

    Don't animate the depth of a card if it is being dropped from a drag.
    
    svn path=/trunk/; revision=8169

 aisleriot/board.c         |   11 +++++++++--
 aisleriot/slot-renderer.c |   12 +++++++-----
 aisleriot/slot-renderer.h |    1 +
 3 files changed, 17 insertions(+), 7 deletions(-)

commit 676b0805922b4706fb90ba2671e845e7bf315cbd
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:47:49 2008 +0000

    Make the removed cards array an instance variable and add the dragged
    cards to it so they can be animated from the drag position instead of
    from the source slot. The slot's old cards array is now reset in two
    places so a function was added to game.c to do this.
    
    svn path=/trunk/; revision=8168

 aisleriot/board.c |   48 ++++++++++++++++++++++++++++++++++++------------
 aisleriot/game.c  |    8 ++++++++
 aisleriot/game.h  |    2 ++
 3 files changed, 46 insertions(+), 12 deletions(-)

commit be2816c9389cd4730c08b89bf8d43e20b0713c8d
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:47:42 2008 +0000

    Reposition the slot renderers when the stage size changes
    
    svn path=/trunk/; revision=8167

 aisleriot/board.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 8561b72966a5c311d893cd4a7cad1e8788ef6abc
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:47:35 2008 +0000

    Moved the animated cards to a ClutterGroup that is layered above the
    slots so that the cards won't move behind the slots.
    
    svn path=/trunk/; revision=8166

 aisleriot/board.c         |   27 ++++++-
 aisleriot/slot-renderer.c |  189 ++++++++++++++++++---------------------------
 aisleriot/slot-renderer.h |    7 ++
 3 files changed, 106 insertions(+), 117 deletions(-)

commit 3510b1e60be86099f629f3f79996968183aa27fb
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:47:28 2008 +0000

    Convert the highlight start id back to int so that it can highlight
    the empty slot when it's set to -1
    
    svn path=/trunk/; revision=8165

 aisleriot/board.c         |   12 ++++++------
 aisleriot/slot-renderer.c |   28 ++++++++++++++--------------
 aisleriot/slot-renderer.h |    2 +-
 3 files changed, 21 insertions(+), 21 deletions(-)

commit 00c91d034c2bfd6e64c6c623d077d4d7e2759564
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:47:21 2008 +0000

    When updating a slot, cancel all animations so that you can grab cards
    that are animated.
    
    svn path=/trunk/; revision=8164

 aisleriot/board.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 9981ff859aba386867707959c04f09d80066fcf6
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:47:14 2008 +0000

    Fixed positioning of animated cards. It now no longer duplicates
    drawing cards that are animated.
    
    svn path=/trunk/; revision=8163

 aisleriot/board.c         |   19 ++++++++++-----
 aisleriot/slot-renderer.c |   55 +++++++++++++++++++++++++-------------------
 2 files changed, 44 insertions(+), 30 deletions(-)

commit afac10d771a4365855c37508b7e1655e9a5c72c5
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:47:08 2008 +0000

    Added a function to calculate the pixel position of a card within a
    slot.
    
    svn path=/trunk/; revision=8162

 aisleriot/game.c |   26 ++++++++++++++++++++++++++
 aisleriot/game.h |    6 ++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

commit fe6fc3d80aa11714ab9c096888279a65aa4a2bdc
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:47:01 2008 +0000

    Moved the animation code to the slot renderer so the slot can keep
    track of how many cards are being animated. The animated cards are now
    children of the slot.
    
    svn path=/trunk/; revision=8161

 aisleriot/board.c         |  126 +++++-----------------
 aisleriot/slot-renderer.c |  270 ++++++++++++++++++++++++++++++++++++++++++++-
 aisleriot/slot-renderer.h |   11 ++
 3 files changed, 305 insertions(+), 102 deletions(-)

commit 4b3bee1c3f1cb064d7711f29b4cac348b469b356
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:46:54 2008 +0000

    Added a property to AisleriotSlotRenderer to set the highlight start
    card. G_MAXUINT means no highlight. Updated
    slot_update_card_images_full to use this.
    
    svn path=/trunk/; revision=8160

 aisleriot/board.c         |   14 ++++++----
 aisleriot/slot-renderer.c |   60 ++++++++++++++++++++++++++++++++++++++++----
 aisleriot/slot-renderer.h |    4 +++
 3 files changed, 66 insertions(+), 12 deletions(-)

commit 54f3d9324cd24df914d1dd8aff824b04b0d63b67
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:46:47 2008 +0000

    Added an actor to render a whole slot instead of trying to create
    separate actors for each visible card in the slot. For now this breaks
    animations and highlights.
    
    svn path=/trunk/; revision=8159

 aisleriot/Makefile.am     |    2 +
 aisleriot/board.c         |   93 ++---------------
 aisleriot/game.c          |   19 +---
 aisleriot/game.h          |    4 +-
 aisleriot/slot-renderer.c |  252 +++++++++++++++++++++++++++++++++++++++++++++
 aisleriot/slot-renderer.h |   73 +++++++++++++
 6 files changed, 343 insertions(+), 100 deletions(-)

commit da8ee186c80416707f092950bcb9481f3237dcc4
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:46:40 2008 +0000

    Removed the unused expose-event handler in board.c
    
    svn path=/trunk/; revision=8158

 aisleriot/board.c |  266 -----------------------------------------------------
 1 files changed, 0 insertions(+), 266 deletions(-)

commit b14ef5b3a03af5708fd5b2f9dc2b86ac778582a9
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:46:33 2008 +0000

    Add checking for clutter to configure.in
    
    Conflicts:
    
    	configure.in
    
    svn path=/trunk/; revision=8157

 configure.in |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

commit e98e15e2eba5943741cf7083ad900c7aa03e08c0
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:46:26 2008 +0000

    When checking if the cards that haven't moved are the same, ignore
    whether the card is flipped.
    
    svn path=/trunk/; revision=8156

 aisleriot/board.c |   29 +++++++++++++++++++----------
 1 files changed, 19 insertions(+), 10 deletions(-)

commit 40bc0daa56595a2ef4ccd695a88788a38f808793
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:46:19 2008 +0000

    Try to detect when a card is moved and animate that.
    
    svn path=/trunk/; revision=8155

 aisleriot/board.c |  125 ++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 80 insertions(+), 45 deletions(-)

commit bfb4abb98ecc6b758836c42c82356848435f5eb3
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:46:13 2008 +0000

    Check for animations at more points
    
    svn path=/trunk/; revision=8154

 aisleriot/board.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 2c2a044bea54ba626535fe9328458776ede92bbb
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:46:05 2008 +0000

    Forgot to clear the highlighted card images when clearing the texture
    cache.
    
    svn path=/trunk/; revision=8153

 aisleriot/card-cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3605a10d9f32c15931186d633fa620dd6b0ca880
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:45:59 2008 +0000

    When animating a card, also move the card above the table.
    
    svn path=/trunk/; revision=8152

 aisleriot/board.c |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

commit 961d33af9f9a56986962e0e62c0fdedb11420d58
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:45:52 2008 +0000

    When the card is rotated so that the back face is showing, do an extra
    180 degree rotation because the image for the back of the card is
    already drawn as if it was rotated.
    
    svn path=/trunk/; revision=8151

 aisleriot/card.c |   30 ++++++++++++++++++++++++------
 1 files changed, 24 insertions(+), 6 deletions(-)

commit 82814eebc6cb7bd80e7e2415c3c1a056fc734d7d
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:45:44 2008 +0000

    Added a framework to check for differences in the board state and
    animate the changes. Currently the only animation occurs when the top
    card of a slot is slipped over.
    
    svn path=/trunk/; revision=8150

 aisleriot/board.c |  142 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 aisleriot/game.c  |    2 +
 aisleriot/game.h  |    2 +
 3 files changed, 146 insertions(+), 0 deletions(-)

commit 974bf7f546da1377852a2588e19253033b122209
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:45:38 2008 +0000

    Include gtk-clutter-embed.h
    
    svn path=/trunk/; revision=8149

 aisleriot/sol.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5b9bd90cd1e965c32775e94eb27c921d552bdb73
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:45:31 2008 +0000

    Updated a comment
    
    svn path=/trunk/; revision=8148

 aisleriot/game.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 162c97fa0e5dff47086a9243499aa3138cb6d795
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:45:23 2008 +0000

    Create an actor to display the slot gap in empty slots.
    
    svn path=/trunk/; revision=8147

 aisleriot/board.c |   65 +++++++++++++++++++++++++++++++---------------------
 aisleriot/game.c  |    5 ++++
 aisleriot/game.h  |    3 ++
 3 files changed, 47 insertions(+), 26 deletions(-)

commit 8f9791ac5d1bdb1fdb152fc7b66a71340c5187c9
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:45:13 2008 +0000

    Added aisleriot_card_cache_get_slot_texture
    
    svn path=/trunk/; revision=8146

 aisleriot/card-cache.c |    9 +++++++++
 aisleriot/card-cache.h |    2 ++
 2 files changed, 11 insertions(+), 0 deletions(-)

commit 5d5419814afe4c3b857e07b7fef48d5a869845fb
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:45:06 2008 +0000

    Set the position of the moving group when beginning drag.
    
    svn path=/trunk/; revision=8145

 aisleriot/board.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2996f858036f8d0a5e58a6f36284b1be7ecb7688
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:44:58 2008 +0000

    Raise the moving group after changing its position so that it will
    always be above the highlighted slot.
    
    svn path=/trunk/; revision=8144

 aisleriot/board.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e5c81fcac71636b51ae533eea950ec1598ab369f
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:44:51 2008 +0000

    Drag cards using a ClutterGroup instead of a child GdkWindow.
    
    svn path=/trunk/; revision=8143

 aisleriot/board.c |  114 ++++++++---------------------------------------------
 1 files changed, 17 insertions(+), 97 deletions(-)

commit 6eb415a1546ee61b598881f2cac600bc102a709c
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:44:44 2008 +0000

    Fix the index for highlighted cards in card-cache.c
    
    svn path=/trunk/; revision=8142

 aisleriot/card-cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a56dd1778c32e09bbcbbbff8671332db496d6490
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:44:37 2008 +0000

    Destroy the card actors when freeing the slots
    
    svn path=/trunk/; revision=8141

 aisleriot/game.c |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 7ec43cb1896d7345ee8699b58b6b678b8b113a91
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:44:30 2008 +0000

    Take a reference to the AisleriotCard when storing it in the slot
    array.
    
    svn path=/trunk/; revision=8140

 aisleriot/board.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 635c2878764ed8aa3680761935ddb64cf6774c22
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:44:23 2008 +0000

    When getting the card images for a slot, create an AisleriotCard actor
    for each card and place it at the right position.
    
    svn path=/trunk/; revision=8139

 aisleriot/board.c |   61 ++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 42 insertions(+), 19 deletions(-)

commit b4682cebddc9fe6a4c94dfce2ab87489483cb6f5
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:44:15 2008 +0000

    Make aisleriot_card_cache_clear public
    
    svn path=/trunk/; revision=8138

 aisleriot/card-cache.c |    4 +---
 aisleriot/card-cache.h |    2 ++
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 6917b6e781d380a20d2f71b26402d09b4e261d7f
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:44:08 2008 +0000

    Add missing chain-up in the dispose handler for AisleriotCard.
    
    svn path=/trunk/; revision=8137

 aisleriot/card.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 76117c8e5773443485e74465060c768d918daeb6
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:44:02 2008 +0000

    Added the missing highlighted property for AisleriotCard
    
    svn path=/trunk/; revision=8136

 aisleriot/card.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 325ac0282c78820b4823fe6bad5ca9e8934c49cd
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:43:54 2008 +0000

    Added a ClutterActor subclass to render a card or show the back if the
    card is rotated upside down.
    
    svn path=/trunk/; revision=8135

 aisleriot/Makefile.am |    2 +
 aisleriot/card.c      |  300 +++++++++++++++++++++++++++++++++++++++++++++++++
 aisleriot/card.h      |   77 +++++++++++++
 3 files changed, 379 insertions(+), 0 deletions(-)

commit fe39e78fb5b9c7c2fa9522bbd800a1135590d2f2
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:43:47 2008 +0000

    Include games-card-images.h and add a copyright message to card-cache.h
    
    svn path=/trunk/; revision=8134

 aisleriot/card-cache.h |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit 7ac841ba709cc349ae1104524ec69770bba5ddb2
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:43:39 2008 +0000

    Store the textures in the card cache as Cogl textures instead of
    Clutter textures.
    
    svn path=/trunk/; revision=8133

 aisleriot/card-cache.c |   28 ++++++++++++++++++----------
 aisleriot/card-cache.h |   15 ++++++++-------
 2 files changed, 26 insertions(+), 17 deletions(-)

commit ccbbea48cabaa610305259fbcf041146872acc46
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:43:31 2008 +0000

    Small coding style fix up
    
    svn path=/trunk/; revision=8132

 aisleriot/card-cache.c |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

commit 2492af124ec2b9539282d9cb31653a3a5f203534
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:43:23 2008 +0000

    Added a cache for returning ClutterTextures of cards.
    
    games_card_images_card_to_index has been made public.
    
    svn path=/trunk/; revision=8131

 aisleriot/Makefile.am                |    2 +
 aisleriot/board.c                    |   34 +++--
 aisleriot/card-cache.c               |  264 ++++++++++++++++++++++++++++++++++
 aisleriot/card-cache.h               |   60 ++++++++
 libgames-support/games-card-images.c |   12 +-
 libgames-support/games-card-images.h |    2 +
 6 files changed, 356 insertions(+), 18 deletions(-)

commit 58ea8516e5203fb8604196d38965f5d327452d39
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:43:15 2008 +0000

    Draw the baize background using a ClutterTexture subclass.
    
    A special subclass of ClutterTexture has been added which draws its
    texture repeated to the full size of the stage it is in. This saves
    the need to listen for resize events on the stage.
    
    The expose handler for the board has been disabled so that it doesn't
    paint over Clutter's drawing.
    
    svn path=/trunk/; revision=8130

 aisleriot/Makefile.am |    2 +
 aisleriot/baize.c     |   86 +++++++++++++++++++++++++++++++++++++++++++++++++
 aisleriot/baize.h     |   66 +++++++++++++++++++++++++++++++++++++
 aisleriot/board.c     |   59 ++++++++++++++++++++-------------
 4 files changed, 189 insertions(+), 24 deletions(-)

commit c31351865464ade8537937a0611692e5e04830a0
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:43:07 2008 +0000

    Add Clutter build flags to Aisleriot. Make AisleRiotBoard inherit from
    GtkClutterEmbed instead of GtkDrawingArea. Call gtk_clutter_init.
    
    svn path=/trunk/; revision=8129

 aisleriot/Makefile.am |   10 +++++++---
 aisleriot/board.c     |    4 +++-
 aisleriot/sol.c       |    2 ++
 3 files changed, 12 insertions(+), 4 deletions(-)

commit 7fb0623a27ce71f9f5a930049899ed6fbfb1e4be
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Tue Oct 21 19:42:59 2008 +0000

    Require Clutter in the configure script when building Aisleriot
    
    svn path=/trunk/; revision=8128

 configure.in |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit 1085f726e83d0242b7209ecd93a52d00603f287c
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
Date:   Tue Oct 21 18:50:40 2008 +0000

    Updated Galician translation
    
    svn path=/trunk/; revision=8127

 po/ChangeLog |    4 +
 po/gl.po     | 5088 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 3015 insertions(+), 2077 deletions(-)

commit 183fcad9ce3d507334e71161f7ec110ea79a000b
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 21 16:21:22 2008 +0000

    remove libgnome dependeny in iagno
    
    svn path=/trunk/; revision=8125

 iagno/gnothello.c |  428 ++++++++++++++++++++++++++++++++---------------------
 iagno/gnothello.h |    2 +-
 2 files changed, 257 insertions(+), 173 deletions(-)

commit 818510b280ab218d5161ab13141178ee8a6943a2
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 20 21:59:35 2008 +0000

    Add comment so others don't waste time chasing this warning. Also bumping version
    
    svn path=/trunk/; revision=8124

 configure.in                   |    2 +-
 libgames-support/games-files.c |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

commit f378bdda099b230defde29c9af26c07ad6688166
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Oct 20 21:19:33 2008 +0000

    Revert bad commit caused by Subversion 'switch' bug.
    
    svn path=/trunk/; revision=8122

 NEWS         |   68 ----------------------------------------------------------
 configure.in |    2 +-
 2 files changed, 1 insertions(+), 69 deletions(-)

commit 8b75258cddb31c2cce5e48c471e3d1e24a60c798
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Oct 20 19:12:18 2008 +0000

    Gnome Games 2.24.1
    
    svn path=/trunk/; revision=8120

 NEWS         |   68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 69 insertions(+), 1 deletions(-)

commit fe72d0cfcc007547da8934eb494511f075cbe406
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 20 17:54:57 2008 +0000

    Add, not overwrite, time and also remember to actually save the time in the file. Fixes bug #556155
    
    svn path=/trunk/; revision=8119

 gnome-sudoku/src/lib/saver.py |    1 +
 gnome-sudoku/src/lib/timer.py |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 920fa34f9359809f424454e2ff8b5dd8d139fcfe
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Oct 19 21:34:49 2008 +0000

    inital stab to remove libgnome dependeny in iagno. The game is still builds
    
    svn path=/trunk/; revision=8115

 configure.in       |    2 +-
 iagno/Makefile.am  |    2 +-
 iagno/gnothello.c  |   98 +++++++++++++++++++++++++++++++++-------------------
 iagno/properties.c |   13 ++++---
 4 files changed, 71 insertions(+), 44 deletions(-)

commit de351a8917443a68b958676787735e40eb7e795a
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Sun Oct 19 19:10:33 2008 +0000

    Updated Catalan documentation
    
    svn path=/trunk/; revision=8114

 aisleriot/help/ca/ca.po |  155 +++++++++++++++++++++++------------------------
 blackjack/help/ca/ca.po |   21 +++---
 gnometris/help/ca/ca.po |   40 ++++++------
 3 files changed, 107 insertions(+), 109 deletions(-)

commit 2ec45a2d1207dd5d0b5e462d9c9749ef6dc7c5ce
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Oct 19 17:36:26 2008 +0000

    remove libgnome dependency in gnotski
    
    svn path=/trunk/; revision=8112

 configure.in        |    2 +-
 gnotski/Makefile.am |    4 +-
 gnotski/gnotski.c   |  118 ++++++++++++++++++++++++--------------------------
 3 files changed, 60 insertions(+), 64 deletions(-)

commit 4373f224150dd12ad5f5e7299387b0c143101506
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Oct 19 12:03:45 2008 +0000

    use games_runtime_get_directory () and move location to shared version af baize.png
    
    svn path=/trunk/; revision=8109

 gnotravex/Makefile.am         |    2 +-
 gnotravex/gnotravex.c         |    4 +++-
 gnotravex/pixmaps/Makefile.am |    3 +--
 3 files changed, 5 insertions(+), 4 deletions(-)

commit f0a8ed99349e094a999b481bcfb1afbe4efdf1c8
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Sun Oct 19 11:35:14 2008 +0000

    Minor fix to Catalan translation
    
    svn path=/trunk/; revision=8106

 po/ca.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b4c0945618f4991ce27d62ebda156d0fe48bc0ba
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Oct 19 10:40:50 2008 +0000

    Use white background if loading the pixmap fails in gnotravex
    
    svn path=/trunk/; revision=8105

 gnotravex/gnotravex.c |   39 +++++++++++++++++++--------------------
 1 files changed, 19 insertions(+), 20 deletions(-)

commit 014551b654899e1686474dc1a49f1d5b8c6e2d3c
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sun Oct 19 10:27:29 2008 +0000

    remove libgnome dependency in gnotravex
    
    svn path=/trunk/; revision=8104

 configure.in          |    2 +-
 gnotravex/gnotravex.c |  114 ++++++++++++++++++++++++------------------------
 2 files changed, 58 insertions(+), 58 deletions(-)

commit 552bf08d49657ab77c3168043280b613bf9a04ac
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Sat Oct 18 22:04:42 2008 +0000

    Updated Catalan translation by Joan Duran
    
    svn path=/trunk/; revision=8102

 aisleriot/help/ca/ca.po                      |  683 +++++++++++-------
 blackjack/help/ca/ca.po                      |  953 ++++++++++++++++++--------
 glchess/help/ca/ca.po                        |  643 +++++++++++++++---
 glchess/help/ca/figures/game.png             |  Bin 0 -> 62169 bytes
 glchess/help/ca/figures/new_game.png         |  Bin 0 -> 38813 bytes
 glchess/help/ca/figures/preferences_game.png |  Bin 0 -> 17277 bytes
 glchess/help/ca/figures/preferences_view.png |  Bin 0 -> 18340 bytes
 glines/help/ca/ca.po                         |  637 +++++++++++++-----
 gnect/help/ca/ca.po                          |  938 +++++++++++++++++++-------
 gnibbles/help/ca/ca.po                       |  254 ++++----
 gnobots2/help/ca/ca.po                       |  242 ++++----
 gnome-sudoku/help/ca/ca.po                   |  568 +++++++++-------
 gnome-sudoku/help/ca/figures/resuming.png    |  Bin 0 -> 43866 bytes
 gnome-sudoku/help/ca/figures/starting.png    |  Bin 0 -> 22446 bytes
 gnometris/help/ca/ca.po                      |  168 +++---
 gnomine/help/ca/ca.po                        |  225 ++++---
 gnotravex/help/ca/ca.po                      |  123 ++--
 gnotski/help/ca/ca.po                        |  207 +++---
 gtali/help/ca/ca.po                          |  203 +++---
 iagno/help/ca/ca.po                          |  283 +++++----
 mahjongg/help/ca/ca.po                       |  231 ++++---
 same-gnome/help/ca/ca.po                     |  319 ++++++---
 22 files changed, 4368 insertions(+), 2309 deletions(-)

commit 92a5cb236e3644c8f1c54016d0241a2959fbc0e4
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Oct 18 13:16:56 2008 +0000

    Added German translation. Added de to DOC_LINGUAS.
    
    2008-10-18  Mario Blättermann  <mariobl@gnome.org>
    
    	* de/de.po: Added German translation.
    	* Makefile.am: Added de to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8084

 aisleriot/help/Makefile.am |    2 +-
 aisleriot/help/de/de.po    | 5755 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 5756 insertions(+), 1 deletions(-)

commit 85105d15d4d453b4388fe01a84a72e2893457976
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sat Oct 18 12:40:35 2008 +0000

    Added German translation. Added screenshots for German translation. Added
    
    2008-10-18  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Added German translation.
    	* de/figures/*.png: Added screenshots for German translation.
    	* Makefile.am: Added de to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=8082

 gnect/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 72061a7997e4f55258364980e984efe614e1015a
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sat Oct 18 11:04:42 2008 +0000

    Updated German translation.
    
    2008-10-18  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Updated German translation.
    
    
    svn path=/trunk/; revision=8080

 gnibbles/help/de/.xml2po.mo        |  Bin 30132 -> 0 bytes
 gnibbles/help/de/de.po             |  687 +++++++++++++++++++++++++++++-------
 gnibbles/help/de/gnibbles.xml      |  405 ---------------------
 gnibbles/help/de/legal.xml         |   16 -
 gnibbles/help/de/network-games.xml |  117 ------
 5 files changed, 565 insertions(+), 660 deletions(-)

commit fd1f13559972563677e1eb826474ecb81b318ddb
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Oct 18 07:16:42 2008 +0000

    Output file should not be committed
    
    svn path=/trunk/; revision=8077

 gtali/help/de/.xml2po.mo |  Bin 27681 -> 0 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 4d076610f8a9e41f870d48cb354af38edb2a15e7
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Oct 18 07:15:26 2008 +0000

    Undoing 5 of a kind reduces the score by 50 as there might be multiple scores (Geoff Buchan, Bug #537673)
    
    svn path=/trunk/; revision=8076

 gtali/help/de/.xml2po.mo |  Bin 27681 -> 27681 bytes
 gtali/yahtzee.c          |   24 +++++++++++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)

commit bdb59c70d89572ac01d1723325cb35801d35bb84
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Oct 18 07:02:16 2008 +0000

    Change die face on Tali icon as it was showing an impossible die (Bug #545699)
    
    svn path=/trunk/; revision=8075

 icons/22x22/gnome-tali.png |  Bin 1432 -> 1381 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 6c0546bd81262ed52c803dfbc4d04694617bdf25
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Oct 18 06:55:01 2008 +0000

    Don't display failed to claim draw dialog when successfully claimed draw
    
    svn path=/trunk/; revision=8074

 glchess/src/lib/game.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e86db2dff7b5e735e9282de1e41edf83285e094a
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Oct 18 06:20:49 2008 +0000

    Fix incorrect comment
    
    svn path=/trunk/; revision=8072

 glchess/src/lib/gtkui/chessview.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7422f9e05a8a0d131b66d34d07fb79b883c2d5ce
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Oct 18 06:20:06 2008 +0000

    Added support for Figurine Algebraic Notation (FAN) (Bug #556803)
    
    svn path=/trunk/; revision=8071

 glchess/src/lib/chess/__init__.py  |   27 +++++++++++++++++++++++++++
 glchess/src/lib/gtkui/chessview.py |   14 +++++++++++---
 glchess/src/lib/gtkui/dialogs.py   |    8 +++++---
 3 files changed, 43 insertions(+), 6 deletions(-)

commit e8370c49a3d4d9a509052b98e5e8e9d87b5485a1
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Oct 18 06:07:06 2008 +0000

    Translator comment
    
    svn path=/trunk/; revision=8070

 glchess/src/lib/gtkui/gtkui.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e58f47d820774a0028413b86f15f3c177e9f7939
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Oct 18 06:05:03 2008 +0000

    Translate LAN and SAN moves (Bug #462594)
    
    svn path=/trunk/; revision=8069

 glchess/src/lib/chess/__init__.py  |   44 +++++++++++++++++-
 glchess/src/lib/chess/lan.py       |   86 ++++++++++++++++++------------------
 glchess/src/lib/chess/san.py       |    4 +-
 glchess/src/lib/game.py            |   12 +++---
 glchess/src/lib/gtkui/chessview.py |    6 +-
 5 files changed, 96 insertions(+), 56 deletions(-)

commit 0f9dde94f55d83afe00faf367ac53c87dcc8f37f
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Oct 18 05:14:35 2008 +0000

    Added context to rank and file strings and piece name strings (Bug #475147)
    Translate board co-ordinates in human readable form (still SAN and LAN todo)
    
    
    svn path=/trunk/; revision=8068

 glchess/src/lib/chess/__init__.py       |   81 +++++++++++++++++++++++++++++++
 glchess/src/lib/gtkui/chessview.py      |    5 ++-
 glchess/src/lib/gtkui/dialogs.py        |   20 +++++---
 glchess/src/lib/scene/cairo/__init__.py |   17 +++----
 glchess/src/lib/scene/opengl/opengl.py  |   17 +++----
 5 files changed, 112 insertions(+), 28 deletions(-)

commit 067df6d5090954ab9fae8d81415587ecaaf8f099
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sat Oct 18 02:16:25 2008 +0000

    Make human readable move strings more easily translatable (Bugs #475555, #518014)
    
    svn path=/trunk/; revision=8067

 glchess/src/lib/gtkui/chessview.py |  214 +++++++++++++++++++++++++-----------
 1 files changed, 148 insertions(+), 66 deletions(-)

commit 6f0d25f1cf99d53473edeacfc19153d48a1ab555
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Oct 18 02:14:35 2008 +0000

    removing libgnome dependency in gnomine
    
    svn path=/trunk/; revision=8066

 configure.in      |    2 +-
 gnomine/gnomine.c |  120 ++++++++++++++++++++++++++++++++++------------------
 2 files changed, 79 insertions(+), 43 deletions(-)

commit 828977279bf4379147cc7bcf3dfc4954b4cb2518
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 17 23:32:53 2008 +0000

    remove libgnome dependency in gnobots2
    
    svn path=/trunk/; revision=8065

 configure.in                 |    2 +-
 gnobots2/gameconfig.c        |    4 +-
 gnobots2/gnobots.c           |   91 ++++++++++++++++++++++++++---------------
 gnobots2/help/C/gnobots2.xml |    4 +-
 4 files changed, 62 insertions(+), 39 deletions(-)

commit 987194d6d2d1f39e44276c03a45485e10c4bd619
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 17 16:51:40 2008 +0000

    use egg_sm_client_is_resumed() to detect sm restart. Also correct callback signature. Thanks chpe.
    
    svn path=/trunk/; revision=8064

 glines/glines.c |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

commit 22e010755f38f5995a098ec5832941bce49e10a8
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 17 16:30:35 2008 +0000

    Fix constant string cast insanity
    
    svn path=/trunk/; revision=8063

 gnometris/highscores.cpp        |    2 +-
 gnometris/renderer.cpp          |    8 ++++----
 gnometris/renderer.h            |    4 ++--
 libgames-support/games-scores.h |    4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

commit b5e4d4c2961dffaa5fd949173ecdcb76ef074236
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 17 14:25:29 2008 +0000

    remove libgnome dependency in glines
    
    svn path=/trunk/; revision=8061

 configure.in    |    2 +-
 glines/glines.c |  114 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 55 insertions(+), 61 deletions(-)

commit 5d9709b949f696a2c800a969a4439d88e77a03e4
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Fri Oct 17 11:59:40 2008 +0000

    Add translator comments
    
    svn path=/trunk/; revision=8060

 glchess/src/lib/gtkui/chessview.py |   38 ++++++++++++++++----------
 glchess/src/lib/gtkui/dialogs.py   |   52 ++++++++++++++++++++++++++++-------
 glchess/src/lib/gtkui/gtkui.py     |   28 +++++++++++--------
 glchess/src/lib/gtkui/network.py   |   18 +++++++++++-
 glchess/src/lib/main.py            |   11 +++++--
 5 files changed, 104 insertions(+), 43 deletions(-)

commit 3b7be767a589a6d3a39bc483999ca9298eea3623
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Fri Oct 17 11:08:42 2008 +0000

    Fix GTK+ warning about adjustment in spin button
    
    svn path=/trunk/; revision=8059

 glchess/glade/new_game.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0eb4636af8c7fcf220fdab347d762784131aee5c
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Fri Oct 17 11:07:16 2008 +0000

    Removed unused default game name string
    
    svn path=/trunk/; revision=8058

 glchess/glade/new_game.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9c07757e8f51310ac96a79b03270c217d35f0edb
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Fri Oct 17 11:05:42 2008 +0000

    Removed obsolete view spectators checkbox
    
    svn path=/trunk/; revision=8057

 glchess/glade/new_game.glade |   25 ++-----------------------
 1 files changed, 2 insertions(+), 23 deletions(-)

commit 4b8836bc3f0ff1dd7bf736e8c832d9dd1d47c351
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Fri Oct 17 11:04:02 2008 +0000

    Added missing shortcut keys in network dialog
    
    svn path=/trunk/; revision=8056

 glchess/glade/network_game.glade |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit bbd15a3d6b550741e8d74385c464fb32c2426724
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Fri Oct 17 09:17:36 2008 +0000

    Added translator comments
    
    svn path=/trunk/; revision=8055

 glchess/glade/chess_view.glade   |    7 ++---
 glchess/glade/glchess.glade      |   52 +++++++++++++++++++-------------------
 glchess/glade/load_game.glade    |    2 +-
 glchess/glade/log.glade          |    8 +++---
 glchess/glade/network_game.glade |   22 ++++++++--------
 glchess/glade/new_game.glade     |   32 +++++++++++-----------
 glchess/glade/preferences.glade  |   39 ++++++++++++++--------------
 glchess/glade/save_game.glade    |    6 ++--
 8 files changed, 83 insertions(+), 85 deletions(-)

commit d1bf84d6d80865a00c3b076004f8dace31f6c354
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 17 00:01:31 2008 +0000

    move glines to use new pixmaps dir from games-runtime
    
    svn path=/trunk/; revision=8054

 glines/Makefile.am |    3 +--
 glines/glines.c    |    7 +++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

commit 85d576f1faf015362bc64451b6978f8a38830b9f
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Oct 16 23:27:06 2008 +0000

    ridding gnibbles of libgnome. Another game down.
    
    svn path=/trunk/; revision=8053

 gnibbles/Makefile.am     |   12 +++---
 gnibbles/boni.c          |    5 ++-
 gnibbles/boni.h          |    3 +-
 gnibbles/bonus.c         |    3 +-
 gnibbles/bonus.h         |    3 +-
 gnibbles/ggz-network.c   |    7 +++-
 gnibbles/gnibbles.c      |   87 ++++++++++++++++++++++++++--------------------
 gnibbles/gnibbles.h      |    3 +-
 gnibbles/main.c          |   82 ++++++++++++++++++++++++++++---------------
 gnibbles/pix/Makefile.am |   18 +++++-----
 gnibbles/preferences.h   |    3 +-
 gnibbles/properties.c    |   11 ++++--
 gnibbles/properties.h    |    3 +-
 gnibbles/scoreboard.c    |   11 ++++--
 gnibbles/scoreboard.h    |    5 ++-
 gnibbles/server.c        |    9 +++--
 gnibbles/warp.c          |    3 +-
 gnibbles/warpmanager.c   |    3 +-
 18 files changed, 164 insertions(+), 107 deletions(-)

commit 95ae826b39970409e5e7a89becd5411f1e94ee57
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Oct 16 19:18:17 2008 +0000

    fix memleak and more libgnome removal
    
    svn path=/trunk/; revision=8052

 gnomine/Makefile.am |    2 +-
 gnomine/gnomine.c   |   48 +++++++++++++++++++++++++-----------------------
 gnomine/minefield.c |   45 +++++++++++++++++++++++++--------------------
 3 files changed, 51 insertions(+), 44 deletions(-)

commit 248f0519319a188fa0f0c67fa94ec93859a031e4
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Oct 15 23:10:29 2008 +0000

    remove parts of libgnome dependency + cleanup
    
    svn path=/trunk/; revision=8051

 gnobots2/Makefile.am  |   20 ++++++++++----------
 gnobots2/game.c       |   10 +++++++---
 gnobots2/gameconfig.c |   15 +++++++++------
 gnobots2/gnobots.c    |   34 +++++++++++++++++++---------------
 gnobots2/graphics.c   |   13 ++++++++-----
 gnobots2/keyboard.c   |    6 ++++--
 gnobots2/menu.c       |   12 ++++++++----
 gnobots2/properties.c |   20 ++++++++++++--------
 gnobots2/sound.c      |   10 +---------
 gnobots2/statusbar.c  |    4 +++-
 10 files changed, 81 insertions(+), 63 deletions(-)

commit 832370f3609d818b1eeeaa7046fe748a702ba68f
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Oct 15 20:18:09 2008 +0000

    rip out optional libgnome parts
    
    svn path=/trunk/; revision=8050

 blackjack/src/blackjack.cpp |   29 ++++++-----------------------
 blackjack/src/menu.cpp      |    4 +---
 2 files changed, 7 insertions(+), 26 deletions(-)

commit 107ffc174a328338ff416aa327aacc45678a777f
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Oct 15 16:19:07 2008 +0000

    No more libgnome for you my friend.
    
    svn path=/trunk/; revision=8049

 gnect/src/connect4.c    |    6 +---
 gnect/src/gfx.c         |   15 ++++-------
 gnect/src/ggz-network.c |    8 ++++--
 gnect/src/main.c        |   61 +++++++++++++++++++++++++---------------------
 gnect/src/main.h        |    1 +
 gnect/src/prefs.c       |    7 ++++-
 gnect/src/server.c      |    9 ++++--
 gnect/src/theme.c       |    7 ++++-
 8 files changed, 62 insertions(+), 52 deletions(-)

commit 240df646bb0083926369afbf12e1f4eaaf187ec5
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Oct 15 13:27:34 2008 +0000

    more libgnome removal and enable gtali to be build with --with-platform=gtk-only
    
    svn path=/trunk/; revision=8048

 configure.in      |    2 +-
 gtali/Makefile.am |   45 +++++++++++++++++++++++++++++++++------------
 gtali/clist.c     |    3 ++-
 gtali/setup.c     |    3 ++-
 4 files changed, 38 insertions(+), 15 deletions(-)

commit 78de74267af0d00478800b4b8e4fc27efe009216
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 15 12:38:47 2008 +0000

    Refix translation
    
    svn path=/trunk/; revision=8046

 glchess/src/lib/gtkui/gtkui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3c94661df58964bd2fab6ad9cbed9d626363c245
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 15 12:35:43 2008 +0000

    Added translator comments
    Handle unable to import GTK when failed to start program
    
    svn path=/trunk/; revision=8044

 glchess/src/glchess.in.in          |   43 ++++++++++++++++++++++++++----------
 glchess/src/lib/display.py         |    2 +-
 glchess/src/lib/glchess.py         |   18 ---------------
 glchess/src/lib/gtkui/chessview.py |   20 +++++++++++++++-
 glchess/src/lib/gtkui/dialogs.py   |    8 ++++++-
 glchess/src/lib/gtkui/gtkui.py     |   20 ++++++++++++----
 glchess/src/lib/main.py            |   18 +++++++++++----
 7 files changed, 85 insertions(+), 44 deletions(-)

commit a940df42760ec66383c9a639fd937e1421996c74
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 15 12:12:42 2008 +0000

    Make error text easier to translate
    
    svn path=/trunk/; revision=8043

 glchess/src/lib/gtkui/dialogs.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit eefb553a268607d862c59e1be9a1c9db7abf11cd
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 15 12:04:29 2008 +0000

    Make untranslated strings translatable
    Fix crash when validly claiming a draw
    
    svn path=/trunk/; revision=8041

 glchess/src/lib/gtkui/gtkui.py |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit abc48b8e74ce116fbd5647529ab656a1a5aeb84d
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 15 12:03:37 2008 +0000

    Revert invalid PyChecker change
    
    svn path=/trunk/; revision=8040

 glchess/src/lib/chess/board.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit a736ca84222a6128da6168d43839da29e40d76f2
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Oct 15 11:53:29 2008 +0000

    set page_size = 0 for spinbuttons. Fixes bug #556396
    
    svn path=/trunk/; revision=8039

 gtali/setup.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 65de6fecf4e4b798f58610e0000f46540c6c2d8b
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Oct 15 11:34:48 2008 +0000

    Rip out optional libgnome stuff
    
    svn path=/trunk/; revision=8036

 same-gnome/same-gnome.c |   25 ++-----------------------
 same-gnome/ui.c         |    4 ----
 2 files changed, 2 insertions(+), 27 deletions(-)

commit b8bc1af40bb7636ce1cbbf93a86dc5309fdc8a77
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 15 09:44:02 2008 +0000

    Added new files to POTFILES.in
    
    svn path=/trunk/; revision=8030

 po/POTFILES.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 9c663ab55a44e168cc1973fd69a836511329ec5d
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Oct 15 02:34:06 2008 +0000

    use games_runtime_get_directory instead of  gnome_program_locate_file
    
    svn path=/trunk/; revision=8029

 gnect/data/Makefile.am    |    2 +-
 gnect/pixmaps/Makefile.am |    2 +-
 gnect/src/connect4.c      |   16 +++++++++-------
 gnect/src/gfx.c           |   13 +++++++------
 4 files changed, 18 insertions(+), 15 deletions(-)

commit 32d3e0f6e2844b551b0a5fc4c78706c5dbb342f0
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Oct 15 01:55:29 2008 +0000

    remove unneeded call to setlocale
    
    svn path=/trunk/; revision=8028

 mahjongg/mahjongg.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit d7cb65d7d38adc00d35ae1c1dceae715f89276a3
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 14 21:17:54 2008 +0000

    Add missing include of <gdk/gdkkeysyms.h> to fix build
    
    svn path=/trunk/; revision=8027

 gtali/gyahtzee.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 47ac677d1a5a855d9eead0daf6df1b81cc46bb81
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 14 20:58:01 2008 +0000

    Remove libgnome dependency and rename functions away from gnome_ namespace
    
    svn path=/trunk/; revision=8026

 gtali/gyahtzee.c |   51 +++++++++++++++++++++++++++++----------------------
 1 files changed, 29 insertions(+), 22 deletions(-)

commit 2eea1abaf421d4e0c2e7f19927b9107c282a6783
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 14 20:56:35 2008 +0000

    remove gnome.h and second config.h includes
    
    svn path=/trunk/; revision=8025

 mahjongg/mahjongg.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

commit 6926e4475410e1360a77abe5e6ee503bc12f9516
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 14 16:09:39 2008 +0000

    Remove GnomeProgram as last part of libgnome usage in mahjongg
    
    svn path=/trunk/; revision=8024

 mahjongg/mahjongg.c |   21 +++------------------
 1 files changed, 3 insertions(+), 18 deletions(-)

commit c5004d4d33057461eb379a2bf8a6f9ab1706fedd
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 14 12:16:36 2008 +0000

    Clean up and addition of #endif /* NAME */'s and an indentation fix
    
    svn path=/trunk/; revision=8023

 aisleriot/sol.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit 09cc229db89a84927348edd50a78dd876a35b537
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 14 10:30:13 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8022

 gnometris/tetris.cpp |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

commit 12be2df6f0e383c0df5fbc847ef50bd8d7913f31
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 14 01:48:39 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8021

 gnibbles/main.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit c059508ffeee1e6a1b67294811f7b4c8461c51d3
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 14 01:13:09 2008 +0000

    Reapply unintended revert
    
    svn path=/trunk/; revision=8019

 blackjack/src/dialog.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d8efc5236c6b3c6cd79957a0f4d54a109138512a
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Tue Oct 14 00:03:33 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8018

 blackjack/src/menu.cpp |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

commit 520576fcb6190ee47e5a2dd386042067e333888a
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 13 21:33:51 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8017

 gnect/src/main.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit 66067c117ecfce13b20734300ce131109b53d028
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 13 21:33:41 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8016

 gnomine/gnomine.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit ed4e861998a8ba2274ad8c2e10c428fd922ac4c4
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 13 17:38:28 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8015

 same-gnome/ui.c |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

commit dee4718534e11490e9b56d7b03ff247a155eb4d3
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 13 16:55:00 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8014

 gtali/gyahtzee.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit ac53df0de32b26132a0c3d3bd752bdf5030fa1d4
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 13 15:54:06 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8013

 gnotravex/gnotravex.c |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

commit abc362acf6c26774a2dfecdac222634a290b5296
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 13 14:57:45 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8012

 gnotski/gnotski.c |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

commit d6f80d64c3def4dc904f4df04f1f4e361fce765c
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 13 11:50:40 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8011

 mahjongg/mahjongg.c |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

commit cb480945e563833240078c23dd1bec25929f1fba
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 13 11:50:19 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8010

 glines/glines.c |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

commit 356863a7d1f832c635a9489b722d0f0c95459483
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Oct 13 11:50:06 2008 +0000

    replace gnome_help_display with gtk_show_uri
    
    svn path=/trunk/; revision=8009

 gnobots2/menu.c |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

commit 10cdf9d937cf234acc519b216bf2a1dad30b3791
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Oct 13 07:18:56 2008 +0000

    Read saved window configuration from correct GConf group (affects gnometris, gnibbles, gnobots) (Bug #544389)
    
    svn path=/trunk/; revision=8007

 libgames-support/games-conf.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 7dc37d616169f146113039da27b42a3fd2bf5178
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Oct 13 07:02:51 2008 +0000

    Reclassify Gnibbles as Arcade game not logic game (Bug #553484)
    
    svn path=/trunk/; revision=8006

 gnibbles/gnibbles.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 125ed1a6ad090275cc36dbd1bc10c7e19d7011df
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Oct 13 06:56:50 2008 +0000

    Stop paused tiles becoming visible after changing colour settings (Bug #550023)
    
    svn path=/trunk/; revision=8004

 gnotravex/gnotravex.c |   60 +++++++++++-------------------------------------
 1 files changed, 14 insertions(+), 46 deletions(-)

commit 48b5ff92efb8864930b14e400cb4bb076669087a
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Oct 13 06:18:17 2008 +0000

    Fix compiler warnings
    
    svn path=/trunk/; revision=8001

 blackjack/src/chips.cpp  |    8 ++++----
 blackjack/src/dialog.cpp |    2 +-
 blackjack/src/game.cpp   |    8 ++++----
 blackjack/src/game.h     |    4 ++--
 blackjack/src/hand.cpp   |   17 ++++++++++-------
 5 files changed, 21 insertions(+), 18 deletions(-)

commit 0a513cc6e3d3c74fa0a1dad67a26585f7a27c718
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Oct 13 05:55:36 2008 +0000

    Fixes to compile in Solaris (Bug #554746)
    
    svn path=/trunk/; revision=8000

 blackjack/src/Makefile.am |    2 +-
 blackjack/src/game.cpp    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c13637cf761646d9fd675d7efb724913b4436cc3
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Sat Oct 11 17:17:12 2008 +0000

    Merged from branch gnome-2-24.
    
    2008-10-11  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Merged from branch gnome-2-24.
    
    svn path=/trunk/; revision=7998

 po/ChangeLog |    4 +
 po/pt_BR.po  |  234 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 126 insertions(+), 112 deletions(-)

commit c12159d4115de9742d71e1769ee0f11d28073ad2
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 10 14:42:17 2008 +0000

    use g_get_user_name when g_get_real_name returns empty. Patch by Morita Sho in bug #544376
    
    svn path=/trunk/; revision=7997

 libgames-support/games-score.c |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

commit db9d7bbfc47e4b2f6915e931124116a686e0054d
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 10 11:13:19 2008 +0000

    Remove deprecated encoding entry in desktop files. Patch by Pacho Ramos in bug #551947
    
    svn path=/trunk/; revision=7995

 aisleriot/freecell.desktop.in.in        |    1 -
 aisleriot/sol.desktop.in.in             |    1 -
 blackjack/data/blackjack.desktop.in.in  |    1 -
 glchess/glchess.desktop.in.in           |    1 -
 glines/glines.desktop.in.in             |    1 -
 gnect/data/gnect.desktop.in.in          |    1 -
 gnibbles/gnibbles.desktop.in.in         |    1 -
 gnobots2/gnobots2.desktop.in.in         |    1 -
 gnome-sudoku/gnome-sudoku.desktop.in.in |    1 -
 gnometris/gnometris.desktop.in.in       |    1 -
 gnomine/gnomine.desktop.in.in           |    1 -
 gnotravex/gnotravex.desktop.in.in       |    1 -
 12 files changed, 0 insertions(+), 12 deletions(-)

commit f23d82a8850e31ccdcd4d60cd2572fe76074c24d
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 10 11:05:14 2008 +0000

    Set page_size to 0 for spinbuttons
    
    svn path=/trunk/; revision=7994

 gnome-sudoku/glade/print_games.glade      |    4 ++--
 gnome-sudoku/glade/puzzle_generator.glade |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 30bc6f9e1eecf80909e336b0d55b89ee4628f0f9
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Oct 10 10:57:19 2008 +0000

    Correct typo in error message that led to an exception. Patch by Zhang Sen in bug #530380
    
    svn path=/trunk/; revision=7993

 gnome-sudoku/src/lib/saver.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 67432ef8a85b7ecf5fd699a6fe5ec1a7722dbbfb
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Oct 9 04:33:54 2008 +0000

    Handle fork() errors in AI processes (Bug #530425)
    
    svn path=/trunk/; revision=7991

 glchess/src/lib/ai.py |   63 +++++++++++++++++++++++++++++++-----------------
 1 files changed, 41 insertions(+), 22 deletions(-)

commit b96f8bf54ad1891413eb3adbc71d54b15f0c844e
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Oct 9 04:20:35 2008 +0000

    Fix errors detected by pychecker
    
    svn path=/trunk/; revision=7990

 glchess/src/lib/ai.py                |    1 +
 glchess/src/lib/cecp.py              |    8 +++-----
 glchess/src/lib/chess/board.py       |    1 +
 glchess/src/lib/chess/fics/server.py |    2 ++
 glchess/src/lib/config.py            |    2 --
 glchess/src/lib/defaults.py.in       |    2 +-
 glchess/src/lib/ggz/client.py        |    2 +-
 glchess/src/lib/ggz/protocol.py      |    4 +++-
 glchess/src/lib/gtkui/network.py     |    8 ++++----
 glchess/src/lib/scene/__init__.py    |    3 ++-
 glchess/src/lib/scene/human.py       |    1 -
 11 files changed, 18 insertions(+), 16 deletions(-)

commit 9953e6499b4f48578c8584f98a9079af54b11f3f
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Oct 9 04:17:53 2008 +0000

    Merge changes from upstream pypng
    
    svn path=/trunk/; revision=7989

 glchess/src/lib/scene/opengl/png.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit ef934f111ca9a953a94d5c814e7123d025b17eca
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Oct 9 03:08:58 2008 +0000

    Fix incorrect function call for single buffered 3D display (Bug #555567)
    
    svn path=/trunk/; revision=7987

 glchess/src/lib/gtkui/chessview.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f01d91bc4f8aae2b2e68ae5968741165dfe85a36
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:03:58 2008 +0000

    Update from libegg. Add the diff to libegg upstream also as
    
    Update from libegg.
    Add the diff to libegg upstream also as eggsmclient.patch so that it's
    easy to reapply after updating from upstream.
    
    svn path=/trunk/; revision=7986

 libgames-support/eggdesktopfile.c    |  157 +++++++++++++++++-----
 libgames-support/eggdesktopfile.h    |   43 +++++-
 libgames-support/eggsmclient-osx.c   |  191 ++++++++++++++++++--------
 libgames-support/eggsmclient-win32.c |  146 +++++++++++++++++----
 libgames-support/eggsmclient-xsmp.c  |  106 +++++++--------
 libgames-support/eggsmclient.c       |   28 +++-
 libgames-support/eggsmclient.patch   |  245 ++++++++++++++++++++++++++++++++++
 7 files changed, 730 insertions(+), 186 deletions(-)

commit 0f2dbdfeb749a43eab3a69ef1d19ec460a6ec2f8
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:02:13 2008 +0000

    Remove obsolete libgnome include
    
    svn path=/trunk/; revision=7985

 aisleriot/window.c |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit 9839435c5fa62980b13dcf3aa52e3a3c40d053d6
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:02:11 2008 +0000

    Refactor accel map loading code to load the accel map from
    .config/gnome-games/${game}.accels even in the HAVE_GNOME case,
    if the game doesn't use GnomeProgram (e.g. aisleriot).
    
    svn path=/trunk/; revision=7984

 libgames-support/games-conf.c |  128 ++++++++++++++++++++++++++++++++--------
 1 files changed, 102 insertions(+), 26 deletions(-)

commit fe833768ee18b0d3d82924cc94651297accfe4e5
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:02:10 2008 +0000

    Also implement email hook for the about dialogue.
    
    svn path=/trunk/; revision=7983

 aisleriot/sol.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit 031490fdb1caf73fa42b1e95ba4568be1313ce7d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:02:08 2008 +0000

    Replace GnomeClient with EggSMClient. Use GOption argument parsing
    directly instead of through GnomeProgram.
    
    svn path=/trunk/; revision=7982

 aisleriot/sol.c |   86 ++++++++++++++++++------------------------------------
 1 files changed, 29 insertions(+), 57 deletions(-)

commit e5f65198242b46b2d3d077cc2d15abdf5b3237fe
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:02:06 2008 +0000

    Use gtk_show_uri to launch the about URL
    
    svn path=/trunk/; revision=7981

 aisleriot/sol.c |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

commit 8fc994cf095968b11aac080b6e4b022fa0e11b05
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:02:05 2008 +0000

    Use gtk_show_uri to launch yelp
    
    svn path=/trunk/; revision=7980

 aisleriot/sol.c |   41 +++++++++++------------------------------
 1 files changed, 11 insertions(+), 30 deletions(-)

commit f0eb56e00cb96afeb9e8dbb6e2390990df775989
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:02:03 2008 +0000

    Update gtk req to 2.14.0.
    Check for smclient dependencies.
    
    svn path=/trunk/; revision=7979

 configure.in |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 94ac7a8321393b7d33a1b85023c702d602fcc202
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:02:02 2008 +0000

    Printf a literal string with %s. Fixes build with -Wformat-security
    
    svn path=/trunk/; revision=7978

 gnibbles/gnibbles.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2de6c179a77c78d6e5d3d91d1ae303b5e289d259
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:02:00 2008 +0000

    Printf a literal string with %s. Fixes build with -Wformat-security
    
    svn path=/trunk/; revision=7977

 gnobots2/game.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b94f798974033a28ca2a6d1e96f775da2328e4ed
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:01:59 2008 +0000

    Fix build with -Werror
    
    svn path=/trunk/; revision=7976

 gnobots2/menu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 11da16564516f17fe11363b0e8e6da930d9957c9
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:01:57 2008 +0000

    Printf a literal string with %s. Fixes build with -Wformat-security
    
    svn path=/trunk/; revision=7975

 glines/glines.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ea7a9b1e5b82204e1679cd15fdcee0e3fc723a05
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:01:55 2008 +0000

    Remove unused variables.
    
    svn path=/trunk/; revision=7974

 gnotravex/gnotravex.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit b989b6a4fd44939394a79b3af3087985ddcad9ff
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:01:54 2008 +0000

    Printf a literal string with %s. Fixes build with -Wformat-security
    
    svn path=/trunk/; revision=7973

 gnomine/minefield.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5998b3a4c4a26dd7e8d34f293271303c612b1652
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:01:52 2008 +0000

    Printf literal strings with %s. Fixes build errors with
    -Wformat-security.
    
    svn path=/trunk/; revision=7972

 blackjack/src/dialog.cpp |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit a9cf078e8cc91dd4f29716198d4bdf286f46bfb2
Author: Christian Persch <chpe@src.gnome.org>
Date:   Wed Oct 8 20:01:50 2008 +0000

    Add EggSMClient.
    
    svn path=/trunk/; revision=7971

 configure.in                           |   38 +
 libgames-support/Makefile.am           |   20 +
 libgames-support/eggdesktopfile.c      | 1386 +++++++++++++++++++++++++++++++
 libgames-support/eggdesktopfile.h      |  130 +++
 libgames-support/eggsmclient-osx.c     |  158 ++++
 libgames-support/eggsmclient-private.h |   53 ++
 libgames-support/eggsmclient-win32.c   |  255 ++++++
 libgames-support/eggsmclient-xsmp.c    | 1406 ++++++++++++++++++++++++++++++++
 libgames-support/eggsmclient.c         |  588 +++++++++++++
 libgames-support/eggsmclient.h         |  123 +++
 10 files changed, 4157 insertions(+), 0 deletions(-)

commit cf62049a994c84b4644c2b77993bc846998b24bb
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 8 08:02:15 2008 +0000

    Only allow one new/load game dialog to be visible at once. (Bug #546702)
    
    svn path=/trunk/; revision=7968

 glchess/src/lib/gtkui/dialogs.py |    6 +++++-
 glchess/src/lib/gtkui/gtkui.py   |   30 +++++++++++++++++++++++-------
 2 files changed, 28 insertions(+), 8 deletions(-)

commit ae8ccd9bcc78f5a1cd921c7d8ba0d8aba71a90ec
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 8 07:41:02 2008 +0000

    Reset pause menu when starting new game (gnomine, gnotravex) (Bug #552391)
    
    svn path=/trunk/; revision=7967

 gnomine/gnomine.c     |    2 ++
 gnotravex/gnotravex.c |    6 ++++++
 2 files changed, 8 insertions(+), 0 deletions(-)

commit f94dd62e70aa678de2c06ad937b46fdd6033fe8b
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 8 04:08:13 2008 +0000

    Handle exceptions loading OpenGL textures (Bug #548916)
    
    svn path=/trunk/; revision=7964

 glchess/src/lib/scene/opengl/texture.py |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

commit 310a6dd5955af18ea1b61a519973886e765f83c3
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 8 03:56:55 2008 +0000

    Ignore GGZ server remove player/table for unknown players/tables (Bug #545155)
    
    svn path=/trunk/; revision=7962

 glchess/src/lib/ggz/client.py |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

commit f8d0234e811ad695a5c229ece2b9c62b35197960
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Oct 8 03:50:44 2008 +0000

    Implement GGZ config parser instead of using Python config parser which does not handle '%' characters as GGZ does (Bug #554108)
    
    svn path=/trunk/; revision=7960

 glchess/src/lib/network.py |   57 ++++++++++++++++++++++++++++++++-----------
 1 files changed, 42 insertions(+), 15 deletions(-)

commit e16e2031f1fb060ca2aefe5e7f44780a44e63724
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Tue Oct 7 06:53:23 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-10-07  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=7958

 po/ChangeLog |    4 ++++
 po/et.po     |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 73458db71271d7f37019136de54a1beb0dd67348
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Oct 6 13:24:41 2008 +0000

    Fix crash in empty scene when no AI engines available (Bug #551844)
    
    svn path=/trunk/; revision=7956

 glchess/src/lib/display.py |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit 929870bcd04bf175952dce8e68793867a528e374
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Oct 6 13:12:07 2008 +0000

    Fix crash when have OpenGL libraries but cannot get valid display (Bug #551427)
    
    svn path=/trunk/; revision=7955

 glchess/src/lib/gtkui/chessview.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 77cb0645d9e140d620da9a72d45fc7fa4360e3ad
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Oct 6 13:06:20 2008 +0000

    Fix crash in error handler when GGZ connection closed (Bug #553982)
    
    svn path=/trunk/; revision=7952

 glchess/src/lib/ggz/client.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 38d2ae7649e3f3d79655d4c98bbd6f87d8100dee
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Mon Oct 6 12:34:14 2008 +0000

    Globally replace repitition with repetition (Bug #552045)
    
    svn path=/trunk/; revision=7951

 po/ChangeLog   |    4 ++++
 po/ar.po       |    2 +-
 po/as.po       |    2 +-
 po/bg.po       |    2 +-
 po/bn_IN.po    |    2 +-
 po/ca.po       |    2 +-
 po/cs.po       |    2 +-
 po/da.po       |    2 +-
 po/de.po       |    2 +-
 po/el.po       |    2 +-
 po/en_GB.po    |    2 +-
 po/es.po       |    2 +-
 po/et.po       |    2 +-
 po/eu.po       |    2 +-
 po/fi.po       |    2 +-
 po/fr.po       |    2 +-
 po/hr.po       |    2 +-
 po/hu.po       |    2 +-
 po/it.po       |    2 +-
 po/ja.po       |    2 +-
 po/kn.po       |    2 +-
 po/ko.po       |    2 +-
 po/lt.po       |    2 +-
 po/mai.po      |    2 +-
 po/mr.po       |    2 +-
 po/nb.po       |    2 +-
 po/nl.po       |    2 +-
 po/oc.po       |    2 +-
 po/pt.po       |    2 +-
 po/pt_BR.po    |    2 +-
 po/ro.po       |    2 +-
 po/ru.po       |    2 +-
 po/sl.po       |    2 +-
 po/sr.po       |    2 +-
 po/sr@latin.po |    2 +-
 po/sv.po       |    2 +-
 po/ta.po       |    2 +-
 po/th.po       |    2 +-
 po/tr.po       |    2 +-
 po/vi.po       |    2 +-
 po/zh_HK.po    |    2 +-
 po/zh_TW.po    |    2 +-
 42 files changed, 45 insertions(+), 41 deletions(-)

commit f72e9719cc71e6a73bc5ae16285e7f73cf11f2d9
Author: Michael Terry <mterry@src.gnome.org>
Date:   Sat Oct 4 16:10:29 2008 +0000

    Remove vestigal flowRoot elements from solitaire svg icons.  They caused a black box when rendering.  (Bug #553458)
    
    svn path=/trunk/; revision=7949

 icons/scalable/gnome-aisleriot.svg |   11 +----------
 icons/scalable/gnome-freecell.svg  |   11 +----------
 2 files changed, 2 insertions(+), 20 deletions(-)

commit b7c3dd805446b1703a63171a54c62955610732ed
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Sep 30 10:29:23 2008 +0000

    Fix incorrect spelling in three-fold-repitition (should be repetition) (Bug #552045)
    
    svn path=/trunk/; revision=7948

 glchess/src/lib/gtkui/gtkui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 35ebf282a645fde5bb845b8533e732b098f69c50
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Tue Sep 30 10:24:03 2008 +0000

    Fix no 3D error message not being displayed translated (Bug #552341)
    
    svn path=/trunk/; revision=7946

 glchess/src/lib/gtkui/gtkui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ee78016053f7b9a977f0fd863da0de67d2153560
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Mon Sep 29 20:32:42 2008 +0000

    Updated French translation.
    
    svn path=/trunk/; revision=7945

 same-gnome/help/fr/figures/play.png |  Bin 78687 -> 0 bytes
 same-gnome/help/fr/fr.po            |  127 ++++++++++++++++++++++-------------
 2 files changed, 80 insertions(+), 47 deletions(-)

commit 8b55f0e3b682437566291b4053bd2249d0556997
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Mon Sep 29 20:25:41 2008 +0000

    Replace a complex figure with a table of more simple ones. Fixes bug #509801.
    
    svn path=/trunk/; revision=7944

 same-gnome/help/C/figures/play.png  |  Bin 77402 -> 0 bytes
 same-gnome/help/C/figures/play1.png |  Bin 0 -> 13805 bytes
 same-gnome/help/C/figures/play2.png |  Bin 0 -> 11253 bytes
 same-gnome/help/C/figures/play3.png |  Bin 0 -> 14051 bytes
 same-gnome/help/C/figures/play4.png |  Bin 0 -> 13395 bytes
 same-gnome/help/C/same-gnome.xml    |   48 +++++++++++++++++++++++++++-------
 6 files changed, 38 insertions(+), 10 deletions(-)

commit 213795e5da5bc6fe2cb2d8542b93363267593ec7
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Mon Sep 29 19:20:04 2008 +0000

    Replaced wrong game name (two occurrences) and fixed feedback URL. Fixes bug #521338.
    
    svn path=/trunk/; revision=7943

 gnometris/help/C/gnometris.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit b059941998b3fbf962a111303485b09ea992004b
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Mon Sep 29 19:07:10 2008 +0000

    For more clarity, points obtained for each type of card are now shown in a table. Fixes #511874.
    
    svn path=/trunk/; revision=7942

 aisleriot/help/C/thieves.xml |   45 +++++++++++++++++++++++++++++++++++++++--
 1 files changed, 42 insertions(+), 3 deletions(-)

commit 3d11b73f282e51ca050170aa606c34ff35756487
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Sep 27 13:11:56 2008 +0000

    Fix missing format string (-Wformat-security).
    
    svn path=/trunk/; revision=7940

 mahjongg/mahjongg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 91e8d5fa1ad65b359b7054f15d75612aaeeced3e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Sep 27 13:11:54 2008 +0000

    Default to enable maintainer mode
    
    svn path=/trunk/; revision=7939

 configure.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit a94668eefe6122702bcf95404e8f22a3022a695f
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Sep 27 13:11:52 2008 +0000

    Remove template lines.
    
    svn path=/trunk/; revision=7938

 libgames-support/games-runtime.h |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

commit facbfb30c909ff0b8a2e6fff1caec1084a0eda8a
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Sep 27 13:11:50 2008 +0000

    Remove extra \n.
    
    svn path=/trunk/; revision=7937

 aisleriot/window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ce1e2d74e9fe50f0b9e83705252abe154009b8bd
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Sep 27 13:11:46 2008 +0000

    Initialise the games runtime support.
    
    svn path=/trunk/; revision=7936

 blackjack/src/blackjack.cpp |    6 ++++++
 glines/glines.c             |    6 ++++++
 gnect/src/main.c            |    9 +++++++--
 gnibbles/main.c             |    7 +++++++
 gnobots2/gnobots.c          |    6 ++++++
 gnometris/main.cpp          |    6 ++++++
 gnomine/gnomine.c           |    8 +++++++-
 gnotravex/gnotravex.c       |    6 ++++++
 gnotski/gnotski.c           |    6 ++++++
 gtali/gyahtzee.c            |    6 ++++++
 iagno/gnothello.c           |    6 ++++++
 mahjongg/mahjongg.c         |    7 ++++++-
 mahjongg/solubility.c       |    1 +
 same-gnome/same-gnome.c     |    7 ++++++-
 14 files changed, 82 insertions(+), 5 deletions(-)

commit ca8fbdf18a1e87286eaebb5275278ce8506f258c
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Sep 27 13:11:41 2008 +0000

    Quote-unquote.
    
    svn path=/trunk/; revision=7935

 aisleriot/game.c   |    2 +-
 aisleriot/sol.c    |    2 +-
 aisleriot/window.c |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 85fadc3b7c8e3ee611712f91f09624cdd38c8eca
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Sep 27 13:11:38 2008 +0000

    Use games-runtime to lookup directories.
    
    svn path=/trunk/; revision=7934

 aisleriot/board.c  |    3 ++-
 aisleriot/game.c   |    4 ++--
 aisleriot/sol.c    |   18 ++++++++----------
 aisleriot/window.c |    9 +++++++--
 4 files changed, 19 insertions(+), 15 deletions(-)

commit 5e680f193ed87e5dde2ef966e77263aa0559e206
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Sep 27 13:11:29 2008 +0000

    Add runtime directory provider.
    
    svn path=/trunk/; revision=7933

 libgames-support/Makefile.am        |    5 +-
 libgames-support/games-card-theme.c |   50 +++++-----
 libgames-support/games-card.h       |    3 -
 libgames-support/games-files.c      |  142 ++-------------------------
 libgames-support/games-files.h      |    3 -
 libgames-support/games-runtime.c    |  181 +++++++++++++++++++++++++++++++++++
 libgames-support/games-runtime.h    |   78 +++++++++++++++
 libgames-support/games-sound.c      |   16 ++-
 libgames-support/games-stock.c      |    4 +-
 9 files changed, 311 insertions(+), 171 deletions(-)

commit 9b5773dd7984445e59904379097aef3b821519e8
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Sep 26 14:27:23 2008 +0000

    Updated German translation.
    
    2008-09-26  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Updated German translation.
    
    
    svn path=/trunk/; revision=7932

 gnometris/help/de/de.po |   39 ++++++++++++++++++++-------------------
 1 files changed, 20 insertions(+), 19 deletions(-)

commit 9cdab3e73710f6021a230501c99ab2c89932744b
Author: Chao-Hsiung Liao <chliao@src.gnome.org>
Date:   Thu Sep 25 05:38:03 2008 +0000

    2.24.0
    
    svn path=/trunk/; revision=7929

 po/ChangeLog |    5 +
 po/zh_HK.po  | 7546 +++++++++++++++++++++++++++++++++-------------------------
 po/zh_TW.po  | 7599 +++++++++++++++++++++++++++++++++-------------------------
 3 files changed, 8560 insertions(+), 6590 deletions(-)

commit b72a6dd0266f91eefdc213d08e4bdf5842a49c5a
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Sep 23 05:54:34 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=7924

 po/ChangeLog |    4 ++++
 po/es.po     |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 5298bb82599c30f2706431250d5af25eb2f5e00d
Author: Felix I <ifelix@src.gnome.org>
Date:   Tue Sep 23 05:16:42 2008 +0000

    Tamil translation updated
    
    svn path=/trunk/; revision=7923

 po/ChangeLog |    4 ++++
 po/ta.po     |   14 ++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

commit f624118f28185ebeb6d7c3597dff5445b6eb154b
Author: Timo Jyrinki <tjyrinki@src.gnome.org>
Date:   Mon Sep 22 18:57:02 2008 +0000

    update Finnish translation (closes: #545701)
    
    svn path=/trunk/; revision=7922

 po/ChangeLog |    4 ++++
 po/fi.po     |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 03473fbe4251e02872e5e469492f5666defa709b
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Mon Sep 22 14:20:44 2008 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=7921

 po/sl.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit b58e2036362da53b28224445f0fd5f8f6425b4eb
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Mon Sep 22 14:17:08 2008 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=7920

 po/sl.po |  388 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 208 insertions(+), 180 deletions(-)

commit ba451c6ad4f78c7ae3da056a41a0862f72dba97b
Author: Felix I <ifelix@src.gnome.org>
Date:   Mon Sep 22 06:06:22 2008 +0000

    Tamil translation updated
    
    svn path=/trunk/; revision=7918

 po/ChangeLog |    4 +
 po/ta.po     |  300 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 165 insertions(+), 139 deletions(-)

commit ac58dc4b6faeb61b750c785af000c716d47c571d
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Sep 22 04:58:41 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=7917

 gnometris/help/ChangeLog.old |    4 +++
 gnometris/help/es/es.po      |   45 +++++++++++++++++++++--------------------
 2 files changed, 27 insertions(+), 22 deletions(-)

commit d0affc44b3155917a7035f0212cd68c94811f1a3
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Sep 22 00:15:34 2008 +0000

    Gnome Games 2.24.0
    
    svn path=/trunk/; revision=7913

 NEWS         |    9 +++++++++
 configure.in |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

commit e7175288853643b222b51cd15ec12c0eef44865e
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Sep 21 23:24:48 2008 +0000

    Original author asked that he no longer be associated with Gnometris due
    to spurious, unsolicited email asking him for help.
    
    
    svn path=/trunk/; revision=7912

 gnometris/help/C/gnometris.xml |    4 ++--
 gnometris/tetris.cpp           |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit e6b4c4239f16d2d6dc2c6b26fe78ff2795f13b3f
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Sep 21 22:48:06 2008 +0000

    Updated Czech translation by Lucas Lommer.
    
    2008-09-22  Petr Kovar  <pknbe@volny.cz>
    
    	* cs.po: Updated Czech translation by Lucas Lommer.
    
    svn path=/trunk/; revision=7911

 po/ChangeLog |    4 +
 po/cs.po     |  535 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 281 insertions(+), 258 deletions(-)

commit e0dedbced267525ee8cdb2e8955047b52faf9c08
Author: Mugurel Tudor <mugurelu@gnome.ro>
Date:   Sun Sep 21 21:03:14 2008 +0000

    Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
    
    2008-09-22  Mugurel Tudor  <mugurelu@gnome.ro>
    
    	* ro.po: Updated Romanian translation by
    	Mişu Moldovan <dumol@gnome.ro>
    
    svn path=/trunk/; revision=7910

 po/ChangeLog |    5 +
 po/ro.po     | 7897 +++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 4492 insertions(+), 3410 deletions(-)

commit a6262e3c86ea9fb2ff472ca53e3a11e7c335d0cf
Author: Philipp Kerling <k.philipp@gmail.com>
Date:   Sun Sep 21 07:30:02 2008 +0000

    Updated German translation.
    
    2008-09-21  Philipp Kerling  <k.philipp@gmail.com>
    
    	* de.po: Updated German translation.
    
    svn path=/trunk/; revision=7909

 po/ChangeLog |    4 +
 po/de.po     | 1103 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 602 insertions(+), 505 deletions(-)

commit 71918dee0855136eb979cbf33690ef823fd8de7a
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Sat Sep 20 23:54:13 2008 +0000

    Updated Serbian translation (by Miloš Popović)
    
    svn path=/trunk/; revision=7908

 po/ChangeLog   |    4 +
 po/sr.po       | 4886 +++++++++++++++++++++++++++++++-------------------------
 po/sr@latin.po | 4886 +++++++++++++++++++++++++++++++-------------------------
 3 files changed, 5482 insertions(+), 4294 deletions(-)

commit bf6fe2fab98fe00dd745a061a30cc40b0bab9895
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Sat Sep 20 21:45:34 2008 +0000

    Updated Danish translation of the sudoku documentation
    
    svn path=/trunk/; revision=7907

 gnome-sudoku/help/da/da.po | 1162 ++++++++++++++++++++++++++++++++------------
 1 files changed, 851 insertions(+), 311 deletions(-)

commit f22871fe7de111e480c4e0ee6ca83cc73a5e4e76
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Sat Sep 20 20:06:03 2008 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=7906

 po/ChangeLog |    4 ++++
 po/da.po     |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 2f515bcb87e7bd4ca86e916b281bf9c34f613830
Author: Kostas Papadimas <pkst@src.gnome.org>
Date:   Sat Sep 20 17:20:09 2008 +0000

    Updated Greek Translation
    
    svn path=/trunk/; revision=7905

 po/ChangeLog |    4 +
 po/el.po     | 1062 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 571 insertions(+), 495 deletions(-)

commit 79018e051517de751a4aa9a96b9fc1049eb8b7a0
Author: Simos Xenitellis <simos@src.gnome.org>
Date:   Sat Sep 20 16:34:31 2008 +0000

    Updated Greek translation.
    
    svn path=/trunk/; revision=7904

 gnotravex/help/el/el.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 6768f4e0f8a12a4fa084f5e55b93d2c0512c85d0
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Sat Sep 20 12:08:18 2008 +0000

    Updated French translation.
    
    svn path=/trunk/; revision=7903

 aisleriot/help/fr/fr.po |  338 ++++++++++++++++++++++++++++++-----------------
 1 files changed, 217 insertions(+), 121 deletions(-)

commit f7ba91197a9b41863b40690c1ad0134287b09bf5
Author: Robert-André Mauchin <bobmauchin@src.gnome.org>
Date:   Fri Sep 19 23:10:01 2008 +0000

    Updated French translation
    
    svn path=/trunk/; revision=7902

 blackjack/help/ChangeLog |    4 ++++
 blackjack/help/fr/fr.po  |   10 +++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 18c37a2cf34e81b732876de1f03252792e885e65
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Sep 19 13:36:30 2008 +0000

    Translation updated.
    
    2008-09-19  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    svn path=/trunk/; revision=7901

 po/ChangeLog |    4 ++++
 po/hu.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 74c0a51e7abb419f10657072f083c8e6c2a7e9d4
Author: Pema Geyleg <pgeyleg@src.gnome.org>
Date:   Fri Sep 19 03:44:50 2008 +0000

    Updated Dzongkha Translation
    
    svn path=/trunk/; revision=7900

 po/ChangeLog |    4 +
 po/dz.po     | 4922 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 2672 insertions(+), 2254 deletions(-)

commit 4a4529e96b14163c03a2072c256693c15cfcc1bb
Author: Inaki Larrañaga Murgoitio <dooteo@euskalgnu.org>
Date:   Thu Sep 18 10:49:20 2008 +0000

    Updated Basque translation.
    
    2008-09-18 Inaki Larrañaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=7899

 po/ChangeLog |    4 +
 po/eu.po     | 9083 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 4447 insertions(+), 4640 deletions(-)

commit dacf5759b2046c1c4a19326cb262366de34ca05f
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Thu Sep 18 02:03:17 2008 +0000

    Updated Arabic Translation by Anas Afif Emad.
    
    * Updated Arabic Translation by Anas Afif Emad.
    
    svn path=/trunk/; revision=7897

 po/ChangeLog |    4 ++++
 po/ar.po     |   16 ++++++++--------
 2 files changed, 12 insertions(+), 8 deletions(-)

commit 3b52a2b3b6941e984ac527df50f0177e5fb37536
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Sep 17 22:50:28 2008 +0000

    Updated Swedish translation.
    
    * sv/sv.po: Updated Swedish translation.
    
    
    svn path=/trunk/; revision=7896

 blackjack/help/ChangeLog |    4 ++++
 blackjack/help/sv/sv.po  |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit b3079f5b9706bc7293b296cf05b36730533781c8
Author: Amitakhya Phukan <amitakhya@src.gnome.org>
Date:   Wed Sep 17 09:22:15 2008 +0000

    Updated assamese translations
    
    svn path=/trunk/; revision=7895

 po/ChangeLog |    6 +-
 po/as.po     | 1628 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 895 insertions(+), 739 deletions(-)

commit 9c197066406975dc2c33ad54897916ad01261715
Author: Kenneth Nielsen <kennethn@src.gnome.org>
Date:   Tue Sep 16 22:55:49 2008 +0000

    Updated Danish translation
    
    svn path=/trunk/; revision=7894

 po/ChangeLog |    4 +
 po/da.po     | 1086 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 575 insertions(+), 515 deletions(-)

commit 9027d85df1460f2749b4533150366888c85cc018
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Tue Sep 16 20:35:56 2008 +0000

    Updated Catalan translation
    
    svn path=/trunk/; revision=7893

 po/ChangeLog |    4 ++
 po/ca.po     |  147 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 80 insertions(+), 71 deletions(-)

commit e2782c036d7f22a4c6c681283b5bb0d84e364654
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Tue Sep 16 10:19:17 2008 +0000

    Updated Arabic Translation by Anas Afif Emad.
    
    * Updated Arabic Translation by Anas Afif Emad.
    
    svn path=/trunk/; revision=7892

 po/ChangeLog |    4 +
 po/ar.po     | 2107 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 1182 insertions(+), 929 deletions(-)

commit b06a044754522152480a21587905d2637b2dfb13
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Sep 16 05:37:07 2008 +0000

    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
    
    2008-09-16  Alexander Shopov  <ash@contact.bg>
    
    	* bg.po: Updated Bulgarian translation by
    	Alexander Shopov <ash@contact.bg>
    
    svn path=/trunk/; revision=7891

 po/ChangeLog |    5 +
 po/bg.po     |  720 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 358 insertions(+), 367 deletions(-)

commit 1e1289dd0c918f2ab530a5218c2d55926ec0074c
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Mon Sep 15 09:38:06 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    * Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=7890

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 4d345878316515b56044c011b87534370169c095
Author: Felix I <ifelix@src.gnome.org>
Date:   Mon Sep 15 06:29:11 2008 +0000

    Tamil translation updated
    
    svn path=/trunk/; revision=7889

 po/ChangeLog |    4 +
 po/ta.po     | 3550 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 1844 insertions(+), 1710 deletions(-)

commit d262420306d48ca575989b11a44c06d8dcdf8478
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Sep 15 01:07:27 2008 +0000

    Translation updated.
    
    2008-09-15  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    svn path=/trunk/; revision=7888

 po/ChangeLog |    4 +
 po/hu.po     | 1078 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 574 insertions(+), 508 deletions(-)

commit a342e90d87a3c9a145bd80d79818f18df8b95b26
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Sun Sep 14 10:14:45 2008 +0000

    Updated Arabic Translation by Khaled Hosny.
    
    * Updated Arabic Translation by Khaled Hosny.
    
    svn path=/trunk/; revision=7887

 po/ar.po | 1084 ++++++++++++--------------------------------------------------
 1 files changed, 208 insertions(+), 876 deletions(-)

commit 5fd3336bd0c67aaaa8d8326ed851a18530d2b139
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Sun Sep 14 07:59:54 2008 +0000

    Updated Italian translation by Milo Casagrande.
    
    2008-09-14  Luca Ferretti  <elle.uca@libero.it>
    
    	* it.po: Updated Italian translation by Milo Casagrande.
    
    svn path=/trunk/; revision=7886

 po/ChangeLog |    4 +
 po/it.po     | 1090 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 586 insertions(+), 508 deletions(-)

commit 36412ac1b985a38ebbe772f73c069d86802ee000
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Sun Sep 14 01:12:46 2008 +0000

    Added Turkish Translation
    
    svn path=/trunk/; revision=7885

 glines/help/Makefile.am                     |    2 +-
 glines/help/tr/figures/glines-gameover.png  |  Bin 0 -> 9284 bytes
 glines/help/tr/figures/glines-startgame.png |  Bin 0 -> 4439 bytes
 glines/help/tr/figures/preferences.png      |  Bin 0 -> 4042 bytes
 glines/help/tr/tr.po                        |  613 +++++++++++++++++++++++++++
 5 files changed, 614 insertions(+), 1 deletions(-)

commit 2375357ce0e6e1c8273264d3101d9936de493efc
Author: Baris Cicek <bcicek@src.gnome.org>
Date:   Sat Sep 13 03:42:42 2008 +0000

    Updated Turkish Translation
    
    svn path=/trunk/; revision=7884

 po/ChangeLog |    4 +
 po/tr.po     | 1084 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 590 insertions(+), 498 deletions(-)

commit 2c89e246116ff6638cc1d3bc9e0366b52fdeebd4
Author: Gintautas Miliauskas <gintas@akl.lt>
Date:   Fri Sep 12 22:19:19 2008 +0000

    Updated Lithuanian translation.
    
    2008-09-13  Gintautas Miliauskas  <gintas@akl.lt>
    
    	* lt.po: Updated Lithuanian translation.
    
    
    
    svn path=/trunk/; revision=7883

 po/ChangeLog |    4 +
 po/lt.po     |  826 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 444 insertions(+), 386 deletions(-)

commit 1b1503a9e0bf156277f5d1dff4e96ff56f13ce19
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Sep 12 19:24:34 2008 +0000

    Added missing »de« in DOC_LINGUAS.
    
    2008-09-12  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Added missing »de« in DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=7882

 iagno/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1a90060c6b85be281f90fa59dfb157e8cd265ac1
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Sep 12 18:09:39 2008 +0000

    Added missing changes in Makefile.am
    
    2008-09-12  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* Makefile.am: Added missing changes in Makefile.am
    
    
    svn path=/trunk/; revision=7881

 gtali/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 82878715bd2e0f2937073b73201c5e1965f6b27b
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Sep 12 18:06:04 2008 +0000

    Added missing changes in Makefile.am.
    
    2008-09-12  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* Makefile.am: Added missing changes in Makefile.am.
    
    
    svn path=/trunk/; revision=7880

 gnibbles/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7f086d1ec79f836aa96ac2640598339a4f1b4dd3
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Sep 12 18:02:57 2008 +0000

    Added missing changes in Makefile.am
    
    2008-09-12  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* Makefile.am: Added missing changes in Makefile.am
    
    
    svn path=/trunk/; revision=7879

 blackjack/help/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5009ad78ad6b2f9315e261fcf653d88c66c7ac66
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Sep 12 18:00:25 2008 +0000

    Added German translation. Added Screenshots. Added de to DOC_LINGUAS.
    
    2008-09-12  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Added German translation.
    	* de/figures/*.png: Added Screenshots.
    	* Makefile.am: Added de to DOC_LINGUAS.
    
    
    svn path=/trunk/; revision=7878

 blackjack/help/de/de.po                            |  615 ++++++++++++++++++++
 .../help/de/figures/blackjack_start_window.png     |  Bin 0 -> 65470 bytes
 2 files changed, 615 insertions(+), 0 deletions(-)

commit 055e06bafe403d2e0ee36ea933e095e93cd7e58b
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Sep 12 17:50:41 2008 +0000

    Added de to DOC_LINGUAS. Added German translation and screenshots.
    
    2008-09-12  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* Makefile.am: Added de to DOC_LINGUAS.
    	* de/*: Added German translation and screenshots.
    
    
    svn path=/trunk/; revision=7877

 gnibbles/help/de/.xml2po.mo          |  Bin 0 -> 30132 bytes
 gnibbles/help/de/de.po               |  503 ++++++++++++++++++++++++++++++++++
 gnibbles/help/de/figures/connect.png |  Bin 0 -> 30903 bytes
 gnibbles/help/de/figures/game.png    |  Bin 0 -> 27508 bytes
 gnibbles/help/de/figures/intro.png   |  Bin 0 -> 107295 bytes
 gnibbles/help/de/figures/playing.png |  Bin 0 -> 29787 bytes
 gnibbles/help/de/figures/worm_op.png |  Bin 0 -> 22638 bytes
 gnibbles/help/de/gnibbles.xml        |  405 +++++++++++++++++++++++++++
 gnibbles/help/de/legal.xml           |   16 +
 gnibbles/help/de/network-games.xml   |  117 ++++++++
 10 files changed, 1041 insertions(+), 0 deletions(-)

commit 5e33cc1650ebd050d77e3a4dfe9073d660fbd961
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Sep 12 17:41:04 2008 +0000

    Added German translation. Added Screenshots Added de to DOC_LINGUAS
    
    2008-09-12  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Added German translation.
    	* de/figures/*.png: Added Screenshots
    	* Makefile.am: Added de to DOC_LINGUAS
    
    
    svn path=/trunk/; revision=7876

 gtali/help/de/.xml2po.mo              |  Bin 0 -> 27681 bytes
 gtali/help/de/de.po                   |  372 +++++++++++++++++++++++++++++++++
 gtali/help/de/figures/mainwindow.png  |  Bin 0 -> 61531 bytes
 gtali/help/de/figures/preferences.png |  Bin 0 -> 24236 bytes
 4 files changed, 372 insertions(+), 0 deletions(-)

commit 7ccfcebb87cba0028f3c04219b6d8f2fb11525ed
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Fri Sep 12 12:12:26 2008 +0000

    Updated Marathi Translations
    
    svn path=/trunk/; revision=7875

 po/ChangeLog |    4 +
 po/mr.po     | 1348 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 711 insertions(+), 641 deletions(-)

commit c3bbb495abc2428478653b1a4a4139f1866ee0c3
Author: Christian Persch <chpe@src.gnome.org>
Date:   Thu Sep 11 22:50:52 2008 +0000

    Add some translator comments. Bug #551880
    
    svn path=/trunk/; revision=7874

 aisleriot/stats-dialog.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 5e9ff62be4efad3885cba9b685baab91eac23942
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu Sep 11 16:32:34 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=7873

 po/ChangeLog |    4 ++++
 po/es.po     |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

commit a9ad026365ddb334f9d4d7b029cec33003a3a10a
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Sep 10 19:03:38 2008 +0000

    Updated Spanish translation, fixes bugs #551517, #551564, and #551572
    
    svn path=/trunk/; revision=7872

 po/ChangeLog |    5 +++++
 po/es.po     |   44 ++++++++++++++++++++++----------------------
 2 files changed, 27 insertions(+), 22 deletions(-)

commit 83fb9001504a597b381390a5fbdb35230adb984f
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Sep 10 18:19:46 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=7871

 aisleriot/help/ChangeLog.old |    4 +
 aisleriot/help/es/es.po      |  254 ++++++++++++++++++++++++------------------
 2 files changed, 149 insertions(+), 109 deletions(-)

commit 27ba42e91397b40bff7a6bfe50c8acb0e02ef536
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Sep 10 18:17:24 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=7870

 blackjack/help/ChangeLog |    4 ++++
 blackjack/help/es/es.po  |   25 +++++++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)

commit e8ad023eefe5f055773d96e1f66b638259c1c39d
Author: Matej Urbančič <mateju@src.gnome.org>
Date:   Wed Sep 10 13:40:30 2008 +0000

    Updated Slovenian translation
    
    svn path=/trunk/; revision=7869

 po/sl.po |  681 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 331 insertions(+), 350 deletions(-)

commit 0ecc2f13ed194d95f264c3af77a9696cd42f8fca
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Tue Sep 9 19:37:58 2008 +0000

    Corrected tableau explanation. (Fixes bug #544823)
    
    svn path=/trunk/; revision=7868

 aisleriot/help/C/gold_mine.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 00829f872d297b7283f6f141b2b03810f9441670
Author: Robert Sedak <rsedak@src.gnome.org>
Date:   Tue Sep 9 09:51:53 2008 +0000

    Update: Croatian Language
    
    svn path=/trunk/; revision=7867

 po/ChangeLog |    4 ++++
 po/hr.po     |   12 ++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit 8faf02e7064896695de28e69718f8c69f54e270f
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Mon Sep 8 22:46:38 2008 +0000

    Added Russian translation by Yuri Myasoedov
    
    2008-09-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    	* ru/ru.po:
    	* ru/figures:
    	* Makefile.am:
    
    	Added Russian translation by Yuri Myasoedov
    
    
    svn path=/trunk/; revision=7866

 glchess/help/Makefile.am                     |    2 +-
 glchess/help/ru/figures/game.png             |  Bin 0 -> 53436 bytes
 glchess/help/ru/figures/new_game.png         |  Bin 0 -> 36463 bytes
 glchess/help/ru/figures/preferences_game.png |  Bin 0 -> 17707 bytes
 glchess/help/ru/figures/preferences_view.png |  Bin 0 -> 16828 bytes
 glchess/help/ru/ru.po                        | 1130 ++++++++++++++++++++++++++
 6 files changed, 1131 insertions(+), 1 deletions(-)

commit d388d8228972b9ebbbac22e4fb06a8b6743f9fce
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Sep 8 21:46:32 2008 +0000

    gnome-games 2.23.92
    
    svn path=/trunk/; revision=7864

 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 42 insertions(+), 1 deletions(-)

commit 2b31f8278ff5ef1754e3de1c3cfe1fa2361e7be7
Author: Robert Sedak <rsedak@src.gnome.org>
Date:   Mon Sep 8 09:47:54 2008 +0000

    Update: Croatian Language
    
    svn path=/trunk/; revision=7863

 po/ChangeLog |    4 +
 po/hr.po     | 7824 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 3869 insertions(+), 3959 deletions(-)

commit 5a2dfa2cfd1a0baf5ac247196ff0d92fe6cab203
Author: Changwoo Ryu <cwryu@src.gnome.org>
Date:   Mon Sep 8 00:21:05 2008 +0000

    Updated Korean translation
    
    svn path=/trunk/; revision=7862

 po/ChangeLog |    4 +
 po/ko.po     | 1052 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 570 insertions(+), 486 deletions(-)

commit c895532b75c268f9d1016a70409e4483bb153f02
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Sep 7 20:01:24 2008 +0000

    Make sure to disconnect the handlers from the old screen.
    
    svn path=/trunk/; revision=7861

 aisleriot/board.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 45fe0a92de2b72f0009700e934cd62b3cfc137f0
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sun Sep 7 19:16:19 2008 +0000

    Bug 549851 – Double click no longer sends card to free cell
    
    svn path=/trunk/; revision=7860

 aisleriot/board.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 80aaf0c6731628eb7c2c4b97ffa25ae289662b8a
Author: Wouter Bolsterlee <wbolster@svn.gnome.org>
Date:   Sun Sep 7 15:18:12 2008 +0000

    Updated Dutch translation by Wouter Bolsterlee.
    
    2008-09-07  Wouter Bolsterlee  <wbolster@svn.gnome.org>
    
    	* nl.po: Updated Dutch translation by Wouter Bolsterlee.
    
    
    svn path=/trunk/; revision=7859

 po/ChangeLog |    4 +
 po/nl.po     |  481 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 255 insertions(+), 230 deletions(-)

commit 493d7dc35a6bb1f51959b102b5aedf87f49f4f26
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 6 23:05:35 2008 +0000

    Updated British English translation.
    
    2008-09-07  Philip Withnall  <philip@tecnocode.co.uk>
    
    	* en_GB.po: Updated British English translation.
    
    
    svn path=/trunk/; revision=7858

 po/ChangeLog |    4 +
 po/en_GB.po  |  866 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 459 insertions(+), 411 deletions(-)

commit c5ed6c5ccaa16d4dd920e112db1744576a9bf807
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
Date:   Fri Sep 5 19:08:42 2008 +0000

    Minor fix to terminology
    
    svn path=/trunk/; revision=7857

 po/ChangeLog |    4 +
 po/ca.po     | 1052 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 573 insertions(+), 483 deletions(-)

commit f6e3aa07454057bdc79b2f384a41ac76d5716077
Author: Claude Paroz <claude@2xlibre.net>
Date:   Thu Sep 4 14:56:56 2008 +0000

    Fixed typo. Fixes #550166.
    
    2008-09-04  Claude Paroz  <claude@2xlibre.net>
    
    	* C/blackjack.xml: Fixed typo.
    	Fixes #550166.
    
    svn path=/trunk/; revision=7856

 blackjack/help/C/blackjack.xml |    2 +-
 blackjack/help/ChangeLog       |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

commit ca52b95e1a4963c4d575b338dace8157cd7805f7
Author: Rajesh Ranjan <rranjan@src.gnome.org>
Date:   Thu Sep 4 12:13:49 2008 +0000

    maithili translation added by Rajesh Ranjan
    
    svn path=/trunk/; revision=7855

 po/ChangeLog |    4 +
 po/LINGUAS   |    1 +
 po/mai.po    | 8190 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 8195 insertions(+), 0 deletions(-)

commit 902a882d6f642164a0e188f3faefbad97397b177
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Sep 2 12:58:59 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=7854

 po/ChangeLog |    4 +
 po/sv.po     |  190 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 100 insertions(+), 94 deletions(-)

commit d9258d8b78b283276c22e7b7076fc5f4312d0bdd
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Sep 1 15:29:04 2008 +0000

    Stop the dancer when undoing after win. Bug #532357. Patch by Zhang Sen/Thomas H.P. Andersen
    
    svn path=/trunk/; revision=7853

 gnome-sudoku/src/lib/gsudoku.py |    8 ++++++-
 gnome-sudoku/src/lib/main.py    |   42 +++++++++++++++++++++++++++++++-------
 2 files changed, 41 insertions(+), 9 deletions(-)

commit 2c565ffe954f31a8df80629208e09a637d0d3f71
Author: Robert-André Mauchin <bobmauchin@src.gnome.org>
Date:   Mon Sep 1 09:37:52 2008 +0000

    Updated French translation
    
    svn path=/trunk/; revision=7852

 blackjack/help/ChangeLog |    4 +
 blackjack/help/fr/fr.po  |  370 +++++++++++++++++++++++-----------------------
 2 files changed, 189 insertions(+), 185 deletions(-)

commit a93771592a295ea187daa44e3c47dc7fd0f7b7e8
Author: Robert-André Mauchin <bobmauchin@src.gnome.org>
Date:   Mon Sep 1 00:42:00 2008 +0000

    Updated French translation
    
    svn path=/trunk/; revision=7851

 po/ChangeLog |    4 +
 po/fr.po     |  429 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 221 insertions(+), 212 deletions(-)

commit 1a86b724b64679dbd302ff4ad249ee05de1fa08c
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Aug 29 17:11:26 2008 +0000

    Bugfixes in German translation
    
    2008-08-29  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Bugfixes in German translation
    
    
    svn path=/trunk/; revision=7850

 gnometris/help/de/de.po |11726 ++---------------------------------------------
 1 files changed, 443 insertions(+), 11283 deletions(-)

commit c6178bfc75e8c12e482bed2e7a699910c2054c43
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Aug 29 14:02:42 2008 +0000

    Updated German translation.
    
    2008-08-29  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Updated German translation.
    
    
    svn path=/trunk/; revision=7849

 gnomine/help/de/de.po |  346 +++++++++++++++++++++++++------------------------
 1 files changed, 177 insertions(+), 169 deletions(-)

commit 090660c9e77d862470db4be2b87cccdecbdacf50
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Aug 29 13:38:51 2008 +0000

    Updated German translation
    
    2008-08-29  Mario Blättermann <mariobl@svn.gnome.org>
    
    	* de/de.po: Updated German translation
    
    svn path=/trunk/; revision=7848

 gnobots2/help/de/de.po |  308 +++++++++++++++++++++++++-----------------------
 1 files changed, 159 insertions(+), 149 deletions(-)

commit 31ce118058d74fc627ec8a7876894190cb5ee194
Author: Hendrik Richter <mariobl@svn.gnome.org>
Date:   Fri Aug 29 12:51:33 2008 +0000

    Updated German translation
    
    2008-08-29  Hendrik Richter  <mariobl@svn.gnome.org>
    
    	* de/: Updated German translation
    
    svn path=/trunk/; revision=7847

 glines/help/de/de.po |   84 +++++++++++++++++++++++++-------------------------
 1 files changed, 42 insertions(+), 42 deletions(-)

commit 4f1c631af8b698a3ffd111db8aed4cd1eb5d0e0b
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Aug 29 12:37:59 2008 +0000

    Updated German translation
    
    2008-08-29  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: Updated German translation
    
    svn path=/trunk/; revision=7846

 gnometris/help/de/de.po |11805 +++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 11325 insertions(+), 480 deletions(-)

commit bdaad3cbce64263432c2fbb972236df4324550fd
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Fri Aug 29 12:16:58 2008 +0000

    New German translation
    
    2008-08-29  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* de/de.po: New German translation
    
    svn path=/trunk/; revision=7845

 iagno/help/de/de.po |  945 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 945 insertions(+), 0 deletions(-)

commit 510ed2f62651197ab00d385f0cb9cea39503a874
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Wed Aug 27 17:46:49 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-08-27  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=7844

 po/ChangeLog |    4 ++++
 po/et.po     |   35 ++++++++++++++++++++---------------
 2 files changed, 24 insertions(+), 15 deletions(-)

commit b93f463a1efa7c9c2733bd02907b9274dfecd62c
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Wed Aug 27 12:32:31 2008 +0000

    updated Kannada translations and ChangeLog
    
    svn path=/trunk/; revision=7843

 po/ChangeLog |    4 +
 po/kn.po     |  784 +++++++++++++++++++++++++++-------------------------------
 2 files changed, 363 insertions(+), 425 deletions(-)

commit 169cb32ea92ba26e1c44dd6b9d9ed85fa17327e2
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Tue Aug 26 12:34:44 2008 +0000

    Updating kannada translations and ChangeLog
    
    svn path=/trunk/; revision=7842

 po/ChangeLog |   11 +-
 po/kn.po     |  513 +++++++++++++++++++++++++---------------------------------
 2 files changed, 231 insertions(+), 293 deletions(-)

commit b0180210b880a59ee1d1bbcbdf5e3af20d93e10a
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Mon Aug 25 14:52:41 2008 +0000

    Conversion from sr@Latn to sr@latin
    
    svn path=/trunk/; revision=7841

 po/ChangeLog   |    5 +
 po/LINGUAS     |    2 +-
 po/sr@Latn.po  | 8228 --------------------------------------------------------
 po/sr@latin.po | 8228 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 8234 insertions(+), 8229 deletions(-)

commit e8cc528bd58818d020a676d6736e65f70a9c9093
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Aug 25 13:33:33 2008 +0000

    Updated Bengali India Translation
    
    svn path=/trunk/; revision=7840

 po/bn_IN.po | 7108 +++++++++++++++++++++++++++++++----------------------------
 1 files changed, 3739 insertions(+), 3369 deletions(-)

commit c65d9746750d6e5636810e18ac5af891144dc029
Author: Runa Bhattacharjee <runab@src.gnome.org>
Date:   Mon Aug 25 13:24:05 2008 +0000

    Added Entry for Bengali India Translation Updation
    
    svn path=/trunk/; revision=7839

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 57aeea2b756918bc9c063408bcb3a0ca945779e1
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Mon Aug 25 12:39:36 2008 +0000

    Updating kannada translations and ChangeLog
    
    svn path=/trunk/; revision=7838

 po/ChangeLog |    4 +
 po/kn.po     |  509 ++++++++++++++++++++++++++--------------------------------
 2 files changed, 229 insertions(+), 284 deletions(-)

commit a1f3400194bcf68f7126f5f986c8abc674dbef4e
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Mon Aug 25 04:35:18 2008 +0000

    Updating ChangeLog
    
    svn path=/trunk/; revision=7837

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 6ae1d70709c2f8a645f33c3325e034b121a55b14
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Mon Aug 25 04:33:54 2008 +0000

    Updating kannada translations
    
    svn path=/trunk/; revision=7836

 po/kn.po | 2671 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 1233 insertions(+), 1438 deletions(-)

commit 77ab488fe6ee620d6bf428c67c91c81610c86f7d
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Thu Aug 21 02:54:12 2008 +0000

    Terminology fixes by Djavan Fagundes.
    
    2008-08-20  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Terminology fixes by Djavan Fagundes.
    
    svn path=/trunk/; revision=7835

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |   23 ++++++++++++-----------
 2 files changed, 16 insertions(+), 11 deletions(-)

commit e714f469ab11033b1f7ab2fb776c1ec0d36c579d
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Wed Aug 20 10:38:01 2008 +0000

    Fix /apps/glchess/promotion_type GConf key default from 'human' to 'queen'
    
    svn path=/trunk/; revision=7834

 glchess/data/glchess.schemas.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 712b86be0271dfa2c01b365688e9decb7a72a747
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Tue Aug 19 15:08:58 2008 +0000

    Updated Japanese translation.
    
    2008-08-20  Takeshi AIHANA <takeshi.aihana@gmail.com>
    
            * ja.po: Updated Japanese translation.
    
    svn path=/trunk/; revision=7833

 po/ChangeLog |    4 +
 po/ja.po     | 1002 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 522 insertions(+), 484 deletions(-)

commit 3b6f8f031b5303ef69b3751729ef9b804bbb31a9
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Aug 18 22:12:34 2008 +0000

    gnome-games 2.23.90
    
    svn path=/trunk/; revision=7831

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 33 insertions(+), 1 deletions(-)

commit 57c0fc817bd433931747cbb50dbb2a8c92ae8ffa
Author: Priit Laes <plaes at svn dot gnome dot org>
Date:   Sun Aug 17 14:33:30 2008 +0000

    Translation updated by Ivar Smolin
    
    2008-08-17  Priit Laes  <plaes at svn dot gnome dot org>
    
    	* et.po: Translation updated by Ivar Smolin
    
    svn path=/trunk/; revision=7830

 po/ChangeLog |    4 +
 po/et.po     |  830 ++++++++++++++--------------------------------------------
 2 files changed, 196 insertions(+), 638 deletions(-)

commit eb395b42baab332a6e46094b043d392c4244f045
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 15 10:14:54 2008 +0000

    Include cairo.h here to fix the blackjack build.
    
    svn path=/trunk/; revision=7829

 libgames-support/games-preimage.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c1c5d4523b14032ad7be90bec322bd156e34b7ae
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 15 10:14:52 2008 +0000

    Take the antialias setting from the font options instead of storing it separately.
    
    svn path=/trunk/; revision=7828

 aisleriot/board.c                   |    3 --
 libgames-support/games-card-theme.c |   38 -----------------------------------
 libgames-support/games-card-theme.h |    4 ---
 libgames-support/games-preimage.c   |   30 +-------------------------
 libgames-support/games-preimage.h   |    4 ---
 libgames-support/render-cards.c     |    3 +-
 6 files changed, 3 insertions(+), 79 deletions(-)

commit 2c73f9e6fb105e3097e76b63b567083f130d2113
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 15 10:14:49 2008 +0000

    Get the cairo font options from the screen instead of creating them ourself from the gtk settings.
    
    svn path=/trunk/; revision=7827

 aisleriot/board.c                   |  116 ++++++++++++++++------------------
 libgames-support/games-card-theme.c |   93 ++++++++++++++++++++++------
 libgames-support/games-card-theme.h |    8 ++-
 libgames-support/games-preimage.c   |   73 ++++++++++++++--------
 libgames-support/games-preimage.h   |    6 ++-
 libgames-support/render-cards.c     |    8 +++
 6 files changed, 198 insertions(+), 106 deletions(-)

commit afbfea5bcb3081e8b4767cda8092d93fc6a6c144
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 15 10:14:47 2008 +0000

    Fix compile warnings on hildon platform.
    
    svn path=/trunk/; revision=7826

 aisleriot/board.c  |    4 ++++
 aisleriot/window.c |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit 1fcb6515329bab4106d98d46440db1722783b35d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 15 10:14:45 2008 +0000

    Fix compile warnings.
    
    svn path=/trunk/; revision=7825

 libgames-support/games-card-images.c |    2 +-
 libgames-support/games-conf.c        |   10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

commit a4dc451bfa78e01b7af11071f7385aa4b0373006
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 15 10:14:43 2008 +0000

    Use g_error_matches().
    
    svn path=/trunk/; revision=7824

 libgames-support/games-conf.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit d4b5611285873a8036ac8b864a7909de2f52f908
Author: Christian Persch <chpe@src.gnome.org>
Date:   Fri Aug 15 10:14:40 2008 +0000

    Add "changed" signal to GamesCardTheme, and emit it when the theme has changed in a way that necessitates clearing the card cache.
    Use this in GamesCardImages, and remove the methods that just forwarded to the theme.
    Adapt aisleriot and blackjack to these API changes.
    
    svn path=/trunk/; revision=7823

 aisleriot/board.c                    |   16 +++--
 blackjack/src/Makefile.am            |    1 +
 blackjack/src/card.cpp               |   28 ++++---
 libgames-support/games-card-images.c |  140 +++++++---------------------------
 libgames-support/games-card-images.h |   15 +---
 libgames-support/games-card-theme.c  |   40 +++++++++-
 libgames-support/games-card-theme.h  |    4 +-
 7 files changed, 95 insertions(+), 149 deletions(-)

commit b40f623e1d92a59d711b4222ea50f8411810b6f8
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Aug 15 01:56:47 2008 +0000

    Clean up timer code. Patch by Thomas H.P. Andersen. Fixes bug #530792 and bug #544499
    
    svn path=/trunk/; revision=7822

 gnome-sudoku/src/lib/main.py  |   18 +----------
 gnome-sudoku/src/lib/saver.py |    3 +-
 gnome-sudoku/src/lib/timer.py |   66 ++++++++++++++++-------------------------
 3 files changed, 28 insertions(+), 59 deletions(-)

commit d6285b98645ad7612cad443ef4c0948a922d72cd
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Aug 14 14:50:08 2008 +0000

    Watch configuration in preferences dialog so widgets update when config values change (Bug #546699)
    
    svn path=/trunk/; revision=7821

 glchess/data/glchess.schemas.in  |    2 +-
 glchess/src/lib/config.py        |    5 +--
 glchess/src/lib/gtkui/dialogs.py |   85 +++++++++++++++++++++++--------------
 glchess/src/lib/gtkui/gtkui.py   |    5 +-
 4 files changed, 57 insertions(+), 40 deletions(-)

commit 01c5659ec7d1241938e88341d9941bf12da183f0
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Aug 14 14:11:10 2008 +0000

    Catch gobject.GError correctly when writing to GConf (Bug #546694)
    
    svn path=/trunk/; revision=7820

 glchess/src/lib/config.py |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit f8ed24a37be7ff48df0283d73afea823b75498ac
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Aug 14 14:02:07 2008 +0000

    Use chess.pgn.Error.message not chess.pgn.Error.description (Bug #544931)
    
    svn path=/trunk/; revision=7819

 glchess/src/lib/history.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9df8bd25a597d675bb59dc5df8fedd0188838160
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Thu Aug 14 13:58:17 2008 +0000

    Use Exception.message or IOException.strerror instead of Exception.args as the former is guaranteed to exist and the latter may be a zero length list (Bug #541788)
    
    svn path=/trunk/; revision=7818

 glchess/src/lib/chess/pgn.py            |    4 ++--
 glchess/src/lib/main.py                 |    2 +-
 glchess/src/lib/scene/opengl/png.py     |    2 +-
 glchess/src/lib/scene/opengl/texture.py |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 9609d07acd5060864ead896c269ac5e0833a4857
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Thu Aug 14 09:13:55 2008 +0000

    Updated Thai translation.
    
    2008-08-14  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=7817

 po/ChangeLog |    4 ++
 po/th.po     |  170 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 95 insertions(+), 79 deletions(-)

commit 5bfe4f311b20da1d6f6ba034b6377f6a8ccf2174
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Aug 13 19:04:10 2008 +0000

    Updated Spanish translation; fixed typos thanks to Esteban <steve-o> Sanchez
    
    svn path=/trunk/; revision=7816

 po/ChangeLog |    5 +++
 po/es.po     |  104 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 71 insertions(+), 38 deletions(-)

commit 5c6be939e44df068434f99a6ebd63d88554b270c
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Wed Aug 13 13:09:48 2008 +0000

    Make undo/redo unsensitive at start of new game. Patch by Zhang Sen in bug #547219
    
    svn path=/trunk/; revision=7815

 gnome-sudoku/src/lib/main.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit d07db7360ac7b05791447f7a434049a5d8407c24
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Aug 12 16:24:11 2008 +0000

    Updated Portuguese translation.
    
    2008-08-12  Duarte Loreto <happyguy_pt@hotmail.com>
    
    	* pt.po: Updated Portuguese translation.
    
    svn path=/trunk/; revision=7814

 po/ChangeLog |    4 +
 po/pt.po     | 1170 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 630 insertions(+), 544 deletions(-)

commit 3ad22735966bd2f9313d21678c5bb8f51799d16b
Author: Ilkka Tuohela <ituohela@src.gnome.org>
Date:   Tue Aug 12 13:23:28 2008 +0000

    Updated Finnish translation
    
    svn path=/trunk/; revision=7813

 po/ChangeLog |    4 +
 po/fi.po     | 1120 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 604 insertions(+), 520 deletions(-)

commit 8f350b82fbe89d3344d0381dcc5e5b8c97e7d646
Author: Nickolay V. Shmyrev <nshmyrev@src.gnome.org>
Date:   Mon Aug 11 22:53:41 2008 +0000

    Added Russian help translation by Dmitriy Dzhus <dima@sphinx.net.ru>
    
    
    svn path=/trunk/; revision=7812

 aisleriot/help/Makefile.am |    2 +-
 aisleriot/help/ru/ru.po    | 7059 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 7060 insertions(+), 1 deletions(-)

commit ba347fe094561a5e383f2148c7075953db0482c7
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Sat Aug 9 21:02:51 2008 +0000

    Check if Show All Hints is set when starting a new game. Patch by Jesse in bug #542128
    
    svn path=/trunk/; revision=7811

 gnome-sudoku/src/lib/main.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 898790b6f9bd207088f2f95566b51732f51ae338
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Aug 7 17:55:32 2008 +0000

    Don't create temp files when drawing thumbnails. Patch by Josselin Mouette in bug #544375
    
    svn path=/trunk/; revision=7810

 gnome-sudoku/src/lib/sudoku_thumber.py |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 37e60a26c4b6fa8028180209905979153632853c
Author: Og B. Maciel <ogmaciel@src.gnome.org>
Date:   Thu Aug 7 16:51:43 2008 +0000

    Minor tweak in strftime string
    
    svn path=/trunk/; revision=7809

 po/pt_BR.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bf3468ae2d13be9454779f782f35c76e9828aa33
Author: Og B. Maciel <ogmaciel@src.gnome.org>
Date:   Thu Aug 7 13:59:38 2008 +0000

    Updated Brazilian Portuguese translation.
    
    svn path=/trunk/; revision=7808

 po/ChangeLog |    4 +
 po/pt_BR.po  | 1107 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 574 insertions(+), 537 deletions(-)

commit e426fd9712606f253eff4e0d06760b1e32355b33
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Aug 6 20:41:28 2008 +0000

    Updated French translation.
    
    2008-08-06  Claude Paroz  <claude@2xlibre.net>
    
    	* fr.po: Updated French translation.
    
    svn path=/trunk/; revision=7807

 po/ChangeLog |    4 +
 po/fr.po     |  644 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 317 insertions(+), 331 deletions(-)

commit b79ee8ffddf18d2120ad6c1dbae9b71152689521
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Mon Aug 4 19:33:49 2008 +0000

    gnome-games 2.23.6
    
    svn path=/trunk/; revision=7805

 NEWS         |   18 ++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)

commit a515f634166add00f0c3f9e401b8cd58a2c702ee
Author: Luca Ferretti <lferrett@src.gnome.org>
Date:   Mon Aug 4 09:16:46 2008 +0000

    Added Italian translation and figures for Mahjongg manual by Alessio Treglia.
    Removed old files too.
    
    
    svn path=/trunk/; revision=7804

 mahjongg/help/Makefile.am                |    2 +-
 mahjongg/help/it/Makefile.am             |   15 -
 mahjongg/help/it/figures/color.png       |  Bin 14493 -> 0 bytes
 mahjongg/help/it/figures/mahjongg.png    |  Bin 133250 -> 115539 bytes
 mahjongg/help/it/figures/no-match.png    |  Bin 3654 -> 0 bytes
 mahjongg/help/it/figures/no-move.png     |  Bin 3732 -> 9583 bytes
 mahjongg/help/it/figures/preferences.png |  Bin 8172 -> 18888 bytes
 mahjongg/help/it/figures/seed.png        |  Bin 2469 -> 0 bytes
 mahjongg/help/it/figures/toolbar.png     |  Bin 5054 -> 10572 bytes
 mahjongg/help/it/it.po                   |  434 +++++++++++++++++
 mahjongg/help/it/mahjongg-it.omf         |   14 -
 mahjongg/help/it/mahjongg.sgml           |  776 ------------------------------
 mahjongg/help/it/topic.dat               |    1 -
 13 files changed, 435 insertions(+), 807 deletions(-)

commit 2b16ac14bcb0639249025d42f2b776e75dee87ab
Author: Christian Persch <chpe@src.gnome.org>
Date:   Sat Aug 2 21:17:07 2008 +0000

    Revert bogus patch from bug #444806
    
    svn path=/trunk/; revision=7803

 blackjack/src/game.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 3f949c1a3b0aed324562f5fad791d0afa9a763fe
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sat Aug 2 19:34:19 2008 +0000

    gnotravex/help/de/de.po: Updated German translation by Mario Blättermann.
    
    2008-08-02  Andre Klapper  <a9016009@gmx.de>
    
    	gnotravex/help/de/de.po: Updated German translation by
    	Mario Blättermann.
    
    
    svn path=/trunk/; revision=7802

 gnotravex/help/de/de.po |  446 ++++++++++++-----------------------------------
 1 files changed, 113 insertions(+), 333 deletions(-)

commit c45b1a7a3acd6122f2dd7f7703cbfb10e49b5d5e
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Wed Jul 30 00:14:06 2008 +0000

    Added pt_BR to DOC_LINGUAS. Added Brazilian Portuguese translation by
    
    2008-07-29  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* Makefile.am: Added pt_BR to DOC_LINGUAS.
    	* pt_BR/pt_BR.po: Added Brazilian Portuguese translation by Vladimir
    	Melo.
    
    svn path=/trunk/; revision=7799

 gtali/help/Makefile.am    |    2 +-
 gtali/help/pt_BR/pt_BR.po |  706 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 707 insertions(+), 1 deletions(-)

commit 11d0a21dea92d1a599c2b677ae6a61d0c1b5469e
Author: Djihed Afifi <djihed@src.gnome.org>
Date:   Tue Jul 29 01:29:56 2008 +0000

    Updated Arabic Translation by Djihed Afifi.
    
    svn path=/trunk/; revision=7798

 po/ChangeLog |    4 +
 po/ar.po     |  393 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 210 insertions(+), 187 deletions(-)

commit 2fca78719496637dc3d1ecb2f2b5340620ba4a64
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jul 28 18:55:58 2008 +0000

    Updated Norwegian bokmål translation.
    
    2008-07-28  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=7797

 po/ChangeLog |    4 ++
 po/nb.po     |  169 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 94 insertions(+), 79 deletions(-)

commit 61f2736acf8dc46e4c6b8743af14132aa22d06ae
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Date:   Sun Jul 27 13:58:48 2008 +0000

    updated Russian translation by Dmitry Dzhus.
    
    2008-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
    
    	* ru.po: updated Russian translation by Dmitry Dzhus.
    
    
    svn path=/trunk/; revision=7796

 po/ChangeLog |    4 +
 po/ru.po     |  950 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 498 insertions(+), 456 deletions(-)

commit d6cf24f53276233d020a5051591aba226256350a
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Fri Jul 25 01:49:09 2008 +0000

    One last terminology fix by Vladimir Melo.
    
    2008-07-24  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: One last terminology fix by Vladimir Melo.
    
    svn path=/trunk/; revision=7794

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 90307d35bb454be6e54c1423bd3ca7807ed200ee
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Jul 21 20:26:40 2008 +0000

    Added it to DOC_LINGUAS. Added screenshots for Italian translation. Added
    
    2008-07-21  Luca Ferretti  <elle.uca@libero.it>
    
            * Makefile.am: Added it to DOC_LINGUAS.
            * it/figures/*: Added screenshots for Italian translation.
            * it/it.po: Added Italian translation by Alessio Treglia.
    
    
    svn path=/trunk/; revision=7793

 gnibbles/help/Makefile.am            |    2 +-
 gnibbles/help/it/figures/connect.png |  Bin 0 -> 41200 bytes
 gnibbles/help/it/figures/game.png    |  Bin 0 -> 32634 bytes
 gnibbles/help/it/figures/intro.png   |  Bin 0 -> 90925 bytes
 gnibbles/help/it/figures/playing.png |  Bin 0 -> 23389 bytes
 gnibbles/help/it/figures/tables.png  |  Bin 0 -> 56414 bytes
 gnibbles/help/it/figures/worm_op.png |  Bin 0 -> 26251 bytes
 gnibbles/help/it/it.po               |  499 ++++++++++++++++++++++++++++++++++
 8 files changed, 500 insertions(+), 1 deletions(-)

commit 1a9385dd51342d5a9abacd6b51562f59d00b4d29
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Jul 21 20:24:59 2008 +0000

    Added it to DOC_LINGUAS. Added/Updated screenshots for Italian
    
    2008-07-21  Luca Ferretti  <elle.uca@libero.it>
    
            * Makefile.am: Added it to DOC_LINGUAS.
            * it/figures/*: Added/Updated screenshots for Italian translation.
            * it/it.po: Added Italian translation by Alessio Treglia.
    	* it/*: Removed old sgml manual.
    
    
    svn path=/trunk/; revision=7792

 iagno/help/Makefile.am              |    2 +-
 iagno/help/it/Makefile.am           |   13 -
 iagno/help/it/figures/ANIMATION.png |  Bin 47360 -> 24866 bytes
 iagno/help/it/figures/BLOCK.png     |  Bin 105480 -> 56584 bytes
 iagno/help/it/figures/FIRST.png     |  Bin 59413 -> 46584 bytes
 iagno/help/it/figures/PLAYER.png    |  Bin 43015 -> 21465 bytes
 iagno/help/it/figures/START.png     |  Bin 52913 -> 47638 bytes
 iagno/help/it/figures/connect.png   |  Bin 0 -> 36506 bytes
 iagno/help/it/figures/tables.png    |  Bin 0 -> 52609 bytes
 iagno/help/it/iagno-it.omf          |   14 -
 iagno/help/it/iagno.sgml            |  466 -------------------------------
 iagno/help/it/it.po                 |  522 +++++++++++++++++++++++++++++++++++
 iagno/help/it/topic.dat             |    1 -
 13 files changed, 523 insertions(+), 495 deletions(-)

commit e2d4b36199c0458bdbb0915d4c16a434383e51a0
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Jul 21 20:20:32 2008 +0000

    Added it to DOC_LINGUAS. Added screenshots for Italian translation. Added
    
    2008-07-21  Luca Ferretti  <elle.uca@libero.it>
    
    	* Makefile.am: Added it to DOC_LINGUAS.
            * it/figures/*: Added screenshots for Italian translation.
            * it/it.po: Added Italian translation by Alessio Treglia.
    
    
    svn path=/trunk/; revision=7791

 gnome-sudoku/help/Makefile.am                      |    2 +-
 gnome-sudoku/help/it/figures/Print_Sudokus.png     |  Bin 0 -> 31796 bytes
 gnome-sudoku/help/it/figures/always_show_hint.png  |  Bin 0 -> 54660 bytes
 .../help/it/figures/error_highlighting.png         |  Bin 0 -> 5457 bytes
 gnome-sudoku/help/it/figures/highlighting.png      |  Bin 0 -> 47536 bytes
 gnome-sudoku/help/it/figures/hints.png             |  Bin 0 -> 881 bytes
 gnome-sudoku/help/it/figures/resuming.png          |  Bin 0 -> 43592 bytes
 gnome-sudoku/help/it/figures/starting.png          |  Bin 0 -> 21482 bytes
 gnome-sudoku/help/it/it.po                         |  558 ++++++++++++++++++++
 9 files changed, 559 insertions(+), 1 deletions(-)

commit 42a218402a2a5ae283e8b4a77a92fdfceb025490
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Jul 21 20:11:21 2008 +0000

    Added it to DOC_LINGUAS. Added screenshots for Italian translation. Added
    
    2008-04-08  Luca Ferretti  <elle.uca@libero.it>
    
            * Makefile.am: Added it to DOC_LINGUAS.
            * it/figures/*: Added screenshots for Italian translation.
            * it/it.po: Added Italian translation by Alessio Treglia
    	 grabbed from gnome-2-22 branch.
    
    
    svn path=/trunk/; revision=7790

 gnometris/help/Makefile.am |    2 +-
 gnometris/help/it/it.po    |  328 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 329 insertions(+), 1 deletions(-)

commit 9c2c300161620a6f26dd81d342b61671d9598375
Author: Luca Ferretti <elle.uca@libero.it>
Date:   Mon Jul 21 20:08:10 2008 +0000

    Added it to DOC_LINGUAS. Added screenshots for Italian translation. Added
    
    2008-04-08  Luca Ferretti  <elle.uca@libero.it>
    
            * Makefile.am: Added it to DOC_LINGUAS.
            * it/figures/*: Added screenshots for Italian translation.
            * it/it.po: Added Italian translation by Alessio Treglia
              grabbing from gnome-2-22 branch.
    
    
    svn path=/trunk/; revision=7789

 gnect/help/Makefile.am               |    2 +-
 gnect/help/it/figures/connect.png    |  Bin 0 -> 31352 bytes
 gnect/help/it/figures/mainwindow.png |  Bin 0 -> 25528 bytes
 gnect/help/it/figures/tables.png     |  Bin 0 -> 45975 bytes
 gnect/help/it/it.po                  |  445 ++++++++++++++++++++++++++++++++++
 5 files changed, 446 insertions(+), 1 deletions(-)

commit 8fdb7422789383d747f952a28b874195bc26c280
Author: Andre Klapper <a9016009@gmx.de>
Date:   Mon Jul 21 17:26:30 2008 +0000

    Typo fixes by Nicolas Kaiser.
    
    2008-07-21  Andre Klapper  <a9016009@gmx.de>
    
    	* de.po: Typo fixes by Nicolas Kaiser.
    	http://mail.gnome.org/archives/gnome-de/2008-July/msg00127.html
    
    
    svn path=/trunk/; revision=7788

 po/ChangeLog |    5 +++++
 po/de.po     |   17 +++++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

commit c490cb43d54b1eb27eb2080bcbbdb8dae9333031
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Mon Jul 21 14:01:57 2008 +0000

    Updated Swedish translation. Updated screenshots. Adding new ChangeLog.
    
            * sv/sv.po: Updated Swedish translation.
            * sv/figures/*png: Updated screenshots.
            * ChangeLog: Adding new ChangeLog.
    
    
    svn path=/trunk/; revision=7787

 blackjack/help/ChangeLog                           |    5 +
 .../help/sv/figures/blackjack_start_window.png     |  Bin 65818 -> 68510 bytes
 blackjack/help/sv/sv.po                            |  448 ++++++++++----------
 3 files changed, 229 insertions(+), 224 deletions(-)

commit 3265a67564c9d658ee1addbd8ecad5321d830e6d
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Mon Jul 21 14:01:19 2008 +0000

    Updated Swedish translation. Updated screenshots. Adding new ChangeLog.
    
            * sv/sv.po: Updated Swedish translation.
            * sv/figures/*png: Updated screenshots.
            * ChangeLog: Adding new ChangeLog.
    
    
    svn path=/trunk/; revision=7786

 same-gnome/help/ChangeLog               |    5 +
 same-gnome/help/sv/figures/start-up.png |  Bin 62407 -> 63028 bytes
 same-gnome/help/sv/sv.po                |  301 +++++++++++++------------------
 3 files changed, 133 insertions(+), 173 deletions(-)

commit 814c0c7fdcee48fafab30d5ce20609936dfc479f
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Mon Jul 21 10:50:39 2008 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=7785

 po/ChangeLog |    4 +
 po/sv.po     | 1120 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 592 insertions(+), 532 deletions(-)

commit cfd042fefb17a09b11d57de041c360ac68608b3d
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jul 21 05:38:25 2008 +0000

    Gnome Games 2.23.5
    
    svn path=/trunk/; revision=7783

 NEWS         |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 52 insertions(+), 1 deletions(-)

commit 1be1e6a576ac47ea94c6b7b11cdf504dcc15cc66
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Mon Jul 21 02:34:36 2008 +0000

    Brazilian Portuguese translation improved by Vladimir Melo.
    
    2008-07-20  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
            * pt_BR.po: Brazilian Portuguese translation improved by Vladimir
    	Melo.
    
    svn path=/trunk/; revision=7782

 po/ChangeLog |    5 +++++
 po/pt_BR.po  |   12 +++++++-----
 2 files changed, 12 insertions(+), 5 deletions(-)

commit de80cd5aad62863076db9faa1ec1a2a7c4deb986
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Jul 20 02:58:30 2008 +0000

    Simplified selection code
    
    svn path=/trunk/; revision=7781

 glchess/src/lib/scene/opengl/opengl.py |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

commit 7b3edb291e9443bd9ea4c3fd0bd966ca09169baa
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Jul 20 02:41:21 2008 +0000

    Catch GLU exception making numbering texture and fall back to non-mipmapped version (bug #542253)
    
    svn path=/trunk/; revision=7780

 glchess/src/lib/scene/opengl/opengl.py |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit aa3b145d8b56d23ef2107043179226a5eaddfd4c
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Wed Jul 16 20:37:11 2008 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=7779

 po/ChangeLog |    4 +
 po/es.po     |  210 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 115 insertions(+), 99 deletions(-)

commit 8d64c9fa7bd9cdc23c932b7f46df0ae5880846be
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jul 14 22:05:32 2008 +0000

    Use %s here to proof against printf escapes in the string.
    
    svn path=/trunk/; revision=7778

 aisleriot/window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1b922a8ee36423f0a7b8dd8be83700c9d57e4119
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jul 14 22:00:50 2008 +0000

    Add statusbar toggle to View menu. Makes the game more playable on small screens (e.g. eeepc) by allowing to enlarge the vertical space available.
    
    svn path=/trunk/; revision=7777

 aisleriot/aisleriot.schemas.in |   12 +++++++++++-
 aisleriot/conf.c               |   13 ++++++++-----
 aisleriot/conf.h               |    3 ++-
 aisleriot/window.c             |   30 ++++++++++++++++++++++++++++--
 4 files changed, 49 insertions(+), 9 deletions(-)

commit 06706b2da939443b62182b38d461311e8f04a73b
Author: Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org>
Date:   Sun Jul 6 18:29:29 2008 +0000

    Brazilian Portuguese translation updated by Vladimir Melo.
    
    2007-07-06  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>
    
    	* pt_BR/pt_BR.po: Brazilian Portuguese translation updated by Vladimir
    	Melo.
    
    svn path=/trunk/; revision=7776

 glchess/help/pt_BR/pt_BR.po |  908 ++++++++++++++++++++++++++++++++-----------
 1 files changed, 676 insertions(+), 232 deletions(-)

commit 6531700070677f8583ce3c76a9b494f8ecd6a2a6
Author: Philipp Kerling <k.philipp@gmail.com>
Date:   Sat Jul 5 13:28:59 2008 +0000

    Added German translation by Mario Blättermann
    
    2008-07-05  Philipp Kerling  <k.philipp@gmail.com>
    
    	* mahjongg/help: Added German translation by Mario Blättermann
    
    svn path=/trunk/; revision=7775

 mahjongg/help/Makefile.am                |    2 +-
 mahjongg/help/de/de.po                   |  445 ++++++++++++++++++++++++++++++
 mahjongg/help/de/figures/mahjongg.png    |  Bin 0 -> 88688 bytes
 mahjongg/help/de/figures/no-move.png     |  Bin 0 -> 7944 bytes
 mahjongg/help/de/figures/preferences.png |  Bin 0 -> 13810 bytes
 mahjongg/help/de/figures/toolbar.png     |  Bin 0 -> 9233 bytes
 6 files changed, 446 insertions(+), 1 deletions(-)

commit 8864c97effe808cee914ad6c586e7253c214eab1
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Jul 5 11:26:49 2008 +0000

    Updated spanish translation
    
    svn path=/trunk/; revision=7774

 po/ChangeLog |    4 +
 po/es.po     |  851 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 442 insertions(+), 413 deletions(-)

commit e592f991fc97d4a0e2d9cb91b3e32019fedd065b
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sat Jul 5 11:21:50 2008 +0000

    Updated Thai translation.
    
    2008-07-05  Theppitak Karoonboonyanan  <thep@linux.thai.net>
    
    	* th.po: Updated Thai translation.
    
    
    svn path=/trunk/; revision=7773

 po/ChangeLog |    4 +
 po/th.po     |  985 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 535 insertions(+), 454 deletions(-)

commit 19aec1d9bcd8a4be98b2099b70eab0a12dcf91ed
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Fri Jul 4 03:14:57 2008 +0000

    Brazilian Portuguese translation updated by Vladimir Melo.
    
    2008-07-04  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Brazilian Portuguese translation updated by Vladimir Melo.
    
    svn path=/trunk/; revision=7772

 po/ChangeLog |    4 +
 po/pt_BR.po  |  544 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 277 insertions(+), 271 deletions(-)

commit dea26e0a93a98e5c60bfffe4a104dff3a458efca
Author: Yannig MARCHEGAY <ymarcheg@src.gnome.org>
Date:   Wed Jul 2 18:20:50 2008 +0000

    Updated Occitan translation
    
    svn path=/trunk/; revision=7771

 po/ChangeLog |    4 +
 po/oc.po     |  818 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 427 insertions(+), 395 deletions(-)

commit 2aaa25c80c69d0baa415b4f4cd19461932d7fd6d
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Jul 2 04:14:46 2008 +0000

    Revert "	* Makefile.am: Added de to DOC_LINGUAS."
    Only the portion affecting ChangeLog.old was reverted.
    
    svn path=/trunk/; revision=7770

 gnotski/help/ChangeLog.old |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit 498c2d539242cb4901873a552d8d2163c9b544b3
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Jul 2 04:06:48 2008 +0000

    Updated German translation provided by Mario Blättermann.
    
    svn path=/trunk/; revision=7769

 gnotski/help/de/de.po |  404 ++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 332 insertions(+), 72 deletions(-)

commit e65fc79654af131b5657e962f95d830a13269f2e
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Jul 2 04:06:39 2008 +0000

    Revert "	* de/de.po: Updated German translation provided"
    
    This is because ChangeLog.old should never be touched. I will recommit
    the PO changes correctly.
    
    This reverts commit af11db9230f3d84fd440d414173134b0069e7c38.
    
    svn path=/trunk/; revision=7768

 gnotski/help/ChangeLog.old |    5 -
 gnotski/help/de/de.po      |  404 ++++++++------------------------------------
 2 files changed, 72 insertions(+), 337 deletions(-)

commit 3451c557567aa195da0672d417fd822413f9d52d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jul 1 07:43:14 2008 +0000

    Updated Norwegian bokmål translation.
    
    2008-07-01  Kjartan Maraas  <kmaraas@gnome.org>
    
    	* nb.po: Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=7767

 po/ChangeLog |    4 ++
 po/nb.po     |  167 ++++++++++++++++++++++++++++++----------------------------
 2 files changed, 91 insertions(+), 80 deletions(-)

commit 9a5484325ac9fa4a3034d637a094e89f7a6ff2cb
Author: Christian Kirbach <ckirbach@src.gnome.org>
Date:   Tue Jul 1 00:19:49 2008 +0000

    Updated German translation provided by Mario Blättermann.
    
    	* de/de.po: Updated German translation provided
    	  by Mario Blättermann.
    
    svn path=/trunk/; revision=7765

 gnotski/help/ChangeLog.old |    5 +
 gnotski/help/de/de.po      |  404 ++++++++++++++++++++++++++++++++++++--------
 2 files changed, 337 insertions(+), 72 deletions(-)

commit e133d4ac7cb340463762054f48a14adec669fb4e
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jun 30 09:54:07 2008 +0000

    Remove generated help files from svn
    
    svn path=/trunk/; revision=7764

 gnotski/help/de/gnotski.xml |  308 -------------------------------------------
 gnotski/help/de/legal.xml   |   16 ---
 2 files changed, 0 insertions(+), 324 deletions(-)

commit 28e97272b7b5cc4fddfb752e280014c8ea32ad6d
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jun 30 09:50:11 2008 +0000

    Remove svn:executable
    
    svn path=/trunk/; revision=7763

 gnotravex/help/fr/figures/gnotravex_game.png       |  Bin 27780 -> 27780 bytes
 gnotravex/help/fr/figures/gnotravex_mainwindow.png |  Bin 24191 -> 24191 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 81f89cbca72e9a06c062bbf85182918f72a91937
Author: Christian Persch <chpe@src.gnome.org>
Date:   Mon Jun 30 09:49:28 2008 +0000

    Remove svn:executable
    
    svn path=/trunk/; revision=7762

 gnomine/help/fr/figures/highscores.png             |  Bin 18118 -> 18118 bytes
 gnomine/help/fr/figures/imnotsureflagscheckbox.png |  Bin 3311 -> 3311 bytes
 gnomine/help/fr/figures/main-window.png            |  Bin 155147 -> 155147 bytes
 gnomine/help/fr/figures/preferences.png            |  Bin 24578 -> 24578 bytes
 gnomine/help/fr/figures/statusbar.png              |  Bin 4196 -> 4196 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)

commit 3d0a1bde56f15d0de1280ca765bccf69b8966f79
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 29 20:53:10 2008 +0000

    Allow CAPSLOCK with directional buttons (Emil Andersson, Bug #540740)
    
    svn path=/trunk/; revision=7756

 gnometris/tetris.cpp |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 75f33979431147c64933f61143a4714db7cae216
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 29 20:50:26 2008 +0000

    Allow CAPSLOCK with direction buttons (Emil Andersson, Bug #540755)
    
    svn path=/trunk/; revision=7755

 gnobots2/keyboard.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 3229433d18b7e3de7720399ab6ec9960c73573a0
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 29 20:46:40 2008 +0000

    fix trailing whitespace in Emil's patch
    
    svn path=/trunk/; revision=7754

 gnibbles/worm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0a2b4a1302dfdb6479e08817f578107532601650
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 29 20:46:33 2008 +0000

    Patch to support CAPSLOCK key in Gnibbles (Emil Andersson, Thomas
    Andersen, Bug #472355)
    
    svn path=/trunk/; revision=7753

 gnibbles/worm.c |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

commit de3a6f968113ee82a5e3915a2fbffbb471fe0c6c
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Jun 29 10:36:04 2008 +0000

    Don't disable load button on load dialog as we cannot tell if the user has selected a valid file (Bug #540527)
    
    svn path=/trunk/; revision=7746

 glchess/glade/load_game.glade    |    2 --
 glchess/src/lib/gtkui/dialogs.py |   29 +++++++++--------------------
 2 files changed, 9 insertions(+), 22 deletions(-)

commit f033c5b9ca5a98014bbe9c8506c77e171be5399f
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Jun 29 10:08:17 2008 +0000

    Handle empty combo boxes in the preferences dialog (Bug #532908)
    
    svn path=/trunk/; revision=7744

 glchess/src/lib/gtkui/dialogs.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 718f9fb77300a5dd6c935bdd869bb121a3d9d0ab
Author: Robert Ancell <rancell@src.gnome.org>
Date:   Sun Jun 29 09:46:08 2008 +0000

    Disable network controls when disconnected (Bug #523818)
    
    svn path=/trunk/; revision=7742

 glchess/src/lib/network.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit d986ae0345a07cbd1720eb2f90228c4e9440b9cd
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Sat Jun 28 18:30:26 2008 +0000

    Minor fixes by Vladimir Melo.
    
    2008-06-28  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: Minor fixes by Vladimir Melo.
    
    
    svn path=/trunk/; revision=7740

 po/ChangeLog |    4 ++++
 po/pt_BR.po  |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 3dbdce8c3f469bf2146168da538817627fa6858e
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Sat Jun 28 16:17:48 2008 +0000

    "Foreported" from gnome-2-22 many improvements made by Vladimir Melo.
    
    2008-06-28  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>
    
    	* pt_BR.po: "Foreported" from gnome-2-22 many improvements made by
    	Vladimir Melo.
    
    svn path=/trunk/; revision=7739

 po/ChangeLog |    5 +
 po/pt_BR.po  |  291 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 174 insertions(+), 122 deletions(-)

commit d7333adc53a54cad46d54a9406405858ef6789c4
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Fri Jun 27 03:16:50 2008 +0000

    Handle right click dragging. Bug #515497
    
    svn path=/trunk/; revision=7737

 gnomine/minefield.c |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)

commit f7b0e972b6e682997da7e5c60ee4f193ffd5e733
Author: Christian Kirbach <ckirbach@src.gnome.org>
Date:   Thu Jun 26 21:22:33 2008 +0000

    Added de to DOC_LINGUAS. Added German translation initially kindly
    
    	* Makefile.am: Added de to DOC_LINGUAS.
    	* de/de.po: Added German translation initially kindly provided
    	  by Mario Blättermann.
    	* de/legal.xml: Added.
    	* de/gnotski.xml: Added.
    	* de/figures/*: Added screenshots for German translation.
    
    svn path=/trunk/; revision=7735

 gnotski/help/ChangeLog.old                       |    9 +
 gnotski/help/Makefile.am                         |    2 +-
 gnotski/help/de/de.po                            |  307 +++++++++++++++++++++
 gnotski/help/de/figures/gnotski_start_window.png |  Bin 0 -> 8257 bytes
 gnotski/help/de/figures/gnotski_win.png          |  Bin 0 -> 8373 bytes
 gnotski/help/de/gnotski.xml                      |  308 ++++++++++++++++++++++
 gnotski/help/de/legal.xml                        |   16 ++
 7 files changed, 641 insertions(+), 1 deletions(-)

commit 7aead1337618c59ffb75e887354fd0ba2373c07e
Author: Thomas Hindoe Paaboel Andersen <thomashpa@src.gnome.org>
Date:   Thu Jun 26 11:47:13 2008 +0000

    Handle double right click regression introduced in bug #539725
    
    svn path=/trunk/; revision=7734

 gnomine/minefield.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit cf6f44d3b9f61b08ad774ab6ad570e453479cdd0
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Wed Jun 25 18:24:29 2008 +0000

    fix improper use of openGLErrors list (Jason Clinton, Gubianas, Bug# 530981)
    
    svn path=/trunk/; revision=7733

 glchess/src/lib/gtkui/chessview.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f3bb2239c35a013e421f3125d09e9c7292b156dc
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jun 23 18:00:24 2008 +0000

    Allow user to flag a mine by holding the control key. (Emil Andersson. Bug #539725)
    
    svn path=/trunk/; revision=7731

 gnomine/minefield.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 0f1ef49ea9e8d029d5426e8d3a9d6c65edd8045d
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Mon Jun 23 00:16:25 2008 +0000

    Add fix for blank playing field from Ubuntu Launchpad (rhussey, Ubuntu
    Bug #239905)
    
    svn path=/trunk/; revision=7730

 glchess/src/lib/scene/opengl/opengl.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f972f34d5bf9a8218a4ecfc00219d09e33dbee3d
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 22 23:37:44 2008 +0000

    Fix python indentation
    
    svn path=/trunk/; revision=7729

 glchess/src/glchess.in.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 6d35a59d5e43a6f212da7c070dd942472f6e6025
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 22 23:37:31 2008 +0000

    Give users a helpful error message when python-support has missing
    modules. (Jason Clinton, Justin Dugger, Dani Nordli, Bug #524665)
    
    svn path=/trunk/; revision=7728

 glchess/src/glchess.in.in |   34 +++++++++++++++++++++-------------
 1 files changed, 21 insertions(+), 13 deletions(-)

commit 439a06440ed106d046f060ad03a1767a74e94108
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 22 05:24:01 2008 +0000

    under ChangeLog deprecation for i10n since intltool walks all over Makefile.in.in
    
    svn path=/trunk/; revision=7727

 po/ChangeLog     | 6747 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/ChangeLog.old | 6747 ------------------------------------------------------
 2 files changed, 6747 insertions(+), 6747 deletions(-)

commit 5d0d480157fb9582d0853e4be2ad79f82d9eeac2
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 22 05:13:58 2008 +0000

    fix m4 macro syntax error in ChangeLog generation
    
    svn path=/trunk/; revision=7726

 Makefile.am  |    4 ++--
 configure.in |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 868b42e2aa7d36ce62e1bb9009957ff08351611b
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 22 04:28:41 2008 +0000

    add configure.in variables allowing interpolation for ChangeLog generation
    
    svn path=/trunk/; revision=7725

 configure.in |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 2b6576abfe3b132aa9e8dc8173a7359f67a6a6c1
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 22 04:15:51 2008 +0000

    add missing XSLT definition for dynamic ChangeLog generation
    
    svn path=/trunk/; revision=7724

 svn2cl.xsl |  295 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 295 insertions(+), 0 deletions(-)

commit d9fb181b0dc40db5e78143af50619f3dfc606072
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 22 04:11:10 2008 +0000

    fix revision for first start of ChangeLog generation
    
    svn path=/trunk/; revision=7723

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit fe1f1c155df1312b335493070d3e4a03b293b002
Author: Jason Clinton <jclinton@src.gnome.org>
Date:   Sun Jun 22 04:10:59 2008 +0000

    Kill off ChangeLog by generating from commit messages.
    
    svn path=/trunk/; revision=7722

 ChangeLog                       |23231 ---------------------------------------
 ChangeLog.README                |   29 +
 ChangeLog.old                   |23231 +++++++++++++++++++++++++++++++++++++++
 Makefile.am                     |   17 +-
 aisleriot/ChangeLog             | 3649 ------
 aisleriot/ChangeLog.old         | 3649 ++++++
 aisleriot/help/ChangeLog        |  618 --
 aisleriot/help/ChangeLog.old    |  618 ++
 blackjack/ChangeLog             |  814 --
 blackjack/ChangeLog.old         |  814 ++
 blackjack/help/ChangeLog        |   93 -
 blackjack/help/ChangeLog.old    |   93 +
 chlogextract.py                 |   80 -
 dependencies/ChangeLog          |   43 -
 dependencies/ChangeLog.old      |   43 +
 glchess/ChangeLog               | 1366 ---
 glchess/ChangeLog.old           | 1366 +++
 glchess/help/ChangeLog          |  120 -
 glchess/help/ChangeLog.old      |  120 +
 glines/ChangeLog                |  824 --
 glines/ChangeLog.old            |  824 ++
 glines/help/ChangeLog           |  119 -
 glines/help/ChangeLog.old       |  119 +
 gnect/ChangeLog                 |  712 --
 gnect/ChangeLog.old             |  712 ++
 gnect/help/ChangeLog            |   88 -
 gnect/help/ChangeLog.old        |   88 +
 gnibbles/ChangeLog              | 1212 --
 gnibbles/ChangeLog.old          | 1212 ++
 gnibbles/help/ChangeLog         |   77 -
 gnibbles/help/ChangeLog.old     |   77 +
 gnobots2/ChangeLog              |  873 --
 gnobots2/ChangeLog.old          |  873 ++
 gnobots2/help/ChangeLog         |   87 -
 gnobots2/help/ChangeLog.old     |   87 +
 gnome-sudoku/ChangeLog          |  763 --
 gnome-sudoku/ChangeLog.old      |  763 ++
 gnome-sudoku/help/ChangeLog     |  148 -
 gnome-sudoku/help/ChangeLog.old |  148 +
 gnometris/ChangeLog             | 1009 --
 gnometris/ChangeLog.old         | 1009 ++
 gnometris/help/ChangeLog        |   53 -
 gnometris/help/ChangeLog.old    |   53 +
 gnomine/ChangeLog               | 1432 ---
 gnomine/ChangeLog.old           | 1432 +++
 gnomine/help/C/ChangeLog        |   93 -
 gnomine/help/C/ChangeLog.old    |   93 +
 gnomine/help/ChangeLog          |   65 -
 gnomine/help/ChangeLog.old      |   65 +
 gnotravex/ChangeLog             |  554 -
 gnotravex/ChangeLog.old         |  554 +
 gnotravex/help/ChangeLog        |   85 -
 gnotravex/help/ChangeLog.old    |   85 +
 gnotski/ChangeLog               |  433 -
 gnotski/ChangeLog.old           |  433 +
 gnotski/help/ChangeLog          |   55 -
 gnotski/help/ChangeLog.old      |   55 +
 gtali/ChangeLog                 | 1034 --
 gtali/ChangeLog.old             | 1034 ++
 gtali/help/ChangeLog            |   59 -
 gtali/help/ChangeLog.old        |   59 +
 iagno/ChangeLog                 |  801 --
 iagno/ChangeLog.old             |  801 ++
 iagno/help/ChangeLog            |   94 -
 iagno/help/ChangeLog.old        |   94 +
 libgames-support/ChangeLog      | 1259 ---
 libgames-support/ChangeLog.old  | 1259 +++
 mahjongg/ChangeLog              | 1516 ---
 mahjongg/ChangeLog.old          | 1516 +++
 mahjongg/help/ChangeLog         |   59 -
 mahjongg/help/ChangeLog.old     |   59 +
 po/ChangeLog                    | 6747 ------------
 po/ChangeLog.old                | 6747 ++++++++++++
 same-gnome/ChangeLog            |  347 -
 same-gnome/ChangeLog.old        |  784 +-
 same-gnome/ChangeLog.reallyold  |  665 ++
 same-gnome/help/ChangeLog       |   92 -
 same-gnome/help/ChangeLog.old   |   92 +
 tests/ChangeLog                 |    4 -
 tests/ChangeLog.old             |    4 +
 80 files changed, 51224 insertions(+), 51260 deletions(-)

commit 1e8e421fd754be9d5649f31b477982c629d9f51b
Author: Jan Arne Petersen <jpetersen@jpetersen.org>
Date:   Sat Jun 21 20:24:26 2008 +0000

    Added German translation by Mario Blättermann
    
    2008-06-21  Jan Arne Petersen  <jpetersen@jpetersen.org>
    
    	* Makefile.am:
    	* de/de.po:
    	* de/figures/*.png: Added German translation by Mario Blättermann
    	<mario.blaettermann@t-online.de>.
    
    
    svn path=/trunk/; revision=7721

 same-gnome/help/ChangeLog               |    7 +
 same-gnome/help/Makefile.am             |    2 +-
 same-gnome/help/de/de.po                |  309 +++++++++++++++++++++++++++++++
 same-gnome/help/de/figures/play.png     |  Bin 0 -> 86833 bytes
 same-gnome/help/de/figures/start-up.png |  Bin 0 -> 63730 bytes
 5 files changed, 317 insertions(+), 1 deletions(-)
