commit d52e85935c83f3db869f0073f2e780bda74ccf60
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Mon Jun 15 18:30:17 2009 -0500

    Add NEWS entry for 2.27.3 release

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

commit 8f1fee5652a18985a26771514bbccf279aa3f27e
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Mon Jun 15 18:20:52 2009 -0500

    Bump release version to 2.27.3

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

commit 1d7c24d4954b100ff163915290d78f22fe51e41e
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Mon Jun 15 18:18:37 2009 -0500

    Second pass at getting Gnometris to render with new Clutter master API
    
    Upstream no longers allow clones for off-screen Actors that haven't been
    parented yet. So, instead, as a first attempt, the cache is now an array
    of cairo_surface_t's which can be copied in to each actor's cache. This
    is less-than-ideal as the old way was extremely memory efficient.

 gnometris/blockops.cpp |   12 ++++++++++--
 gnometris/blockops.h   |    2 +-
 gnometris/renderer.cpp |   23 ++++++++++++-----------
 gnometris/renderer.h   |    5 ++---
 4 files changed, 25 insertions(+), 17 deletions(-)

commit a81fc6b082a6982ee2979d44e23770e93e8d2407
Author: Neil Roberts <nroberts@src.gnome.org>
Date:   Mon Jun 15 21:34:26 2009 +0100

    aisleriot: Fixups for updating to the lastest Clutter master
    
    - We should use floats directly instead of the units API
    
    - cogl_material_set_color expects a pre-multiplied color
    
    - The max_waste and auto_mipmap parameters of
      cogl_texture_new_from_data have gone

 aisleriot/card.c                             |   36 +++++++++++----------
 aisleriot/slot-renderer.c                    |   42 +++++++++++++++----------
 libgames-support/games-card-textures-cache.c |    4 +-
 3 files changed, 46 insertions(+), 36 deletions(-)

commit c3686965cced464c50c6c08569ed11077b9751f2
Author: Jason D. Clinton <me@jasonclinton.com>
Date:   Mon Jun 15 14:51:49 2009 -0500

    First pass at updating Gnome Games use of Clutter 0.9.x API to master
    
    Clutter 0.9.3 and 0.9.4 are markedly incompatible though--as 0.9.4 is a
    release candidate--there should be no additional breakages in API. This
    first pass gets things compiling but the following is the case:
    
    A) aisleriot displays the background but no cards; likely a Units issue
    B) gnometris, though no major changes were made, displays no pieces
    
    A follow-up commit will resolve these issues and bump the min.
    requirement to 0.9.4 (unreleased).

 aisleriot/card.c                             |   48 +++++++++++++-------------
 aisleriot/slot-renderer.c                    |    2 +-
 gnometris/blockops.cpp                       |    8 ++--
 gnometris/preview.cpp                        |    2 +-
 libgames-support/games-card-textures-cache.c |    4 +-
 5 files changed, 32 insertions(+), 32 deletions(-)

commit eb59c7464df3fe4e7538d2ce1be80946862a552b
Author: Lubomir Rintel <lkundrak@v3.sk>
Date:   Sat Jun 6 12:01:16 2009 +0200

    Add annoying "bastard" mode
    
    Sometimes, gnometris is not evil enough.  This adds inpopular "Bastard" [1]
    mode to gnometris.  When enabled, it intentionally provides the user
    unsuitable pieces making the play a very frustrating experience.  It also
    annoys the user by displaying the most suitable piece instead of the next
    to come.
    
    In order to make it a bit fun, it is not that evil.  It more-or-less
    picks from three worst pieces giving the highest chance to the worst
    one so that the game is actually playable.
    
    The idea comes from "bastet" [2], which stands for "Bastard Tetris".
    This shares the algorithm, but no code.
    
    [1] http://games.slashdot.org/games/05/04/24/1259241.shtml?tid=208&tid=106
    [2] http://fph.altervista.org/prog/bastet.shtml
    
    Signed-off-by: Jason D. Clinton <me@jasonclinton.com>

 gnometris/blockops.cpp         |  141 ++++++++++++++++++++++++++++++++++++++--
 gnometris/blockops.h           |    5 ++
 gnometris/help/C/gnometris.xml |    6 ++-
 gnometris/tetris.cpp           |   20 ++++++
 gnometris/tetris.h             |    4 +
 5 files changed, 169 insertions(+), 7 deletions(-)

