From e5860b62917a6aef0727b26d6f9e7615eb16040b Mon Sep 17 00:00:00 2001 From: Jordi Albornoz Date: Sun, 20 Oct 2002 10:29:49 +0000 Subject: [PATCH] Document 0.4.3 changes. Fix automake 1.7 warnings. --- ChangeLog | 8 ++++++++ NEWS | 10 ++++++++++ doc/gtetrinet.6 | 3 ++- src/Makefile.am | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c0d923a..08d49c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-10-20 Jordi Mallach + + * NEWS: update for 0.4.3. + + * doc/gtetrinet.6: document the keybind changes. + + * src/Makefile.am: use AM_CPPFLAGS, not CPPFLAGS. + 2002-10-20 Jordi Mallach * Patches from James Antill with the following fixes. diff --git a/NEWS b/NEWS index e3623fb..aa977fe 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +GTetrinet 0.4.3 - Unreleased +- IPv6 support! +- Add missing includes so i18n works correctly. +- Minimize the space used by attacks/defenses. +- Add different colours to attacks/defenses, depending on their type + and who they affect. +- Fix the random ordering of special blocks. +- Change keybindings for page switching to Alt-1, Alt-2 and Alt-3. + See the manpage. + GTetrinet 0.4.2 - 2002-10-17 - Pages can now be detached (configure with --enable-detach). - TetriFast support. diff --git a/doc/gtetrinet.6 b/doc/gtetrinet.6 index 4b7bbcf..545d772 100644 --- a/doc/gtetrinet.6 +++ b/doc/gtetrinet.6 @@ -63,7 +63,8 @@ this package). Once inside a server, you'll be able to communicate with other players using the \fBPartyLine\fP tab, see the server's highscores in the \fBWinlist\fP tab and the actual game in the \fBPlaying Fields\fP tab. -You can switch between the three tabs using the F1, F2 and F3 shortcuts. +You can switch between the three tabs using the Alt+1, Alt+2 and Alt+3 +shortcuts. .br Tetrinet is like Tetris, but multiplayer and with some additions. The goal of the game is to remain alive, by filling up other player's fields. There are diff --git a/src/Makefile.am b/src/Makefile.am index 212aa9a..28db9eb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = images localedir = $(datadir)/locale INCLUDES = -DLOCALEDIR=\"$(localedir)\" $(GTK_CFLAGS) $(GNOME_INCLUDEDIR) LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(GTK_LIBS) -CPPFLAGS = -DGTETRINET_DATA=\"$(pkgdatadir)\" +AM_CPPFLAGS = -DGTETRINET_DATA=\"$(pkgdatadir)\" gamesdir = $(prefix)/games games_PROGRAMS = gtetrinet -- 2.50.1