commit e7ea64215882a3586ff4d74fd6281dc10ccf7121 Author: Christian Persch Date: Sun Sep 18 23:19:15 2011 +0200 Version 3.1.92 NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) commit a46f0a573ce4ca142dd02a201817508dbf594327 Author: Christian Persch Date: Sun Sep 18 23:10:04 2011 +0200 Fix game restart Copy the RNG state, and use the saved state when restarting a game. Remove the --seed option which is useless since while we can create a GRand for a given seed, there is no way to serialise a GRand. https://bugzilla.gnome.org/show_bug.cgi?id=657735 src/game.c | 113 +++++++++++++++++++++++++++++++++++++++++---------------- src/game.h | 7 ++-- src/sol.c | 20 ++++------ src/window.c | 57 ++++++++++++++++++----------- src/window.h | 3 +- 5 files changed, 131 insertions(+), 69 deletions(-) commit 855ebe21437493f1d771fac5093661d1b06aad60 Author: Claude Paroz Date: Sun Sep 18 22:20:37 2011 +0200 Updated help French translation help/fr/fr.po | 3981 +++++++++++++++++++++++++++------------------------------ 1 files changed, 1905 insertions(+), 2076 deletions(-) commit 14f16a3541ef6ec8cc15b9558ea7e9afc6c67373 Author: Claude Paroz Date: Sun Sep 18 22:01:04 2011 +0200 Updated French translation po/fr.po | 560 +++++++++++++++++++++++++++++++------------------------------ 1 files changed, 285 insertions(+), 275 deletions(-) commit fee405618d09bf5af0dd49ab312f99dda383c6c8 Author: Christian Persch Date: Tue Sep 13 13:33:12 2011 +0200 Fix compiler warning src/game.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 657a1938d52a8c929f8bc91825a725bf1b0f3d88 Author: Christian Persch Date: Tue Sep 13 13:31:05 2011 +0200 Remove clutter from gnome-3-2 branch It's buggy and nobody has stepped up to maintain it, so don't ship it in stable release. configure.ac | 37 - po/POTFILES.in | 2 - src/Makefile.am | 55 - src/ar-clutter-embed.c | 270 --- src/ar-clutter-embed.h | 61 - src/baize.c | 91 - src/baize.h | 65 - src/board.c | 3524 -------------------------------------- src/board.h | 99 -- src/card.c | 362 ---- src/card.h | 79 - src/game.c | 55 - src/game.h | 14 - src/lib/Makefile.am | 12 - src/lib/ar-card-textures-cache.c | 374 ---- src/lib/ar-card-textures-cache.h | 74 - src/slot-renderer.c | 702 -------- src/slot-renderer.h | 101 -- src/sol.c | 12 - src/window.c | 154 +-- 20 files changed, 7 insertions(+), 6136 deletions(-) commit d1230dda6cbdd59d3b027a26d95571e2f46bb3f2 Author: dmustieles Date: Mon Sep 12 16:44:46 2011 +0200 Updated Spanish translation help/es/es.po | 4081 +++++++++++++++++++++++++++------------------------------ 1 files changed, 1963 insertions(+), 2118 deletions(-) commit f0c4bc21088c140abfac8b20b165178c618b7e6f Author: Piotr Drąg Date: Thu Sep 8 21:58:13 2011 +0200 Updated Polish translation po/pl.po | 1665 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 796 insertions(+), 869 deletions(-) commit 857621918ff518e3fa9b2f446fc262c3cfd3ca34 Author: Kjartan Maraas Date: Sun Sep 4 12:37:51 2011 +0200 Updated Norwegian bokmål translation po/nb.po | 6722 ++++++++++++++++---------------------------------------------- 1 files changed, 1742 insertions(+), 4980 deletions(-) commit e0983985cb5bba58398560a60e6d3fc2f6d9f9c4 Author: Kristjan SCHMIDT Date: Sun Sep 4 11:15:59 2011 +0200 Updated Esperanto translation po/eo.po | 4368 +++++++++++++++++++++++++------------------------------------- 1 files changed, 1748 insertions(+), 2620 deletions(-) commit c9652f6938e827a6c418080f2c1566be3a719354 Author: Milo Casagrande Date: Fri Sep 2 18:53:33 2011 +0200 [l10n] Updated Italian translation po/it.po | 7330 +++++++++++++++----------------------------------------------- 1 files changed, 1768 insertions(+), 5562 deletions(-) commit e658a61c1db2ae1cbf2b77765eae3a1586baf8da Author: Christian Persch Date: Tue Aug 30 18:10:45 2011 +0200 Use correct help URIs Bug #657683. src/lib/ar-help.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0f4e27dd73cf4ce3a701f2d4db21041c8e73de15 Author: Christian Persch Date: Tue Aug 30 17:25:30 2011 +0200 Update credits games/eliminator.scm | 2 +- src/window.c | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit ea1d290e5307796748616d9a5be5ff4b35efc9f3 Author: Christian Persch Date: Mon Aug 29 01:49:10 2011 +0200 Update README COPYING-DOCS => COPYING.GFDL | 0 COPYING.README | 2 ++ Makefile.am | 2 +- 3 files changed, 3 insertions(+), 1 deletions(-) commit 214e745f315451074fd19031621e7a088ce7598c Author: Jeremy Bicha Date: Tue Aug 30 05:22:49 2011 -0400 Build ghelp with yelp-tools instead of gnome-doc-utils yelp-tools is a replacement for gnome-doc-utils. Help is stored in share/help instead of share/gnome/help and links use help:aisleriot instead of ghelp:aisleriot https://bugzilla.gnome.org/show_bug.cgi?id=657683 Makefile.am | 3 --- autogen.sh | 2 +- configure.ac | 8 ++++---- help/Makefile.am | 14 +++++--------- src/lib/ar-help.c | 4 ++-- 5 files changed, 12 insertions(+), 19 deletions(-) commit 4e75984c81dfd01bb72fbedb5ad9974bce9bcb72 Author: Christian Persch Date: Tue Aug 23 14:58:08 2011 +0200 Dist the LGPL3 too Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 637afb500bc9fcef78cd9fd9f504aa63e067a344 Author: Yuri Myasoedov Date: Mon Aug 22 10:04:59 2011 +0400 Updated Russian translation po/ru.po | 533 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 273 insertions(+), 260 deletions(-) commit bf3c708ec1bb323cb65c23198927da4a38c44609 Author: Alexandre Rostovtsev Date: Sat Aug 20 13:38:55 2011 -0400 Fix the build with the 'file' help method Bug #656967 src/lib/ar-help.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f3333e7e63262662e892c61ed0047aa77410feff Author: Mario Blättermann Date: Fri Aug 19 13:51:47 2011 +0200 [l10n] Updated German translation po/de.po | 508 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 263 insertions(+), 245 deletions(-) commit 823f8102581039f66d2808f87a0e3dd20b725d1c Author: Daniel Mustieles Date: Wed Aug 17 01:35:11 2011 +0200 Updated Spanish translation po/es.po | 531 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 271 insertions(+), 260 deletions(-) commit 534d1c1cd91212ebbd18d86ad0159c3d6f6929b2 Author: Marek Černocký Date: Tue Aug 16 15:06:58 2011 +0200 Updated Czech translation po/cs.po | 514 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 263 insertions(+), 251 deletions(-) commit e14b084ca890045e7254a00aaf17436818544728 Author: Christian Persch Date: Tue Aug 16 14:18:30 2011 +0200 cards: Update theme-install.ini for ubuntu data/theme-install.ini | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 51050ede05680e1a68e14e4e2fdf1e1a39eafd19 Author: Vincent Untz Date: Tue Aug 16 14:17:41 2011 +0200 cards: Update theme-install.ini for suse Bug #648601 data/theme-install.ini | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a91a72b1a5e6db35046bda54e90727c0a1645849 Author: Christian Persch Date: Tue Aug 16 01:29:05 2011 +0200 Go GPL The DOAP file doesn't really need to be AGPL. aisleriot.doap | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit c08bc9714948cfebd2e417a0bacdcc77507a64d8 Author: Christian Persch Date: Tue Aug 16 00:32:02 2011 +0200 Add NEWS NEWS | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-)