commit a3d9614ecb6c511ee48b03fb01e62bb119f23039
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Jun 15 15:00:04 2009 +0300

    Updating Estonian translation

 po/et.po |  168 +++++++++++++++++--------------------------------------------
 1 files changed, 47 insertions(+), 121 deletions(-)

commit 982651a3ae88c6b55207c24441a189d96579d9b0
Author: Vincent Povirk <madewokherd@gmail.com>
Date:   Sun Jun 14 22:47:45 2009 -0500

    aisleriot: implement dealable feature in Cruel
    
    bug #445955

 aisleriot/TODO            |    2 +-
 aisleriot/rules/cruel.scm |   16 ++++++++++------
 2 files changed, 11 insertions(+), 7 deletions(-)

commit b644dcd24331d30a939195456da295bf1579cc5f
Author: Vincent Povirk <madewokherd@gmail.com>
Date:   Sun Jun 14 22:40:27 2009 -0500

    aisleriot: implement dealable feature in Carpet
    
    bug #445955

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

commit 3b7980f71b387dc853cf377d3783a745e06ff529
Author: Vincent Povirk <madewokherd@gmail.com>
Date:   Sun Jun 14 22:21:29 2009 -0500

    aisleriot: change status message when dealing is impossible in Spider games
    
    bug #407329

 aisleriot/rules/spider.scm |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

commit 6d0c57e0558787389533bbef63f01afec491380a
Author: Vincent Povirk <madewokherd@gmail.com>
Date:   Mon May 25 17:43:45 2009 -0500

    aisleriot: add a hint for when there are too few cards in Spider games
    
    bug #407329

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

commit 0a175ed6f4ff8ad6d120b17d4744248e90f92867
Author: Vincent Povirk <madewokherd@gmail.com>
Date:   Sun Jun 14 20:26:36 2009 -0500

    aisleriot: only allow moving builds of cards in Klondike-based games
    
    bug #355381

 aisleriot/help/C/athena.xml    |    4 ++--
 aisleriot/help/C/aunt_mary.xml |    4 ++--
 aisleriot/help/C/saratoga.xml  |    4 ++--
 aisleriot/rules/klondike.scm   |   28 ++++++++++++++++++++++------
 4 files changed, 28 insertions(+), 12 deletions(-)

commit f7e1d1cd194c5ecc3041758126d123d36459035a
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Jun 14 17:38:11 2009 +0300

    Updating Estonian translation

 po/et.po | 4402 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 1828 insertions(+), 2574 deletions(-)

commit a3f991f027af8aba04ffb6dcfcc0d4294c37cdc4
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat Jun 13 13:20:41 2009 +0200

    Updated Spanish translation

 gnect/help/es/es.po |  185 +++++++++++++++++++++++++++------------------------
 1 files changed, 97 insertions(+), 88 deletions(-)

