diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in gnome-games-2.22.2.1/ChangeLog gnome-games-2.22.3/ChangeLog --- gnome-games-2.22.2.1/ChangeLog 2008-05-30 03:56:44.000000000 +0200 +++ gnome-games-2.22.3/ChangeLog 2008-06-30 08:09:36.000000000 +0200 @@ -1,7 +1,11 @@ -2008-05-29 Jason D. Clinton +2008-06-29 Jason D. Clinton * configure.in: - * NEWS: gnome-games 2.22.2.1 + * NEWS: gnome-games 2.22.3 + +2008-06-29 Jason D. Clinton + + * Makefile.am: Fix intltool 0.40 breakage 2008-05-26 Jason D. Clinton diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/configure.in /tmp/pquULUc2ka/gnome-games-2.22.3/configure.in --- gnome-games-2.22.2.1/configure.in 2008-05-30 03:56:19.000000000 +0200 +++ gnome-games-2.22.3/configure.in 2008-06-30 08:09:36.000000000 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.53]) -AC_INIT([GNOME Games], [2.22.2.1], +AC_INIT([GNOME Games], [2.22.3], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-games], [gnome-games]) diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/debian/changelog /tmp/pquULUc2ka/gnome-games-2.22.3/debian/changelog --- gnome-games-2.22.2.1/debian/changelog 2008-07-04 15:06:42.000000000 +0200 +++ gnome-games-2.22.3/debian/changelog 2008-07-04 15:06:43.000000000 +0200 @@ -1,3 +1,21 @@ +gnome-games (1:2.22.3-0ubuntu1) hardy-proposed; urgency=low + + * New upstream version (lp: #245511): + General: + - Fix allocator/deallocator mismatch. + GLChess: + - Don't disable load button on load dialog as we cannot tell if the user has + selected a valid file + - Handle empty combo boxes in the preferences dialog + - Disable network controls when disconnected + - Backport trap ImportError and give the user and helpful message + about their installation being broken + - Backport the sys.path fixes from trunk. + Gnome Sudoku: + - Backport redraw() crash fixes from trunk + + -- Sebastien Bacher Fri, 04 Jul 2008 12:00:06 +0200 + gnome-games (1:2.22.2.1-0ubuntu2) hardy-proposed; urgency=low * debian/control.in: diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/about.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/about.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/about.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/about.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: about.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: about.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * About dialog: Displays information about the authors and the application. * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/chat.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/chat.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/chat.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/chat.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: chat.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: chat.c 6288 2007-05-19 09:00:39Z andreasr $ + * $Id$ * * This file contains all functions that are chat related. * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/chat.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/chat.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/chat.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/chat.h 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: chat.h * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: chat.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This is the main program body for the GGZ client * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/client.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/client.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/client.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/client.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: client.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: client.c 6307 2007-05-20 13:06:00Z andreasr $ + * $Id$ * * This is the main program body for the GGZ client * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/client.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/client.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/client.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/client.h 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: client.h * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: client.h 6290 2007-05-19 12:13:59Z andreasr $ + * $Id$ * * This is the main program body for the GGZ client * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/first.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/first.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/first.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/first.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: first.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: first.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * Displayes information about the authors and the application. * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/game.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/game.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/game.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/game.c 2008-06-30 06:22:50.000000000 +0200 @@ -3,7 +3,7 @@ * Author: Brent Hendricks * Project: GGZ Text Client * Date: 3/1/01 - * $Id: game.c 5738 2006-12-10 19:28:12Z andreasr $ + * $Id$ * * Functions for handling game events * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/game.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/game.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/game.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/game.h 2008-06-30 06:22:50.000000000 +0200 @@ -3,7 +3,7 @@ * Author: Brent Hendricks * Project: GGZ Text Client * Date: 3/1/01 - * $Id: game.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * Functions for handling game events * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/ggzclient.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/ggzclient.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/ggzclient.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/ggzclient.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: ggzclient.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: ggzclient.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This is the main program body for the GGZ client * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/ggzclient.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/ggzclient.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/ggzclient.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/ggzclient.h 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: ggzclient.h * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: ggzclient.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This is the main program body for the GGZ client * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/ggz-embed.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/ggz-embed.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/ggz-embed.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/ggz-embed.h 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: ggz-embed.h * Author: Jason Short * Project: GGZ GTK Client Library - * $Id: ggz-embed.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This library provides interface functions so external programs can embed * GGZ. This is intended to be used with ggz-gtk.h, but it provides diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/ggz-gtk.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/ggz-gtk.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/ggz-gtk.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/ggz-gtk.h 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: ggz-gtk.h * Author: Jason Short * Project: GGZ GTK Client Library - * $Id: ggz-gtk.h 6288 2007-05-19 09:00:39Z andreasr $ + * $Id$ * * This library provides interface functions so external programs can embed * GGZ via a GTK interface diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/launch.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/launch.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/launch.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/launch.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: launch.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: launch.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * Code for launching games through the GTK client * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/login.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/login.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/login.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/login.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: login.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: login.c 6290 2007-05-19 12:13:59Z andreasr $ + * $Id$ * * This is the main program body for the GGZ client * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/login.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/login.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/login.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/login.h 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: client.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: login.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This is the main program body for the GGZ client * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/motd.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/motd.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/motd.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/motd.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: motd.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: motd.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * Copyright (C) 2000 Justin Zaun. * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/msgbox.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/msgbox.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/msgbox.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/msgbox.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: msgbox.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: msgbox.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This is the main program body for the GGZ client * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/pick_module.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/pick_module.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/pick_module.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/pick_module.c 2008-06-30 06:22:50.000000000 +0200 @@ -3,7 +3,7 @@ * Author: GGZ Dev Team * Project: GGZ Text Client * Date: 11/5/2002 - * $Id: pick_module.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * Dialog window to pick a module for your game * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/pick_module.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/pick_module.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/pick_module.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/pick_module.h 2008-06-30 06:22:50.000000000 +0200 @@ -3,7 +3,7 @@ * Author: GGZ Dev Team * Project: GGZ Text Client * Date: 11/5/2002 - * $Id: pick_module.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * Dialog window to pick a module for your game * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/playerinfo.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/playerinfo.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/playerinfo.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/playerinfo.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: playerinfo.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: playerinfo.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This dialog is used to display information about a selected player to * the user. diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/playerinfo.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/playerinfo.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/playerinfo.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/playerinfo.h 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: playerinfo.h * Author: Jason Short * Project: GGZ GTK Client - * $Id: playerinfo.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This dialog is used to display information about a selected player to * the user. diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/playerlist.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/playerlist.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/playerlist.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/playerlist.c 2008-06-30 07:30:29.000000000 +0200 @@ -3,7 +3,7 @@ * Author: GGZ Dev Team * Project: GGZ GTK Client * Date: 11/03/2002 - * $Id: playerlist.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * List of players in the current room * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/playerlist.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/playerlist.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/playerlist.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/playerlist.h 2008-06-30 06:22:50.000000000 +0200 @@ -3,7 +3,7 @@ * Author: GGZ Dev Team * Project: GGZ GTK Client * Date: 11/03/2002 - * $Id: playerlist.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * List of players in the current room * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/props.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/props.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/props.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/props.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: props.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: props.c 6288 2007-05-19 09:00:39Z andreasr $ + * $Id$ * * This is the main program body for the GGZ client * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/roominfo.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/roominfo.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/roominfo.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/roominfo.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: info.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: roominfo.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This dialog is used to display information about a selected room to * the user. diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/roominfo.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/roominfo.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/roominfo.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/roominfo.h 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: roominfo.h * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: roominfo.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This dialog is used to display information about a selected room to * the user. diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/roomlist.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/roomlist.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/roomlist.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/roomlist.c 2008-06-30 06:22:50.000000000 +0200 @@ -3,7 +3,7 @@ * Author: GGZ Dev Team * Project: GGZ GTK Client * Date: 11/05/2004 - * $Id: roomlist.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * List of rooms in the server * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/roomlist.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/roomlist.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/roomlist.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/roomlist.h 2008-06-30 06:22:50.000000000 +0200 @@ -3,7 +3,7 @@ * Author: GGZ Dev Team * Project: GGZ GTK Client * Date: 11/05/2004 - * $Id: roomlist.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * List of rooms in the server * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/server.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/server.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/server.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/server.c 2008-06-30 06:22:50.000000000 +0200 @@ -3,7 +3,7 @@ * Author: Brent Hendricks * Project: GGZ Client * Date: 6/19/00 - * $Id: server.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This file contains functions for handling server client profiles * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/server.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/server.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/server.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/server.h 2008-06-30 06:22:50.000000000 +0200 @@ -3,7 +3,7 @@ * Author: Brent Hendricks * Project: GGZ Client * Date: 6/19/00 - * $Id: server.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This file contains functions for handling server connection profiles * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/support.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/support.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/support.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/support.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: support.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: support.c 6288 2007-05-19 09:00:39Z andreasr $ + * $Id$ * * Support code * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/support.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/support.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/support.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/support.h 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: support.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: support.h 6288 2007-05-19 09:00:39Z andreasr $ + * $Id$ * * Support code * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/tablelist.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/tablelist.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/tablelist.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/tablelist.c 2008-06-30 07:30:29.000000000 +0200 @@ -3,7 +3,7 @@ * Author: GGZ Dev Team * Project: GGZ GTK Client * Date: 11/03/2002 - * $Id: tablelist.c 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * List of tables in the current room * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/tablelist.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/tablelist.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/tablelist.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/tablelist.h 2008-06-30 06:22:50.000000000 +0200 @@ -3,7 +3,7 @@ * Author: GGZ Dev Team * Project: GGZ GTK Client * Date: 11/03/2002 - * $Id: tablelist.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * List of tables in the current room * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/types.c /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/types.c --- gnome-games-2.22.2.1/dependencies/ggz-gtk/types.c 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/types.c 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: info.c * Author: Justin Zaun * Project: GGZ GTK Client - * $Id: types.c 5818 2007-01-05 17:58:19Z andreasr $ + * $Id$ * * This dialog is used to display information about a selected room to * the user. diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/dependencies/ggz-gtk/xtext-ggz.h /tmp/pquULUc2ka/gnome-games-2.22.3/dependencies/ggz-gtk/xtext-ggz.h --- gnome-games-2.22.2.1/dependencies/ggz-gtk/xtext-ggz.h 2008-05-30 03:46:55.000000000 +0200 +++ gnome-games-2.22.3/dependencies/ggz-gtk/xtext-ggz.h 2008-06-30 06:22:50.000000000 +0200 @@ -2,7 +2,7 @@ * File: xtext-ggz.h * Author: Jason Short * Project: GGZ GTK Client - * $Id: xtext-ggz.h 5572 2006-10-14 10:32:58Z andreasr $ + * $Id$ * * This file is included from xtext.c to add additional ggz-specific * directives. diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/gnobots2/gnobots2.desktop /tmp/pquULUc2ka/gnome-games-2.22.3/gnobots2/gnobots2.desktop --- gnome-games-2.22.2.1/gnobots2/gnobots2.desktop 2008-05-30 03:59:28.000000000 +0200 +++ gnome-games-2.22.3/gnobots2/gnobots2.desktop 2008-06-30 08:10:56.000000000 +0200 @@ -137,5 +137,5 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gnome-games X-GNOME-Bugzilla-Component=gnobots2 -X-GNOME-Bugzilla-Version=2.22.2.1 +X-GNOME-Bugzilla-Version=2.22.3 StartupNotify=true diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/gnome-sudoku/ChangeLog /tmp/pquULUc2ka/gnome-games-2.22.3/gnome-sudoku/ChangeLog --- gnome-games-2.22.2.1/gnome-sudoku/ChangeLog 2008-05-30 03:47:43.000000000 +0200 +++ gnome-games-2.22.3/gnome-sudoku/ChangeLog 2008-06-30 07:30:29.000000000 +0200 @@ -1,3 +1,7 @@ +2008-06-19 Jason D. Clinton + + * src/lib/dialog_swallower.py: Backport redraw fix from HEAD + 2008-05-14 Robert Ancell * src/gnome-sudoku.in.in: Don't modify sys.path as this can cause modules to be loaded that diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/gnome-sudoku/src/lib/defaults.py /tmp/pquULUc2ka/gnome-games-2.22.3/gnome-sudoku/src/lib/defaults.py --- gnome-games-2.22.2.1/gnome-sudoku/src/lib/defaults.py 2008-05-30 03:57:52.000000000 +0200 +++ gnome-games-2.22.3/gnome-sudoku/src/lib/defaults.py 2008-06-30 08:10:45.000000000 +0200 @@ -37,7 +37,7 @@ gtk.glade.bindtextdomain (DOMAIN, LOCALEDIR) gtk.glade.textdomain (DOMAIN) -VERSION = "2.22.2.1" +VERSION = "2.22.3" APPNAME = _("GNOME Sudoku") APPNAME_SHORT = _("Sudoku") COPYRIGHT = 'Copyright \xc2\xa9 2005-2008, Thomas M. Hinkle' diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/gnome-sudoku/src/lib/dialog_swallower.py /tmp/pquULUc2ka/gnome-games-2.22.3/gnome-sudoku/src/lib/dialog_swallower.py --- gnome-games-2.22.2.1/gnome-sudoku/src/lib/dialog_swallower.py 2008-05-30 03:47:40.000000000 +0200 +++ gnome-games-2.22.3/gnome-sudoku/src/lib/dialog_swallower.py 2008-06-30 07:30:29.000000000 +0200 @@ -50,9 +50,6 @@ import traceback; traceback.print_exc() print 'forge on fearlessly...' self.set_current_page(self.main_page) - def redraw_page (*args): - self.get_nth_page(self.main_page).queue_draw() - gobject.timeout_add(100,redraw_page) self.running = None tmp_response = self.response self.response = None diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/gnomine/ChangeLog /tmp/pquULUc2ka/gnome-games-2.22.3/gnomine/ChangeLog --- gnome-games-2.22.2.1/gnomine/ChangeLog 2008-05-30 03:47:02.000000000 +0200 +++ gnome-games-2.22.3/gnomine/ChangeLog 2008-06-30 07:30:29.000000000 +0200 @@ -1,3 +1,7 @@ +2006-06-29 Thomas H.P. Andersen + + * minefield.c: Handle right click dragging correctly. (bug #515497) + 2007-11-19 Robert Ancell * face-*.svg: Use new tangoified faces from Lapo Calamandrei and Ulisse Perusin (Bug #400386) diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/gnomine/minefield.c /tmp/pquULUc2ka/gnome-games-2.22.3/gnomine/minefield.c --- gnome-games-2.22.2.1/gnomine/minefield.c 2008-05-30 03:47:02.000000000 +0200 +++ gnome-games-2.22.3/gnomine/minefield.c 2008-06-30 07:30:29.000000000 +0200 @@ -993,15 +993,15 @@ if (mfield->lose || mfield->win) return FALSE; - if (mfield->bdown[0] || mfield->bdown[1]) { - x = event->x / minesize; - y = event->y / minesize; + x = event->x / minesize; + y = event->y / minesize; - c = cell_idx (mfield, x, y); - if (c == -1) - return 0; + c = cell_idx (mfield, x, y); + if (c == -1) + return 0; - if (c != mfield->cdown) { + if (c != mfield->cdown) { + if (mfield->bdown[0] || mfield->bdown[1]) { mfield->mines[mfield->cdown].down = 0; gtk_mine_draw (mfield, mfield->cdownx, mfield->cdowny); @@ -1016,6 +1016,16 @@ if (mfield->action == CLEAR_ACTION && mfield->mines[c].shown) gtk_minefield_multi_press (mfield, x, y, c); + } else if (mfield->bdown[2]) { + /* Update clicked field on right click drag. See bug #515497 */ + mfield->mines[mfield->cdown].down = 0; + mfield->action = NO_ACTION; + gtk_mine_draw (mfield, mfield->cdownx, mfield->cdowny); + + mfield->cdownx = x; + mfield->cdowny = y; + mfield->cdown = c; + mfield->mines[c].down = 1; } } return FALSE; diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/iagno/server.c /tmp/pquULUc2ka/gnome-games-2.22.3/iagno/server.c --- gnome-games-2.22.2.1/iagno/server.c 2008-05-30 03:47:36.000000000 +0200 +++ gnome-games-2.22.3/iagno/server.c 2008-06-30 06:22:50.000000000 +0200 @@ -4,7 +4,7 @@ * Project: GGZ Reversi game module * Date: 09/17/2000 * Desc: main loop for the server - * $Id: server.c 5561 2006-10-03 20:59:53Z andreasr $ + * $Id$ * * Copyright (C) 2000 Ismael Orenstein. * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/iagno/server.h /tmp/pquULUc2ka/gnome-games-2.22.3/iagno/server.h --- gnome-games-2.22.2.1/iagno/server.h 2008-05-30 03:47:36.000000000 +0200 +++ gnome-games-2.22.3/iagno/server.h 2008-06-30 06:22:50.000000000 +0200 @@ -4,7 +4,7 @@ * Project: GGZ Reversi game module * Date: 09/17/2000 * Desc: Description of game variables - * $Id: server.h 5561 2006-10-03 20:59:53Z andreasr $ + * $Id$ * * Copyright (C) 2000 Ismael Orenstein. * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/libgames-support/ChangeLog /tmp/pquULUc2ka/gnome-games-2.22.3/libgames-support/ChangeLog --- gnome-games-2.22.2.1/libgames-support/ChangeLog 2008-05-30 03:47:03.000000000 +0200 +++ gnome-games-2.22.3/libgames-support/ChangeLog 2008-06-30 07:30:29.000000000 +0200 @@ -1,3 +1,8 @@ +2008-06-16 Christian Persch + + * games-scores-dialog.c: (games_scores_dialog_set_edit): Fix + allocator/deallocator mismatch. Bug #535214, patch by Yanko Kaneti. + 2008-04-09 Christian Persch * games-stock.c: (games_stock_init): Also define diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/libgames-support/games-dlg-chat.c /tmp/pquULUc2ka/gnome-games-2.22.3/libgames-support/games-dlg-chat.c --- gnome-games-2.22.2.1/libgames-support/games-dlg-chat.c 2008-05-30 03:47:03.000000000 +0200 +++ gnome-games-2.22.3/libgames-support/games-dlg-chat.c 2008-06-30 06:22:51.000000000 +0200 @@ -4,7 +4,7 @@ * Project: GGZ GTK Games * Date: 2/20/2004 (moved from GGZCards) * Desc: Create the "Chat" Gtk dialog - * $Id: games-dlg-chat.c 5710 2006-12-03 13:08:14Z andreasr $ + * $Id$ * * This file implements a chat widget. Much of the code is taken from * Freeciv's chat widget, written by Vasco Alexandre da Silva Costa. diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/libgames-support/games-dlg-chat.h /tmp/pquULUc2ka/gnome-games-2.22.3/libgames-support/games-dlg-chat.h --- gnome-games-2.22.2.1/libgames-support/games-dlg-chat.h 2008-05-30 03:47:03.000000000 +0200 +++ gnome-games-2.22.3/libgames-support/games-dlg-chat.h 2008-06-30 06:22:51.000000000 +0200 @@ -4,7 +4,7 @@ * Project: GGZ GTK Games * Date: 2/20/2004 (moved from GGZCards) * Desc: Create the "Chat" Gtk dialog - * $Id: games-dlg-chat.h 5561 2006-10-03 20:59:53Z andreasr $ + * $Id$ * * Copyright (C) 2004 GGZ Development Team * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/libgames-support/games-dlg-players.c /tmp/pquULUc2ka/gnome-games-2.22.3/libgames-support/games-dlg-players.c --- gnome-games-2.22.2.1/libgames-support/games-dlg-players.c 2008-05-30 03:47:03.000000000 +0200 +++ gnome-games-2.22.3/libgames-support/games-dlg-players.c 2008-06-30 06:22:51.000000000 +0200 @@ -4,7 +4,7 @@ * Project: GGZ GTK Games * Date: 10/13/2002 (moved from GGZCards) * Desc: Create the "Players" Gtk dialog - * $Id: games-dlg-players.c 5561 2006-10-03 20:59:53Z andreasr $ + * $Id$ * * Copyright (C) 2002 GGZ Development Team * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/libgames-support/games-dlg-players.h /tmp/pquULUc2ka/gnome-games-2.22.3/libgames-support/games-dlg-players.h --- gnome-games-2.22.2.1/libgames-support/games-dlg-players.h 2008-05-30 03:47:03.000000000 +0200 +++ gnome-games-2.22.3/libgames-support/games-dlg-players.h 2008-06-30 06:22:51.000000000 +0200 @@ -4,7 +4,7 @@ * Project: GGZ GTK Games * Date: 10/13/2002 (moved from GGZCards) * Desc: Create the "Players" Gtk dialog - * $Id: games-dlg-players.h 5561 2006-10-03 20:59:53Z andreasr $ + * $Id$ * * Copyright (C) 2002 GGZ Development Team * diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/libgames-support/games-scores-dialog.c /tmp/pquULUc2ka/gnome-games-2.22.3/libgames-support/games-scores-dialog.c --- gnome-games-2.22.2.1/libgames-support/games-scores-dialog.c 2008-05-30 03:47:03.000000000 +0200 +++ gnome-games-2.22.3/libgames-support/games-scores-dialog.c 2008-06-30 06:22:51.000000000 +0200 @@ -220,7 +220,7 @@ self->_priv->namecolumn, TRUE); g_signal_handler_unblock (self->_priv->treeview, self->_priv->cursor_handler_id); - g_free (path); + gtk_tree_path_free (path); return FALSE; } diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/Makefile.am /tmp/pquULUc2ka/gnome-games-2.22.3/Makefile.am --- gnome-games-2.22.2.1/Makefile.am 2008-05-30 03:47:43.000000000 +0200 +++ gnome-games-2.22.3/Makefile.am 2008-06-30 07:35:42.000000000 +0200 @@ -23,9 +23,6 @@ omf.make \ MAINTAINERS \ HACKING \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ gnome-doc-utils.make DISTCLEANFILES = \ diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/Makefile.in /tmp/pquULUc2ka/gnome-games-2.22.3/Makefile.in --- gnome-games-2.22.2.1/Makefile.in 2008-05-30 03:57:30.000000000 +0200 +++ gnome-games-2.22.3/Makefile.in 2008-06-30 08:10:25.000000000 +0200 @@ -338,9 +338,6 @@ omf.make \ MAINTAINERS \ HACKING \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ gnome-doc-utils.make DISTCLEANFILES = \ diff -Nru --exclude configure --exclude 'intltool*' --exclude gnome-games.spec --exclude help --exclude po --exclude glchess --exclude glchess.in /tmp/JzbsZ3Ge55/gnome-games-2.22.2.1/NEWS /tmp/pquULUc2ka/gnome-games-2.22.3/NEWS --- gnome-games-2.22.2.1/NEWS 2008-05-30 03:56:04.000000000 +0200 +++ gnome-games-2.22.3/NEWS 2008-06-30 08:09:36.000000000 +0200 @@ -1,11 +1,29 @@ -gnome-games 2.22.2.1 -==================== +gnome-games 2.22.3 +================== + +This is the final service release for 2.22 series. We have all worked to back- +port fixes from trunk; especially those that causes crashers. + +General: + - Fix allocator/deallocator mismatch. (Yanko Kaneti, Christian Persch, Bug + #535214) + +GLChess: + - Don't disable load button on load dialog as we cannot tell if the user has + selected a valid file (Robert Ancell, Bug #540527) + - Handle empty combo boxes in the preferences dialog (Robert Ancell, Bug + #532908) + - Disable network controls when disconnected (Robert Ancell, Bug #523818) + - Backport trap ImportError and give the user and helpful message about their + installation being broken (Jason Clinton) + - Backport the sys.path fixes from trunk. (Jason Clinton) -This is a brown-paper-bag release to fix a crash-on-start in GLChess. +Gnome Sudoku: + - Backport redraw() crash fixes from trunk (Jason Clinton) -GLChess - - Fix our sys.path usage (Jason Clinton, Josselin Mouette, Bug #524665, - Bug #528953) +Translators: +Leonardo Ferreira Fontenelle, Vladimir Melo, Clytie Siddall, Christian Kirbach, +Mario Blättermann gnome-games 2.22.2