From: Jordi Mallach Date: Fri, 16 Apr 2004 16:25:09 +0000 (+0000) Subject: Updated for 0.7.6. X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=15adc254657d640b0a94ffc5afca5cef45c9ba29;p=gtetrinet Updated for 0.7.6. 2004-02-16 Jordi Mallach * NEWS: Updated for 0.7.6. * autogen.sh: Require automake 1.7 or newer. --- diff --git a/ChangeLog b/ChangeLog index e204502..e3afe4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-16 Jordi Mallach + + * NEWS: Updated for 0.7.6. + + * autogen.sh: Require automake 1.7 or newer. + 2004-02-12 Jordi Mallach * NEWS: Updated. diff --git a/NEWS b/NEWS index c63c4e4..1fec956 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GTetrinet 0.7.6 - 2004-04-12 +GTetrinet 0.7.6 - 2004-04-16 - Added a button in the Preferences dialog that opens a browser window with the GTetrinet themes webpage. (Dani) - Made the main window resizable. It doesn't mean that the fields will @@ -9,8 +9,12 @@ GTetrinet 0.7.6 - 2004-04-12 GTK 2.4 (Kjartan Maraas). - New and updated translations: Norwegian (Kjartan Maraas), Croatian (Robert Sedak), Irish (Alastair McKinstry), - Brazilian Portuguese (Steve Lacerda , - British English (Gareth Owen), Canadian English (Adam Weinberger). + Brazilian Portuguese (Steve Lacerda and Estêvão Samuel Procópio), + British English (Gareth Owen), Canadian English (Adam Weinberger), + Welsh (Dafydd Harries), Catalan (Jordi Mallach), Swedish (Christian Rose), + Czech (Miloslav Trmac), Portuguese (Duarte Loreto), + Dutch (Vincent van Adrighem), Polish (Artur Flinta), + French (Christophe Merlet), Spanish (Dani Carbonell). GTetrinet 0.7.5 - 2003-10-04 - HIGification improvements in several dialogs (Dagfinn Ilmari Mannsåker). diff --git a/autogen.sh b/autogen.sh index 25a2ad7..b4195f1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,6 +5,7 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="gtetrinet" +REQUIRED_AUTOMAKE_VERSION="1.7" (test -f $srcdir/configure.in) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"