commit dbac2a1713cc892942bd7e28aa784bf3e7984c19
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jun 13 00:15:05 2009 +0200

    Fix GNOME Feedback link in all docs translations

 aisleriot/help/ca/ca.po          |    4 ++--
 aisleriot/help/de/de.po          |    4 ++--
 aisleriot/help/el/el.po          |    4 ++--
 aisleriot/help/es/es.po          |    4 ++--
 aisleriot/help/eu/eu.po          |    4 ++--
 aisleriot/help/fr/fr.po          |    2 +-
 aisleriot/help/oc/oc.po          |    2 +-
 aisleriot/help/ru/ru.po          |    4 ++--
 aisleriot/help/sv/sv.po          |    2 +-
 blackjack/help/ca/ca.po          |    6 +++---
 blackjack/help/da/da.po          |    8 ++++----
 blackjack/help/de/de.po          |    8 ++++----
 blackjack/help/el/el.po          |    8 ++++----
 blackjack/help/en_GB/en_GB.po    |    8 ++++----
 blackjack/help/es/es.po          |    8 ++++----
 blackjack/help/eu/eu.po          |    8 ++++----
 blackjack/help/fr/fr.po          |    8 ++++----
 blackjack/help/oc/oc.po          |    4 ++--
 blackjack/help/sv/sv.po          |    8 ++++----
 glchess/help/ca/ca.po            |    8 ++++----
 glchess/help/de/de.po            |    8 ++++----
 glchess/help/el/el.po            |    8 ++++----
 glchess/help/en_GB/en_GB.po      |    8 ++++----
 glchess/help/es/es.po            |    8 ++++----
 glchess/help/eu/eu.po            |    8 ++++----
 glchess/help/fr/fr.po            |    8 ++++----
 glchess/help/oc/oc.po            |    4 ++--
 glchess/help/pt_BR/pt_BR.po      |    8 ++++----
 glchess/help/ru/ru.po            |    6 +++---
 glchess/help/sv/sv.po            |    4 ++--
 glines/help/ca/ca.po             |    8 ++++----
 glines/help/de/de.po             |    8 ++++----
 glines/help/el/el.po             |    6 +++---
 glines/help/en_GB/en_GB.po       |    8 ++++----
 glines/help/es/es.po             |    8 ++++----
 glines/help/eu/eu.po             |    8 ++++----
 glines/help/fr/fr.po             |    8 ++++----
 glines/help/it/it.po             |    8 ++++----
 glines/help/oc/oc.po             |    4 ++--
 glines/help/ru/ru.po             |    8 ++++----
 glines/help/sv/sv.po             |    8 ++++----
 glines/help/tr/tr.po             |    6 +++---
 gnect/help/ca/ca.po              |    4 ++--
 gnect/help/de/de.po              |    8 ++++----
 gnect/help/el/el.po              |    6 +++---
 gnect/help/en_GB/en_GB.po        |    4 ++--
 gnect/help/es/es.po              |    4 ++--
 gnect/help/eu/eu.po              |    6 +++---
 gnect/help/fr/fr.po              |    6 +++---
 gnect/help/it/it.po              |    8 ++++----
 gnect/help/oc/oc.po              |    2 +-
 gnect/help/sv/sv.po              |    8 ++++----
 gnibbles/help/ca/ca.po           |    8 ++++----
 gnibbles/help/de/de.po           |    8 ++++----
 gnibbles/help/el/el.po           |    8 ++++----
 gnibbles/help/en_GB/en_GB.po     |    8 ++++----
 gnibbles/help/es/es.po           |    8 ++++----
 gnibbles/help/eu/eu.po           |    8 ++++----
 gnibbles/help/fr/fr.po           |    8 ++++----
 gnibbles/help/it/it.po           |    8 ++++----
 gnibbles/help/oc/oc.po           |    4 ++--
 gnibbles/help/sv/sv.po           |    4 ++--
 gnobots2/help/ca/ca.po           |    8 ++++----
 gnobots2/help/de/de.po           |    8 ++++----
 gnobots2/help/el/el.po           |    8 ++++----
 gnobots2/help/en_GB/en_GB.po     |    8 ++++----
 gnobots2/help/es/es.po           |    6 +++---
 gnobots2/help/eu/eu.po           |    8 ++++----
 gnobots2/help/fr/fr.po           |    8 ++++----
 gnobots2/help/it/it.po           |    8 ++++----
 gnobots2/help/oc/oc.po           |    4 ++--
 gnobots2/help/sv/sv.po           |    4 ++--
 gnome-sudoku/help/ca/ca.po       |    4 ++--
 gnome-sudoku/help/da/da.po       |    4 ++--
 gnome-sudoku/help/de/de.po       |    4 ++--
 gnome-sudoku/help/el/el.po       |    4 ++--
 gnome-sudoku/help/en_GB/en_GB.po |    4 ++--
 gnome-sudoku/help/es/es.po       |    6 +++---
 gnome-sudoku/help/eu/eu.po       |    4 ++--
 gnome-sudoku/help/fr/fr.po       |    4 ++--
 gnome-sudoku/help/it/it.po       |    6 +++---
 gnome-sudoku/help/oc/oc.po       |    2 +-
 gnome-sudoku/help/pt_BR/pt_BR.po |    4 ++--
 gnome-sudoku/help/ru/ru.po       |    4 ++--
 gnome-sudoku/help/sv/sv.po       |    2 +-
 gnometris/help/eu/eu.po          |    8 ++++----
 gnometris/help/oc/oc.po          |    4 ++--
 gnomine/help/ca/ca.po            |    4 ++--
 gnomine/help/de/de.po            |    4 ++--
 gnomine/help/el/el.po            |    4 ++--
 gnomine/help/en_GB/en_GB.po      |    4 ++--
 gnomine/help/es/es.po            |    2 +-
 gnomine/help/eu/eu.po            |    4 ++--
 gnomine/help/fr/fr.po            |    4 ++--
 gnomine/help/it/it.po            |    6 +++---
 gnomine/help/oc/oc.po            |    2 +-
 gnomine/help/sv/sv.po            |    4 ++--
 gnomine/help/zh_CN/zh_CN.po      |    4 ++--
 gnotravex/help/ca/ca.po          |    8 ++++----
 gnotravex/help/de/de.po          |    6 +++---
 gnotravex/help/el/el.po          |    8 ++++----
 gnotravex/help/en_GB/en_GB.po    |    8 ++++----
 gnotravex/help/es/es.po          |    8 ++++----
 gnotravex/help/eu/eu.po          |    6 +++---
 gnotravex/help/fr/fr.po          |    8 ++++----
 gnotravex/help/it/it.po          |    8 ++++----
 gnotravex/help/oc/oc.po          |    4 ++--
 gnotravex/help/ru/ru.po          |    8 ++++----
 gnotravex/help/sv/sv.po          |    8 ++++----
 gnotski/help/ca/ca.po            |    8 ++++----
 gnotski/help/de/de.po            |   12 ++++++------
 gnotski/help/el/el.po            |   12 ++++++------
 gnotski/help/en_GB/en_GB.po      |   12 ++++++------
 gnotski/help/es/es.po            |    8 ++++----
 gnotski/help/eu/eu.po            |   12 ++++++------
 gnotski/help/fr/fr.po            |   12 ++++++------
 gnotski/help/it/it.po            |   12 ++++++------
 gnotski/help/oc/oc.po            |    6 +++---
 gnotski/help/sv/sv.po            |   12 ++++++------
 gtali/help/ca/ca.po              |    8 ++++----
 gtali/help/de/de.po              |    8 ++++----
 gtali/help/el/el.po              |    8 ++++----
 gtali/help/en_GB/en_GB.po        |    8 ++++----
 gtali/help/es/es.po              |    6 +++---
 gtali/help/eu/eu.po              |    8 ++++----
 gtali/help/fr/fr.po              |    8 ++++----
 gtali/help/it/it.po              |    8 ++++----
 gtali/help/oc/oc.po              |    4 ++--
 gtali/help/pt_BR/pt_BR.po        |    8 ++++----
 gtali/help/sv/sv.po              |    6 +++---
 iagno/help/ca/ca.po              |    8 ++++----
 iagno/help/de/de.po              |    6 +++---
 iagno/help/el/el.po              |    8 ++++----
 iagno/help/en_GB/en_GB.po        |    8 ++++----
 iagno/help/es/es.po              |    8 ++++----
 iagno/help/eu/eu.po              |    8 ++++----
 iagno/help/fr/fr.po              |    8 ++++----
 iagno/help/it/it.po              |    8 ++++----
 iagno/help/oc/oc.po              |    4 ++--
 iagno/help/pt_BR/pt_BR.po        |    8 ++++----
 iagno/help/sv/sv.po              |    6 +++---
 mahjongg/help/ca/ca.po           |    8 ++++----
 mahjongg/help/de/de.po           |    6 +++---
 mahjongg/help/el/el.po           |    8 ++++----
 mahjongg/help/en_GB/en_GB.po     |    8 ++++----
 mahjongg/help/es/es.po           |    8 ++++----
 mahjongg/help/eu/eu.po           |    6 +++---
 mahjongg/help/fr/fr.po           |    8 ++++----
 mahjongg/help/it/it.po           |    6 +++---
 mahjongg/help/oc/oc.po           |    4 ++--
 mahjongg/help/sv/sv.po           |    4 ++--
 same-gnome/help/ca/ca.po         |    2 +-
 same-gnome/help/el/el.po         |    2 +-
 same-gnome/help/it/it.po         |    4 ++--
 same-gnome/help/ru/ru.po         |    8 ++++----
 155 files changed, 501 insertions(+), 501 deletions(-)

