commit b6bf33f8cfabac2d480f7cc675fa0d471d9ed07d Author: Thomas Hindoe Paaboel Andersen Date: Mon Sep 7 23:53:35 2009 +0200 gnome-games 2.27.92 NEWS | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 129 insertions(+), 1 deletions(-) commit 092d6c2db895bfc2ff7a2d4610e5d03f638fde8c Author: Christian Persch Date: Mon Sep 7 11:07:11 2009 +0200 Fix a typo aisleriot/README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 313a59a00c1044a52e4d8f81d57f5aaa5f17a827 Author: Branko Kokanović Date: Sun Sep 6 15:32:10 2009 +0000 Updated Serbian translation po/sr.po | 3922 +++++++++++++++++++++++++++++++++----------------------- po/sr@latin.po | 3922 +++++++++++++++++++++++++++++++++----------------------- 2 files changed, 4590 insertions(+), 3254 deletions(-) commit 43225b429aa6c57dfa5b51dd19c7d8ccba058e7e Author: Petr Kovar Date: Sat Sep 5 19:39:15 2009 +0200 Updated Czech translation by Petr Pulc Reviewed by: Lucas Lommer & Petr Kovar po/cs.po | 3900 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 2135 insertions(+), 1765 deletions(-) commit 6ee82c25481c8d1e061b65e54b8955c0e5816d74 Author: Ivar Smolin Date: Sat Sep 5 09:12:17 2009 +0300 Updating Estonian translation po/et.po | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) commit 3c624122d47b6b0e1ef3125601d0977150dcde5a Author: Duarte Loreto Date: Thu Sep 3 09:07:32 2009 +0100 Updated Portuguese translation po/pt.po | 4259 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 2301 insertions(+), 1958 deletions(-) commit cdbd2aa0aa5b251e3205662f4332a23f1324c527 Author: Shankar Prasad Date: Tue Sep 1 11:23:04 2009 +0530 Updated Kannada(kn) translation po/kn.po | 38 +++----------------------------------- 1 files changed, 3 insertions(+), 35 deletions(-) commit 3153821cb279e6735dd36c522555c9c278fe8b63 Author: Robert Ancell Date: Tue Sep 1 11:49:40 2009 +1000 Move gnobots2 themes into separate directory (Bug #488974) gnobots2/Makefile.am | 15 +++++++++------ gnobots2/graphics.c | 8 ++++---- gnobots2/properties.c | 2 +- 3 files changed, 14 insertions(+), 11 deletions(-) commit 2c378f68c7a52528e6cf926ebdd6631c016336c5 Author: Robert Ancell Date: Tue Sep 1 11:21:16 2009 +1000 Use smaller fonts and borders when printing to save ink gnome-sudoku/src/lib/printing.py | 2 +- gnome-sudoku/src/lib/sudoku_thumber.py | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) commit 78134cc177cc26a349af4252766df17ec836c1b5 Author: Robert Ancell Date: Tue Sep 1 10:46:50 2009 +1000 Stop using deprecated BaseException.message (Andreas Moog, Robert Ancell, Bug #586581) glchess/src/lib/chess/pgn.py | 2 +- glchess/src/lib/history.py | 2 +- glchess/src/lib/main.py | 2 +- glchess/src/lib/network.py | 4 ++-- glchess/src/lib/scene/opengl/png.py | 2 +- glchess/src/lib/scene/opengl/texture.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) commit cb9cae9bbbcce4bda4fb9d5a79773ff0dda62b1e Author: Robert Ancell Date: Tue Sep 1 10:45:36 2009 +1000 Make AI players claim draws where possible (Bug #592980) glchess/src/lib/ai.py | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) commit 452d8a861d6e41cb917175a5704c6fd787cc1e2c Author: Robert Ancell Date: Tue Sep 1 10:35:20 2009 +1000 Detect resign and draw requests from CECP AIs glchess/src/lib/cecp.py | 23 ++++++++++++++++------- 1 files changed, 16 insertions(+), 7 deletions(-) commit 1386e61850aff4f52adce04ce173511512a0390b Author: Robert Ancell Date: Tue Sep 1 10:12:12 2009 +1000 Fix duplicate GtkBuilder object IDs glchess/data/glchess.ui | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 6c9ea15b4e4ea95f29df4605dc100d34c4d1d4d2 Author: Sweta Kothari Date: Mon Aug 31 11:58:33 2009 +0530 Updated Gujarati Translations po/gu.po | 4104 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 2321 insertions(+), 1783 deletions(-) commit 5a2fbd08c81c360b75127d34ffb8fc65b6afd24e Author: Jason D. Clinton Date: Sat Aug 29 19:29:14 2009 -0500 gnometris: center the preview widget correctly in main and settings UI gnometris/preview.cpp | 24 +++++++++++++----------- 1 files changed, 13 insertions(+), 11 deletions(-) commit 0b0b181cd9a6a4fe22de2ca10c70dbf862c5ef86 Author: Jason D. Clinton Date: Sat Aug 29 19:24:18 2009 -0500 gnometris: Speed up keypress handler even more for smoother move animations This is accomplished by avoiding creating a new GObject in the middle of the key press handler which is relatively expensive operation. gnometris/blockops.cpp | 8 +++----- gnometris/blocks.cpp | 8 +++++--- gnometris/blocks.h | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) commit 3ef185bbda8d9fbba65ac4a76739ee63e29d7233 Author: Thomas Hindoe Paaboel Andersen Date: Sat Aug 29 21:22:39 2009 +0200 Gseal: add getter/setter for allocation to games-gtk-compat.h Also use these in games-gridframe.c Part of bug 586731 libgames-support/games-gridframe.c | 5 +++-- libgames-support/games-gtk-compat.h | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) commit b6d9f4c737e3d02f4b7d12d99e011620cbdefc9f Author: Baris Cicek Date: Sat Aug 29 20:48:08 2009 +0300 Updated Turkish translation. po/tr.po | 5619 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 3491 insertions(+), 2128 deletions(-) commit 7b2e4f24f13d36103e3e791a4d2975a0342c1141 Author: Claude Paroz Date: Fri Aug 28 21:34:52 2009 +0200 Updated French translation po/fr.po | 444 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 240 insertions(+), 204 deletions(-) commit 2cf77c3b0e59a46c27b7172cec406ab62edba86e Author: Thomas Hindoe Paaboel Andersen Date: Fri Aug 28 21:07:02 2009 +0200 Make AM_SILENT_RULES default to yes configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 56c5434a06cd9464304fc843259563d1853fb52b Author: Jason D. Clinton Date: Fri Aug 28 00:35:48 2009 -0500 gnometris: make the preview cell size depend on preview size; completes 1.0 port gnometris/preview.cpp | 39 +++++++++++++++++++-------------------- gnometris/preview.h | 1 + 2 files changed, 20 insertions(+), 20 deletions(-) commit ee8bbd01b75e438c13c2bff06c13c47b4ab20c96 Author: Jason D. Clinton Date: Thu Aug 27 22:26:00 2009 -0500 gnometris: restore ligature-style animations for performance reasons gnometris/blockops.cpp | 48 +++++++++++++++++------------------------------- gnometris/blocks.cpp | 37 ++++++++++++++++++++++--------------- 2 files changed, 39 insertions(+), 46 deletions(-) commit 0e3de87138d0494b61af804f621a1d3d036c9e83 Author: Jason D. Clinton Date: Thu Aug 27 18:51:26 2009 -0500 gnometris: restore pixel-level precision to the block renderer gnometris/blockops.cpp | 2 +- gnometris/blocks-cache.cpp | 74 ++++++++++++++++++++++++++++++++++++++----- gnometris/blocks-cache.h | 5 +++ gnometris/preview.cpp | 5 ++- 4 files changed, 75 insertions(+), 11 deletions(-) commit a31883bf6fe0c9648ac5c842e7bc84b69b9e8a3f Author: Jason D. Clinton Date: Thu Aug 27 18:05:35 2009 -0500 gnometris: restore the functionality of the other themes gnometris/blockops.cpp | 6 ++++-- gnometris/blockops.h | 4 ++-- gnometris/blocks-cache.cpp | 2 ++ gnometris/preview.cpp | 6 +++--- gnometris/renderer.cpp | 3 ++- 5 files changed, 13 insertions(+), 8 deletions(-) commit d81557b0bb84c6e56d9f636a8b8d5fd4bc382ac3 Author: Branko Kokanović Date: Fri Aug 28 01:30:05 2009 +0200 Updated Serbian translation po/sr.po | 5439 ++++++++++++++++++++++++++++++++----------------------- po/sr@latin.po | 5439 ++++++++++++++++++++++++++++++++----------------------- 2 files changed, 6328 insertions(+), 4550 deletions(-) commit 373b6c0b432b1834d80be2413aa2f1beee3f7f80 Author: Mario Blättermann Date: Thu Aug 27 19:48:40 2009 +0200 Updated German doc translation aisleriot/help/de/de.po | 1174 ++++++++++++++++++++++++++++++++--------------- 1 files changed, 794 insertions(+), 380 deletions(-) commit 16a5bbb03e785702b33a72c51c5ed1fa76485af9 Author: Inaki Larranaga Murgoitio Date: Thu Aug 27 10:16:54 2009 +0200 Updated Basque language po/eu.po | 567 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 518 insertions(+), 49 deletions(-) commit 46255e9781c95546e09c542ebfd1a937b7361b8f Author: Jason D. Clinton Date: Thu Aug 27 00:03:22 2009 -0500 gnometris: clean up some of the code carnage from my debugging gnometris/blockops.cpp | 38 +++++++++++++++++--------------------- gnometris/blocks-cache.cpp | 6 ------ gnometris/blocks.h | 4 ++-- 3 files changed, 19 insertions(+), 29 deletions(-) commit c7c45c29bbffa554c598a18c3e104ee11cedadf4 Author: Jason D. Clinton Date: Wed Aug 26 22:59:41 2009 -0500 gnometris: solve most of the memory management issues gnometris/blockops.cpp | 140 +++++++++++++++++++++++-------------------- gnometris/blocks-cache.cpp | 28 ++++++--- gnometris/blocks.cpp | 37 +++++++----- gnometris/blocks.h | 5 +- gnometris/preview.cpp | 9 +-- gnometris/preview.h | 2 +- gnometris/renderer.cpp | 6 +- gnometris/renderer.h | 4 +- 8 files changed, 128 insertions(+), 103 deletions(-) commit 3de8dccad72557d2097344fd920bfb39d6fa1791 Author: Daniel S. Koda Date: Wed Aug 26 20:25:54 2009 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 3817 ++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 2326 insertions(+), 1491 deletions(-) commit 9bdaad159168e89796c970bdb57bfb0190cf2971 Author: krishnababu k Date: Thu Aug 27 02:14:09 2009 +0530 Updated Telugu Translations po/te.po | 1522 ++++++++++++++++++++++++++++++------------------------------- 1 files changed, 749 insertions(+), 773 deletions(-) commit fb4d24dd482c60f92782402d0aa4b8c8ce7fed03 Author: Inaki Larranaga Murgoitio Date: Wed Aug 26 18:17:49 2009 +0200 Updated Basque language po/eu.po | 3850 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 1987 insertions(+), 1863 deletions(-) commit c5991de62de041032a03443de6259a3a1b578d8e Author: Christian Persch Date: Wed Aug 26 14:24:24 2009 +0200 Fix include statement gnometris/blocks-cache.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d9ccc1fca702b383425610c27793065f3a5dc3e2 Author: Christian Persch Date: Wed Aug 26 14:08:46 2009 +0200 Fix warning on exit with gtk 2.17 Use gdk_window_destroy() instead of g_object_unref() on a GdkWindow. Bug #593031. blackjack/src/blackjack.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 79ce073530f196d6765c8a36330f8898ae7444a9 Author: ifelix Date: Wed Aug 26 14:18:56 2009 +0530 Updated Tamil Translations po/ta.po | 378 +++++++++++++++++++++----------------------------------------- 1 files changed, 129 insertions(+), 249 deletions(-) commit 235aecc57e93afdf4f16d0928676806322f40873 Author: krishnababu k Date: Wed Aug 26 13:03:31 2009 +0530 Updated Telugu Translations po/te.po | 4818 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 2675 insertions(+), 2143 deletions(-) commit 459603c43a158b98f1912e0a8e508fcd5703e979 Author: Jason D. Clinton Date: Tue Aug 25 22:36:50 2009 -0500 gnometris: First pass as implementing a GObject-based texture cache; has issues gnometris/Makefile.am | 4 +- gnometris/blockops.cpp | 127 ++++------------ gnometris/blockops.h | 39 +---- gnometris/blocks-cache.cpp | 327 ++++++++++++++++++++++++++++++++++++++++ gnometris/blocks-cache.h | 65 ++++++++ gnometris/blocks.cpp | 72 +++++++++ gnometris/blocks.h | 35 +++++ gnometris/preview.cpp | 37 ++---- gnometris/preview.h | 8 +- gnometris/renderer.cpp | 83 ++--------- gnometris/renderer.h | 25 +--- gnometris/tetris.cpp | 4 +- gnometris/tetris.h | 2 +- libgames-support/games-debug.c | 1 + libgames-support/games-debug.h | 7 +- 15 files changed, 574 insertions(+), 262 deletions(-) commit e8788e54cd5535181267b36310eb51b5a722c85c Author: Christian Persch Date: Tue Aug 25 18:35:58 2009 +0200 gnibbles: Hide notebook border too gnibbles/main.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 64ea0c43b0c0fdbd78800fd65b9ab1b36bd1b146 Author: Christian Persch Date: Mon Aug 24 18:15:36 2009 +0200 Use pkglibdir directly here libgames-support/Makefile.am | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit b5bec99f34a62e962313619ed0b00664e830a3a4 Author: Denis Arnaud Date: Tue Aug 25 06:45:56 2009 +0200 Updated breton translation po/br.po | 6138 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 3701 insertions(+), 2437 deletions(-) commit e4194ed7ad5e4b9b08551103a73b5c44263e833b Author: Denis Arnaud Date: Tue Aug 25 06:25:37 2009 +0200 Updated breton translation and added br in LINGUAS po/LINGUAS | 1 + po/br.po | 8215 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 8216 insertions(+), 0 deletions(-) commit 739bc838bb918b4bf3c88cdc26819135b9feede3 Author: Gil Forcada Date: Mon Aug 24 20:38:27 2009 +0200 Minor fixes to Catalan translation po/ca.po | 3933 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 2331 insertions(+), 1602 deletions(-) commit c8ae0839b0fa35e13c0edb1e704e4ac2921dc32d Author: Carles Ferrando Date: Mon Aug 24 20:37:53 2009 +0200 Added Catalan (Valencian) translation po/LINGUAS | 1 + po/ca@valencia.po |10044 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 10045 insertions(+), 0 deletions(-) commit 05c686aadd6f639cbcc0172702a28cb97755d1ca Author: Matthias Clasen Date: Mon Aug 24 12:08:24 2009 -0500 gnomine: Fix sensitivity handling glitch #592777 gnomine/gnomine.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 370caa5f5bd25f005e810405b5b122c2fb1e0328 Author: Matthias Clasen Date: Mon Aug 24 12:06:00 2009 -0500 gnomine: Fix keyboard mnemonics don't work #592776 gnomine/gnomine.c | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit d63e65b7a10b4571b6897a85e89a4bebf10a311b Author: Matthias Clasen Date: Mon Aug 24 12:03:30 2009 -0500 gnomine: Fix a cosmetic issue with the menu XML in the code #592775 gnomine/gnomine.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit b8094610ed034df5edc1f3e21e9f8cf0157d155b Author: Matthias Clasen Date: Mon Aug 24 12:00:40 2009 -0500 gnomine: Fix too many menuitems visible initially, Bug #592774 gnomine/gnomine.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit ede2f338ef9a2ac0a32f88561d5db40b28bcaa45 Author: Jason D. Clinton Date: Mon Aug 24 11:52:33 2009 -0500 gnomine: Fix resizing button theme artifact, #574118, Matthias Clasen gnomine/gnomine.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit ab0929cc3598bc60d7e5628395a62771e348d9eb Author: Mario Blättermann Date: Sun Aug 23 20:33:56 2009 +0200 Added German doc translation (lightsoff) lightsoff/help/Makefile.am | 2 +- lightsoff/help/de/de.po | 387 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 388 insertions(+), 1 deletions(-) commit 039d38c3111ff1acf44367fe02cb7bf0c872641d Author: Alexander Shopov Date: Sat Aug 22 16:45:06 2009 +0300 Updated Bulgarian translation po/bg.po | 3694 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 2132 insertions(+), 1562 deletions(-) commit 2a20ad9a40da0136c822ca2c46390e1cf96bf424 Author: Antón Méixome Date: Wed Aug 19 16:12:43 2009 +0200 Updated Galician Translation po/gl.po | 184 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 79 insertions(+), 105 deletions(-) commit 70094418c62f543c03d0b67218a9841d18b0603b Author: Thomas Hindoe Paaboel Andersen Date: Wed Aug 19 15:47:49 2009 +0200 Code style fix aisleriot/board-noclutter.c | 27 ++++++++++++++++++++------- 1 files changed, 20 insertions(+), 7 deletions(-) commit c4ac9371464a5e79a22c9378a07aafde45e70898 Author: Thomas Hindoe Paaboel Andersen Date: Tue Aug 18 19:49:56 2009 +0200 Add games-gtk-compat.h and use it for a few sealings in aisleriot aisleriot/board-noclutter.c | 82 +++++++++++++++++++--------------- libgames-support/Makefile.am | 1 + libgames-support/games-conf.c | 1 + libgames-support/games-gtk-compat.h | 40 +++++++++++++++++ 4 files changed, 88 insertions(+), 36 deletions(-) commit 08dae874ffb5c6bb838ad563de94216cf9266d83 Author: Christian Persch Date: Mon Aug 17 22:56:42 2009 +0200 libgames-support: Use the right --libtool when generating the .gir libgames-support/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 489a330abeb94c25acfc25c941159b8daa9395d1 Author: Christian Persch Date: Mon Aug 17 22:51:34 2009 +0200 build: Remove shave support To enable silent build rules, you now need automake 1.11. configure.in | 8 ---- m4/shave.m4 | 99 ------------------------------------------------- shave-libtool.in | 109 ------------------------------------------------------ shave.in | 102 -------------------------------------------------- 4 files changed, 0 insertions(+), 318 deletions(-) commit aae2bb8aca8f40a55ba39ebc4ba79129c688f95b Author: Christian Persch Date: Mon Aug 17 22:48:03 2009 +0200 aisleriot: Fix build when GUILE_DEBUG is not defined aisleriot/game.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 8b6547dc25df58c15d269499cb12976429b6ae4a Author: Ivar Smolin Date: Mon Aug 17 21:01:45 2009 +0300 Updating Estonian translation po/et.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit e88002f81e91f42d151f821f630b877b9aad3b2e Author: Seán de Búrca Date: Sun Aug 16 18:25:15 2009 -0600 Updated Irish translation po/ga.po | 6166 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 3842 insertions(+), 2324 deletions(-) commit 64edd126b0c01be99fed3f7f236a4a81a7dc72e9 Author: Thomas Hindoe Paaboel Andersen Date: Sun Aug 16 23:41:56 2009 +0200 Fix build gnome-sudoku/src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit aa74ae431d338e1d768c5e0a9105da766d5becba Author: Valto Wirkola Date: Mon Aug 17 00:20:55 2009 +0300 Added Finnish translation of Four-in-a-row manual gnect/help/Makefile.am | 2 +- gnect/help/fi/fi.po | 827 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 828 insertions(+), 1 deletions(-) commit 8fa53f5b0a04fd55b7e55343150575ebf82f052a Author: Christian Persch Date: Sun Aug 16 23:20:38 2009 +0200 gnome-sudoku: Fix the build gnome-sudoku/src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 33ee1f5d2b116b0280a2d0fbb53786a4cc28946e Author: Christian Persch Date: Sun Aug 16 22:49:38 2009 +0200 Fix build on am < 1.11 using shave configure.in | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit 6abdbe6dd131d4c10971a75ca70cdf916edb1f7e Author: Christian Persch Date: Sun Aug 16 22:03:04 2009 +0200 Allow AM_V_GEN pattern configure.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 5c268951262307c2b0bc207e396b73171a126999 Author: Christian Persch Date: Sun Aug 16 21:32:03 2009 +0200 Use $(SED) aisleriot/Makefile.am | 2 +- glchess/src/Makefile.am | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) commit be1acb7b193b661bde5a94cab24368bfc09928bd Author: Christian Persch Date: Sun Aug 16 21:28:34 2009 +0200 Support silent build with automake 1.11 Add AM_SILENT_RULES, and sprinkle some $(AM_V_GEN) around. Bug #587601. Makefile.am | 2 +- aisleriot/Makefile.am | 2 +- configure.in | 13 +++++++++---- glchess/src/Makefile.am | 6 +++--- gnome-sudoku/src/Makefile.am | 3 +-- libgames-support/Makefile.am | 8 ++++---- 6 files changed, 19 insertions(+), 15 deletions(-) commit 180e7c047e4a16e57487706c5e38c1f49c95253e Author: Christian Persch Date: Sun Aug 16 21:14:48 2009 +0200 Remove extra newlines lightsoff/Makefile.am | 1 - lightsoff/data/themes/tango/Makefile.am | 1 - lightsoff/data/themes/up/Makefile.am | 1 - same-gnome-clutter/Makefile.am | 1 - same-gnome-clutter/data/themes/tango/Makefile.am | 1 - same-gnome-clutter/data/themes/test/Makefile.am | 1 - 6 files changed, 0 insertions(+), 6 deletions(-) commit 302c443df5dc874d76887cb41b2d429ae6a310bf Author: Christian Persch Date: Thu Aug 13 21:01:44 2009 +0200 aisleriot: Fix AisleriotBoard definition Use the right parent instance/class! aisleriot/board.c | 1 - aisleriot/board.h | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletions(-) commit 3b133817422a8d51fa2d66ea54effd538c2f047b Author: Christian Persch Date: Thu Aug 13 19:47:20 2009 +0200 Fix out-of-srcdir build libgames-support/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 385b271b9e8f95f232a1d53bcb5b3b6d369a70b3 Author: Christian Persch Date: Tue Aug 4 22:43:58 2009 +0200 libgames-support: Add icon for GAMES_STOCK_START_NEW_GAME stock libgames-support/games-stock.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 315f2804c653b3a43db8acf94a993ea1d51ca9c1 Author: Shankar Prasad Date: Thu Aug 13 12:29:08 2009 +0530 Updated Kannada(kn) translation po/kn.po | 3791 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 2233 insertions(+), 1558 deletions(-) commit 682bff4bbdb156d1cf042891762513b80643bc83 Author: Lucas Rocha Date: Thu Aug 13 00:36:16 2009 +0100 Post-release version bump configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bda64beac9fad433d7afcc8bf2b3b64296a9574a Author: Lucas Rocha Date: Thu Aug 13 00:34:51 2009 +0100 NEWS entry for 2.27.90 NEWS | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 56 insertions(+), 0 deletions(-)