commit 40ffb0daaec64c6ead094c7bc08134a12eddf158
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jun 13 00:09:47 2009 +0200

    Fix GNOME feedback link in docs

 aisleriot/help/C/aisleriot.xml       |    2 +-
 blackjack/help/C/blackjack.xml       |    4 ++--
 glchess/help/C/glchess.xml           |    4 ++--
 glines/help/C/glines.xml             |    4 ++--
 gnect/help/C/gnect.xml               |    4 ++--
 gnibbles/help/C/gnibbles.xml         |    4 ++--
 gnobots2/help/C/gnobots2.xml         |    4 ++--
 gnome-sudoku/help/C/gnome-sudoku.xml |    2 +-
 gnomine/help/C/gnomine.xml           |    2 +-
 gnotravex/help/C/gnotravex.xml       |    4 ++--
 gnotski/help/C/gnotski.xml           |    6 +++---
 gtali/help/C/gtali.xml               |    4 ++--
 iagno/help/C/iagno.xml               |    4 ++--
 mahjongg/help/C/mahjongg.xml         |    4 ++--
 14 files changed, 26 insertions(+), 26 deletions(-)

commit 7b311f9a9ab7ee44e7ebb8897c2a48380bef1f30
Author: Christian Persch <chpe@gnome.org>
Date:   Fri Jun 12 17:55:08 2009 +0200

    emove GamesFilesList use from aisleriot
    
    Use GDir directly.

 aisleriot/window.c |   90 +++++++++++++++++++++++++--------------------------
 1 files changed, 44 insertions(+), 46 deletions(-)

commit 097cb24c9f14288c61f8b27b49307958054c8b3d
Author: Christian Persch <chpe@gnome.org>
Date:   Fri Jun 12 17:12:00 2009 +0200

    Add -mwindows to LDFLAGS on native win32

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

commit 73e6a56ffc659e71d8547ed63f2379a06ae27ed5
Author: Christian Persch <chpe@gnome.org>
Date:   Fri Jun 12 17:09:44 2009 +0200

    Use G_OS_WIN32 here instead of a nonexistent #define

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

commit 7398e53c544f2820f07d3d0575335d655525782d
Author: Christian Persch <chpe@gnome.org>
Date:   Fri Jun 12 17:07:26 2009 +0200

    Define WIN32_LEAN_AND_MEAN here too

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

commit c3c2ca9a12c8419b6b4acd513ee618808db19498
Author: Christian Persch <chpe@gnome.org>
Date:   Fri Jun 12 17:06:23 2009 +0200

    Check for windres on native win32

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

commit fed321deb0a485a10f270341fdfc596bc203436a
Author: Christian Persch <chpe@gnome.org>
Date:   Fri Jun 12 17:00:36 2009 +0200

    Remove obsolete GNOME_ICONDIR define

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

commit e946c9e14a51f2c30630633f18d8428af09b1b6b
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Jun 11 14:28:44 2009 +0200

    Move the ExitFullscreen button to the far end of the toolbar
    
    Make the "Exit Fullscreen" button right-aligned by adding a no-draw
    expanding separator before it.

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

commit a7965db61987b9120d414d4b46587320d2039209
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jun 10 10:51:09 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po | 2684 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 1297 insertions(+), 1387 deletions(-)

commit 86d576236c05657f48695961b3017505e14d0b57
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Mon Jun 8 13:32:55 2009 +0530

    Updated Hindi Translations

 po/hi.po | 2545 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 1226 insertions(+), 1319 deletions(-)

commit 6fc8dca751dd3cbb29deca4dd2c3fc2cb6d1763e
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Mon Jun 8 13:20:25 2009 +0530

    Updated Hindi Translations

 po/hi.po |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

commit 8cb7d91a0640ac2abebcec3465eaed6231ffc72a
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Jun 6 23:25:14 2009 +0200

    Fix gtk settings initialisation
    
    We need to ref some gtk classes before setting the gtk settings,
    since these properties are only installed by the various gtk classes
    at class initialisation. See gtk bug #585024.
    I think this wasn't noticeable on maemo3 due to the special launcher
    which already had initialised gtk before the fork.

 aisleriot/sol.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 9127c5d1482cc14a60862d61c9ff85a2923370c0
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Jun 6 23:24:34 2009 +0200

    Also listen to memory pressure events

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

commit ebaae0c33cb19e5ec899837c4d224d70996e4aa6
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Jun 6 23:24:04 2009 +0200

    Remove obsolete comment
    
    This is documented on maemo5 osso API docs.

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

commit d869489d362e0b73418bc4127c5c3fd157266a4b
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Jun 6 23:23:01 2009 +0200

    Use a HildonPannableArea for the game selection treeview
    
    On maemo5, put the treeview into a HildonPannableArea, and use
    hildon_gtk_tree_view_new.

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

commit b3622946dfc76dccbae99449620fa47209996427
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat Jun 6 13:43:52 2009 +0200

    Updated Spanish translation

 aisleriot/help/es/es.po |   57 ++++++++++++++++++++++++++++++++--------------
 1 files changed, 39 insertions(+), 18 deletions(-)

commit 3ebe4f77d3d68287104d95081c8e5913016d3e11
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Thu Jun 4 18:28:45 2009 +0200

    Updated Spanish translation

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

commit 7feaabec009905f33fd8521e05ba38d3ff8b3038
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Jun 4 14:25:22 2009 +0200

    Use g_mkdir_with_parents and mode 0700 to create the config dir

 blackjack/src/game.cpp |   20 ++++++--------------
 1 files changed, 6 insertions(+), 14 deletions(-)

commit 367d18d138168bfdbd060f0e799c66bfd01a8b59
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Jun 3 00:19:20 2009 +0200

    Also ifdef the Sound menu item in the non-maemo UI

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

commit 06d11a4d21d92379b2725b1ad7baf7176537d54e
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Jun 3 00:18:22 2009 +0200

    Add maemo5 to --with-platform-variant help string

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

commit 89890d2ad2c01f5c0a566916351e13ba5381658a
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 23:54:25 2009 +0200

    Add Sound check menuitem to the menu under maemo5
    
    And only create the Sound action if ENABLE_SOUND.

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

commit 0bba3a1ce370beab014fb2392ffe71db7ae75f9b
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 23:51:19 2009 +0200

    Only use the gtk-enable-event-sounds setting when available
    
    It only exists since gtk 2.14, so #ifdef the code accordingly.

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

commit 21477276734adf0c1422d232839c5106793482f5
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 23:45:40 2009 +0200

    Use signal connections for tap-and-hold instead of the class handlers
    
    Maemo5 removes these slots from GtkWidgetClass, so convert to using
    callbacks with g_signal_connect().

 aisleriot/board-noclutter.c |   34 +++++++++++++++++++---------------
 aisleriot/board.c           |   30 +++++++++++++++++++-----------
 2 files changed, 38 insertions(+), 26 deletions(-)

commit c4d8ceff99feeb60d8a29333bdf2e149438f08a0
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 21:12:52 2009 +0200

    Enable sound on maemo5
    
    Maemo5 has libcanberra, so enable sound in configure.

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

commit 02a838777315ce5dbe22c4961eaa433ee4119ff2
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 20:44:31 2009 +0200

    Add maemo5 support to --with-platform-variant
    
    And define HAVE_MAEMO_[45] macros and automake conditionals.

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

commit d491cd5e3c4487d84335a6bd44a114702cae8090
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue Jun 2 20:16:34 2009 +0200

    Updated Spanish translation

 aisleriot/help/es/es.po |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 282603c5f5c320552b4d88d412b544c9baaeb53e
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 19:12:42 2009 +0200

    Fix prefname for fixed card theme on hildon
    
    Strip the file extension off the pref name, not the theme filename!

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

commit b56bc4cd1e0a2ca9d6b25eb870419e5523c4b425
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 18:59:59 2009 +0200

    Normalise the filename in theme_filename_and_type_from_name
    
    Always add the extension if it's not present yet.

 libgames-support/games-card-themes.c |   57 ++++++++++++++++-----------------
 1 files changed, 28 insertions(+), 29 deletions(-)

commit ff7b1d00029938932247a5f5c523c06ac7e8cafa
Author: Claude Paroz <claude@2xlibre.net>
Date:   Tue Jun 2 15:00:47 2009 +0200

    Prefix GTKBuilder files with gettext/glade
    
    Intltool needs the [type: gettext/glade] prefix before GTKBuilder
    .ui files to be able to properly extract translatable strings.

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

commit 9d50b44c227c2c3e6baf50be7a4f84f893ff20a8
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 00:29:37 2009 +0200

    Fix assertion failure on hildon
    
    g_parse_debug_string is only NULL-safe since glib 2.16 for bug #503862.

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

commit 6dc4634bb581a82975b724eb499b4ab2f9a384e1
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 00:20:07 2009 +0200

    Fix the build on hildon
    
    cairo is only available since maemo4, so guard the
    games_card_theme_set_font_options calls accordingly.

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

commit 56d200ef893955b67ef3a46efa0d853311e7c550
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 00:17:11 2009 +0200

    Fix build on hildon
    
    There's no statusbar in the UI on hildon, so guard the statusbar toggle
    code with #ifndef HAVE_HILDON.

 aisleriot/window.c |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

commit 99659d70c226384cf2c9dbed0999c920176a63cf
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 00:12:19 2009 +0200

    Fix undeclared variable error

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

commit 0fff5499ed34debcf73c964ef14c19de68c29c77
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 00:09:40 2009 +0200

    GTK_STOCK_FULLSCREEN only exists on gtk >= 2.8

 libgames-support/games-stock.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 4505dcc4beffecc5a628e31ee97a4b8113c8a64f
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 00:03:25 2009 +0200

    Only include games-preimage.h if HAVE_RSVG

 libgames-support/games-card-theme-private.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 53e5d8d4b03e91b036ed0923ac1109630279265f
Author: Christian Persch <chpe@gnome.org>
Date:   Tue Jun 2 00:01:58 2009 +0200

    Don't build games-help on hildon yet
    
    Move games-help.[ch] out of the common case into the 1HAVE_HILDON case.
    Add #error to games_help_show in the HAVE_HILDON case.

 libgames-support/Makefile.am  |    4 ++--
 libgames-support/games-help.c |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

commit 6b52c1bb51ea135d2486904a1bcc62fd550b4669
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Jun 1 23:21:14 2009 +0200

    Don't use "$(top_srcdir)" in SHAVE_INIT
    
    Fixes "../../configure: line 1: top_srcdir: command not found" error.
    Plus, it was wrong anyway.

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

commit 3a49815287e5f3cd9a4179b90b8ca1e0274b54a4
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Jun 1 23:10:56 2009 +0200

    Only check for check if tests are enabled
    
    Rewrite the --enable-tests configure logic to only check for check if
    tests are enabled.
    Disable tests by default on the hildon platform.
    Make check dependency mandatory if tests are enabled, and simplify the
    Makefile.am logic in tests/.

 Makefile.am       |    5 ++++-
 configure.in      |   41 +++++++++++++++++++----------------------
 tests/Makefile.am |   22 ++--------------------
 3 files changed, 25 insertions(+), 43 deletions(-)

commit 1a13ccfa2a127802a48f7eb4e6d8d22bc5f32912
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Jun 1 21:54:41 2009 +0200

    Lower intltool req to 0.35.0
    
    Building should work using that version; it's only disting that requires
    0.40.4 and autogen checks for that version since
    REQUIRED_INTLTOOL_VERSION is set to 0.40.4 in autogen.

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

commit d72c20fd7a6399fd6bfc0c5314a4b464638609d5
Author: Christian Persch <chpe@gnome.org>
Date:   Sat May 30 22:16:22 2009 +0200

    Remove

 svn2cl.xsl |  295 ------------------------------------------------------------
 1 files changed, 0 insertions(+), 295 deletions(-)

commit f2127e2b947df7fa6b6d44470d9ab9768ad08122
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Jun 1 21:17:06 2009 +0200

    Updated Spanish translation
    Signed-off-by: Jorge Gonzalez <jorgegonz@svn.gnome.org>

 po/es.po |  609 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 301 insertions(+), 308 deletions(-)

commit 4af409436ebdd2d0a63ca1b3ce9a27178e6a20ca
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Sun May 31 06:50:18 2009 +0530

    Updated Tamil translation

 po/ta.po |  827 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 388 insertions(+), 439 deletions(-)

commit a6665c05df3b00d35ddfeb697ad9184a35c19cd8
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed May 27 20:24:38 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 2516 +++++++++++++++++++++++------------------------------------
 po/zh_TW.po | 2526 +++++++++++++++++++++++------------------------------------
 2 files changed, 1955 insertions(+), 3087 deletions(-)

commit 11c25438128f9d748057bd460db655498b614fe4
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Tue May 26 13:52:34 2009 +0200

    Fix up menu icon sizes and underlines

 glchess/data/glchess.ui |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit d353f4fb7106cfe7c66b6fdfad4d87f846eb60bd
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Mon May 25 14:10:10 2009 +0200

    occured->occurred

 glchess/src/lib/chess/fics/server.py |    2 +-
 glchess/src/lib/gtkui/chessview.py   |    2 +-
 glchess/src/lib/ui/ui.py             |    4 ++--
 libgames-support/games-setgid-io.c   |    6 +++---
 po/af.po                             |    2 +-
 po/am.po                             |    2 +-
 po/ar.po                             |    4 ++--
 po/as.po                             |    4 ++--
 po/az.po                             |    2 +-
 po/be.po                             |    2 +-
 po/bg.po                             |    4 ++--
 po/bn.po                             |    2 +-
 po/bn_IN.po                          |    4 ++--
 po/ca.po                             |    4 ++--
 po/cs.po                             |    4 ++--
 po/da.po                             |    4 ++--
 po/de.po                             |    4 ++--
 po/dz.po                             |    2 +-
 po/el.po                             |    4 ++--
 po/en_CA.po                          |    4 ++--
 po/en_GB.po                          |    6 +++---
 po/es.po                             |    2 +-
 po/et.po                             |    4 ++--
 po/eu.po                             |    4 ++--
 po/fa.po                             |    2 +-
 po/fi.po                             |    4 ++--
 po/fr.po                             |    4 ++--
 po/ga.po                             |    2 +-
 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/is.po                             |    2 +-
 po/it.po                             |    4 ++--
 po/ja.po                             |    4 ++--
 po/ka.po                             |    2 +-
 po/kn.po                             |    4 ++--
 po/ko.po                             |    4 ++--
 po/ku.po                             |    2 +-
 po/lt.po                             |    4 ++--
 po/mai.po                            |    4 ++--
 po/mk.po                             |    2 +-
 po/ml.po                             |    4 ++--
 po/mn.po                             |    2 +-
 po/mr.po                             |    4 ++--
 po/ms.po                             |    2 +-
 po/nb.po                             |    4 ++--
 po/ne.po                             |    2 +-
 po/nl.po                             |    4 ++--
 po/nn.po                             |    2 +-
 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                             |    2 +-
 po/si.po                             |    2 +-
 po/sk.po                             |    4 ++--
 po/sl.po                             |    4 ++--
 po/sq.po                             |    2 +-
 po/sr.po                             |    4 ++--
 po/sr@latin.po                       |    4 ++--
 po/sv.po                             |    4 ++--
 po/ta.po                             |    2 +-
 po/te.po                             |    4 ++--
 po/th.po                             |    4 ++--
 po/tr.po                             |    4 ++--
 po/uk.po                             |    2 +-
 po/vi.po                             |    4 ++--
 po/wa.po                             |    2 +-
 po/xh.po                             |    2 +-
 po/zh_CN.po                          |    2 +-
 po/zh_HK.po                          |    4 ++--
 po/zh_TW.po                          |    4 ++--
 79 files changed, 133 insertions(+), 133 deletions(-)

commit 61968cef4fffa2294d533f3a2a3618511e4b00b0
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
Date:   Tue May 26 01:25:29 2009 +0200

    Replace a renamed file in POTFILES.in

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