Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 63f636c170d6dc7fe255a8ee05bcb94c > files > 34

ggz-gtk-client-0.99.5-4.mga7.armv7hl.rpm

------------------------------------------------------------------------
r10728 | josef | 2009-01-01 12:19:11 +0100 (Do, 01. Jan 2009) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/games/chess/Makefile.am
   M /trunk/gtk-client/games/chinese-checkers/Makefile.am
   M /trunk/gtk-client/games/chinese-checkers/pixmaps/Makefile.am
   M /trunk/gtk-client/games/combat/Makefile.am
   M /trunk/gtk-client/games/combat/maps/Makefile.am
   M /trunk/gtk-client/games/combat/pixmaps/Makefile.am
   M /trunk/gtk-client/games/combat/pixmaps/default/Makefile.am
   M /trunk/gtk-client/games/common/Makefile.am
   M /trunk/gtk-client/games/common/cardsets/Makefile.am
   M /trunk/gtk-client/games/dots/Makefile.am
   M /trunk/gtk-client/games/ggzcards/Makefile.am
   M /trunk/gtk-client/games/hastings/Makefile.am
   M /trunk/gtk-client/games/hastings/pixmaps/Makefile.am
   M /trunk/gtk-client/games/reversi/Makefile.am
   M /trunk/gtk-client/games/tictactoe/Makefile.am
   A /trunk/gtk-client/m4/ggz.mk

- saving ~100 lines by cleaning up Makefile.am files and switching to common ggz-config hook macro


------------------------------------------------------------------------
r10727 | josef | 2009-01-01 12:07:04 +0100 (Do, 01. Jan 2009) | 3 lines
Geänderte Pfade:
   A /trunk/gtk-client/ChangeLog.games (von /trunk/gtk-client/games/ChangeLog:10619)
   M /trunk/gtk-client/README
   D /trunk/gtk-client/games/ChangeLog
   D /trunk/gtk-client/games/README
   D /trunk/gtk-client/games/TODO

- continued integration of gtk-games into gtk-client by consolidating the top-level files


------------------------------------------------------------------------
r10630 | josef | 2008-12-23 19:12:00 +0100 (Di, 23. Dez 2008) | 5 lines
Geänderte Pfade:
   M /trunk/base-libs/ggzcore/ggzcore.h
   M /trunk/base-libs/ggzcore/net.h
   M /trunk/base-libs/ggzcore/netxml.c
   M /trunk/base-libs/ggzcore/server.c
   M /trunk/grubby/grubby/src/net.c
   M /trunk/gtk-client/ggz-gtk/login.c
   M /trunk/kde-center/kggzcore/coreclient.cpp
   M /trunk/kde-center/kggzcore/coreclientbase.cpp
   M /trunk/kde-center/kggzcore/coreclientbase.h
   M /trunk/playground/agrue/agrue/net.c
   M /trunk/playground/jabber/ggzd-jabberproxy.cc
   M /trunk/python/pyggzcore/src/pyggzcoresimple_init.c
   M /trunk/python/pyggzcore/src/test.py
   M /trunk/python/t-rex/t-rex
   M /trunk/python/vibora/vibora
   M /trunk/txt-client/ggz-txt/server.c
   M /trunk/utils/cmd-client/main.c
   M /trunk/utils/ggz-wrapper/server.c
   M /trunk/utils/telggz/net.c

- turn boolean TLS option into an enumerated security policy
- this turns on "use if available" by default for all clients
- Vencedor and ggz-txt can also require encryption, while other clients cannot


------------------------------------------------------------------------
r10618 | jdorje | 2008-12-01 05:57:03 +0100 (Mo, 01. Dez 2008) | 1 line
Geänderte Pfade:
   M /trunk/base-libs/autogen.sh
   M /trunk/docs/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/txt-client/autogen.sh
   M /trunk/utils/autogen.sh

Add check for m4/ggz directory presence before including it.
------------------------------------------------------------------------
r10588 | jdorje | 2008-11-01 03:04:54 +0100 (Sa, 01. Nov 2008) | 11 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c

Fix a major bug with leaving games.  Prior to this fix the game_tag was 
never reset, as the socket value has already been reset to -1 at this 
point.

There is still a bug present though in ggzcore.  Each time a game is 
left it triggers the GGZ_TABLE_LEFT event twice, once when ggzd sends 
the LEAVE packet and a second time when the game client exits and the 
connection is cut; the second one also incorrectly generates a 
GGZ_TABLE_LAUNCH_FAIL event.  I leave the assertions in to help us sort 
out this mess but note they make ggz-gtk unusable right now.

------------------------------------------------------------------------
r10587 | jdorje | 2008-11-01 01:50:24 +0100 (Sa, 01. Nov 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Don't give an error if a NULL login or password is given.
------------------------------------------------------------------------
r10577 | josef | 2008-10-25 22:53:09 +0200 (Sa, 25. Okt 2008) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am

- sync due to shipping linker.map


------------------------------------------------------------------------
r10576 | josef | 2008-10-25 21:05:03 +0200 (Sa, 25. Okt 2008) | 3 lines
Geänderte Pfade:
   M /trunk/base-libs/configure.ac
   M /trunk/community/Makefile
   M /trunk/docs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/java/build.xml
   M /trunk/kde-center/cmake/GGZKDECenterPackage.cmake
   M /trunk/python/Makefile.in
   M /trunk/python/configure.ac
   M /trunk/txt-client/configure.ac
   M /trunk/utils/configure.ac

- bump to snapshot-0.99.5pre already


------------------------------------------------------------------------
r10548 | josef | 2008-08-30 17:36:53 +0200 (Sa, 30. Aug 2008) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c

- a few lines of code for async channel creation


------------------------------------------------------------------------
r10538 | josef | 2008-08-30 13:00:49 +0200 (Sa, 30. Aug 2008) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

- port to new libggz asynchrony API


------------------------------------------------------------------------
r10511 | josef | 2008-08-17 23:46:59 +0200 (So, 17. Aug 2008) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/login.c

- only set up the fd watcher once


------------------------------------------------------------------------
r10510 | josef | 2008-08-17 23:41:41 +0200 (So, 17. Aug 2008) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/login.c

- initial support for asynchronous hostname lookups
- requires app support because the app uses its own mainloop, although ggzcore could be more mainloop-aware by returning an array of file descriptors to watch


------------------------------------------------------------------------
r10493 | josef | 2008-08-13 14:09:33 +0200 (Mi, 13. Aug 2008) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/gtk-client/main.c

- move autologin stuff behind widget creation


------------------------------------------------------------------------
r10385 | josef | 2008-07-24 21:30:22 +0200 (Do, 24. Jul 2008) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac

- convert first package to per-package module registry


------------------------------------------------------------------------
r10379 | josef | 2008-07-17 20:08:45 +0200 (Do, 17. Jul 2008) | 3 lines
Geänderte Pfade:
   D /trunk/gtk-client/games/m4

- removal of no longer used (redundant) macro directory


------------------------------------------------------------------------
r10376 | josef | 2008-07-17 20:01:05 +0200 (Do, 17. Jul 2008) | 6 lines
Geänderte Pfade:
   M /trunk/ggzd/m4
   M /trunk/grubby/m4
   M /trunk/gtk-client/m4
   M /trunk/txt-client/m4
   M /trunk/utils/m4

- update svn:externals to point to base-libs

Note: I'd like to use SVN's new relative paths here, however with svn+ssh it will ask the password
for each such directory instead of reusing the existing SSH connection.


------------------------------------------------------------------------
r10366 | josef | 2008-07-17 10:44:19 +0200 (Do, 17. Jul 2008) | 5 lines
Geänderte Pfade:
   A /trunk/community/AUTHORS
   M /trunk/docs/AUTHORS
   M /trunk/ggzd/AUTHORS
   M /trunk/grubby/AUTHORS
   M /trunk/gtk-client/AUTHORS
   M /trunk/java/AUTHORS
   M /trunk/kde-center/AUTHORS
   M /trunk/libggz/AUTHORS
   M /trunk/python/AUTHORS
   M /trunk/txt-client/AUTHORS
   M /trunk/utils/AUTHORS

- version update
- link to central credits file
- ggz-community didn't have an AUTHORS file yet


------------------------------------------------------------------------
r10350 | jdorje | 2008-07-16 03:30:46 +0200 (Mi, 16. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/configure.ac
   A /trunk/gtk-client/games (von /trunk/gtk-games:10349)
   D /trunk/gtk-client/games/AUTHORS
   D /trunk/gtk-client/games/COPYING
   D /trunk/gtk-client/games/INSTALL
   M /trunk/gtk-client/games/Makefile.am
   D /trunk/gtk-client/games/NEWS
   D /trunk/gtk-client/games/QuickStart.GGZ
   D /trunk/gtk-client/games/README.GGZ
   D /trunk/gtk-client/games/autogen.sh
   M /trunk/gtk-client/games/chess/Makefile.am
   M /trunk/gtk-client/games/chinese-checkers/Makefile.am
   M /trunk/gtk-client/games/combat/Makefile.am
   M /trunk/gtk-client/games/common/ggzintl.c
   D /trunk/gtk-client/games/configure.ac
   M /trunk/gtk-client/games/dots/Makefile.am
   M /trunk/gtk-client/games/ggzcards/Makefile.am
   M /trunk/gtk-client/games/hastings/Makefile.am
   D /trunk/gtk-client/games/indent.pro
   D /trunk/gtk-client/games/m4/modversion.mk
   D /trunk/gtk-client/games/m4/protocol.mk
   M /trunk/gtk-client/games/reversi/Makefile.am
   M /trunk/gtk-client/games/tictactoe/Makefile.am
   A /trunk/gtk-client/gtk-client (von /trunk/gtk-client/src:10349)
   A /trunk/gtk-client/m4/modversion.mk (von /trunk/gtk-games/m4/modversion.mk:10349)
   A /trunk/gtk-client/m4/protocol.mk (von /trunk/gtk-games/m4/protocol.mk:10349)
   D /trunk/gtk-client/src
   D /trunk/gtk-games

Merge gtk-games into gtk-client.
------------------------------------------------------------------------
r10342 | josef | 2008-07-14 22:41:00 +0200 (Mo, 14. Jul 2008) | 3 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gtk-client/configure.ac

- always warn about --enable-visibility=yes because we cannot know yet what is going to happen on unusual compilers, linkers etc.


------------------------------------------------------------------------
r10338 | jdorje | 2008-07-13 18:55:05 +0200 (So, 13. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   A /trunk/gtk-client/ggz-gtk/linker.map

Visibility support via linker.map script file.
------------------------------------------------------------------------
r10337 | jdorje | 2008-07-13 18:45:09 +0200 (So, 13. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Better handling of net error.
------------------------------------------------------------------------
r10331 | josef | 2008-07-13 17:37:43 +0200 (So, 13. Jul 2008) | 3 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/configure.ac
   M /trunk/java/Makefile
   M /trunk/java/build.xml
   M /trunk/libggz/configure.ac
   M /trunk/python/Makefile.in
   M /trunk/python/configure.ac
   M /trunk/txt-client/configure.ac
   M /trunk/utils/configure.ac

- bump all version numbers, but also all libggz requirements, to 0.99.4


------------------------------------------------------------------------
r10330 | josef | 2008-07-13 17:31:32 +0200 (So, 13. Jul 2008) | 4 lines
Geänderte Pfade:
   M /trunk/community/ChangeLog
   M /trunk/community/NEWS
   M /trunk/community/README
   M /trunk/docs/ChangeLog
   M /trunk/docs/NEWS
   M /trunk/docs/README
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/README
   M /trunk/ggzd/ChangeLog
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README
   M /trunk/grubby/ChangeLog
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/gtk-client/ChangeLog
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/README
   M /trunk/gtk-games/ChangeLog
   M /trunk/gtk-games/NEWS
   M /trunk/gtk-games/README
   M /trunk/java/ChangeLog
   M /trunk/java/NEWS
   M /trunk/libggz/ChangeLog
   M /trunk/libggz/NEWS
   M /trunk/libggz/README
   M /trunk/python/ChangeLog
   M /trunk/python/NEWS
   M /trunk/python/README
   M /trunk/txt-client/ChangeLog
   M /trunk/txt-client/NEWS
   M /trunk/txt-client/README
   M /trunk/utils/ChangeLog
   M /trunk/utils/NEWS
   M /trunk/utils/README

- massive update to changelog due to SVN format change, ~67,000 lines of diff
- synchronise updated news file and bump version number in readme files


------------------------------------------------------------------------
r10280 | jdorje | 2008-07-11 22:35:30 +0200 (Fr, 11. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/ggzcore/ggzcore.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Fix protocol-error event.
------------------------------------------------------------------------
r10276 | jdorje | 2008-07-11 00:32:14 +0200 (Fr, 11. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.h
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/ggz-gtk.h
   M /trunk/gtk-client/ggz-gtk/server.h
   M /trunk/gtk-client/src/main.c

Provide ggz-gtk cleanup function.
------------------------------------------------------------------------
r10275 | jdorje | 2008-07-11 00:26:54 +0200 (Fr, 11. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/first.h
   M /trunk/gtk-client/ggz-gtk/ggz-gtk.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.h
   M /trunk/gtk-client/ggz-gtk/login.h
   M /trunk/gtk-client/src/main.c

Properly separate a few more symbols from libggz-gtk and ggz-gtk.
------------------------------------------------------------------------
r10274 | jdorje | 2008-07-10 23:38:34 +0200 (Do, 10. Jul 2008) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.h
   M /trunk/gtk-client/ggz-gtk/chat.h
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/first.h
   M /trunk/gtk-client/ggz-gtk/game.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.h
   M /trunk/gtk-client/ggz-gtk/ggzutils.h
   M /trunk/gtk-client/ggz-gtk/launch.h
   M /trunk/gtk-client/ggz-gtk/license.h
   M /trunk/gtk-client/ggz-gtk/login.h
   M /trunk/gtk-client/ggz-gtk/motd.h
   M /trunk/gtk-client/ggz-gtk/msgbox.h
   M /trunk/gtk-client/ggz-gtk/pick_module.h
   M /trunk/gtk-client/ggz-gtk/playerinfo.h
   M /trunk/gtk-client/ggz-gtk/playerlist.h
   M /trunk/gtk-client/ggz-gtk/props.h
   M /trunk/gtk-client/ggz-gtk/roominfo.h
   M /trunk/gtk-client/ggz-gtk/roomlist.h
   M /trunk/gtk-client/ggz-gtk/server.h
   M /trunk/gtk-client/ggz-gtk/support.h
   M /trunk/gtk-client/ggz-gtk/tablelist.h
   M /trunk/gtk-client/ggz-gtk/types.h
   M /trunk/gtk-client/ggz-gtk/xtext.h

Quick fix for overzealous exporting of symbols: most global
variables and functions are now marked as internal.

------------------------------------------------------------------------
r10273 | jdorje | 2008-07-10 23:28:22 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Mark variable static.
------------------------------------------------------------------------
r10272 | jdorje | 2008-07-10 23:25:33 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Mark variables static.
------------------------------------------------------------------------
r10271 | jdorje | 2008-07-10 23:22:01 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/support.c
   M /trunk/gtk-client/ggz-gtk/support.h

Remove unnecessary/duplicated function.
------------------------------------------------------------------------
r10270 | jdorje | 2008-07-10 23:11:57 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c

Mark function as static.
------------------------------------------------------------------------
r10267 | jdorje | 2008-07-10 21:29:02 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Don't strlen a NULL string.
------------------------------------------------------------------------
r10266 | jdorje | 2008-07-10 07:36:38 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.c
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/ggzutils.c
   M /trunk/gtk-client/ggz-gtk/ggzutils.h
   M /trunk/gtk-client/ggz-gtk/motd.c
   M /trunk/gtk-client/ggz-gtk/props.c

Rename color functions for consistency.
------------------------------------------------------------------------
r10262 | jdorje | 2008-07-10 03:23:48 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Don't clear/save unset chat data.
------------------------------------------------------------------------
r10261 | jdorje | 2008-07-10 03:16:54 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/launch.c

Move launch statics into ggz_gtk structure.
------------------------------------------------------------------------
r10260 | jdorje | 2008-07-10 03:04:50 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/game.c

Move game_tag into ggz_gtk structure.
------------------------------------------------------------------------
r10259 | jdorje | 2008-07-10 02:43:35 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c

Clean up menu toggle code.
------------------------------------------------------------------------
r10258 | jdorje | 2008-07-10 02:24:03 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.c

One more random static variable here.
------------------------------------------------------------------------
r10257 | jdorje | 2008-07-10 01:05:27 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/xtext.c

Don't check for deprecated code in xtext.
------------------------------------------------------------------------
r10256 | jdorje | 2008-07-10 01:01:44 +0200 (Do, 10. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/launch.c
   M /trunk/gtk-client/ggz-gtk/xtext.c

Fix config.h includes.
------------------------------------------------------------------------
r10255 | jdorje | 2008-07-09 23:47:49 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/license.c

Heavy cleanups to license.c.
------------------------------------------------------------------------
r10254 | jdorje | 2008-07-09 22:54:09 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Rename variable - for consistency and to avoid shadowing global typedef.
------------------------------------------------------------------------
r10253 | jdorje | 2008-07-09 22:50:25 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/chat.h
   M /trunk/gtk-client/ggz-gtk/client.h

Move static chat data into the ggz_gtk structure.
------------------------------------------------------------------------
r10252 | jdorje | 2008-07-09 22:16:56 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Move server_tag and channel_tag into ggz_gtk structure.
------------------------------------------------------------------------
r10251 | jdorje | 2008-07-09 22:00:15 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Remove unnecessary is_server/is_channel variables.
------------------------------------------------------------------------
r10250 | jdorje | 2008-07-09 20:44:38 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/game.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/launch.c
   M /trunk/gtk-client/ggz-gtk/login.c
   M /trunk/gtk-client/ggz-gtk/playerlist.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/server.c
   M /trunk/gtk-client/ggz-gtk/server.h
   M /trunk/gtk-client/ggz-gtk/tablelist.c
   M /trunk/gtk-client/ggz-gtk/types.c

Move server parameter into ggz_gtk structure.
------------------------------------------------------------------------
r10249 | jdorje | 2008-07-09 06:17:16 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h

Move spectating flag into ggz_gtk structure.
------------------------------------------------------------------------
r10248 | jdorje | 2008-07-09 06:12:22 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.c
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/launch.c
   M /trunk/gtk-client/ggz-gtk/license.c
   M /trunk/gtk-client/ggz-gtk/motd.c
   M /trunk/gtk-client/ggz-gtk/msgbox.c
   M /trunk/gtk-client/ggz-gtk/pick_module.c
   M /trunk/gtk-client/ggz-gtk/playerinfo.c
   M /trunk/gtk-client/ggz-gtk/roominfo.c
   M /trunk/gtk-client/ggz-gtk/types.c
   M /trunk/gtk-client/src/main.c

Move main_window variable into ggz_gtk structure.
------------------------------------------------------------------------
r10247 | jdorje | 2008-07-09 05:39:44 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/props.c

Move the win_main variable into the ggz_gtk structure.
------------------------------------------------------------------------
r10246 | jdorje | 2008-07-09 05:17:17 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h

Move ggznotebook variable into the ggz_gtk structure.
------------------------------------------------------------------------
r10245 | jdorje | 2008-07-09 05:11:29 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/game.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Move embedded protocol strings into ggz_gtk structure.
------------------------------------------------------------------------
r10244 | jdorje | 2008-07-09 05:06:25 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/game.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/login.c

Move some global variables into a ggz_gtk structure.
------------------------------------------------------------------------
r10243 | jdorje | 2008-07-09 04:00:29 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.c
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/chat.h
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/ggzutils.c
   M /trunk/gtk-client/ggz-gtk/ggzutils.h
   M /trunk/gtk-client/ggz-gtk/motd.c
   M /trunk/gtk-client/ggz-gtk/props.c

Segregate colors/xtext code.
------------------------------------------------------------------------
r10242 | jdorje | 2008-07-09 02:48:24 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/login.c
   M /trunk/gtk-client/ggz-gtk/login.h
   M /trunk/gtk-client/ggz-gtk/props.c
   M /trunk/gtk-client/src/main.c

Encapsulate login dialog code better; remove global variables.
------------------------------------------------------------------------
r10241 | jdorje | 2008-07-09 01:09:47 +0200 (Mi, 09. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Fix incorrect strength length (?).
------------------------------------------------------------------------
r10240 | jdorje | 2008-07-08 22:11:19 +0200 (Di, 08. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/types.c

Fix minor shadowing problem.
------------------------------------------------------------------------
r10231 | jdorje | 2008-07-08 21:30:17 +0200 (Di, 08. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/launch.c
   M /trunk/gtk-client/ggz-gtk/playerlist.c
   M /trunk/gtk-client/ggz-gtk/props.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/tablelist.c

Fix some minor problems with shadowed variables and functions.
------------------------------------------------------------------------
r10230 | jdorje | 2008-07-08 21:26:50 +0200 (Di, 08. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.c

Restructure static variables.
------------------------------------------------------------------------
r10229 | jdorje | 2008-07-08 20:55:50 +0200 (Di, 08. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/pick_module.c

Restructure static variables.
------------------------------------------------------------------------
r10200 | jdorje | 2008-07-08 06:15:32 +0200 (Di, 08. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/xtext.c

Fix mismatching callback function prototype.
------------------------------------------------------------------------
r10199 | jdorje | 2008-07-08 06:12:00 +0200 (Di, 08. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/chat.h
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/xtext.c

Fix mismatching callback function prototype.
------------------------------------------------------------------------
r10192 | jdorje | 2008-07-08 05:50:06 +0200 (Di, 08. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Fix invalid pointer comparison.
------------------------------------------------------------------------
r10183 | jdorje | 2008-07-08 04:57:12 +0200 (Di, 08. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/support.h

Remove duplicate variable declaration.
------------------------------------------------------------------------
r10177 | jdorje | 2008-07-08 03:52:20 +0200 (Di, 08. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.c
   M /trunk/gtk-client/ggz-gtk/chat.c

Fix strange gcc warning about ambiguous else statement.
------------------------------------------------------------------------
r10148 | jdorje | 2008-07-04 03:49:57 +0200 (Fr, 04. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c
   M /trunk/gtk-client/ggz-gtk/game.h
   M /trunk/gtk-client/ggz-gtk/ggzutils.c
   M /trunk/gtk-client/ggz-gtk/ggzutils.h
   M /trunk/gtk-client/ggz-gtk/pick_module.h
   M /trunk/gtk-client/ggz-gtk/playerinfo.c
   M /trunk/gtk-client/ggz-gtk/playerinfo.h
   M /trunk/gtk-client/ggz-gtk/roominfo.c
   M /trunk/gtk-client/ggz-gtk/roominfo.h

Add const qualifiers for some params.
------------------------------------------------------------------------
r10146 | jdorje | 2008-07-03 21:14:29 +0200 (Do, 03. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c

Remove static fd variable.
------------------------------------------------------------------------
r10145 | jdorje | 2008-07-03 21:10:52 +0200 (Do, 03. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c

Remove static game variable.
------------------------------------------------------------------------
r10131 | jdorje | 2008-07-01 06:07:19 +0200 (Di, 01. Jul 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Random assertions.
------------------------------------------------------------------------
r10117 | jdorje | 2008-06-30 08:26:37 +0200 (Mo, 30. Jun 2008) | 5 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-games/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/libggz/autogen.sh
   M /trunk/playground/agrue/autogen.sh
   M /trunk/playground/irc/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/txt-client/autogen.sh
   M /trunk/utils/autogen.sh

Exit with return value 1 on failure.  Previously if an autotool failed
autogen would exit with a success value.

All autogen files other than the python module one are updated.

------------------------------------------------------------------------
r10091 | jdorje | 2008-06-29 11:46:27 +0200 (So, 29. Jun 2008) | 1 line
Geänderte Pfade:
   D /trunk/ggz-client-libs/m4/iconv.m4
   D /trunk/ggzd/m4/iconv.m4
   D /trunk/grubby/m4/iconv.m4
   D /trunk/gtk-client/m4/iconv.m4
   D /trunk/gtk-games/m4/iconv.m4
   D /trunk/kde-client/m4/iconv.m4
   D /trunk/kde-games/m4/iconv.m4
   A /trunk/libggz/src/ggz (von /trunk/ggzd/m4/iconv.m4:10089)
   D /trunk/playground/agrue/m4/iconv.m4
   D /trunk/playground/irc/m4/iconv.m4
   D /trunk/sdl-games/m4/iconv.m4
   D /trunk/txt-client/m4/iconv.m4
   D /trunk/utils/m4/iconv.m4

Move iconv.m4 into ggz common m4 directory.
------------------------------------------------------------------------
r10052 | jdorje | 2008-06-23 04:08:14 +0200 (Mo, 23. Jun 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Fix profile checking.
------------------------------------------------------------------------
r10051 | jdorje | 2008-06-23 03:52:30 +0200 (Mo, 23. Jun 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Change gtkentry to gtkcombobox in some code.
------------------------------------------------------------------------
r10038 | jdorje | 2008-06-07 07:13:44 +0200 (Sa, 07. Jun 2008) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.c

Fix buffer overflow.  (Reported by gcc 4.3.)

------------------------------------------------------------------------
r10013 | jdorje | 2008-05-30 22:01:43 +0200 (Fr, 30. Mai 2008) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/login.c
   M /trunk/gtk-client/ggz-gtk/pick_module.c
   M /trunk/gtk-client/ggz-gtk/playerinfo.c

This fixes a number of places that were reported to be UTF-8 unsafe.  In most 
cases snprintf calls are replaced by g_strdup_printf.  Some places are left 
intact with FIXME comments.

------------------------------------------------------------------------
r10012 | jdorje | 2008-05-30 21:33:56 +0200 (Fr, 30. Mai 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/launch.c

Minor typo fix.
------------------------------------------------------------------------
r10004 | josef | 2008-05-25 11:12:02 +0200 (So, 25. Mai 2008) | 3 lines
Geänderte Pfade:
   M /trunk/community/ChangeLog
   M /trunk/docs/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/gtk-games/ChangeLog
   M /trunk/java/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/python/ChangeLog
   M /trunk/sdl-games/ChangeLog
   M /trunk/txt-client/ChangeLog
   M /trunk/utils/ChangeLog

- prepend 5300 lines of change summaries to the changelog files


------------------------------------------------------------------------
r9993 | josef | 2008-05-24 08:41:33 +0200 (Sa, 24. Mai 2008) | 3 lines
Geänderte Pfade:
   M /trunk/community/NEWS
   M /trunk/community/README
   M /trunk/docs/NEWS
   M /trunk/docs/README
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/ggzcore/ggzcore.h
   M /trunk/ggz-client-libs/ggzmod/ggzmod.h
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README
   M /trunk/ggzd/ggzdmod/ggzdmod.h
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/README
   M /trunk/gtk-games/NEWS
   M /trunk/gtk-games/README
   M /trunk/java/NEWS
   M /trunk/libggz/NEWS
   M /trunk/libggz/README
   M /trunk/libggz/src/ggz.h
   M /trunk/python/NEWS
   M /trunk/python/README
   M /trunk/txt-client/NEWS
   M /trunk/txt-client/README
   M /trunk/utils/NEWS
   M /trunk/utils/README

- prepare new snapshot 0.99.3: updated NEWS file with overview on new stuff, plus usual version bumps


------------------------------------------------------------------------
r9955 | jdorje | 2008-04-14 23:11:25 +0200 (Mo, 14. Apr 2008) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/support.h

Initialize ggz-gtk domain correctly for libggz-gtk, and make sure it
is always the domain used for internal strings.

This should fix translation issues with the embedded ggz-gtk library.

------------------------------------------------------------------------
r9951 | oojah | 2008-04-13 00:32:00 +0200 (So, 13. Apr 2008) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/src/main.c

Store rc and debug files in $APPDATA (usually C:\Documents and Settings\username\Application Data) instead of $HOME when on Windows.

------------------------------------------------------------------------
r9946 | josef | 2008-04-12 13:59:55 +0200 (Sa, 12. Apr 2008) | 3 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/configure.ac
   M /trunk/java/Makefile
   M /trunk/java/build.xml
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/python/Makefile.in
   M /trunk/python/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/txt-client/configure.ac
   M /trunk/utils/configure.ac

- ensure that the next snapshot release will have the proper version number in its packages


------------------------------------------------------------------------
r9942 | jdorje | 2008-04-12 08:58:33 +0200 (Sa, 12. Apr 2008) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/xtext.c

Avoid harmless compiler warning.
------------------------------------------------------------------------
r9854 | josef | 2008-03-20 21:37:13 +0100 (Do, 20. Mär 2008) | 3 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/configure.ac

- choke on the 0.0.14 bloke, and require 0.99.2


------------------------------------------------------------------------
r9618 | josef | 2008-01-28 00:34:27 +0100 (Mo, 28. Jan 2008) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.c

- GCC 4.3 is smarter than the programmers - mark this bug until someone in the know can fix it


------------------------------------------------------------------------
r9574 | josef | 2008-01-20 11:58:24 +0100 (So, 20. Jan 2008) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/kde-client/ggz-kde/ggzcore++/src/GGZCoreRoom.cpp
   M /trunk/kde-client/ggz-kde/ggzcore++/src/GGZCoreServer.cpp
   M /trunk/python/pyggzcore/src/pyggzcoresimple_init.c
   M /trunk/txt-client/ggz-txt/input.c
   M /trunk/txt-client/ggz-txt/server.c

- adapt all core clients to ggzcore API change


------------------------------------------------------------------------
r9493 | josef | 2008-01-12 18:02:50 +0100 (Sa, 12. Jan 2008) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/src/main.c

- use libggz's URI parser


------------------------------------------------------------------------
r9429 | josef | 2007-12-11 10:15:58 +0100 (Di, 11. Dez 2007) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/pidgin-plugin/simple.c

- make pidgin plugin compile


------------------------------------------------------------------------
r9402 | josef | 2007-12-01 13:30:50 +0100 (Sa, 01. Dez 2007) | 4 lines
Geänderte Pfade:
   M /trunk
   M /trunk/grubby/m4/i18n.mk
   M /trunk/gtk-client/m4/i18n.mk
   M /trunk/gtk-games/m4/i18n.mk
   M /trunk/python/po/i18n.mk
   M /trunk/txt-client/m4/i18n.mk

 r10434@nada:  josef | 2007-12-01 13:30:28 +0100
 - synchronise versioned catalogue support among all i18n.mk files
 

------------------------------------------------------------------------
r9401 | josef | 2007-12-01 13:30:41 +0100 (Sa, 01. Dez 2007) | 4 lines
Geänderte Pfade:
   M /trunk
   M /trunk/docs/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-games/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/libggz/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/txt-client/autogen.sh
   M /trunk/utils/autogen.sh

 r10433@nada:  josef | 2007-12-01 13:29:38 +0100
 - bump minimum versions of autotools so we don't accidentally hit problems with old tools
 

------------------------------------------------------------------------
r9394 | jdorje | 2007-12-01 01:30:32 +0100 (Sa, 01. Dez 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac

GTK_DISABLE_DEPRECATED for debug compilations.
------------------------------------------------------------------------
r9393 | jdorje | 2007-12-01 01:29:32 +0100 (Sa, 01. Dez 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/license.c
   M /trunk/gtk-client/ggz-gtk/motd.c
   M /trunk/gtk-client/ggz-gtk/pick_module.c
   M /trunk/gtk-client/ggz-gtk/playerinfo.c
   M /trunk/gtk-client/ggz-gtk/props.c

Remove unnecessary gtk_widget_ref/unref calls.
------------------------------------------------------------------------
r9392 | jdorje | 2007-12-01 01:28:59 +0100 (Sa, 01. Dez 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c

Tooltips cleanup for 2.12.
------------------------------------------------------------------------
r9391 | jdorje | 2007-12-01 00:59:18 +0100 (Sa, 01. Dez 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.c

Clean up 'about' dialog.
------------------------------------------------------------------------
r9374 | josef | 2007-11-21 17:34:52 +0100 (Mi, 21. Nov 2007) | 5 lines
Geänderte Pfade:
   M /trunk
   M /trunk/gtk-client/Makefile.am

 r10358@nada:  josef | 2007-11-21 17:15:58 +0100
 - use correct variable name
 - get DIST_SUBDIRS for free
 

------------------------------------------------------------------------
r9365 | josef | 2007-11-18 12:00:46 +0100 (So, 18. Nov 2007) | 16 lines
Geänderte Pfade:
   M /trunk
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/configure.ac
   D /trunk/gtk-client/gaim-plugin
   D /trunk/gtk-client/m4/gaim.m4
   A /trunk/gtk-client/m4/pidgin.m4 (von /trunk/gtk-client/m4/gaim.m4:9249)
   A /trunk/gtk-client/pidgin-plugin (von /trunk/gtk-client/gaim-plugin:9249)
   M /trunk/gtk-client/pidgin-plugin/Makefile.am
   M /trunk/gtk-client/pidgin-plugin/simple.c

 r10319@nada:  josef | 2007-11-18 10:59:20 +0100
 - Gaim has been renamed to Pidgin a long time ago
 - libgaim has been renamed to libpurple
 
 r10320@nada:  josef | 2007-11-18 11:24:34 +0100
 - convert the Gaim check to a Pidgin check, and use the provided version checker function so we save some autoconf logic
 
 r10321@nada:  josef | 2007-11-18 11:45:29 +0100
 - apprently all the Gtk+ specific Pidgin headers are in their own package, so check for them as well
 
 r10322@nada:  josef | 2007-11-18 11:59:55 +0100
 - port former Gaim plugin to Pidgin
 
 It compiles, but is entirely untested.
 

------------------------------------------------------------------------
r9353 | josef | 2007-11-11 22:42:06 +0100 (So, 11. Nov 2007) | 5 lines
Geänderte Pfade:
   M /trunk
   M /trunk/gtk-client/po/Makefile.am
   A /trunk/gtk-client/po/af.po
   M /trunk/gtk-client/po/am.po
   M /trunk/gtk-client/po/ar.po
   M /trunk/gtk-client/po/az.po
   M /trunk/gtk-client/po/be.po
   M /trunk/gtk-client/po/bg.po
   M /trunk/gtk-client/po/bn.po
   M /trunk/gtk-client/po/bn_IN.po
   M /trunk/gtk-client/po/ca.po
   M /trunk/gtk-client/po/cs.po
   M /trunk/gtk-client/po/cy.po
   M /trunk/gtk-client/po/da.po
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/dz.po
   M /trunk/gtk-client/po/el.po
   M /trunk/gtk-client/po/en_CA.po
   M /trunk/gtk-client/po/en_GB.po
   M /trunk/gtk-client/po/es.po
   M /trunk/gtk-client/po/et.po
   M /trunk/gtk-client/po/eu.po
   M /trunk/gtk-client/po/fa.po
   M /trunk/gtk-client/po/fi.po
   M /trunk/gtk-client/po/fr.po
   M /trunk/gtk-client/po/ga.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/gl.po
   M /trunk/gtk-client/po/gu.po
   M /trunk/gtk-client/po/he.po
   M /trunk/gtk-client/po/hi.po
   M /trunk/gtk-client/po/hr.po
   M /trunk/gtk-client/po/hu.po
   M /trunk/gtk-client/po/id.po
   M /trunk/gtk-client/po/is.po
   M /trunk/gtk-client/po/it.po
   M /trunk/gtk-client/po/ja.po
   M /trunk/gtk-client/po/ka.po
   M /trunk/gtk-client/po/ko.po
   M /trunk/gtk-client/po/lt.po
   M /trunk/gtk-client/po/lv.po
   M /trunk/gtk-client/po/mk.po
   M /trunk/gtk-client/po/ml.po
   M /trunk/gtk-client/po/mn.po
   M /trunk/gtk-client/po/mr.po
   M /trunk/gtk-client/po/ms.po
   M /trunk/gtk-client/po/nb.po
   M /trunk/gtk-client/po/ne.po
   M /trunk/gtk-client/po/nl.po
   M /trunk/gtk-client/po/nn.po
   M /trunk/gtk-client/po/oc.po
   M /trunk/gtk-client/po/or.po
   M /trunk/gtk-client/po/pa.po
   M /trunk/gtk-client/po/pl.po
   M /trunk/gtk-client/po/pt.po
   M /trunk/gtk-client/po/pt_BR.po
   M /trunk/gtk-client/po/ro.po
   M /trunk/gtk-client/po/ru.po
   M /trunk/gtk-client/po/rw.po
   A /trunk/gtk-client/po/si.po
   M /trunk/gtk-client/po/sk.po
   M /trunk/gtk-client/po/sl.po
   M /trunk/gtk-client/po/sq.po
   M /trunk/gtk-client/po/sr.po
   M /trunk/gtk-client/po/sr@Latn.po
   M /trunk/gtk-client/po/sv.po
   M /trunk/gtk-client/po/ta.po
   A /trunk/gtk-client/po/te.po
   M /trunk/gtk-client/po/th.po
   M /trunk/gtk-client/po/tr.po
   M /trunk/gtk-client/po/uk.po
   M /trunk/gtk-client/po/vi.po
   M /trunk/gtk-client/po/wa.po
   M /trunk/gtk-client/po/xh.po
   M /trunk/gtk-client/po/zh_CN.po
   M /trunk/gtk-client/po/zh_HK.po
   M /trunk/gtk-client/po/zh_TW.po

 r10292@nada:  josef | 2007-11-11 22:36:13 +0100
 - merge from GNOME, including 3 new translations
 - this update detroys a few translations due to incompatible string changes
 

------------------------------------------------------------------------
r9168 | josef | 2007-07-04 17:18:44 +0200 (Mi, 04. Jul 2007) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

- use GGZ error message structure to avoid the display of garbage (might need replication in other places, yet another thing for jdorje, hehe)

[commit from josef@nada]


------------------------------------------------------------------------
r9161 | josef | 2007-06-28 16:15:32 +0200 (Do, 28. Jun 2007) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/props.c

- quick fix to make it compile (jdorje, that's something for you to look at!)

[commit from josef@nada]


------------------------------------------------------------------------
r9156 | josef | 2007-06-20 19:56:44 +0200 (Mi, 20. Jun 2007) | 9 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/am.po
   M /trunk/gtk-client/po/ar.po
   M /trunk/gtk-client/po/az.po
   M /trunk/gtk-client/po/be.po
   M /trunk/gtk-client/po/bg.po
   M /trunk/gtk-client/po/bn.po
   M /trunk/gtk-client/po/bn_IN.po
   M /trunk/gtk-client/po/ca.po
   M /trunk/gtk-client/po/cs.po
   M /trunk/gtk-client/po/cy.po
   M /trunk/gtk-client/po/da.po
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/dz.po
   M /trunk/gtk-client/po/el.po
   M /trunk/gtk-client/po/en_CA.po
   M /trunk/gtk-client/po/en_GB.po
   M /trunk/gtk-client/po/es.po
   M /trunk/gtk-client/po/et.po
   M /trunk/gtk-client/po/eu.po
   M /trunk/gtk-client/po/fa.po
   M /trunk/gtk-client/po/fi.po
   M /trunk/gtk-client/po/fr.po
   M /trunk/gtk-client/po/ga.po
   M /trunk/gtk-client/po/gl.po
   M /trunk/gtk-client/po/gu.po
   M /trunk/gtk-client/po/he.po
   M /trunk/gtk-client/po/hi.po
   M /trunk/gtk-client/po/hr.po
   M /trunk/gtk-client/po/hu.po
   M /trunk/gtk-client/po/id.po
   M /trunk/gtk-client/po/is.po
   M /trunk/gtk-client/po/it.po
   M /trunk/gtk-client/po/ja.po
   M /trunk/gtk-client/po/ka.po
   M /trunk/gtk-client/po/ko.po
   M /trunk/gtk-client/po/lt.po
   M /trunk/gtk-client/po/lv.po
   M /trunk/gtk-client/po/mk.po
   M /trunk/gtk-client/po/ml.po
   M /trunk/gtk-client/po/mn.po
   M /trunk/gtk-client/po/mr.po
   M /trunk/gtk-client/po/ms.po
   M /trunk/gtk-client/po/nb.po
   M /trunk/gtk-client/po/ne.po
   M /trunk/gtk-client/po/nl.po
   M /trunk/gtk-client/po/nn.po
   M /trunk/gtk-client/po/oc.po
   M /trunk/gtk-client/po/or.po
   M /trunk/gtk-client/po/pa.po
   M /trunk/gtk-client/po/pl.po
   M /trunk/gtk-client/po/pt.po
   M /trunk/gtk-client/po/pt_BR.po
   M /trunk/gtk-client/po/ro.po
   M /trunk/gtk-client/po/ru.po
   M /trunk/gtk-client/po/rw.po
   M /trunk/gtk-client/po/sk.po
   M /trunk/gtk-client/po/sl.po
   M /trunk/gtk-client/po/sq.po
   M /trunk/gtk-client/po/sr.po
   M /trunk/gtk-client/po/sr@Latn.po
   M /trunk/gtk-client/po/sv.po
   M /trunk/gtk-client/po/ta.po
   M /trunk/gtk-client/po/th.po
   M /trunk/gtk-client/po/tr.po
   M /trunk/gtk-client/po/uk.po
   M /trunk/gtk-client/po/vi.po
   M /trunk/gtk-client/po/wa.po
   M /trunk/gtk-client/po/xh.po
   M /trunk/gtk-client/po/zh_CN.po
   M /trunk/gtk-client/po/zh_HK.po
   M /trunk/gtk-client/po/zh_TW.po

- clean up all merged translations.

Here's what diffstat has to say:
  71 files changed, 1539 insertions(+), 52631 deletions(-)
The insertations are actually reformatted lines. Shouldn't do any harm but is still inconvenient (potool's fault).

[commit from josef@nada]


------------------------------------------------------------------------
r9154 | josef | 2007-06-20 19:37:40 +0200 (Mi, 20. Jun 2007) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am

- fix EXTRA_DIST

[commit from josef@nada]


------------------------------------------------------------------------
r9150 | josef | 2007-06-20 19:02:51 +0200 (Mi, 20. Jun 2007) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/gl.po
   D /trunk/gtk-client/po/ku.po

- remove useless translation files which do not contain a single relevant translation

[commit from josef@nada]


------------------------------------------------------------------------
r9147 | josef | 2007-06-20 18:28:17 +0200 (Mi, 20. Jun 2007) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/am.po
   M /trunk/gtk-client/po/be.po
   M /trunk/gtk-client/po/bn.po
   M /trunk/gtk-client/po/bn_IN.po
   M /trunk/gtk-client/po/ga.po
   M /trunk/gtk-client/po/gl.po
   M /trunk/gtk-client/po/he.po
   M /trunk/gtk-client/po/hr.po
   M /trunk/gtk-client/po/ka.po
   M /trunk/gtk-client/po/ku.po
   M /trunk/gtk-client/po/mn.po
   M /trunk/gtk-client/po/mr.po
   M /trunk/gtk-client/po/ms.po
   M /trunk/gtk-client/po/rw.po
   M /trunk/gtk-client/po/sk.po
   M /trunk/gtk-client/po/sl.po
   M /trunk/gtk-client/po/wa.po

- remove spurious last fuzzy lines

[commit from josef@nada]


------------------------------------------------------------------------
r9146 | josef | 2007-06-20 17:50:56 +0200 (Mi, 20. Jun 2007) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/ar.po
   M /trunk/gtk-client/po/cs.po
   M /trunk/gtk-client/po/da.po
   M /trunk/gtk-client/po/dz.po
   M /trunk/gtk-client/po/en_GB.po
   M /trunk/gtk-client/po/es.po
   M /trunk/gtk-client/po/et.po
   M /trunk/gtk-client/po/fr.po
   M /trunk/gtk-client/po/gl.po
   M /trunk/gtk-client/po/he.po
   M /trunk/gtk-client/po/id.po
   M /trunk/gtk-client/po/lt.po
   M /trunk/gtk-client/po/nb.po
   A /trunk/gtk-client/po/oc.po
   M /trunk/gtk-client/po/sv.po
   M /trunk/gtk-client/po/th.po
   M /trunk/gtk-client/po/zh_CN.po

- translation updates from GNOME SVN

[commit from josef@nada]


------------------------------------------------------------------------
r9143 | jdorje | 2007-06-11 04:54:07 +0200 (Mo, 11. Jun 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/props.c

Replace the deprecated GtkCombo with a GtkComboBox.
------------------------------------------------------------------------
r9140 | jdorje | 2007-05-28 21:31:35 +0200 (Mo, 28. Mai 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Replace the deprecated GtkCombo with a GtkComboBox.
------------------------------------------------------------------------
r9139 | jdorje | 2007-05-28 09:13:58 +0200 (Mo, 28. Mai 2007) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/launch.c

Replace the deprecated GtkCombo with a GtkComboBox.

------------------------------------------------------------------------
r9138 | jdorje | 2007-05-28 08:11:26 +0200 (Mo, 28. Mai 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/launch.c

Minor GTK cleanups.
------------------------------------------------------------------------
r9137 | jdorje | 2007-05-28 06:32:22 +0200 (Mo, 28. Mai 2007) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/xtext.c
   M /trunk/gtk-client/ggz-gtk/xtext.h

Work around idiotic signedness warnings in xtext by adding lots of casts.

------------------------------------------------------------------------
r9129 | oojah | 2007-05-21 23:30:31 +0200 (Mo, 21. Mai 2007) | 2 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/ggz-config/ggz-config.c
   M /trunk/grubby/grubby/src/main.c
   M /trunk/gtk-client/ggz-gtk/types.c

Improved some english strings.

------------------------------------------------------------------------
r9073 | jdorje | 2007-04-29 03:09:54 +0200 (So, 29. Apr 2007) | 7 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/ggz-wrapper/server.c
   M /trunk/ggz-client-libs/ggzcore/ggzcore.h
   M /trunk/ggz-client-libs/ggzcore/netxml.c
   M /trunk/ggz-client-libs/ggzcore/server.c
   M /trunk/ggz-client-libs/ggzcore/server.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/txt-client/ggz-txt/server.c

Change the ggzcore GGZ_PROTOCOL_ERROR event to provide a GGZErrorEventData
instead of just a pointer to an arbitrary string.  This allows better
presentation of the error data by the callers.

Note also that contrary to previous documentation, GGZ_PROTOCOL_ERROR is not
deprecated, nor does it look like it has ever been.

------------------------------------------------------------------------
r9039 | josef | 2007-04-12 10:34:50 +0200 (Do, 12. Apr 2007) | 8 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

- change button order to be HIG compliant
- do not mark localhost as translatable

Patch from GNOME SVN.

BACKPORT ggz-0-0-14-branch


------------------------------------------------------------------------
r9037 | josef | 2007-04-12 10:05:09 +0200 (Do, 12. Apr 2007) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am
   A /trunk/gtk-client/po/am.po
   A /trunk/gtk-client/po/ar.po
   A /trunk/gtk-client/po/az.po
   A /trunk/gtk-client/po/be.po
   A /trunk/gtk-client/po/bg.po
   A /trunk/gtk-client/po/bn.po
   A /trunk/gtk-client/po/bn_IN.po
   A /trunk/gtk-client/po/ca.po
   A /trunk/gtk-client/po/cs.po
   A /trunk/gtk-client/po/cy.po
   A /trunk/gtk-client/po/da.po
   M /trunk/gtk-client/po/de.po
   A /trunk/gtk-client/po/dz.po
   A /trunk/gtk-client/po/el.po
   A /trunk/gtk-client/po/en_CA.po
   A /trunk/gtk-client/po/en_GB.po
   M /trunk/gtk-client/po/es.po
   A /trunk/gtk-client/po/et.po
   A /trunk/gtk-client/po/eu.po
   A /trunk/gtk-client/po/fa.po
   A /trunk/gtk-client/po/fi.po
   A /trunk/gtk-client/po/fr.po
   A /trunk/gtk-client/po/ga.po
   A /trunk/gtk-client/po/gl.po
   A /trunk/gtk-client/po/gu.po
   A /trunk/gtk-client/po/he.po
   A /trunk/gtk-client/po/hi.po
   A /trunk/gtk-client/po/hr.po
   A /trunk/gtk-client/po/hu.po
   A /trunk/gtk-client/po/id.po
   A /trunk/gtk-client/po/is.po
   A /trunk/gtk-client/po/it.po
   A /trunk/gtk-client/po/ja.po
   A /trunk/gtk-client/po/ka.po
   A /trunk/gtk-client/po/ko.po
   A /trunk/gtk-client/po/ku.po
   A /trunk/gtk-client/po/lt.po
   A /trunk/gtk-client/po/lv.po
   A /trunk/gtk-client/po/mk.po
   A /trunk/gtk-client/po/ml.po
   A /trunk/gtk-client/po/mn.po
   A /trunk/gtk-client/po/mr.po
   A /trunk/gtk-client/po/ms.po
   A /trunk/gtk-client/po/nb.po
   A /trunk/gtk-client/po/ne.po
   A /trunk/gtk-client/po/nl.po
   A /trunk/gtk-client/po/nn.po
   A /trunk/gtk-client/po/or.po
   A /trunk/gtk-client/po/pa.po
   A /trunk/gtk-client/po/pl.po
   A /trunk/gtk-client/po/pt.po
   M /trunk/gtk-client/po/pt_BR.po
   A /trunk/gtk-client/po/ro.po
   A /trunk/gtk-client/po/ru.po
   A /trunk/gtk-client/po/rw.po
   A /trunk/gtk-client/po/sk.po
   A /trunk/gtk-client/po/sl.po
   A /trunk/gtk-client/po/sq.po
   A /trunk/gtk-client/po/sr.po
   A /trunk/gtk-client/po/sr@Latn.po
   M /trunk/gtk-client/po/sv.po
   A /trunk/gtk-client/po/ta.po
   A /trunk/gtk-client/po/th.po
   A /trunk/gtk-client/po/tr.po
   A /trunk/gtk-client/po/uk.po
   A /trunk/gtk-client/po/vi.po
   A /trunk/gtk-client/po/wa.po
   A /trunk/gtk-client/po/xh.po
   A /trunk/gtk-client/po/zh_CN.po
   A /trunk/gtk-client/po/zh_HK.po
   A /trunk/gtk-client/po/zh_TW.po

- lots, lots and lots of translations (numbering umpteen in total)

[commit from josef@nada]


------------------------------------------------------------------------
r9019 | jdorje | 2007-03-30 07:35:54 +0200 (Fr, 30. Mär 2007) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/ggzcore/server.c
   M /trunk/ggzd/ggzd/control.c
   M /trunk/ggzd/ggzd/login.c
   M /trunk/gtk-client/ggz-gtk/login.c
   M /trunk/libggz/src/ggz_common.c
   M /trunk/libggz/src/ggz_common.h

Remove 'random' password generation from the server.
------------------------------------------------------------------------
r9018 | jdorje | 2007-03-30 03:26:41 +0200 (Fr, 30. Mär 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Add more cases for login_failed.
------------------------------------------------------------------------
r9017 | jdorje | 2007-03-30 03:19:49 +0200 (Fr, 30. Mär 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Remove unused variables.
------------------------------------------------------------------------
r8987 | jdorje | 2007-02-19 03:50:30 +0100 (Mo, 19. Feb 2007) | 1 line
Geänderte Pfade:
   M /trunk/community/setup/scripts/ggz2phpbb.conf.in
   M /trunk/community/setup/sql/trigger/ggzsync_trigger.c
   M /trunk/community/setup/webserver/ggz-apache2.conf.in
   M /trunk/docs/games/ggz-games/Makefile.am
   M /trunk/docs/games/ggz-games/tictactoe/Makefile.am
   M /trunk/docs/spec/mainspec/Makefile.am
   M /trunk/ggz-client-libs/po/Makefile.am
   M /trunk/ggz-client-libs/po/ggzcore/Makefile.am
   M /trunk/ggzd/game_servers/chess/ai-gnuchess.c
   M /trunk/ggzd/game_servers/chess/ai-gnuchess.h
   M /trunk/ggzd/game_servers/connectx/ai-velena.c
   M /trunk/ggzd/game_servers/connectx/ai-velena.h
   M /trunk/ggzd/game_servers/ggzcards/config/ggzcards-bridge.dsc.in
   M /trunk/ggzd/game_servers/ggzcards/config/ggzcards-fortytwo.dsc.in
   M /trunk/ggzd/game_servers/ggzcards/config/ggzcards-hearts.dsc.in
   M /trunk/ggzd/game_servers/ggzcards/config/ggzcards-lapocha.dsc.in
   M /trunk/ggzd/game_servers/ggzcards/config/ggzcards-spades.dsc.in
   M /trunk/ggzd/game_servers/ggzcards/config/ggzcards-suaro.dsc.in
   M /trunk/ggzd/game_servers/ggzcards/config/ggzcards-sueca.dsc.in
   M /trunk/ggzd/game_servers/ggzcards/config/ggzcards-whist.dsc.in
   M /trunk/ggzd/game_servers/ggzcards/config/ggzcards.dsc.in
   M /trunk/ggzd/game_servers/ggzcards/score.c
   M /trunk/ggzd/game_servers/ggzcards/score.h
   M /trunk/ggzd/game_servers/tictactoe/ttt-ai.c
   M /trunk/ggzd/game_servers/tictactoe/ttt-ai.h
   M /trunk/ggzd/ggzd/database/ggzdb_dbi.c
   M /trunk/ggzd/ggzd/meta/Makefile.am
   M /trunk/ggzd/ggzd/meta/meta.c
   M /trunk/ggzd/ggzd/meta/meta.h
   M /trunk/ggzd/ggzd/meta/minidom.c
   M /trunk/ggzd/ggzd/meta/minidom.h
   M /trunk/ggzd/ggzd/meta/uri.c
   M /trunk/ggzd/ggzd/meta/uri.h
   M /trunk/ggzd/ggzd/reconfiguration.h
   M /trunk/ggzd/ggzdmod++/Makefile.am
   M /trunk/ggzd/ggzdmod++/ggzgameserver.h
   M /trunk/ggzd/ggzdmod++/mnet.h
   M /trunk/ggzd/ggzdmod++/net.h
   M /trunk/gnome-client/man/Makefile.am
   M /trunk/grubby/grubby/modules/banner.c
   M /trunk/gtk-client/ggz-gtk/ggz-embed.h
   M /trunk/gtk-client/ggz-gtk/ggz-gtk.h
   M /trunk/gtk-client/ggz-gtk/ggz_gtk_host.svg
   M /trunk/gtk-client/ggz-gtk/ggzutils.c
   M /trunk/gtk-client/ggz-gtk/ggzutils.h
   M /trunk/gtk-client/src/Makefile.am
   M /trunk/gtk-games/ggzcards/dlg_scores.c
   M /trunk/gtk-games/ggzcards/dlg_scores.h
   M /trunk/kde-games/kconnectx/Makefile.am
   M /trunk/kde-games/kconnectx/kconnectx.h
   M /trunk/kde-games/kconnectx/module.dsc.in
   M /trunk/kde-games/kconnectx/opt.h
   M /trunk/kde-games/kconnectx/proto.h
   M /trunk/kde-games/kconnectx/red.svg
   M /trunk/kde-games/kconnectx/win.h
   M /trunk/kde-games/kconnectx/yellow.svg
   M /trunk/kde-games/lib/kggzmod/Makefile.am
   M /trunk/kde-games/lib/kggzmod/event.h
   M /trunk/kde-games/lib/kggzmod/misc_private.h
   M /trunk/kde-games/lib/kggzmod/module.h
   M /trunk/kde-games/lib/kggzmod/module_private.h
   M /trunk/kde-games/lib/kggzmod/player.h
   M /trunk/kde-games/lib/kggzmod/player_private.h
   M /trunk/kde-games/lib/kggzmod/request.h
   M /trunk/kde-games/lib/kggzmod/statistics.h
   M /trunk/kde-games/lib/kggzmod/statistics_private.h
   M /trunk/kde-games/lib/kggzpacket.h
   M /trunk/kde-games/lib/kggzseatsdialog.h
   M /trunk/kde-games/lib/kggzsystem.h
   M /trunk/kde-games/lib/qsvgpixmap.h
   M /trunk/libggz/src/ggz_dio.c
   M /trunk/libggz/src/ggz_dio.h
   M /trunk/libggz/src/security/base16.c
   M /trunk/libggz/src/security/base16.h
   M /trunk/libggz/tests/dio.c
   M /trunk/libggz/tests/hashing.c
   M /trunk/libggz/tests/test16.c
   M /trunk/libggz/tests/test64.c
   M /trunk/playground/agrue/agrue/main.c
   M /trunk/playground/agrue/agrue/net.c
   M /trunk/playground/agrue/agrue/net.h
   M /trunk/playground/c-base/evilstr.c
   M /trunk/playground/c-base/flexprintf.c
   M /trunk/playground/c-base/safestring.c
   M /trunk/playground/c-base/str.c
   M /trunk/playground/ggz-kde4/kconnectx/kconnectx.h
   M /trunk/playground/ggz-kde4/kconnectx/module.dsc.in
   M /trunk/playground/ggz-kde4/kconnectx/opt.h
   M /trunk/playground/ggz-kde4/kconnectx/proto.h
   M /trunk/playground/ggz-kde4/kconnectx/win.h
   M /trunk/playground/ggz-kde4/kggzmod/event.h
   M /trunk/playground/ggz-kde4/kggzmod/misc_private.h
   M /trunk/playground/ggz-kde4/kggzmod/module.h
   M /trunk/playground/ggz-kde4/kggzmod/module_private.h
   M /trunk/playground/ggz-kde4/kggzmod/player.h
   M /trunk/playground/ggz-kde4/kggzmod/player_private.h
   M /trunk/playground/ggz-kde4/kggzmod/request.h
   M /trunk/playground/ggz-kde4/kggzmod/statistics.h
   M /trunk/playground/ggz-kde4/kggzmod/statistics_private.h
   M /trunk/playground/ggz-python/arimaa/module_arimaa.dsc.in
   M /trunk/playground/ggz-ruby/ai-ttt/ruttt-ai.c
   M /trunk/playground/ggz-ruby/ai-ttt/ttt-ai.c
   M /trunk/playground/ggz-ruby/ai-ttt/ttt-ai.h
   M /trunk/playground/server/async/gai_a.c
   M /trunk/playground/server/async/ggzresolver.c
   M /trunk/playground/server/coregen/proto.c
   M /trunk/python/ggzboard/backgammon/bg.svg
   M /trunk/python/ggzboard/connectx/player1.svg
   M /trunk/python/ggzboard/connectx/player2.svg
   M /trunk/python/ggzboard/module_connectx.dsc.in
   M /trunk/python/ggzboard/module_ludo.dsc.in
   M /trunk/python/ggzboard/shogi/b-bishop.svg
   M /trunk/python/ggzboard/shogi/b-gold-general.svg
   M /trunk/python/ggzboard/shogi/b-king.svg
   M /trunk/python/ggzboard/shogi/b-knight.svg
   M /trunk/python/ggzboard/shogi/b-lance.svg
   M /trunk/python/ggzboard/shogi/b-pawn.svg
   M /trunk/python/ggzboard/shogi/b-rook.svg
   M /trunk/python/ggzboard/shogi/b-silver-general.svg
   M /trunk/python/ggzboard/shogi/bishop.svg
   M /trunk/python/ggzboard/shogi/gold-general.svg
   M /trunk/python/ggzboard/shogi/king.svg
   M /trunk/python/ggzboard/shogi/knight.svg
   M /trunk/python/ggzboard/shogi/lance.svg
   M /trunk/python/ggzboard/shogi/pawn.svg
   M /trunk/python/ggzboard/shogi/rook.svg
   M /trunk/python/ggzboard/shogi/silver-general.svg
   M /trunk/python/lib/ggzsettings.py.in
   M /trunk/python/pyrsvgsdl/setup.py.in
   M /trunk/python/vibora/vibora.desktop.in
   M /trunk/utils/ggzcomm/c++example/client.h
   M /trunk/utils/ggzcomm/c++example/client4.h
   M /trunk/utils/ggzcomm/c++example/server.h
   M /trunk/utils/ggzcomm/c++example/server4.h
   M /trunk/utils/metaserv/libmeta/Makefile.am
   M /trunk/utils/metaserv/libmeta/meta.c
   M /trunk/utils/metaserv/libmeta/meta.h
   M /trunk/utils/metaserv/libmeta/minidom.c
   M /trunk/utils/metaserv/libmeta/minidom.h
   M /trunk/utils/metaserv/libmeta/uri.c
   M /trunk/utils/metaserv/libmeta/uri.h

Fix eol-style on .c, .h, .in, and .am files.
------------------------------------------------------------------------
r8984 | jdorje | 2007-02-11 07:32:46 +0100 (So, 11. Feb 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   A /trunk/gtk-client/ggz-gtk/ggz_gtk_host.svg
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Add host icon.
------------------------------------------------------------------------
r8979 | josef | 2007-02-07 12:51:24 +0100 (Mi, 07. Feb 2007) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/doc/Makefile.am

- install help files into the correct directory

(as reported by nyhm@#ggz)


------------------------------------------------------------------------
r8978 | jdorje | 2007-02-03 04:40:58 +0100 (Sa, 03. Feb 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Fix more issues with dashes and translation.
------------------------------------------------------------------------
r8977 | jdorje | 2007-02-03 04:36:09 +0100 (Sa, 03. Feb 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Translate /me command the same as the others.
------------------------------------------------------------------------
r8976 | jdorje | 2007-02-03 04:14:16 +0100 (Sa, 03. Feb 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Don't translate dashes.
------------------------------------------------------------------------
r8974 | jdorje | 2007-02-02 06:05:32 +0100 (Fr, 02. Feb 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Improve translation of command usage strings.
------------------------------------------------------------------------
r8973 | jdorje | 2007-02-02 01:29:51 +0100 (Fr, 02. Feb 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Clean up translation of command help.
------------------------------------------------------------------------
r8972 | jdorje | 2007-02-02 00:16:55 +0100 (Fr, 02. Feb 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Numbers aren't translated.
------------------------------------------------------------------------
r8971 | jdorje | 2007-02-02 00:15:47 +0100 (Fr, 02. Feb 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Define INADDR_NONE if not present.  Reported by gnome bugzilla.
------------------------------------------------------------------------
r8970 | oojah | 2007-02-02 00:09:19 +0100 (Fr, 02. Feb 2007) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/props.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c

English string improvements.

------------------------------------------------------------------------
r8950 | josef | 2007-01-16 19:42:07 +0100 (Di, 16. Jan 2007) | 8 lines
Geänderte Pfade:
   M /trunk/community/ChangeLog
   M /trunk/docs/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/gtk-games/ChangeLog
   M /trunk/java/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/python/ChangeLog
   M /trunk/sdl-games/ChangeLog
   M /trunk/txt-client/ChangeLog
   M /trunk/utils/ChangeLog

- updated changelogs

This is VERY consuming (4 MB changes) since we change the changelog format.
However we have to do so since no tool seems to be able to reproduce our old format.

[commit from josef@nada]


------------------------------------------------------------------------
r8949 | josef | 2007-01-16 19:23:42 +0100 (Di, 16. Jan 2007) | 5 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/python/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/txt-client/configure.ac
   M /trunk/utils/configure.ac

- 0.0.14pre => 0.0.14

[commit from josef@nada]


------------------------------------------------------------------------
r8947 | josef | 2007-01-16 19:14:12 +0100 (Di, 16. Jan 2007) | 5 lines
Geänderte Pfade:
   M /trunk/community/NEWS
   M /trunk/community/README.GGZ
   M /trunk/docs/AUTHORS
   M /trunk/docs/NEWS
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/README.GGZ
   M /trunk/ggz-client-libs/AUTHORS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggzd/AUTHORS
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README
   M /trunk/ggzd/README.GGZ
   M /trunk/gnome-client/AUTHORS
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/grubby/AUTHORS
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/AUTHORS
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-games/AUTHORS
   M /trunk/gtk-games/NEWS
   M /trunk/gtk-games/QuickStart.GGZ
   M /trunk/gtk-games/README
   M /trunk/gtk-games/README.GGZ
   M /trunk/java/AUTHORS
   M /trunk/java/NEWS
   M /trunk/java/README.GGZ
   M /trunk/kde-client/AUTHORS
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/AUTHORS
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/AUTHORS
   M /trunk/libggz/NEWS
   M /trunk/libggz/QuickStart.GGZ
   M /trunk/libggz/README.GGZ
   M /trunk/python/AUTHORS
   M /trunk/python/NEWS
   M /trunk/python/QuickStart.GGZ
   M /trunk/python/README
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/AUTHORS
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/txt-client/AUTHORS
   M /trunk/txt-client/NEWS
   M /trunk/txt-client/QuickStart.GGZ
   M /trunk/txt-client/README.GGZ
   M /trunk/utils/AUTHORS
   M /trunk/utils/NEWS
   M /trunk/utils/README
   M /trunk/utils/README.GGZ

- update common files slightly, and synchronise them

[commit from josef@nada]


------------------------------------------------------------------------
r8945 | josef | 2007-01-16 18:42:57 +0100 (Di, 16. Jan 2007) | 5 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/ggzcore/Makefile.am
   M /trunk/ggz-client-libs/ggzcore/ggzcore.h
   M /trunk/ggz-client-libs/ggzmod/Makefile.am
   M /trunk/ggz-client-libs/ggzmod/ggzmod.h
   M /trunk/ggzd/ggzdmod/Makefile.am
   M /trunk/ggzd/ggzdmod/ggzdmod.h
   M /trunk/ggzd/ggzdmod++/Makefile.am
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   M /trunk/libggz/src/Makefile.am
   M /trunk/libggz/src/ggz.h

- bump libtool versions according to public API changes since 0.0.13

[commit from josef@nada]


------------------------------------------------------------------------
r8942 | josef | 2007-01-16 17:22:43 +0100 (Di, 16. Jan 2007) | 5 lines
Geänderte Pfade:
   M /trunk/community/setup/scripts/mundomap/map.png
   M /trunk/community/web/db/ggzicons/misc/karma_bad.png
   M /trunk/community/web/db/ggzicons/misc/karma_good.png
   M /trunk/community/web/db/ggzicons/misc/karma_medium.png
   M /trunk/community/web/db/ggzicons/players/guest.png
   M /trunk/community/web/db/matches/chess/50.bishop_b.svg.png
   M /trunk/community/web/db/matches/chess/50.bishop_w.svg.png
   M /trunk/community/web/db/matches/chess/50.king_b.svg.png
   M /trunk/community/web/db/matches/chess/50.king_w.svg.png
   M /trunk/community/web/db/matches/chess/50.knight_b.svg.png
   M /trunk/community/web/db/matches/chess/50.knight_w.svg.png
   M /trunk/community/web/db/matches/chess/50.pawn_b.svg.png
   M /trunk/community/web/db/matches/chess/50.pawn_w.svg.png
   M /trunk/community/web/db/matches/chess/50.queen_b.svg.png
   M /trunk/community/web/db/matches/chess/50.queen_w.svg.png
   M /trunk/community/web/db/matches/chess/50.rook_b.svg.png
   M /trunk/community/web/db/matches/chess/50.rook_w.svg.png
   M /trunk/community/web/images/default/mundomap.png
   M /trunk/community/web/images/default/pagehead.png
   M /trunk/community/web/images/default/pagelogo.png
   M /trunk/community/web/images/widelands/berg2_00.png
   M /trunk/community/web/images/widelands/mundomap.png
   M /trunk/community/web/images/widelands/pagelogo.png
   M /trunk/community/web/images/widelands/strand_00.png
   M /trunk/community/web/images/widelands/sumpf_00.png
   M /trunk/community/web/images/widelands/wiese4_00.png
   M /trunk/community/web/map/mundomap.large.png
   M /trunk/docs/coreclients/ggzcore.flw
   M /trunk/docs/coreclients/ggzcore_room.png
   M /trunk/docs/coreclients/ggzcore_server.png
   M /trunk/docs/coreclients/playing.flw
   M /trunk/docs/coreclients/playing.png
   M /trunk/docs/games/modules/seats.flw
   M /trunk/docs/games/modules/seats.png
   M /trunk/docs/games/modules/states.flw
   M /trunk/docs/games/modules/states.png
   M /trunk/docs/games/modules/transitions.flw
   M /trunk/docs/games/modules/transitions.png
   M /trunk/docs/grubby/grubby-arch.flw
   M /trunk/docs/grubby/grubby-arch.png
   M /trunk/docs/overview/architecture/client-server.flw
   M /trunk/docs/overview/architecture/client-server.png
   M /trunk/docs/overview/architecture/communication.flw
   M /trunk/docs/overview/architecture/communication.png
   M /trunk/docs/overview/architecture/dependencies.flw
   M /trunk/docs/overview/architecture/dependencies.png
   M /trunk/docs/overview/community.200.png
   M /trunk/docs/overview/coreclient.200.png
   M /trunk/docs/overview/fyrdman.200.png
   M /trunk/docs/overview/tictactoe.200.png
   M /trunk/docs/presentation/chemnitz2003/ggz-presentation.de.sxi
   M /trunk/docs/presentation/chemnitz2003/ggz-presentation.en.sxi
   M /trunk/docs/presentation/linuxtag2005/ggzboard.png
   M /trunk/docs/presentation/linuxtag2005/ggzcards.png
   M /trunk/docs/presentation/linuxtag2005/paper/ggzpaper-lt2k5.sxw
   M /trunk/docs/presentation/linuxtag2005/splash1.png
   M /trunk/docs/presentation/linuxtag2005/splash2.png
   M /trunk/docs/presentation/linuxtag2005/splash3.png
   M /trunk/docs/presentation/linuxtag2005/splash4.png
   M /trunk/docs/presentation/linuxtag2005/splash5.png
   M /trunk/docs/presentation/linuxtag2005/splash6.png
   M /trunk/docs/presentation/linuxtag2005/splash7.png
   M /trunk/docs/presentation/linuxtag2005/talklogo.png
   M /trunk/docs/presentation/linuxtag2005/talktitle.png
   M /trunk/docs/presentation/linuxtag2005/teg.png
   M /trunk/docs/presentation/linuxtag2005/widelands.png
   M /trunk/docs/server/ggzd/ggzd.flw
   M /trunk/docs/server/ggzd/ggzd.png
   M /trunk/gtk-client/doc/ggz-gtk-chat.png
   M /trunk/gtk-client/doc/ggz-gtk-launch.png
   M /trunk/gtk-client/doc/ggz-gtk-login.png
   M /trunk/kde-games/keepalive/hi32-app-keepalive.png
   M /trunk/python/ggzboard/common/icon.png
   M /trunk/www/dev/pics/site/bar.png
   M /trunk/www/dev/pics/site/bg.png
   M /trunk/www/dev/pics/site/flags/flag-br.png
   M /trunk/www/dev/pics/site/flags/flag-de.png
   M /trunk/www/dev/pics/site/flags/flag-es.png
   M /trunk/www/dev/pics/site/flags/flag-fr.png
   M /trunk/www/dev/pics/site/flags/flag-gb.png
   M /trunk/www/dev/pics/site/ggzlogo.png

- mass-marking of binary files (now automatically found by fixup-svn-images.sh)

[commit from josef@nada]


------------------------------------------------------------------------
r8882 | josef | 2007-01-09 18:46:35 +0100 (Di, 09. Jan 2007) | 7 lines
Geänderte Pfade:
   M /trunk/gtk-client/src/main.c

- do not crash if no port is given

In the long run, libggzmeta should be used by all core clients, which contains a good URI parser.

[commit from josef@nada]


------------------------------------------------------------------------
r8852 | josef | 2007-01-08 14:36:45 +0100 (Mo, 08. Jan 2007) | 9 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-games/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/libggz/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/txt-client/autogen.sh
   M /trunk/utils/autogen.sh

- do not assume that there's always a m4 directory available (in docs and python, there aren't)
- make it work for srcdir != builddir

For the latter, we could simplify the script a lot by changing into srcdir first.
But I'm sure we had a reason not to and I don't want to break it right now.

[commit from josef@nada]


------------------------------------------------------------------------
r8817 | jdorje | 2007-01-05 00:33:33 +0100 (Fr, 05. Jan 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-client/m4
   D /trunk/gtk-client/m4/ggz-debug.m4
   D /trunk/gtk-client/m4/ggz.m4
   D /trunk/gtk-client/m4/system.m4

Use externals for common GGZ m4 files.
------------------------------------------------------------------------
r8814 | jdorje | 2007-01-04 23:52:40 +0100 (Do, 04. Jan 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am

Distribute images.
------------------------------------------------------------------------
r8811 | jdorje | 2007-01-04 23:39:18 +0100 (Do, 04. Jan 2007) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.h

Header file cleanups.
------------------------------------------------------------------------
r8802 | josef | 2007-01-04 13:41:51 +0100 (Do, 04. Jan 2007) | 7 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- take --with-ggz-dir into account when using AC_GGZ_VERSION
- prepare ggz.m4 for aclocal installation (a new automake 1.10 feature)
- in ggz-client-libs, remove all m4 files from EXTRA_DIST and use aclocal's -I feature instead

[commit from josef@nada]


------------------------------------------------------------------------
r8777 | josef | 2007-01-02 13:09:25 +0100 (Di, 02. Jan 2007) | 9 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- check if ggz-config ran correctly to avoid errors due to wrong LD_LIBRARY_PATH

Note that I had to forcefully remove libggzcore.so to make that happen as the
LD_LIBRARY_PATH setting is not needed on my system. So whoever came across it
shall now be happy again.

[commit from josef@nada]


------------------------------------------------------------------------
r8771 | jdorje | 2006-12-28 10:28:29 +0100 (Do, 28. Dez 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   A /trunk/gtk-client/ggz-gtk/ggzutils.c
   A /trunk/gtk-client/ggz-gtk/ggzutils.h
   M /trunk/gtk-client/ggz-gtk/playerinfo.c
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Move perm_name into a new file ggzutils, and use it for the playerinfo.
------------------------------------------------------------------------
r8764 | josef | 2006-12-27 12:18:08 +0100 (Mi, 27. Dez 2006) | 6 lines
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/gaim-plugin/simple.c
   M /trunk/gtk-client/m4/gaim.m4

- do not check for ggzmod anymore (why did we ever do this in gtk-client?)
- make Gaim plugin aware of Gaim 2.0 although the "port" only shuts up compilation for now

[commit from josef@nada]


------------------------------------------------------------------------
r8763 | jdorje | 2006-12-27 11:02:33 +0100 (Mi, 27. Dez 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/ggzcore/ggzcore.h
   M /trunk/ggz-client-libs/ggzcore/net.h
   M /trunk/ggz-client-libs/ggzcore/netxml.c
   M /trunk/ggz-client-libs/ggzcore/player.c
   M /trunk/ggz-client-libs/ggzcore/player.h
   M /trunk/ggz-client-libs/ggzcore/room.c
   M /trunk/ggzd/ggzd/net.c
   M /trunk/ggzd/ggzd/perms.c
   M /trunk/ggzd/ggzd/perms.h
   M /trunk/ggzd/ggzd/players.c
   M /trunk/ggzd/ggzd/players.h
   M /trunk/ggzd/ggzd/protocols.h
   M /trunk/ggzd/ggzd/room.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Add permissions administration.
------------------------------------------------------------------------
r8756 | jdorje | 2006-12-27 03:43:20 +0100 (Mi, 27. Dez 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Added interface for changing permissions via menu.
------------------------------------------------------------------------
r8755 | jdorje | 2006-12-26 08:45:15 +0100 (Di, 26. Dez 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Add admin actions (kick/gag/ban) to menu.
------------------------------------------------------------------------
r8749 | jdorje | 2006-12-25 03:07:57 +0100 (Mo, 25. Dez 2006) | 3 lines
Geänderte Pfade:
   M /trunk/ggzd/ggzd/ggzduedit.c
   M /trunk/gtk-client/ggz-gtk/playerinfo.c
   M /trunk/libggz/src/ggz_common.c
   M /trunk/libggz/src/ggz_common.h
   M /trunk/libggz/tests/ggzcommon.c

Change permissions string accesssors to ggz_perm_to_string and
ggz_string_to_perm to match the other string accessors.

------------------------------------------------------------------------
r8747 | jdorje | 2006-12-24 10:18:47 +0100 (So, 24. Dez 2006) | 2 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/ggzcore/ggzcore.h
   M /trunk/ggz-client-libs/ggzcore/netxml.c
   M /trunk/ggz-client-libs/ggzcore/player.c
   M /trunk/ggz-client-libs/ggzcore/player.h
   M /trunk/ggz-client-libs/ggzcore/room.c
   M /trunk/ggzd/ggzd/net.c
   M /trunk/gtk-client/ggz-gtk/playerinfo.c
   M /trunk/libggz/src/ggz_common.c

Make permissions visible to the clients.

------------------------------------------------------------------------
r8725 | josef | 2006-12-13 16:42:32 +0100 (Mi, 13. Dez 2006) | 3 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- sync forced ggz-config usage


------------------------------------------------------------------------
r8705 | jdorje | 2006-12-06 02:04:14 +0100 (Mi, 06. Dez 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c

Fix problem where embedded-game rooms are not revealed properly.
------------------------------------------------------------------------
r8668 | josef | 2006-11-20 15:13:06 +0100 (Mo, 20. Nov 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/es.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/pt_BR.po
   M /trunk/gtk-client/po/sv.po

- translation updates: host players, unsupported rooms, admin operations...


------------------------------------------------------------------------
r8651 | josef | 2006-11-09 07:47:54 +0100 (Do, 09. Nov 2006) | 8 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-client-libs/ggzcore/Makefile.am
   M /trunk/gnome-client/m4/system.m4
   M /trunk/gnome-client/motd-editor/Makefile.am
   M /trunk/gnome-client/src/Makefile.am
   M /trunk/grubby/games/guru-chess/Makefile.am
   M /trunk/grubby/grubby/src/Makefile.am
   M /trunk/grubby/m4/system.m4
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   M /trunk/gtk-client/m4/system.m4
   M /trunk/gtk-client/src/Makefile.am
   M /trunk/gtk-games/m4/system.m4
   M /trunk/gtk-games/spades/Makefile.am
   M /trunk/kde-client/m4/system.m4
   M /trunk/kde-games/m4/system.m4
   M /trunk/sdl-games/m4/system.m4
   M /trunk/txt-client/ggz-txt/Makefile.am
   M /trunk/txt-client/m4/system.m4
   M /trunk/utils/m4/system.m4

- propagate the LIB_* changes in system.m4 to all modules
- always use LIB_GETTEXT if i18n functions are called

Now there are both INTLLIBS and LIB_GETTEXT in the gtk+ modules. This seems to be odd.

[commit from josef@armada]


------------------------------------------------------------------------
r8615 | jdorje | 2006-10-04 04:37:04 +0200 (Mi, 04. Okt 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/launch.c

Fix bugs in launch dialog for selecting bots.
------------------------------------------------------------------------
r8607 | jdorje | 2006-10-02 23:36:27 +0200 (Mo, 02. Okt 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Josef forgot to propogate the ggz.m4 changes.
------------------------------------------------------------------------
r8595 | josef | 2006-09-24 22:02:30 +0200 (So, 24. Sep 2006) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/ggz-gtk/Makefile.am

- potential win32 icon integration, commented out since not tested

This commit live from a pub in Dublin.


------------------------------------------------------------------------
r8592 | jdorje | 2006-09-22 04:47:32 +0200 (Fr, 22. Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am

Fix installation of images.
------------------------------------------------------------------------
r8591 | jdorje | 2006-09-22 03:48:53 +0200 (Fr, 22. Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am

Always define ggzgtkdatadir.
------------------------------------------------------------------------
r8589 | jdorje | 2006-09-20 09:30:11 +0200 (Mi, 20. Sep 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c

No need to use modules with embedded ggz - maybe this should be checked for
by ggzcore already?

------------------------------------------------------------------------
r8587 | jdorje | 2006-09-20 04:15:08 +0200 (Mi, 20. Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Add AC_GGZ_CHECK_SERVER macro.
------------------------------------------------------------------------
r8586 | jdorje | 2006-09-20 04:02:27 +0200 (Mi, 20. Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/ggz-gtk/Makefile.am

Add an INSTALL conditional for easy importing of the library.
------------------------------------------------------------------------
r8583 | jdorje | 2006-09-19 17:26:31 +0200 (Di, 19. Sep 2006) | 3 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/ggz-config/Makefile.am
   M /trunk/ggz-client-libs/ggzcore/Makefile.am
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/grubby/src/Makefile.am
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/gaim-plugin/Makefile.am
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/ggz-txt/Makefile.am
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4
   M /trunk/utils/metaserv/metaserv/Makefile.am

Don't define PREFIX in config.h, as this makes it impossible to change
the prefix at compile time (as per GNU standards).

------------------------------------------------------------------------
r8582 | josef | 2006-09-15 14:57:23 +0200 (Fr, 15. Sep 2006) | 9 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/launch.c

- do not allow bots to be selected if the seat number exceeds their maximum number
  (especially if no bots are supported at all)
- use snprintf everywhere

Note that this imposes a certain seat order. To be consistent, we should also
fix to always have the game host in the first seat (and provide a different
means of launching if this is not wanted, e.g. for tourneys).


------------------------------------------------------------------------
r8577 | jdorje | 2006-09-12 02:11:46 +0200 (Di, 12. Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am

Update posources for new directory.
------------------------------------------------------------------------
r8576 | jdorje | 2006-09-12 01:41:19 +0200 (Di, 12. Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   D /trunk/gtk-client/ggz-gtk/main.c
   A /trunk/gtk-client/src
   A /trunk/gtk-client/src/Makefile.am
   A /trunk/gtk-client/src/main.c (von /trunk/gtk-client/ggz-gtk/main.c:8575)

Move main program source into a separate directory from the library.
------------------------------------------------------------------------
r8575 | jdorje | 2006-09-08 10:09:27 +0200 (Fr, 08. Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/doc/Makefile.am

Simplify ggzgtkdatadir definition.
------------------------------------------------------------------------
r8574 | jdorje | 2006-09-08 07:50:10 +0200 (Fr, 08. Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/ggz-gtk/Makefile.am

Simplify ggzgtkdatadir definition.
------------------------------------------------------------------------
r8570 | jdorje | 2006-09-04 05:06:24 +0200 (Mo, 04. Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/ggz-gtk/Makefile.am

Fix ggzgtkdatadir substitution.
------------------------------------------------------------------------
r8569 | jdorje | 2006-09-03 21:39:01 +0200 (So, 03. Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   A /trunk/gtk-client/m4/system.m4

Add system.m4 file.
------------------------------------------------------------------------
r8567 | jdorje | 2006-09-03 07:35:12 +0200 (So, 03. Sep 2006) | 5 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/Makefile.am
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-client-libs/ggz-config/Makefile.am
   M /trunk/ggz-client-libs/ggz-config/ggz-config.c
   M /trunk/ggz-client-libs/ggzcore/Makefile.am
   M /trunk/ggz-client-libs/m4/ggz.m4
   A /trunk/ggz-client-libs/m4/system.m4
   M /trunk/ggzd/configure.ac
   M /trunk/ggzd/game_servers/chess/game.c
   M /trunk/ggzd/game_servers/dots/game.c
   M /trunk/ggzd/game_servers/keepalive/src/player.cpp
   M /trunk/ggzd/game_servers/keepalive/src/world.cpp
   M /trunk/ggzd/game_servers/tictactoe/game.c
   M /trunk/ggzd/ggzd/Makefile.am
   M /trunk/ggzd/ggzd/ggzduedit.c
   M /trunk/ggzd/ggzd/parse_opt.c
   M /trunk/ggzd/ggzdmod/ggzdmod.c
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/Makefile.am
   M /trunk/gtk-games/m4/ggz.m4
   A /trunk/gtk-games/m4/system.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Fix problems with substitution of prefixes.  This also resynchronizes the
ggz.m4 files and removes the obsolete AC_GGZ_UNQUOTEDPATH macro.  The new
code conforms to GNU standards as the prefix may be changed at compile time;
see the autoconf manual for details.

------------------------------------------------------------------------
r8564 | jdorje | 2006-08-31 21:05:43 +0200 (Do, 31. Aug 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Fix sensitivity of login fields.
------------------------------------------------------------------------
r8549 | jdorje | 2006-08-29 01:21:24 +0200 (Di, 29. Aug 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Sort players alphabetically in list.
------------------------------------------------------------------------
r8543 | jdorje | 2006-08-27 07:00:21 +0200 (So, 27. Aug 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Add preliminary support for administrative room commands. This allows easy 
demonstration of how buggy those commands are.

------------------------------------------------------------------------
r8542 | jdorje | 2006-08-27 06:45:09 +0200 (So, 27. Aug 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Fix handling of lag and stats events which do not receive room parameters.
------------------------------------------------------------------------
r8533 | jdorje | 2006-08-26 03:26:29 +0200 (Sa, 26. Aug 2006) | 8 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/ggzcore/game.c
   M /trunk/ggz-client-libs/ggzcore/ggzcore.h
   M /trunk/ggz-client-libs/ggzcore/netxml.c
   M /trunk/ggz-client-libs/ggzcore/room.c
   M /trunk/ggz-client-libs/ggzcore/room.h
   M /trunk/ggz-client-libs/ggzcore/server.c
   M /trunk/ggz-client-libs/ggzcore/server.h
   M /trunk/ggz-client-libs/ggzcore/table.c
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/chat.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/roomlist.h

Conceal the room ID from the ggzcore interface.  The core client now need not
concern itself with ID information.  The ggzcore_room_get_id and
ggzcore_room_init functions are removed completely.  Several event parameters
are changed to pass rooms by pointer rather than by ID.
ggzcore_server_join_room is changed so that it takes a room pointer rather
than an id/number value.  A new function, ggzcore_server_get_room_num, is
added that allows the recovery of the room number of a particular room.

------------------------------------------------------------------------
r8532 | jdorje | 2006-08-26 01:28:47 +0200 (Sa, 26. Aug 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/playerinfo.c
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Fixes for host players.
------------------------------------------------------------------------
r8452 | jdorje | 2006-08-01 21:53:36 +0200 (Di, 01. Aug 2006) | 2 lines
Geänderte Pfade:
   M /trunk/docs/games/ggz-games/Makefile.am
   M /trunk/docs/games/ggz-games/tictactoe/Makefile.am
   M /trunk/docs/spec/mainspec/Makefile.am
   M /trunk/ggz-client-libs/po/Makefile.am
   M /trunk/ggz-client-libs/po/ggzcore/Makefile.am
   M /trunk/ggzd/game_servers/chess/ai-gnuchess.c
   M /trunk/ggzd/game_servers/chess/ai-gnuchess.h
   M /trunk/ggzd/game_servers/tictactoe/ttt-ai.c
   M /trunk/ggzd/game_servers/tictactoe/ttt-ai.h
   M /trunk/ggzd/ggzd/meta/Makefile.am
   M /trunk/ggzd/ggzd/meta/meta.c
   M /trunk/ggzd/ggzd/meta/meta.h
   M /trunk/ggzd/ggzd/meta/minidom.c
   M /trunk/ggzd/ggzd/meta/minidom.h
   M /trunk/ggzd/ggzd/meta/uri.c
   M /trunk/ggzd/ggzd/meta/uri.h
   M /trunk/ggzd/ggzd/reconfiguration.h
   M /trunk/ggzd/ggzdmod++/Makefile.am
   M /trunk/ggzd/ggzdmod++/ggzgameserver.h
   M /trunk/ggzd/ggzdmod++/mnet.h
   M /trunk/ggzd/ggzdmod++/net.h
   M /trunk/gnome-client/man/Makefile.am
   M /trunk/gtk-client/ggz-gtk/ggz-embed.h
   M /trunk/gtk-client/ggz-gtk/ggz-gtk.h
   M /trunk/kde-games/lib/kggzmodule.h
   M /trunk/kde-games/lib/kggzseatsdialog.h
   M /trunk/libggz/src/ggz_dio.c
   M /trunk/libggz/src/ggz_dio.h
   M /trunk/libggz/src/security/base16.c
   M /trunk/libggz/src/security/base16.h
   M /trunk/playground/ggz-ruby/ai-ttt/ruttt-ai.c
   M /trunk/playground/ggz-ruby/ai-ttt/ttt-ai.c
   M /trunk/playground/ggz-ruby/ai-ttt/ttt-ai.h
   M /trunk/playground/server/async/gai_a.c
   M /trunk/playground/server/async/ggzresolver.c
   M /trunk/playground/server/coregen/proto.c
   M /trunk/utils/metaserv/libmeta/Makefile.am
   M /trunk/utils/metaserv/libmeta/meta.c
   M /trunk/utils/metaserv/libmeta/meta.h
   M /trunk/utils/metaserv/libmeta/minidom.c
   M /trunk/utils/metaserv/libmeta/minidom.h
   M /trunk/utils/metaserv/libmeta/uri.c
   M /trunk/utils/metaserv/libmeta/uri.h

Enable keyword substitution for all .c, .h, .ac, and .am files.

------------------------------------------------------------------------
r8434 | jdorje | 2006-08-01 02:11:14 +0200 (Di, 01. Aug 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/gaim-plugin/Makefile.am
   M /trunk/gtk-client/ggz-gtk/Makefile.am

Minor makefile cleanups.
------------------------------------------------------------------------
r8412 | jdorje | 2006-07-28 02:48:14 +0200 (Fr, 28. Jul 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Extensions to AC_GGZ_VERSION.
------------------------------------------------------------------------
r8411 | jdorje | 2006-07-27 19:16:54 +0200 (Do, 27. Jul 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac

Require libggz version 0.0.14.
------------------------------------------------------------------------
r8405 | jdorje | 2006-07-26 19:21:01 +0200 (Mi, 26. Jul 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am

Fix EXTRA_DIST.
------------------------------------------------------------------------
r8373 | josef | 2006-07-19 13:41:33 +0200 (Mi, 19. Jul 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c

- if a game launch fails, do not leave the launch dialog open


------------------------------------------------------------------------
r8355 | josef | 2006-07-12 17:55:43 +0200 (Mi, 12. Jul 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/m4/gaim.m4

- make it possible to --disable-gaim-plugin as requested by TLF (Gentoo)


------------------------------------------------------------------------
r8350 | jdorje | 2006-07-11 05:48:10 +0200 (Di, 11. Jul 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Room sorting (finally).
------------------------------------------------------------------------
r8222 | jdorje | 2006-06-20 04:59:29 +0200 (Di, 20. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/first.c
   M /trunk/gtk-client/ggz-gtk/first.h
   M /trunk/gtk-client/ggz-gtk/main.c

Use notebook form for first-login page.
------------------------------------------------------------------------
r8180 | jdorje | 2006-06-12 23:56:56 +0200 (Mo, 12. Jun 2006) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/about.c
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/first.c
   M /trunk/gtk-client/ggz-gtk/ggz-gtk.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/launch.c
   M /trunk/gtk-client/ggz-gtk/license.c
   M /trunk/gtk-client/ggz-gtk/login.c
   M /trunk/gtk-client/ggz-gtk/login.h
   M /trunk/gtk-client/ggz-gtk/main.c
   M /trunk/gtk-client/ggz-gtk/motd.c
   M /trunk/gtk-client/ggz-gtk/msgbox.c
   M /trunk/gtk-client/ggz-gtk/pick_module.c
   M /trunk/gtk-client/ggz-gtk/playerinfo.c
   M /trunk/gtk-client/ggz-gtk/playerlist.c
   M /trunk/gtk-client/ggz-gtk/props.c
   M /trunk/gtk-client/ggz-gtk/props.h
   M /trunk/gtk-client/ggz-gtk/roominfo.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/support.c
   M /trunk/gtk-client/ggz-gtk/support.h
   M /trunk/gtk-client/ggz-gtk/tablelist.c
   M /trunk/gtk-client/ggz-gtk/types.c

Use a notebook for the varius game states, rather than so many popup windows.

------------------------------------------------------------------------
r8177 | josef | 2006-06-12 10:49:11 +0200 (Mo, 12. Jun 2006) | 10 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/support.c
   M /trunk/gtk-client/m4/ggz.m4

- fix the ${datadir} fix

Finally the difference between this and ${datarootdir} became clear to me.
On some systems, game data is installed into /usr/share/games.
This does not necessarily apply to GGZ because we're more than a lousy game
but ${datadir} is still correct.

The fix introduces AC_GGZ_UNQUOTEDPATH, which hopefully turns out to be working.


------------------------------------------------------------------------
r8176 | jdorje | 2006-06-12 06:11:50 +0200 (Mo, 12. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Raise login dialog on disconnect.
------------------------------------------------------------------------
r8175 | jdorje | 2006-06-12 05:18:56 +0200 (Mo, 12. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Track 'other rooms' players.
------------------------------------------------------------------------
r8174 | jdorje | 2006-06-12 05:03:15 +0200 (Mo, 12. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Simpler/faster room updating.
------------------------------------------------------------------------
r8173 | jdorje | 2006-06-12 04:26:00 +0200 (Mo, 12. Jun 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Put the room size to the left of the room name, so that it is still visible
after the room list is expanded.

------------------------------------------------------------------------
r8172 | jdorje | 2006-06-12 04:22:10 +0200 (Mo, 12. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Fixes for room updating.
------------------------------------------------------------------------
r8171 | jdorje | 2006-06-12 03:40:14 +0200 (Mo, 12. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

No need for a GGZ_TYPE_LIST handle anymore.
------------------------------------------------------------------------
r8170 | jdorje | 2006-06-12 03:36:49 +0200 (Mo, 12. Jun 2006) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

- List game types before rooms (they're needed so the room list works
  properly).
- Autojoin a sensible room on connection (not always room 0).

------------------------------------------------------------------------
r8169 | jdorje | 2006-06-12 03:29:34 +0200 (Mo, 12. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Remove misplaced ggz_free call.
------------------------------------------------------------------------
r8168 | jdorje | 2006-06-12 03:19:58 +0200 (Mo, 12. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c
   M /trunk/gtk-client/ggz-gtk/game.h
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Move supported check into a helper function.
------------------------------------------------------------------------
r8167 | jdorje | 2006-06-12 03:14:29 +0200 (Mo, 12. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Show unsupported rooms in a collapsed tree entry.
------------------------------------------------------------------------
r8166 | jdorje | 2006-06-12 02:40:12 +0200 (Mo, 12. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Update room list when game types are received.
------------------------------------------------------------------------
r8156 | oojah | 2006-06-11 23:13:19 +0200 (So, 11. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Fixed english.
------------------------------------------------------------------------
r8155 | jdorje | 2006-06-11 22:37:55 +0200 (So, 11. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/props.c

Simplify options packing.
------------------------------------------------------------------------
r8154 | jdorje | 2006-06-11 22:17:43 +0200 (So, 11. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/props.c

Remove unnecessary gtk_widget_show calls.
------------------------------------------------------------------------
r8145 | josef | 2006-06-09 10:44:15 +0200 (Fr, 09. Jun 2006) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/doc/Makefile.am
   M /trunk/gtk-client/ggz-gtk/Makefile.am

- attempt to fix the ${datadir} issue

Watch out for other occurrences! Will check this later


------------------------------------------------------------------------
r8137 | jdorje | 2006-06-08 19:13:23 +0200 (Do, 08. Jun 2006) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/ggz-gtk.h

Make string parameters to ggz_gtk_initialize const.

------------------------------------------------------------------------
r8113 | jdorje | 2006-06-07 02:24:55 +0200 (Mi, 07. Jun 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac

Simplify rhetorical conditional.
------------------------------------------------------------------------
r8107 | josef | 2006-06-06 09:39:20 +0200 (Di, 06. Jun 2006) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c

- handle room additions, closing and removals perfectly

(Closed rooms appear in parentheses.)


------------------------------------------------------------------------
r8081 | josef | 2006-05-30 14:59:51 +0200 (Di, 30. Mai 2006) | 8 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- prefix searching fix: always un-expand the default variables before using them

The core of the problem is that make resolves recursively defined variables just
fine, e.g. libdir=${exec_prefix}/lib with exec_prefix=${prefix}, whereas shell
code only substitutes once! Therefore, we trick with the evil eval command...
and --libdir=/usr/lib64 doesn't break the prefix search anymore.


------------------------------------------------------------------------
r8073 | josef | 2006-05-29 09:37:27 +0200 (Mo, 29. Mai 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

- poor man's usage of room changes (only the beginning thereof)


------------------------------------------------------------------------
r8059 | josef | 2006-05-24 11:13:55 +0200 (Mi, 24. Mai 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/TODO

- new TODO items, explaining the work needed on ggz-gtk (anything else to add?)


------------------------------------------------------------------------
r8046 | josef | 2006-05-22 08:51:28 +0200 (Mo, 22. Mai 2006) | 7 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

[openSUSE]

- attempt to let GGZ take advantage of pure 64-bit systems: support (/usr)/lib64
- define a dummy GGZMODULECONFDIR even in the absence of ggz-config
- synchronisation of ggz.m4


------------------------------------------------------------------------
r8033 | josef | 2006-05-11 12:19:35 +0200 (Do, 11. Mai 2006) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/gaim-plugin/simple.c
   M /trunk/gtk-client/m4/gaim.m4

- version check for Gaim >= 1.5.0
- compilation fixes in the ggzgaim plugin


------------------------------------------------------------------------
r8030 | josef | 2006-05-10 18:35:52 +0200 (Mi, 10. Mai 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk.desktop

- fix file encoding, make it utf-8


------------------------------------------------------------------------
r8025 | phh | 2006-05-08 19:02:27 +0200 (Mo, 08. Mai 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/gaim-plugin/simple.c

Thib_G patch (mainly configuration)
------------------------------------------------------------------------
r7942 | josef | 2006-03-16 16:15:01 +0100 (Do, 16. Mär 2006) | 3 lines
Geänderte Pfade:
   M /trunk/community/ChangeLog
   M /trunk/docs/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/gtk-games/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/python/ChangeLog
   M /trunk/sdl-games/ChangeLog
   M /trunk/txt-client/ChangeLog
   M /trunk/utils/ChangeLog

- global changelog updates for 0.0.13 (boy have we been lazy this time!)


------------------------------------------------------------------------
r7940 | josef | 2006-03-16 15:34:24 +0100 (Do, 16. Mär 2006) | 7 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/first.c
   M /trunk/gtk-client/ggz-gtk/server.c

[the 0.0.13 crash police]

- show window fully for the first connection, otherwise it would crash upon login

This must be synchronised with the calls in main.c as far as I could trace it.


------------------------------------------------------------------------
r7912 | josef | 2006-03-14 14:54:27 +0100 (Di, 14. Mär 2006) | 3 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/README
   M /trunk/gnome-client/README
   M /trunk/grubby/README
   M /trunk/gtk-client/README
   M /trunk/gtk-games/README
   M /trunk/kde-client/README
   M /trunk/kde-games/README
   M /trunk/python/README
   M /trunk/sdl-games/README
   M /trunk/utils/README

- version bumping in the README files


------------------------------------------------------------------------
r7911 | josef | 2006-03-14 14:53:58 +0100 (Di, 14. Mär 2006) | 3 lines
Geänderte Pfade:
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/autogen.sh
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-games/QuickStart.GGZ
   M /trunk/gtk-games/autogen.sh
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/autogen.sh
   M /trunk/python/QuickStart.GGZ
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/autogen.sh
   M /trunk/txt-client/QuickStart.GGZ
   M /trunk/txt-client/autogen.sh
   M /trunk/utils/autogen.sh

- more synchronisation of common files (must be a boring day...)


------------------------------------------------------------------------
r7905 | josef | 2006-03-14 14:47:11 +0100 (Di, 14. Mär 2006) | 4 lines
Geänderte Pfade:
   M /trunk/docs/AUTHORS
   M /trunk/docs/NEWS
   M /trunk/docs/README.GGZ
   M /trunk/ggz-client-libs/AUTHORS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggzd/AUTHORS
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README.GGZ
   M /trunk/gnome-client/AUTHORS
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/README.GGZ
   M /trunk/grubby/AUTHORS
   M /trunk/grubby/NEWS
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/AUTHORS
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-games/AUTHORS
   M /trunk/gtk-games/NEWS
   M /trunk/gtk-games/README.GGZ
   A /trunk/java/AUTHORS
   A /trunk/java/NEWS
   A /trunk/java/README.GGZ
   M /trunk/kde-client/AUTHORS
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/AUTHORS
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/NEWS
   M /trunk/python/AUTHORS
   M /trunk/python/NEWS
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/AUTHORS
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/README.GGZ
   M /trunk/txt-client/AUTHORS
   M /trunk/txt-client/NEWS
   M /trunk/txt-client/README.GGZ
   M /trunk/utils/AUTHORS
   M /trunk/utils/NEWS
   M /trunk/utils/README.GGZ

- sync all common files from libggz (README.GGZ, AUTHORS)
- updated NEWS file for the upcoming 0.0.13 release


------------------------------------------------------------------------
r7903 | josef | 2006-03-14 14:45:48 +0100 (Di, 14. Mär 2006) | 3 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/txt-client/configure.ac
   M /trunk/utils/configure.ac

- bump all package numbers to 0.0.13 already


------------------------------------------------------------------------
r7894 | josef | 2006-03-07 11:17:50 +0100 (Di, 07. Mär 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/ggz-gtk.pot

- updated message catalog and German translation


------------------------------------------------------------------------
r7892 | josef | 2006-03-07 11:04:43 +0100 (Di, 07. Mär 2006) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   M /trunk/gtk-client/ggz-gtk/first.c

- use -version-info 0:0:0 for the shared library to not forget to bump it later
- improved, and i18n'd, server selection list: only live.g.o and localhost
  [FIXME: ggz-gtk still doesn't support metaservers]


------------------------------------------------------------------------
r7845 | josef | 2006-02-08 18:48:35 +0100 (Mi, 08. Feb 2006) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/ggz-gtk/login.c

- retry of the (now fixed) patch by Gilles J. Seguin <segg@infonet.ca> to set up the datadir
- using the new 'bad username' codes in ggz-gtk (forgot to commit this earlier)


------------------------------------------------------------------------
r7798 | jdorje | 2006-01-20 07:50:40 +0100 (Fr, 20. Jan 2006) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac

Revert to r7794: the last change breaks config.h.

------------------------------------------------------------------------
r7795 | josef | 2006-01-19 20:45:05 +0100 (Do, 19. Jan 2006) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac

- datadir patch from "Gilles J. Seguin" <segg@infonet.ca>
  [FIXME: might need propagation to other modules]


------------------------------------------------------------------------
r7785 | jdorje | 2006-01-16 20:17:14 +0100 (Mo, 16. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Fix email entry problem.
------------------------------------------------------------------------
r7782 | jdorje | 2006-01-14 06:29:03 +0100 (Sa, 14. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Fix AM_CONDITIONAL problem.
------------------------------------------------------------------------
r7774 | jdorje | 2006-01-13 06:15:46 +0100 (Fr, 13. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Remove spurious printf.
------------------------------------------------------------------------
r7773 | jdorje | 2006-01-13 06:14:42 +0100 (Fr, 13. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/first.c
   M /trunk/gtk-client/ggz-gtk/ggz-embed.h
   M /trunk/gtk-client/ggz-gtk/ggz-gtk.h
   M /trunk/gtk-client/ggz-gtk/login.c
   M /trunk/gtk-client/ggz-gtk/main.c

Allow setting of a default profile.
------------------------------------------------------------------------
r7772 | jdorje | 2006-01-12 04:49:44 +0100 (Do, 12. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c

Disable stats menu entries.
------------------------------------------------------------------------
r7771 | jdorje | 2006-01-12 01:14:00 +0100 (Do, 12. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roominfo.c

Minor cleanups.
------------------------------------------------------------------------
r7770 | jdorje | 2006-01-12 00:46:01 +0100 (Do, 12. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/props.c

Fix long-standing typo bug.
------------------------------------------------------------------------
r7769 | jdorje | 2006-01-12 00:38:33 +0100 (Do, 12. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/types.c

Remove stub filtering.
------------------------------------------------------------------------
r7768 | jdorje | 2006-01-12 00:35:09 +0100 (Do, 12. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/types.c

Minor cleanups.
------------------------------------------------------------------------
r7767 | jdorje | 2006-01-11 19:15:47 +0100 (Mi, 11. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Remove stats button.
------------------------------------------------------------------------
r7766 | jdorje | 2006-01-11 19:05:06 +0100 (Mi, 11. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Remove connect button.
------------------------------------------------------------------------
r7765 | jdorje | 2006-01-11 18:21:58 +0100 (Mi, 11. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

Don't rename window in embedded mode.
------------------------------------------------------------------------
r7764 | jdorje | 2006-01-11 17:39:22 +0100 (Mi, 11. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c

Minor cleanups.
------------------------------------------------------------------------
r7763 | jdorje | 2006-01-11 17:22:24 +0100 (Mi, 11. Jan 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c

Disable reconnect: it takes over the whole client and tries to reconnect; if
you try to connect to a different server instead you cannot.

------------------------------------------------------------------------
r7762 | jdorje | 2006-01-11 08:00:16 +0100 (Mi, 11. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

ggz-gtk support in ggz.m4.
------------------------------------------------------------------------
r7757 | jdorje | 2006-01-09 19:03:06 +0100 (Mo, 09. Jan 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/playerlist.c
   M /trunk/gtk-client/ggz-gtk/playerlist.h
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/roomlist.h
   M /trunk/gtk-client/ggz-gtk/tablelist.c
   M /trunk/gtk-client/ggz-gtk/tablelist.h

Remove duplicate server variables (two of them were non-static, causing
symbol conflicts and intermittent crashes - oops).

------------------------------------------------------------------------
r7756 | jdorje | 2006-01-09 06:47:25 +0100 (Mo, 09. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/playerlist.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Show menus.
------------------------------------------------------------------------
r7754 | jdorje | 2006-01-09 03:43:39 +0100 (Mo, 09. Jan 2006) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   M /trunk/gtk-client/ggz-gtk/client.c
   A /trunk/gtk-client/ggz-gtk/ggz-embed.h

Provide the needed functionality to leave a game when in embedded mode.  This
goes in a separate header file since it does not depend on GTK presence (for
instance, it is used in Freeciv in the common client code).

------------------------------------------------------------------------
r7753 | jdorje | 2006-01-09 02:30:19 +0100 (Mo, 09. Jan 2006) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c

Don't call the game-launched callback until ggzcore reports the game was
actually launched.

------------------------------------------------------------------------
r7752 | jdorje | 2006-01-09 02:13:11 +0100 (Mo, 09. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/ggz-gtk.h
   M /trunk/gtk-client/ggz-gtk/main.c

Provide reconnect parameter.
------------------------------------------------------------------------
r7744 | jdorje | 2006-01-07 21:05:33 +0100 (Sa, 07. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/playerlist.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/tablelist.c

Cleanups.
------------------------------------------------------------------------
r7740 | jdorje | 2006-01-07 05:03:54 +0100 (Sa, 07. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c

Make vars static.
------------------------------------------------------------------------
r7739 | jdorje | 2006-01-07 04:29:34 +0100 (Sa, 07. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.h

Make numrooms static.
------------------------------------------------------------------------
r7738 | jdorje | 2006-01-07 04:13:54 +0100 (Sa, 07. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c

Make game static.
------------------------------------------------------------------------
r7737 | jdorje | 2006-01-06 23:34:17 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/first.c
   A /trunk/gtk-client/ggz-gtk/ggz-gtk.h
   M /trunk/gtk-client/ggz-gtk/login.c
   M /trunk/gtk-client/ggz-gtk/login.h
   M /trunk/gtk-client/ggz-gtk/main.c

Make it a real library.
------------------------------------------------------------------------
r7736 | jdorje | 2006-01-06 09:28:12 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am

Preliminary (static) library separation.
------------------------------------------------------------------------
r7735 | jdorje | 2006-01-06 09:27:50 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/game.c
   M /trunk/gtk-client/ggz-gtk/main.c

More embedding code.
------------------------------------------------------------------------
r7734 | jdorje | 2006-01-06 08:00:42 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/main.c

Code for embedding GGZ.
------------------------------------------------------------------------
r7733 | jdorje | 2006-01-06 07:32:07 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h

Separate widget creation.
------------------------------------------------------------------------
r7732 | jdorje | 2006-01-06 07:18:19 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c

Simplify gtk_widget_show some more.
------------------------------------------------------------------------
r7731 | jdorje | 2006-01-06 06:45:55 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c

Remove unnecessary refs.
------------------------------------------------------------------------
r7730 | jdorje | 2006-01-06 06:31:52 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   M /trunk/gtk-client/ggz-gtk/xtext-ggz.h
   D /trunk/gtk-client/ggz-gtk/xtext.README
   M /trunk/gtk-client/ggz-gtk/xtext.c
   M /trunk/gtk-client/ggz-gtk/xtext.h

Upgrade to xtext from 2.6.0.
------------------------------------------------------------------------
r7729 | jdorje | 2006-01-06 06:14:03 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roominfo.c

Fix compiler warning.
------------------------------------------------------------------------
r7728 | jdorje | 2006-01-06 05:55:08 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/main.c

Simplify gtk_widget_show.
------------------------------------------------------------------------
r7727 | jdorje | 2006-01-06 02:21:19 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/client.h
   M /trunk/gtk-client/ggz-gtk/main.c

New function client_initialize.
------------------------------------------------------------------------
r7726 | jdorje | 2006-01-06 02:08:10 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/game.c
   M /trunk/gtk-client/ggz-gtk/game.h
   M /trunk/gtk-client/ggz-gtk/launch.c

Rename function.
------------------------------------------------------------------------
r7725 | jdorje | 2006-01-06 01:56:55 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/login.c
   M /trunk/gtk-client/ggz-gtk/main.c

Move symbol into correct file.
------------------------------------------------------------------------
r7724 | jdorje | 2006-01-06 01:15:10 +0100 (Fr, 06. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/server.h

Missing include.
------------------------------------------------------------------------
r7723 | jdorje | 2006-01-05 23:21:02 +0100 (Do, 05. Jan 2006) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/support.h

Don't redefine intl symbols.

------------------------------------------------------------------------
r7722 | jdorje | 2006-01-03 21:31:25 +0100 (Di, 03. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/tablelist.c
   M /trunk/gtk-client/ggz-gtk/tablelist.h

Encapsulate tablelist slightly.
------------------------------------------------------------------------
r7720 | jdorje | 2006-01-03 07:56:57 +0100 (Di, 03. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/roomlist.h

Revert - other lists don't use the win_main.
------------------------------------------------------------------------
r7719 | jdorje | 2006-01-03 07:55:00 +0100 (Di, 03. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/roomlist.h

Use global win_main in roomlist.
------------------------------------------------------------------------
r7718 | jdorje | 2006-01-03 07:48:59 +0100 (Di, 03. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/game.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/launch.c
   M /trunk/gtk-client/ggz-gtk/msgbox.c
   M /trunk/gtk-client/ggz-gtk/msgbox.h
   M /trunk/gtk-client/ggz-gtk/playerinfo.c
   M /trunk/gtk-client/ggz-gtk/roominfo.c
   M /trunk/gtk-client/ggz-gtk/roominfo.h
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/support.h
   M /trunk/gtk-client/ggz-gtk/types.c

Move win_main into encapsulated section.
------------------------------------------------------------------------
r7717 | jdorje | 2006-01-03 07:14:23 +0100 (Di, 03. Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/playerinfo.c

Encapsulate playerinfo.
------------------------------------------------------------------------
r7690 | josef | 2005-12-29 12:31:27 +0100 (Do, 29. Dez 2005) | 4 lines
Geänderte Pfade:
   M /trunk/docs/README.GGZ
   M /trunk/docs/autogen.sh
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/i18n.mk
   M /trunk/ggzd/README.GGZ
   M /trunk/ggzd/autogen.sh
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/README.GGZ
   M /trunk/gnome-client/autogen.sh
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/gnome-client/m4/i18n.mk
   M /trunk/grubby/README.GGZ
   M /trunk/grubby/autogen.sh
   M /trunk/grubby/m4/ggz.m4
   M /trunk/grubby/m4/i18n.mk
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-client/m4/i18n.mk
   M /trunk/gtk-games/README.GGZ
   M /trunk/gtk-games/autogen.sh
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/gtk-games/m4/i18n.mk
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/README.GGZ
   M /trunk/kde-games/autogen.sh
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/README.GGZ
   M /trunk/libggz/autogen.sh
   M /trunk/libggz/m4/ggz.m4
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/README.GGZ
   M /trunk/sdl-games/autogen.sh
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/README.GGZ
   M /trunk/txt-client/autogen.sh
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/txt-client/m4/i18n.mk
   M /trunk/utils/README.GGZ
   M /trunk/utils/autogen.sh
   M /trunk/utils/m4/ggz.m4

- synchronisation of all globally used files
- in the future, README.GGZ should be even more generic!


------------------------------------------------------------------------
r7684 | jdorje | 2005-12-29 02:59:00 +0100 (Do, 29. Dez 2005) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/chat.h
   M /trunk/gtk-client/ggz-gtk/playerlist.c

Fix fatal errors in chat friend/ignore code.
------------------------------------------------------------------------
r7682 | jdorje | 2005-12-28 05:13:31 +0100 (Mi, 28. Dez 2005) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/chat.c
   M /trunk/gtk-client/ggz-gtk/chat.h
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/playerlist.c
   M /trunk/gtk-client/ggz-gtk/playerlist.h

Encapsulate playerlist.c.
------------------------------------------------------------------------
r7681 | jdorje | 2005-12-28 01:47:17 +0100 (Mi, 28. Dez 2005) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/client.c
   M /trunk/gtk-client/ggz-gtk/game.c
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/launch.c
   M /trunk/gtk-client/ggz-gtk/msgbox.c
   M /trunk/gtk-client/ggz-gtk/msgbox.h
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/types.c

Encapsulate msgbox more.
------------------------------------------------------------------------
r7680 | jdorje | 2005-12-27 22:42:26 +0100 (Di, 27. Dez 2005) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roominfo.c
   M /trunk/gtk-client/ggz-gtk/roominfo.h
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Encapsulate roominfo more.
------------------------------------------------------------------------
r7679 | jdorje | 2005-12-27 22:37:52 +0100 (Di, 27. Dez 2005) | 1 line
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/ggzclient.c
   M /trunk/gtk-client/ggz-gtk/roomlist.c
   M /trunk/gtk-client/ggz-gtk/roomlist.h

Encapsulate room_list more.
------------------------------------------------------------------------
r7660 | josef | 2005-12-12 12:54:49 +0100 (Mo, 12. Dez 2005) | 5 lines
Geänderte Pfade:
   M /trunk/community/web/articles
   M /trunk/community/web/common
   M /trunk/community/web/map
   D /trunk/docs/.cvsignore
   D /trunk/docs/articles/.cvsignore
   D /trunk/docs/coreclients/.cvsignore
   D /trunk/docs/games/.cvsignore
   D /trunk/docs/games/external-games/.cvsignore
   D /trunk/docs/games/game-development/.cvsignore
   D /trunk/docs/games/ggzcards/.cvsignore
   D /trunk/docs/games/hastings/.cvsignore
   D /trunk/docs/games/modules/.cvsignore
   D /trunk/docs/ggz-project/.cvsignore
   D /trunk/docs/grubby/.cvsignore
   D /trunk/docs/overview/.cvsignore
   D /trunk/docs/overview/architecture/.cvsignore
   D /trunk/docs/server/.cvsignore
   D /trunk/docs/server/hosting/.cvsignore
   M /trunk/docs/spec
   D /trunk/docs/spec/.cvsignore
   D /trunk/docs/spec/clientspec/.cvsignore
   D /trunk/docs/spec/serverspec/.cvsignore
   M /trunk/ggz-client-libs
   D /trunk/ggz-client-libs/.cvsignore
   D /trunk/ggz-client-libs/desktop/.cvsignore
   D /trunk/ggz-client-libs/ggz-config/.cvsignore
   D /trunk/ggz-client-libs/ggz-wrapper/.cvsignore
   D /trunk/ggz-client-libs/ggzcore/.cvsignore
   D /trunk/ggz-client-libs/ggzmod/.cvsignore
   D /trunk/ggz-client-libs/ggzmod-ggz/.cvsignore
   D /trunk/ggz-client-libs/man/.cvsignore
   D /trunk/ggz-client-libs/po/.cvsignore
   D /trunk/ggz-client-libs/tests/.cvsignore
   M /trunk/ggzd
   D /trunk/ggzd/.cvsignore
   D /trunk/ggzd/doc/.cvsignore
   D /trunk/ggzd/game_servers/.cvsignore
   D /trunk/ggzd/game_servers/chess/.cvsignore
   M /trunk/ggzd/game_servers/chess/libcgc
   D /trunk/ggzd/game_servers/chess/libcgc/.cvsignore
   D /trunk/ggzd/game_servers/chinese-checkers/.cvsignore
   D /trunk/ggzd/game_servers/combat/.cvsignore
   D /trunk/ggzd/game_servers/connectx/.cvsignore
   D /trunk/ggzd/game_servers/dots/.cvsignore
   D /trunk/ggzd/game_servers/escape/.cvsignore
   D /trunk/ggzd/game_servers/geekgame/.cvsignore
   D /trunk/ggzd/game_servers/ggzcards/.cvsignore
   M /trunk/ggzd/game_servers/ggzcards/ai
   D /trunk/ggzd/game_servers/ggzcards/ai/.cvsignore
   M /trunk/ggzd/game_servers/ggzcards/client
   D /trunk/ggzd/game_servers/ggzcards/client/.cvsignore
   M /trunk/ggzd/game_servers/ggzcards/common
   D /trunk/ggzd/game_servers/ggzcards/common/.cvsignore
   D /trunk/ggzd/game_servers/ggzcards/config/.cvsignore
   M /trunk/ggzd/game_servers/ggzcards/games
   D /trunk/ggzd/game_servers/ggzcards/games/.cvsignore
   D /trunk/ggzd/game_servers/hastings/.cvsignore
   D /trunk/ggzd/game_servers/hastings/maps/.cvsignore
   D /trunk/ggzd/game_servers/keepalive/.cvsignore
   D /trunk/ggzd/game_servers/keepalive/ggzsh/.cvsignore
   D /trunk/ggzd/game_servers/keepalive/src/.cvsignore
   D /trunk/ggzd/game_servers/krosswater/.cvsignore
   D /trunk/ggzd/game_servers/krosswater/stackpath/.cvsignore
   D /trunk/ggzd/game_servers/krosswater/zoneserver/.cvsignore
   D /trunk/ggzd/game_servers/lapocha/.cvsignore
   D /trunk/ggzd/game_servers/muehle/.cvsignore
   D /trunk/ggzd/game_servers/muehle/qtserv/.cvsignore
   D /trunk/ggzd/game_servers/muehle/variants/.cvsignore
   D /trunk/ggzd/game_servers/reversi/.cvsignore
   D /trunk/ggzd/game_servers/spades/.cvsignore
   D /trunk/ggzd/game_servers/tuxman/.cvsignore
   D /trunk/ggzd/game_servers/widelands/.cvsignore
   D /trunk/ggzd/ggzd/.cvsignore
   D /trunk/ggzd/ggzd/database/.cvsignore
   D /trunk/ggzd/ggzdmod/.cvsignore
   M /trunk/ggzd/ggzdmod++
   D /trunk/ggzd/man/.cvsignore
   D /trunk/ggzd/tests/.cvsignore
   M /trunk/gnome-client
   D /trunk/gnome-client/.cvsignore
   A /trunk/gnome-client/INSTALL
   M /trunk/gnome-client/man
   D /trunk/gnome-client/motd-editor/.cvsignore
   D /trunk/gnome-client/pixmaps/.cvsignore
   D /trunk/gnome-client/po/.cvsignore
   D /trunk/gnome-client/src/.cvsignore
   D /trunk/gnome-client/src/.deps/.cvsignore
   D /trunk/grubby/.cvsignore
   D /trunk/grubby/games/.cvsignore
   D /trunk/grubby/games/guru-chess/.cvsignore
   D /trunk/grubby/games/guru-ttt/.cvsignore
   D /trunk/grubby/games/lib/.cvsignore
   D /trunk/grubby/grubby/.cvsignore
   D /trunk/grubby/grubby/data/.cvsignore
   D /trunk/grubby/grubby/modules/.cvsignore
   D /trunk/grubby/grubby/po/.cvsignore
   D /trunk/grubby/grubby/src/.cvsignore
   D /trunk/grubby/man/.cvsignore
   D /trunk/grubby/man/de/.cvsignore
   M /trunk/gtk-client
   D /trunk/gtk-client/.cvsignore
   D /trunk/gtk-client/doc/.cvsignore
   D /trunk/gtk-client/gaim-plugin/.cvsignore
   D /trunk/gtk-client/ggz-gtk/.cvsignore
   D /trunk/gtk-client/ggz-gtk/glade/.cvsignore
   D /trunk/gtk-client/man/.cvsignore
   D /trunk/gtk-client/po/.cvsignore
   M /trunk/gtk-games
   D /trunk/gtk-games/.cvsignore
   D /trunk/gtk-games/chess/.cvsignore
   D /trunk/gtk-games/chess/bitmaps/.cvsignore
   D /trunk/gtk-games/chess/glade/.cvsignore
   D /trunk/gtk-games/chess/libcgc/.cvsignore
   D /trunk/gtk-games/chinese-checkers/.cvsignore
   D /trunk/gtk-games/chinese-checkers/glade/.cvsignore
   D /trunk/gtk-games/chinese-checkers/pixmaps/.cvsignore
   D /trunk/gtk-games/combat/.cvsignore
   D /trunk/gtk-games/combat/glade/.cvsignore
   D /trunk/gtk-games/combat/maps/.cvsignore
   D /trunk/gtk-games/combat/pixmaps/.cvsignore
   D /trunk/gtk-games/combat/pixmaps/default/.cvsignore
   D /trunk/gtk-games/common/.cvsignore
   D /trunk/gtk-games/common/cardsets/.cvsignore
   D /trunk/gtk-games/dots/.cvsignore
   D /trunk/gtk-games/ggzcards/.cvsignore
   D /trunk/gtk-games/ggzcards/client/.cvsignore
   D /trunk/gtk-games/ggzcards/common/.cvsignore
   D /trunk/gtk-games/hastings/.cvsignore
   D /trunk/gtk-games/hastings/pixmaps/.cvsignore
   D /trunk/gtk-games/po/.cvsignore
   D /trunk/gtk-games/po/chess/.cvsignore
   D /trunk/gtk-games/po/chinese-checkers/.cvsignore
   D /trunk/gtk-games/po/combat/.cvsignore
   D /trunk/gtk-games/po/common/.cvsignore
   D /trunk/gtk-games/po/dots/.cvsignore
   D /trunk/gtk-games/po/ggzcards/.cvsignore
   D /trunk/gtk-games/po/hastings/.cvsignore
   D /trunk/gtk-games/po/reversi/.cvsignore
   D /trunk/gtk-games/po/spades/.cvsignore
   D /trunk/gtk-games/po/tictactoe/.cvsignore
   D /trunk/gtk-games/reversi/.cvsignore
   D /trunk/gtk-games/reversi/glade/.cvsignore
   D /trunk/gtk-games/spades/.cvsignore
   D /trunk/gtk-games/tictactoe/.cvsignore
   M /trunk/kde-client
   D /trunk/kde-client/.cvsignore
   D /trunk/kde-client/compcal/.cvsignore
   D /trunk/kde-client/compcal/data/.cvsignore
   D /trunk/kde-client/compcal/src/.cvsignore
   D /trunk/kde-client/compcal/src/lib/.cvsignore
   D /trunk/kde-client/ggz-kde/.cvsignore
   D /trunk/kde-client/ggz-kde/data/.cvsignore
   D /trunk/kde-client/ggz-kde/data/browser/.cvsignore
   D /trunk/kde-client/ggz-kde/data/icons/.cvsignore
   D /trunk/kde-client/ggz-kde/data/icons/games/.cvsignore
   D /trunk/kde-client/ggz-kde/data/icons/players/.cvsignore
   D /trunk/kde-client/ggz-kde/data/kde/.cvsignore
   D /trunk/kde-client/ggz-kde/data/splash/.cvsignore
   D /trunk/kde-client/ggz-kde/doc/.cvsignore
   D /trunk/kde-client/ggz-kde/doc/de/.cvsignore
   D /trunk/kde-client/ggz-kde/ggzcore++/.cvsignore
   D /trunk/kde-client/ggz-kde/ggzcore++/doc/.cvsignore
   D /trunk/kde-client/ggz-kde/ggzcore++/doc/html/.cvsignore
   D /trunk/kde-client/ggz-kde/ggzcore++/src/.cvsignore
   D /trunk/kde-client/ggz-kde/po/.cvsignore
   D /trunk/kde-client/ggz-kde/src/.cvsignore
   D /trunk/kde-client/ggz-kde/src/abstract/.cvsignore
   D /trunk/kde-client/ggz-kde/src/widgets/.cvsignore
   M /trunk/kde-client/ggz-kde/src/widgets/more
   D /trunk/kde-client/ggz-kde/src/widgets/more/.cvsignore
   D /trunk/kde-client/ggzap/.cvsignore
   D /trunk/kde-client/kcm_ggz/.cvsignore
   D /trunk/kde-client/kcm_ggz/modules/.cvsignore
   D /trunk/kde-client/keepalivecontrol/.cvsignore
   D /trunk/kde-client/keepalivecontrol/data/.cvsignore
   D /trunk/kde-client/keepalivecontrol/src/.cvsignore
   D /trunk/kde-client/kgrubby/.cvsignore
   D /trunk/kde-client/kgrubby/data/.cvsignore
   D /trunk/kde-client/kgrubby/src/.cvsignore
   D /trunk/kde-client/kio_ggz/.cvsignore
   D /trunk/kde-client/kio_ggz/kioslave/.cvsignore
   D /trunk/kde-client/kio_ggzmeta/.cvsignore
   D /trunk/kde-client/kio_ggzmeta/kioslave/.cvsignore
   D /trunk/kde-client/man/.cvsignore
   D /trunk/kde-client/po/.cvsignore
   D /trunk/kde-client/po/compcal/.cvsignore
   D /trunk/kde-client/po/ggzap/.cvsignore
   D /trunk/kde-client/po/kcm_ggz/.cvsignore
   D /trunk/kde-client/po/kgrubby/.cvsignore
   D /trunk/kde-client/po/shadowbridge/.cvsignore
   D /trunk/kde-client/shadowbridge/.cvsignore
   D /trunk/kde-client/shadowbridge/pics/.cvsignore
   M /trunk/kde-games
   D /trunk/kde-games/.cvsignore
   D /trunk/kde-games/KReversi/.cvsignore
   D /trunk/kde-games/KReversi/pixmaps/.cvsignore
   D /trunk/kde-games/KReversi/pixmaps/blend/.cvsignore
   D /trunk/kde-games/KReversi/pixmaps/default/.cvsignore
   D /trunk/kde-games/KReversi/pixmaps/gtk-client/.cvsignore
   D /trunk/kde-games/fyrdman/.cvsignore
   D /trunk/kde-games/fyrdman/data/.cvsignore
   D /trunk/kde-games/kcc/.cvsignore
   D /trunk/kde-games/kcc/themes/.cvsignore
   D /trunk/kde-games/kcc/themes/default/.cvsignore
   D /trunk/kde-games/kdots/.cvsignore
   D /trunk/kde-games/kdots/Dot/.cvsignore
   D /trunk/kde-games/keepalive/.cvsignore
   D /trunk/kde-games/keepalive/pics/.cvsignore
   D /trunk/kde-games/keepalive/src/.cvsignore
   D /trunk/kde-games/koenig/.cvsignore
   D /trunk/kde-games/koenig/libcgc/.cvsignore
   D /trunk/kde-games/koenig/pics/.cvsignore
   D /trunk/kde-games/koenig/pieces/.cvsignore
   D /trunk/kde-games/krosswater/.cvsignore
   D /trunk/kde-games/krosswater/gfx/.cvsignore
   D /trunk/kde-games/krosswater/zoneclient/.cvsignore
   D /trunk/kde-games/ktictactux/.cvsignore
   D /trunk/kde-games/ktictactux/themes/.cvsignore
   D /trunk/kde-games/lib/.cvsignore
   D /trunk/kde-games/man/.cvsignore
   D /trunk/kde-games/muehle/.cvsignore
   D /trunk/kde-games/muehle/doc/.cvsignore
   D /trunk/kde-games/muehle/pics/.cvsignore
   D /trunk/kde-games/muehle/pics/alt/.cvsignore
   D /trunk/kde-games/muehle/pics/standard/.cvsignore
   D /trunk/kde-games/muehle/src/.cvsignore
   D /trunk/kde-games/muehle/src/ai/.cvsignore
   D /trunk/kde-games/muehle/src/ggzwrap/.cvsignore
   D /trunk/kde-games/muehle/variants/.cvsignore
   D /trunk/kde-games/po/.cvsignore
   D /trunk/kde-games/po/KReversi/.cvsignore
   D /trunk/kde-games/po/fyrdman/.cvsignore
   D /trunk/kde-games/po/kdots/.cvsignore
   D /trunk/kde-games/po/koenig/.cvsignore
   D /trunk/kde-games/po/krosswater/.cvsignore
   D /trunk/kde-games/po/ktictactux/.cvsignore
   D /trunk/kde-games/po/muehle/.cvsignore
   M /trunk/libggz
   D /trunk/libggz/.cvsignore
   D /trunk/libggz/man/.cvsignore
   M /trunk/libggz/src
   D /trunk/libggz/src/.cvsignore
   D /trunk/libggz/src/security/.cvsignore
   D /trunk/libggz/tests/.cvsignore
   M /trunk/playground/README
   D /trunk/playground/agrue/agrue/.cvsignore
   D /trunk/playground/colorsniff/.cvsignore
   D /trunk/playground/ggz-java/distributed-ggz/classes/.cvsignore
   D /trunk/playground/ggz-java/tictactoe/classes/.cvsignore
   D /trunk/playground/ggz-java/tictactoe/classes/GGZ/.cvsignore
   D /trunk/playground/ggz-java/tictactoeclient/.cvsignore
   M /trunk/playground/ggz-ruby/ai-ttt/ttt-ai.c
   D /trunk/playground/ggz-ruby/ruggzdmod/.cvsignore
   D /trunk/playground/kopete-ggz/.cvsignore
   D /trunk/playground/sdl-games/tuxman-server/.cvsignore
   D /trunk/playground/sdl-games/tuxman-server/lib/.cvsignore
   D /trunk/python/.cvsignore
   M /trunk/python/chess
   M /trunk/python/escape-sdl
   D /trunk/python/escape-sdl/.cvsignore
   M /trunk/python/ggzboard
   D /trunk/python/ggzboard/.cvsignore
   D /trunk/python/go/.cvsignore
   M /trunk/python/lib
   D /trunk/python/po/.cvsignore
   D /trunk/python/pyggzchess/.cvsignore
   D /trunk/python/pyggzcore/.cvsignore
   D /trunk/python/pyggzdmod/.cvsignore
   D /trunk/python/pyggzmod/.cvsignore
   D /trunk/python/pyrsvgsdl/.cvsignore
   M /trunk/python/xadrez-chines
   D /trunk/python/xadrez-chines/.cvsignore
   M /trunk/sdl-games
   D /trunk/sdl-games/.cvsignore
   D /trunk/sdl-games/geekgame/.cvsignore
   D /trunk/sdl-games/geekgame/graphics/.cvsignore
   D /trunk/sdl-games/ttt3d/.cvsignore
   M /trunk/txt-client
   D /trunk/txt-client/.cvsignore
   D /trunk/txt-client/ggz-txt/.cvsignore
   D /trunk/txt-client/man/.cvsignore
   D /trunk/txt-client/po/.cvsignore
   D /trunk/txt-client/tttxt/.cvsignore
   M /trunk/utils
   D /trunk/utils/.cvsignore
   D /trunk/utils/cmd-client/.cvsignore
   D /trunk/utils/ggzcomm/.cvsignore
   D /trunk/utils/man/.cvsignore
   D /trunk/utils/metaserv/.cvsignore
   D /trunk/utils/metaserv/gui-qt/.cvsignore
   D /trunk/utils/metaserv/metaserv/.cvsignore
   D /trunk/utils/metaserv/minidom/.cvsignore
   D /trunk/utils/telggz/.cvsignore
   D /trunk/www/docs/.cvsignore

This week's XXL commit!
- removal of all .cvsignore files
- addition of *.a, *.os, ... to svn:ignore


------------------------------------------------------------------------
r7601 | josef | 2005-09-28 01:37:04 +0200 (Mi, 28. Sep 2005) | 4 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/configure.ac
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/configure.ac
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/configure.ac
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/configure.ac
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/configure.ac
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/configure.ac
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/configure.ac
   M /trunk/utils/m4/ggz.m4

- move prefix sanitiser into AC_GGZ_INIT
- remove all assumptions over prefix being NONE


------------------------------------------------------------------------
r7598 | jdorje | 2005-09-27 06:47:13 +0200 (Di, 27. Sep 2005) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/roomlist.c

Treat the return value of ggzcore_room_get_name as a const.

------------------------------------------------------------------------
r7593 | josef | 2005-09-25 20:25:14 +0200 (So, 25. Sep 2005) | 3 lines
Geänderte Pfade:
   M /trunk/docs/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/gtk-games/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/python/ChangeLog
   M /trunk/sdl-games/ChangeLog
   M /trunk/txt-client/ChangeLog
   M /trunk/utils/ChangeLog

- big changelog update (2.3 MB... due to new formatting)


------------------------------------------------------------------------
r7575 | josef | 2005-09-25 18:09:32 +0200 (So, 25. Sep 2005) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am

- always distribute the Gaim plugin directory


------------------------------------------------------------------------
r7551 | josef | 2005-09-25 12:11:25 +0200 (So, 25. Sep 2005) | 3 lines
Geänderte Pfade:
   M /trunk/community/Makefile
   M /trunk/community/web/common/htconf-dist
   M /trunk/docs/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/python/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/txt-client/configure.ac
   M /trunk/utils/configure.ac

- more version string changes in the build system


------------------------------------------------------------------------
r7550 | josef | 2005-09-25 11:54:30 +0200 (So, 25. Sep 2005) | 4 lines
Geänderte Pfade:
   M /trunk/community/NEWS
   M /trunk/community/README.GGZ
   M /trunk/docs/NEWS
   M /trunk/docs/README.GGZ
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README
   M /trunk/ggzd/README.GGZ
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-games/NEWS
   M /trunk/gtk-games/README
   M /trunk/gtk-games/README.GGZ
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/NEWS
   M /trunk/libggz/README.GGZ
   M /trunk/python/NEWS
   M /trunk/python/README
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/txt-client/NEWS
   M /trunk/txt-client/README.GGZ
   M /trunk/utils/NEWS
   M /trunk/utils/README
   M /trunk/utils/README.GGZ

- version updates in common files
- news and release-specific changes


------------------------------------------------------------------------
r7547 | josef | 2005-09-23 23:54:25 +0200 (Fr, 23. Sep 2005) | 4 lines
Geänderte Pfade:
   M /trunk/community/COPYING
   M /trunk/ggz-client-libs/COPYING
   M /trunk/ggzd/COPYING
   A /trunk/gnome-client/COPYING
   M /trunk/grubby/COPYING
   M /trunk/gtk-client/COPYING
   M /trunk/gtk-games/COPYING
   M /trunk/kde-client/COPYING
   M /trunk/kde-games/COPYING
   M /trunk/libggz/COPYING
   M /trunk/playground/COPYING
   M /trunk/python/COPYING
   A /trunk/sdl-games/COPYING
   M /trunk/txt-client/COPYING
   M /trunk/utils/COPYING

- add copyright files for gnome-client and sdl-games to SVN
- update all copyright files with current version, including the new FSF address in Boston


------------------------------------------------------------------------
r7528 | josef | 2005-09-17 21:45:53 +0200 (Sa, 17. Sep 2005) | 6 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk/game.c
   M /trunk/gtk-client/ggz-gtk/game.h
   M /trunk/gtk-client/ggz-gtk/ggzclient.c

- re-use channels on non-windows systems
- it uses HAVE_WINSOCK_H but I thought winsock2 is to be used? This should be cleared up by 
using platform.m4 (after GGZ 0.0.12) - but certainly windows compat should be tested 
before.


------------------------------------------------------------------------
r7516 | josef | 2005-09-15 20:00:53 +0200 (Do, 15. Sep 2005) | 4 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/autogen.sh
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/autogen.sh
   M /trunk/gtk-games/configure.ac
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/autogen.sh
   M /trunk/kde-games/configure.ac
   M /trunk/sdl-games/autogen.sh
   M /trunk/sdl-games/configure.ac
   M /trunk/txt-client/autogen.sh
   M /trunk/txt-client/configure.ac
   M /trunk/utils/autogen.sh
   M /trunk/utils/configure.ac

- synchronisation of all autogen.sh files
- quick fixes in configure.ac's (but they really need a cleanup also)


------------------------------------------------------------------------
r7464 | josef | 2005-08-20 23:41:45 +0200 (Sa, 20. Aug 2005) | 4 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/Makefile.am
   M /trunk/gtk-games/configure.ac
   D /trunk/gtk-games/package.in
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/python/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/txt-client/configure.ac
   M /trunk/utils/configure.ac

- bump version to 0.0.12pre to not create *-0.0.11.tar.gz files
- remove the gtk-games override stuff


------------------------------------------------------------------------
r7392 | josef | 2005-08-13 19:46:02 +0200 (Sa, 13. Aug 2005) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/m4/ggz.m4

- build system synchronisation


------------------------------------------------------------------------
r7367 | josef | 2005-08-06 10:32:26 +0200 (Sa, 06. Aug 2005) | 4 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- global m4 file synchronisation (now that is fun with subversion)
- also a test for the changed commit script which crops at 20 kB diff size


------------------------------------------------------------------------
r7351 | josef | 2005-08-03 12:10:05 +0200 (Mi, 03. Aug 2005) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/doc/ggz-gtk-chat.png
   M /trunk/gtk-client/doc/ggz-gtk-launch.png
   M /trunk/gtk-client/doc/ggz-gtk-login.png

- fixing all images


------------------------------------------------------------------------
r7332 | josef | 2005-08-02 22:55:14 +0200 (Di, 02. Aug 2005) | 6 lines
Geänderte Pfade:
   D /trunk/ggz/src/frontend/gtk
   D /trunk/ggz/src/frontend/kde
   D /trunk/ggz/src/frontend/text
   A /trunk/gtk-client/ggz-gtk (von /trunk/ggz/src/frontend/gtk:7327)
   A /trunk/kde-client/ggz-kde (von /trunk/ggz/src/frontend/kde:7327)
   A /trunk/txt-client/ggz-txt (von /trunk/ggz/src/frontend/text:7327)

++ Reorganisation ++

- deprecation of old 'ggz' module
- move core client subdirectories (from former frontend dir)


------------------------------------------------------------------------
r7237 | josef | 2005-05-21 15:51:31 +0200 (Sa, 21. Mai 2005) | 2 lines
Geänderte Pfade:
   A /trunk/gtk-client/doc/ggz-gtk-handbook.html

- and the HTML file for the help, too

------------------------------------------------------------------------
r7236 | josef | 2005-05-21 15:51:06 +0200 (Sa, 21. Mai 2005) | 2 lines
Geänderte Pfade:
   A /trunk/gtk-client/doc
   A /trunk/gtk-client/doc/.cvsignore
   A /trunk/gtk-client/doc/Makefile.am
   A /trunk/gtk-client/doc/ggz-gtk-chat.png
   A /trunk/gtk-client/doc/ggz-gtk-launch.png
   A /trunk/gtk-client/doc/ggz-gtk-login.png

- whooops, forgot to add the ggz-gtk documentation

------------------------------------------------------------------------
r7216 | josef | 2005-05-21 13:13:11 +0200 (Sa, 21. Mai 2005) | 2 lines
Geänderte Pfade:
   M /trunk/docs/AUTHORS
   M /trunk/docs/NEWS
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/README.GGZ
   M /trunk/ggz/game_clients/AUTHORS
   M /trunk/ggz/game_clients/NEWS
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz-client-libs/AUTHORS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-txt-client/AUTHORS
   M /trunk/ggz-txt-client/NEWS
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README.GGZ
   M /trunk/ggzd/AUTHORS
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README
   M /trunk/ggzd/README.GGZ
   M /trunk/gnome-client/AUTHORS
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/grubby/AUTHORS
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/AUTHORS
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/kde-client/AUTHORS
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/AUTHORS
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/README
   M /trunk/python/AUTHORS
   M /trunk/python/NEWS
   M /trunk/python/QuickStart.GGZ
   M /trunk/python/README
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/AUTHORS
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/utils/AUTHORS
   M /trunk/utils/NEWS
   M /trunk/utils/README
   M /trunk/utils/README.GGZ

- common files synchronisation and README update for 0.0.11

------------------------------------------------------------------------
r7214 | josef | 2005-05-21 12:46:02 +0200 (Sa, 21. Mai 2005) | 2 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/python/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/utils/configure.ac

- LET version = 0.0.11

------------------------------------------------------------------------
r7204 | josef | 2005-05-21 11:31:23 +0200 (Sa, 21. Mai 2005) | 7 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/client.c
   M /trunk/ggz/src/frontend/gtk/ggzclient.c
   M /trunk/ggz/src/frontend/gtk/login.c
   M /trunk/ggz/src/frontend/gtk/login.h
   M /trunk/ggz/src/frontend/gtk/main.c
   M /trunk/ggz/src/frontend/gtk/props.c
   M /trunk/ggz/src/frontend/gtk/support.c
   M /trunk/ggz/src/frontend/gtk/support.h
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/ggz-gtk.pot

- usage of the reconnection patch
- support help browser, and offer firefox as browser too
- more translatable strings in client.c
- update of message catalog and German translation
- usage of command line arguments patch
- related: replace xchat-derived parser with g_spawn_commandline etc.

------------------------------------------------------------------------
r7182 | josef | 2005-05-06 23:19:56 +0200 (Fr, 06. Mai 2005) | 5 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- synchronization of ggz.m4 files
- fixes typo: use ggzdconfdir instead of ggzconfdir
- fixes compiler problems: use -isystem X instead of -isystemX
- fixes ggzcore linkage force in ggzmod problem

------------------------------------------------------------------------
r7099 | perez | 2005-04-09 18:22:44 +0200 (Sa, 09. Apr 2005) | 6 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/es.po


Modified Files:
 	es.po
	Make some changes.
	We correct some lines.

------------------------------------------------------------------------
r7031 | josef | 2005-03-23 17:31:42 +0100 (Mi, 23. Mär 2005) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am
   A /trunk/gtk-client/po/es.po
   D /trunk/gtk-client/po/es_AR.po

- moving gtk-client's es_AR.po to es.po so non-argentinos can use it as well

------------------------------------------------------------------------
r6946 | josef | 2005-02-27 20:16:23 +0100 (So, 27. Feb 2005) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   A /trunk/gtk-client/ggz-gtk.desktop

- XDG menu entry for ggz-gtk (without icon)

------------------------------------------------------------------------
r6918 | josef | 2005-02-04 16:59:43 +0100 (Fr, 04. Feb 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- synchronize

------------------------------------------------------------------------
r6866 | jdorje | 2005-01-24 02:39:48 +0100 (Mo, 24. Jan 2005) | 7 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz/src/ggzcore/game.c
   A /trunk/ggz/src/ggzcore/ggzcore-ggz.h
   M /trunk/ggz/src/ggzcore/ggzcore.h
   M /trunk/ggz/src/ggzcore/server.c
   M /trunk/ggz-client-libs/ggzmod/Makefile.am
   M /trunk/ggz-client-libs/ggzmod/ggzmod-ggz.h
   M /trunk/ggz-client-libs/ggzmod/ggzmod.c
   M /trunk/ggz-client-libs/ggzmod/io.c
   M /trunk/ggz-client-libs/ggzmod/io.h
   M /trunk/ggz-client-libs/ggzmod/mod.h
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Change the way channels are created at the client side.  The GGZ client
does not create the channel.  Instead the channel connection data is sent
to the game which makes the connection itself.  This means ggzmod needs
to call the channel-creation function from within ggzcore, adding a new
library dependency.  This is solved by linking ggzcore in along with
ggzmod inside AC_GGZ_GGZMOD.

------------------------------------------------------------------------
r6856 | josef | 2005-01-23 22:23:07 +0100 (So, 23. Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/docs/AUTHORS
   M /trunk/docs/ChangeLog
   M /trunk/ggz/game_clients/AUTHORS
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz-client-libs/AUTHORS
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-txt-client/AUTHORS
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggzd/AUTHORS
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/AUTHORS
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/AUTHORS
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/AUTHORS
   M /trunk/gtk-client/ChangeLog
   M /trunk/kde-client/AUTHORS
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/AUTHORS
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/AUTHORS
   M /trunk/libggz/ChangeLog
   M /trunk/python/AUTHORS
   M /trunk/python/ChangeLog
   M /trunk/sdl-games/AUTHORS
   M /trunk/sdl-games/ChangeLog
   M /trunk/utils/AUTHORS
   M /trunk/utils/ChangeLog

- authors and changelog

------------------------------------------------------------------------
r6844 | josef | 2005-01-23 14:20:29 +0100 (So, 23. Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/docs/NEWS
   M /trunk/ggz/game_clients/NEWS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-txt-client/NEWS
   M /trunk/ggzd/NEWS
   M /trunk/gnome-client/NEWS
   M /trunk/grubby/NEWS
   M /trunk/gtk-client/NEWS
   M /trunk/kde-client/NEWS
   M /trunk/kde-games/NEWS
   M /trunk/libggz/NEWS
   M /trunk/python/NEWS
   M /trunk/sdl-games/NEWS
   M /trunk/utils/NEWS

- news update

------------------------------------------------------------------------
r6843 | josef | 2005-01-23 14:12:48 +0100 (So, 23. Jan 2005) | 2 lines
Geänderte Pfade:
   A /trunk/community/NEWS
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/README.GGZ
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README.GGZ
   M /trunk/ggzd/README.GGZ
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/QuickStart.GGZ
   M /trunk/libggz/README.GGZ
   M /trunk/python/QuickStart.GGZ
   M /trunk/python/README
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/utils/README
   M /trunk/utils/README.GGZ

- updated common files

------------------------------------------------------------------------
r6836 | josef | 2005-01-23 12:37:59 +0100 (So, 23. Jan 2005) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am

- goodbye gtk.m4, welcome gaim.m4

Why do we need glibc21.m4 and all that stuff? This seems unnecessary.

------------------------------------------------------------------------
r6824 | jdorje | 2005-01-22 20:22:53 +0100 (Sa, 22. Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Search for .la files instead of .so.

------------------------------------------------------------------------
r6813 | josef | 2005-01-22 16:38:16 +0100 (Sa, 22. Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz-txt-client/man/ggz-txt.6
   M /trunk/ggzd/man/ggzd.6
   M /trunk/ggzd/man/ggzduedit.6
   M /trunk/grubby/man/grubby-config.1
   M /trunk/grubby/man/grubby.6
   M /trunk/gtk-client/man/ggz-gtk.6
   M /trunk/kde-client/man/ggzap.6
   M /trunk/kde-client/man/ggzmodsniff.6
   M /trunk/kde-client/man/kggz.6
   M /trunk/kde-client/man/shadowbridge.6
   M /trunk/kde-games/man/ggzwrap.1
   M /trunk/kde-games/man/muehle-ai.pl.6
   M /trunk/utils/man/ggz-cmd.1
   M /trunk/utils/man/metaserv.1
   M /trunk/utils/man/telggz.1

- updated version numbers

------------------------------------------------------------------------
r6812 | josef | 2005-01-22 16:28:57 +0100 (Sa, 22. Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/docs/games/game-development/ggz-game-development-guide.texi
   M /trunk/docs/ggz-project/GGZ-contributions
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/utils/configure.ac

- version number bump

------------------------------------------------------------------------
r6675 | jdorje | 2005-01-14 08:01:43 +0100 (Fr, 14. Jan 2005) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/Makefile.am
   M /trunk/ggz-client-libs/m4/ggz.m4
   A /trunk/ggz-client-libs/m4/iconv.m4
   M /trunk/ggz-txt-client/Makefile.am
   M /trunk/ggz-txt-client/m4/ggz.m4
   A /trunk/ggz-txt-client/m4/iconv.m4
   M /trunk/ggzd/Makefile.am
   M /trunk/ggzd/m4/ggz.m4
   A /trunk/ggzd/m4/iconv.m4
   M /trunk/gnome-client/Makefile.am
   M /trunk/gnome-client/m4/ggz.m4
   A /trunk/gnome-client/m4/iconv.m4
   M /trunk/grubby/Makefile.am
   M /trunk/grubby/m4/ggz.m4
   A /trunk/grubby/m4/iconv.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/Makefile.am
   M /trunk/kde-client/m4/ggz.m4
   A /trunk/kde-client/m4/iconv.m4
   M /trunk/kde-games/Makefile.am
   M /trunk/kde-games/m4/ggz.m4
   A /trunk/kde-games/m4/iconv.m4
   M /trunk/libggz/Makefile.am
   M /trunk/libggz/m4/ggz.m4
   A /trunk/libggz/m4/iconv.m4
   M /trunk/sdl-games/Makefile.am
   M /trunk/sdl-games/m4/ggz.m4
   A /trunk/sdl-games/m4/iconv.m4
   M /trunk/utils/Makefile.am
   M /trunk/utils/m4/ggz.m4
   A /trunk/utils/m4/iconv.m4

Add support for libintl and libiconv to AC_GGZ_INTL.  This is needed to
compile at all on non-glibc systems.

------------------------------------------------------------------------
r6671 | jdorje | 2005-01-14 04:57:03 +0100 (Fr, 14. Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po
   M /trunk/gtk-client/po/.cvsignore

Update .cvsignore.

------------------------------------------------------------------------
r6645 | jdorje | 2005-01-13 07:42:30 +0100 (Do, 13. Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/chat.c
   M /trunk/ggz/src/frontend/gtk/first.c
   M /trunk/ggz/src/frontend/gtk/support.c
   M /trunk/gtk-client/configure.ac

Miscellaneous bootstrap improvements for compiling on windows.

------------------------------------------------------------------------
r6643 | jdorje | 2005-01-13 03:23:59 +0100 (Do, 13. Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Fix a typo in checking for libintl.h and locale.h.

------------------------------------------------------------------------
r6641 | jdorje | 2005-01-13 02:45:15 +0100 (Do, 13. Jan 2005) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Define ENABLE_NLS if NLS is present.  This is standard, even though it's
not helpful for most packages since NLS is manditory.

------------------------------------------------------------------------
r6638 | jdorje | 2005-01-11 18:36:35 +0100 (Di, 11. Jan 2005) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Make AC_GGZ_INTL fail if the gettext functions are not available.  It also
checks for the header files but doesn't fail if they're not present.

------------------------------------------------------------------------
r6636 | jdorje | 2005-01-11 04:14:32 +0100 (Di, 11. Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/kde/ggzcore++/src/Makefile.am
   M /trunk/ggz/src/frontend/kde/src/Makefile.am
   M /trunk/ggz/src/frontend/kde/src/abstract/Makefile.am
   M /trunk/ggz/src/frontend/kde/src/widgets/Makefile.am
   M /trunk/ggz/src/frontend/kde/src/widgets/more/Makefile.am
   M /trunk/ggz/src/frontend/text/Makefile.am
   M /trunk/ggz-client-libs/ggz-wrapper/Makefile.am
   M /trunk/ggz-txt-client/tttxt/Makefile.am
   M /trunk/gnome-client/src/Makefile.am
   M /trunk/grubby/games/guru-chess/Makefile.am
   M /trunk/grubby/games/guru-ttt/Makefile.am
   M /trunk/grubby/games/lib/Makefile.am
   M /trunk/grubby/grubby/modules/Makefile.am
   M /trunk/grubby/grubby/src/Makefile.am
   M /trunk/gtk-client/gaim-plugin/Makefile.am
   M /trunk/kde-client/compcal/src/Makefile.am
   M /trunk/kde-client/compcal/src/lib/Makefile.am
   M /trunk/kde-client/ggzap/Makefile.am
   M /trunk/kde-client/kcm_ggz/Makefile.am
   M /trunk/kde-client/kcm_ggz/modules/Makefile.am
   M /trunk/kde-client/keepalivecontrol/src/Makefile.am
   M /trunk/kde-client/kio_ggz/Makefile.am
   M /trunk/kde-client/kio_ggzmeta/Makefile.am
   M /trunk/kde-client/modsniff/Makefile.am
   M /trunk/kde-client/shadowbridge/Makefile.am
   M /trunk/kde-games/KReversi/Makefile.am
   M /trunk/kde-games/fyrdman/Makefile.am
   M /trunk/kde-games/kcc/Makefile.am
   M /trunk/kde-games/kdots/Dot/Makefile.am
   M /trunk/kde-games/kdots/Makefile.am
   M /trunk/kde-games/keepalive/src/Makefile.am
   M /trunk/kde-games/koenig/Makefile.am
   M /trunk/kde-games/krosswater/Makefile.am
   M /trunk/kde-games/krosswater/zoneclient/Makefile.am
   M /trunk/kde-games/ktictactux/Makefile.am
   M /trunk/kde-games/lib/Makefile.am
   M /trunk/kde-games/muehle/src/Makefile.am
   M /trunk/kde-games/muehle/src/ggzwrap/Makefile.am
   M /trunk/sdl-games/geekgame/Makefile.am
   M /trunk/sdl-games/ttt3d/Makefile.am

Replace deprated INCLUDES directive with AM_CPPFLAGS.

------------------------------------------------------------------------
r6543 | josef | 2004-12-21 15:52:47 +0100 (Di, 21. Dez 2004) | 2 lines
Geänderte Pfade:
   A /trunk/gtk-client/m4/i18n.mk

- shared i18n rules

------------------------------------------------------------------------
r6542 | josef | 2004-12-21 15:52:08 +0100 (Di, 21. Dez 2004) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/es_AR.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/pt_BR.po
   M /trunk/gtk-client/po/sv.po

- drastically simplification of makefile due to new i18n include

------------------------------------------------------------------------
r6539 | oojah | 2004-12-21 12:31:40 +0100 (Di, 21. Dez 2004) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am

Prepended installation paths with ${DESTDIR} to fix sandbox installation problems on gentoo.

------------------------------------------------------------------------
r6503 | josef | 2004-12-16 01:54:48 +0100 (Do, 16. Dez 2004) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/gaim-plugin/Makefile.am

- link in libggz (since we use it to get the list of game modules)

------------------------------------------------------------------------
r6496 | josef | 2004-12-15 23:01:41 +0100 (Mi, 15. Dez 2004) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/configure.ac
   A /trunk/gtk-client/gaim-plugin
   A /trunk/gtk-client/gaim-plugin/.cvsignore
   A /trunk/gtk-client/gaim-plugin/Makefile.am
   A /trunk/gtk-client/gaim-plugin/ggz.xpm
   A /trunk/gtk-client/gaim-plugin/simple.c
   A /trunk/gtk-client/m4/gaim.m4

- gaim plugin for GGZ!

------------------------------------------------------------------------
r6475 | josef | 2004-12-15 00:53:44 +0100 (Mi, 15. Dez 2004) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/pt_BR.po

- translation update
- now checked with POFileChecker to find small mistakes
- taking over the pt_BR translations (the Spanish one however needs somebody)

------------------------------------------------------------------------
r6427 | josef | 2004-11-28 01:51:41 +0100 (So, 28. Nov 2004) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/m4/ggz-debug.m4
   M /trunk/gtk-client/m4/gtk-2.0.m4
   D /trunk/gtk-client/m4/gtk.m4

- fix smaller build system glitches
- remove Gtk+ 1.2 checks

------------------------------------------------------------------------
r6376 | jdorje | 2004-11-15 20:37:11 +0100 (Mo, 15. Nov 2004) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/gtk-client/configure.ac

Disable deprecated when compiling with DEBUG.

------------------------------------------------------------------------
r6375 | jdorje | 2004-11-15 04:34:02 +0100 (Mo, 15. Nov 2004) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am

Add sv.po to the distribution.

------------------------------------------------------------------------
r6373 | josef | 2004-11-14 23:42:08 +0100 (So, 14. Nov 2004) | 2 lines
Geänderte Pfade:
   A /trunk/gtk-client/po/sv.po

- Swedish translation done by kettil

------------------------------------------------------------------------
r6359 | josef | 2004-11-14 00:37:19 +0100 (So, 14. Nov 2004) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/de.po

- fix fuzzy translations

------------------------------------------------------------------------
r6325 | jdorje | 2004-11-11 05:28:05 +0100 (Do, 11. Nov 2004) | 2 lines
Geänderte Pfade:
   A /trunk/gtk-client/indent.pro

Add indentation file.

------------------------------------------------------------------------
r6255 | jdorje | 2004-11-04 23:38:30 +0100 (Do, 04. Nov 2004) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/Makefile.am
   M /trunk/ggz/src/frontend/gtk/about.c
   A /trunk/ggz/src/frontend/gtk/about_bg.png
   D /trunk/ggz/src/frontend/gtk/about_bg.xpm
   A /trunk/ggz/src/frontend/gtk/ggz_gtk_admin.png
   D /trunk/ggz/src/frontend/gtk/ggz_gtk_admin.xpm
   A /trunk/ggz/src/frontend/gtk/ggz_gtk_guest.png
   D /trunk/ggz/src/frontend/gtk/ggz_gtk_guest.xpm
   A /trunk/ggz/src/frontend/gtk/ggz_gtk_lag0.png
   D /trunk/ggz/src/frontend/gtk/ggz_gtk_lag0.xpm
   A /trunk/ggz/src/frontend/gtk/ggz_gtk_lag1.png
   D /trunk/ggz/src/frontend/gtk/ggz_gtk_lag1.xpm
   A /trunk/ggz/src/frontend/gtk/ggz_gtk_lag2.png
   D /trunk/ggz/src/frontend/gtk/ggz_gtk_lag2.xpm
   A /trunk/ggz/src/frontend/gtk/ggz_gtk_lag3.png
   D /trunk/ggz/src/frontend/gtk/ggz_gtk_lag3.xpm
   A /trunk/ggz/src/frontend/gtk/ggz_gtk_lag4.png
   D /trunk/ggz/src/frontend/gtk/ggz_gtk_lag4.xpm
   A /trunk/ggz/src/frontend/gtk/ggz_gtk_lag5.png
   D /trunk/ggz/src/frontend/gtk/ggz_gtk_lag5.xpm
   A /trunk/ggz/src/frontend/gtk/ggz_gtk_registered.png
   D /trunk/ggz/src/frontend/gtk/ggz_gtk_registered.xpm
   A /trunk/ggz/src/frontend/gtk/msg_help.png
   D /trunk/ggz/src/frontend/gtk/msg_help.xpm
   A /trunk/ggz/src/frontend/gtk/msg_info.png
   D /trunk/ggz/src/frontend/gtk/msg_info.xpm
   A /trunk/ggz/src/frontend/gtk/msg_stop.png
   D /trunk/ggz/src/frontend/gtk/msg_stop.xpm
   M /trunk/ggz/src/frontend/gtk/msgbox.c
   M /trunk/ggz/src/frontend/gtk/playerlist.c
   M /trunk/ggz/src/frontend/gtk/support.c
   M /trunk/ggz/src/frontend/gtk/support.h
   M /trunk/gtk-client/configure.ac

Switch from XPM to PNG.

------------------------------------------------------------------------
r6153 | josef | 2004-07-18 02:37:08 +0200 (So, 18. Jul 2004) | 2 lines
Geänderte Pfade:
   M /trunk/docs/ChangeLog
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/python/ChangeLog
   M /trunk/sdl-games/ChangeLog
   M /trunk/utils/ChangeLog

- changelog update

------------------------------------------------------------------------
r6137 | josef | 2004-07-17 06:03:34 +0200 (Sa, 17. Jul 2004) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am

- look for *.mo files in builddir, not in srcdir

------------------------------------------------------------------------
r6117 | josef | 2004-07-16 21:08:39 +0200 (Fr, 16. Jul 2004) | 2 lines
Geänderte Pfade:
   M /trunk/docs/AUTHORS
   M /trunk/docs/NEWS
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/README.GGZ
   M /trunk/docs/configure.ac
   M /trunk/ggz/game_clients/AUTHORS
   M /trunk/ggz/game_clients/NEWS
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz-client-libs/AUTHORS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/AUTHORS
   M /trunk/ggz-txt-client/NEWS
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README.GGZ
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/AUTHORS
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README.GGZ
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/AUTHORS
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/AUTHORS
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/AUTHORS
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-client/configure.ac
   M /trunk/kde-client/AUTHORS
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/AUTHORS
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/AUTHORS
   M /trunk/libggz/NEWS
   M /trunk/libggz/QuickStart.GGZ
   M /trunk/libggz/README.GGZ
   M /trunk/libggz/configure.ac
   M /trunk/sdl-games/AUTHORS
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/sdl-games/configure.ac
   M /trunk/utils/AUTHORS
   M /trunk/utils/NEWS
   M /trunk/utils/README
   M /trunk/utils/README.GGZ
   M /trunk/utils/configure.ac

- 0.0.9 updates propagation

------------------------------------------------------------------------
r6104 | josef | 2004-07-13 19:30:25 +0200 (Di, 13. Jul 2004) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/es_AR.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/pt_BR.po

- message catalog regeneration
- German translation update

------------------------------------------------------------------------
r5968 | josef | 2004-03-12 22:30:58 +0100 (Fr, 12. Mär 2004) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac

- remove $enable_gtk line since Gtk+ 2.x is required

------------------------------------------------------------------------
r5963 | jdorje | 2004-02-28 06:05:41 +0100 (Sa, 28. Feb 2004) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/Makefile.am
   M /trunk/ggz/src/frontend/gtk/chat.c
   M /trunk/ggz/src/frontend/gtk/chat.h
   M /trunk/ggz/src/frontend/gtk/client.c
   M /trunk/ggz/src/frontend/gtk/license.c
   M /trunk/ggz/src/frontend/gtk/login.c
   M /trunk/ggz/src/frontend/gtk/motd.c
   M /trunk/ggz/src/frontend/gtk/msgbox.c
   M /trunk/ggz/src/frontend/gtk/msgbox.h
   M /trunk/ggz/src/frontend/gtk/playerlist.c
   M /trunk/ggz/src/frontend/gtk/props.c
   M /trunk/ggz/src/frontend/gtk/tablelist.c
   M /trunk/ggz/src/frontend/gtk/types.c
   D /trunk/ggz/src/frontend/gtk/xtext-gtk2.c
   D /trunk/ggz/src/frontend/gtk/xtext-gtk2.h
   M /trunk/ggz/src/frontend/gtk/xtext.c
   M /trunk/ggz/src/frontend/gtk/xtext.h
   M /trunk/gtk-client/configure.ac

Compile ggz-gtk with gtk2 only.

------------------------------------------------------------------------
r5956 | jdorje | 2004-02-21 09:51:32 +0100 (Sa, 21. Feb 2004) | 7 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/Makefile.am
   A /trunk/libggz/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- Copy ggz.m4 into libggz.
- Declare the libggz copy to be the master copy.
- Use AC_HELP_STRING inside AC_ARG_WITH.
- Replace the history section (which was getting really big) with a
  reference to CVS.
- Propogate the changes back into all modules.

------------------------------------------------------------------------
r5950 | jdorje | 2004-02-21 06:46:24 +0100 (Sa, 21. Feb 2004) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po
   M /trunk/gtk-client/po/.cvsignore

Add files to .cvsignore.

------------------------------------------------------------------------
r5894 | josef | 2004-02-10 19:04:35 +0100 (Di, 10. Feb 2004) | 6 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am

- convert po files during 'make', not 'make install'

This is a bit complex, but might well be converted to a rule-based translation
(%.mo: %.po).
Nevertheless this works so far.

------------------------------------------------------------------------
r5886 | josef | 2004-02-10 09:49:09 +0100 (Di, 10. Feb 2004) | 2 lines
Geänderte Pfade:
   D /trunk/gtk-client/debian
   D /trunk/gtk-client/ggz-gtk-client.spec

- eighth round of removals of distribution files

------------------------------------------------------------------------
r5796 | josef | 2004-02-05 12:51:03 +0100 (Do, 05. Feb 2004) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/man/ggz-gtk.6

- new version
- mention Gtk+ 2.x

------------------------------------------------------------------------
r5790 | josef | 2004-02-05 11:46:53 +0100 (Do, 05. Feb 2004) | 7 lines
Geänderte Pfade:
   M /trunk/docs/ChangeLog
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz/game_clients/NEWS
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz/src/frontend/kde/po/es.po
   M /trunk/ggz/src/frontend/kde/po/fr.po
   M /trunk/ggz/src/frontend/kde/po/pt_BR.po
   M /trunk/ggz/src/ggzcore/ggz-config.c
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggz-txt-client/NEWS
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README
   M /trunk/ggz-txt-client/README.GGZ
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/ChangeLog
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README
   M /trunk/ggzd/README.GGZ
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/ChangeLog
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/ChangeLog
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/ChangeLog
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-client/configure.ac
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/ChangeLog
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/ChangeLog
   M /trunk/libggz/NEWS
   M /trunk/libggz/QuickStart.GGZ
   M /trunk/libggz/README
   M /trunk/libggz/README.GGZ
   M /trunk/libggz/configure.ac
   A /trunk/python/ChangeLog
   A /trunk/python/NEWS
   M /trunk/python/README
   A /trunk/python/README.GGZ
   M /trunk/python/configure.ac
   M /trunk/sdl-games/ChangeLog
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/sdl-games/configure.ac
   M /trunk/utils/ChangeLog
   M /trunk/utils/NEWS
   M /trunk/utils/README
   M /trunk/utils/README.GGZ
   M /trunk/utils/configure.ac

- synchronized NEWS, README.GGZ and QuickStart.GGZ from docs
- updated README
  * new URLs for developers, bugs, website
  * no more per-package maintainer mention (it was never valid anyway)
- updated configure.ac to indicate final version 0.0.8
- ChangeLog updates

------------------------------------------------------------------------
r5770 | josef | 2004-01-31 11:54:44 +0100 (Sa, 31. Jan 2004) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/autogen.sh
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/autogen.sh
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh
   M /trunk/utils/m4/ggz.m4

- sync common files

------------------------------------------------------------------------
r5756 | josef | 2004-01-27 19:24:56 +0100 (Di, 27. Jan 2004) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/Makefile.am
   M /trunk/ggz/src/frontend/gtk/game.c
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/m4/ggz.m4

- use ggzcore module reloading
- link against ggzmod (strangely enough, kggz doesn't need that?)

------------------------------------------------------------------------
r5739 | dr_maux | 2004-01-17 19:42:36 +0100 (Sa, 17. Jan 2004) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-client/configure.ac

- bump automake and autoconf minimum reqs to 1.7 and 2.57, respectively
- don't output success of enable_gettext anymore since AM_WITH_NLS is used

------------------------------------------------------------------------
r5730 | dr_maux | 2003-12-31 18:27:00 +0100 (Mi, 31. Dez 2003) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac

- use new-style AC_INIT

------------------------------------------------------------------------
r5707 | jdorje | 2003-12-06 03:41:47 +0100 (Sa, 06. Dez 2003) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac

Add checks to satisfy autoscan.

------------------------------------------------------------------------
r5704 | jdorje | 2003-12-05 02:01:11 +0100 (Fr, 05. Dez 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz/game_clients/m4/ggz-debug.m4
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/m4/ggz-debug.m4

Move the -Wall test into the AC_GGZ_DEBUG macro.

------------------------------------------------------------------------
r5697 | jdorje | 2003-12-04 09:12:45 +0100 (Do, 04. Dez 2003) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/configure.ac
   A /trunk/gtk-client/m4/ggz-debug.m4

Use the AC_GGZ_DEBUG macro to determine debugging info.

------------------------------------------------------------------------
r5693 | jdorje | 2003-12-04 08:15:41 +0100 (Do, 04. Dez 2003) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gtk-client/configure.ac

Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADER.  This is required by
automake.

------------------------------------------------------------------------
r5661 | jdorje | 2003-10-02 07:50:31 +0200 (Do, 02. Okt 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/Makefile.am
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/configure.ac
   A /trunk/gtk-client/m4/gettext.m4
   A /trunk/gtk-client/m4/glibc21.m4
   A /trunk/gtk-client/m4/iconv.m4
   A /trunk/gtk-client/m4/lcmessage.m4
   A /trunk/gtk-client/m4/locale.m4
   A /trunk/gtk-client/m4/progtest.m4

Add more rigorous checking for NLS linkage.

------------------------------------------------------------------------
r5645 | dr_maux | 2003-09-15 09:12:16 +0200 (Mo, 15. Sep 2003) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/autogen.sh

- strip off y from a x.x.x-y version number (to be promoted to all autogens)

------------------------------------------------------------------------
r5600 | oojah | 2003-05-19 12:08:17 +0200 (Mo, 19. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/client.c
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/es_AR.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/pt_BR.po

Fixed Tooltip typo - 'Lave' -> 'Leave'.

------------------------------------------------------------------------
r5592 | dr_maux | 2003-05-17 12:22:23 +0200 (Sa, 17. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am

- fix 'make distcheck': provide uninstall-local

------------------------------------------------------------------------
r5588 | dr_maux | 2003-05-17 10:10:42 +0200 (Sa, 17. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/sdl-games/ChangeLog
   M /trunk/utils/ChangeLog

- update changelog

------------------------------------------------------------------------
r5583 | dr_maux | 2003-05-16 20:34:45 +0200 (Fr, 16. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh

- apply autogen.sh changes from libggz

------------------------------------------------------------------------
r5579 | dr_maux | 2003-05-11 17:40:21 +0200 (So, 11. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/Makefile.am

- fix for srcdir != builddir

------------------------------------------------------------------------
r5569 | dr_maux | 2003-05-11 11:22:57 +0200 (So, 11. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/man/ggz-gtk.6

- man page update

------------------------------------------------------------------------
r5563 | dr_maux | 2003-05-11 01:54:28 +0200 (So, 11. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/utils/configure.ac

- set the package version number (via configure.ac) to 0.0.7

------------------------------------------------------------------------
r5561 | dr_maux | 2003-05-11 01:46:58 +0200 (So, 11. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/README
   M /trunk/grubby/README
   M /trunk/gtk-client/README
   M /trunk/kde-client/README
   M /trunk/utils/README

- version update

------------------------------------------------------------------------
r5547 | dr_maux | 2003-05-11 01:16:06 +0200 (So, 11. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-client/autogen.sh

- update common files for 0.0.7 in gtk-client

------------------------------------------------------------------------
r5539 | dr_maux | 2003-05-10 16:38:57 +0200 (Sa, 10. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh

- sync autogen.sh

------------------------------------------------------------------------
r5500 | dr_maux | 2003-05-05 15:03:41 +0200 (Mo, 05. Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- add -fsigned-char

------------------------------------------------------------------------
r5486 | dr_maux | 2003-03-29 21:54:01 +0100 (Sa, 29. Mär 2003) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/ggzclient.c
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/es_AR.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/pt_BR.po

- mark some more strings for translation
- update German translation

------------------------------------------------------------------------
r5476 | dr_maux | 2003-03-29 11:33:32 +0100 (Sa, 29. Mär 2003) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh

- apply improverished autogen globally

------------------------------------------------------------------------
r5475 | dr_maux | 2003-03-29 11:27:44 +0100 (Sa, 29. Mär 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- update GGZ macro file

------------------------------------------------------------------------
r5413 | dr_maux | 2003-02-16 14:02:09 +0100 (So, 16. Feb 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/libggz/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh

- new autogen.sh

------------------------------------------------------------------------
r5369 | jdorje | 2003-02-04 09:56:24 +0100 (Di, 04. Feb 2003) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.ac

Update more autoconf code for autoconf2.5x.

------------------------------------------------------------------------
r5368 | jdorje | 2003-02-04 09:53:23 +0100 (Di, 04. Feb 2003) | 3 lines
Geänderte Pfade:
   D /trunk/gtk-client/acconfig.h
   M /trunk/gtk-client/configure.ac

Remove acconfig.h; make sure AC_DEFINE and AC_DEFINE_UNQUOTED macro calls
all have three parameters.

------------------------------------------------------------------------
r5358 | jdorje | 2003-02-04 02:55:26 +0100 (Di, 04. Feb 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/autogen.sh
   A /trunk/ggz/game_clients/configure.ac
   D /trunk/ggz/game_clients/configure.in
   M /trunk/ggz-client-libs/autogen.sh
   A /trunk/ggz-client-libs/configure.ac
   D /trunk/ggz-client-libs/configure.in
   M /trunk/ggzd/autogen.sh
   A /trunk/ggzd/configure.ac
   D /trunk/ggzd/configure.in
   M /trunk/gnome-client/autogen.sh
   A /trunk/gnome-client/configure.ac
   D /trunk/gnome-client/configure.in
   M /trunk/gtk-client/autogen.sh
   A /trunk/gtk-client/configure.ac
   D /trunk/gtk-client/configure.in

Step 1 of autoconf2.5x-only support: rename configure.in as configure.ac.

------------------------------------------------------------------------
r5285 | jdorje | 2002-12-15 11:05:56 +0100 (So, 15. Dez 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in

Auto-detect GTK1.2 or GTK2.0 linkage.

------------------------------------------------------------------------
r5283 | jdorje | 2002-12-15 09:33:48 +0100 (So, 15. Dez 2002) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   D /trunk/gtk-client/acinclude.ggz
   M /trunk/gtk-client/autogen.sh
   A /trunk/gtk-client/m4
   A /trunk/gtk-client/m4/ggz.m4
   A /trunk/gtk-client/m4/gtk-2.0.m4
   A /trunk/gtk-client/m4/gtk.m4

Move aclocal files into the m4/ directory.  Use the contents of this
directory in building acinclude.m4.  Add GTK and GTK+-2.0 m4 files to
this directory.

------------------------------------------------------------------------
r4929 | jdorje | 2002-10-16 02:07:30 +0200 (Mi, 16. Okt 2002) | 16 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/ggz-client-libs/acinclude.ggz
   M /trunk/ggz-txt-client/acinclude.ggz
   M /trunk/ggzd/acinclude.ggz
   M /trunk/gnome-client/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

Improvement (hopefully :-) to acinclude.ggz.  Now each GGZ check takes
two optional parameters.  For instance:

  AC_GGZ_LIBGGZ(action-if-found, action-if-not-found)

'action-if-found' will be evaluated if the specified module was found.
'action-if-not-found' will be evaluated if the module is not found.  This
is consistent with other autoconf macros.  If 'action-is-not-found' is
empty, then an error will be emitted if the module isn't found.  If
'action-if-not-found' is "ignore", then the module will simply be ignored
if it's not found.

This is not entirely backwards-compatible, since "ignore" used to be
the first parameter to the macro.  But this way is more consistent, in
my opinion.

------------------------------------------------------------------------
r4871 | jdorje | 2002-10-12 03:14:33 +0200 (Sa, 12. Okt 2002) | 6 lines
Geänderte Pfade:
   M /trunk/gtk-client/acconfig.h
   M /trunk/gtk-client/configure.in

Add --with-gtk2 option for gtk-client's configure script.

If selected, gtk-client will be linked against GTK2.0 instead of GTK1.2,
and GTK2 will be #defined.  Of course, this doesn't yield very good
results at this point.

------------------------------------------------------------------------
r4848 | jdorje | 2002-10-10 19:30:09 +0200 (Do, 10. Okt 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in

Bump gtk-client version to 0.0.7pre.

------------------------------------------------------------------------
r4795 | jdorje | 2002-10-07 23:28:18 +0200 (Mo, 07. Okt 2002) | 2 lines
Geänderte Pfade:
   M /trunk/docs/NEWS
   M /trunk/ggz/game_clients/NEWS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-txt-client/NEWS
   M /trunk/ggzd/NEWS
   M /trunk/grubby/NEWS
   M /trunk/gtk-client/NEWS
   M /trunk/kde-client/NEWS
   M /trunk/kde-games/NEWS
   M /trunk/libggz/NEWS
   M /trunk/utils/NEWS

Rewrote NEWS for 0.0.6, and propogated it to all modules.

------------------------------------------------------------------------
r4794 | dr_maux | 2002-10-07 23:16:10 +0200 (Mo, 07. Okt 2002) | 2 lines
Geänderte Pfade:
   M /trunk/docs/ChangeLog
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/utils/ChangeLog

- update changelog for 0.0.6

------------------------------------------------------------------------
r4783 | dr_maux | 2002-10-01 20:53:52 +0200 (Di, 01. Okt 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gnome-client/configure.in
   M /trunk/gtk-client/configure.in
   M /trunk/kde-games/configure.in
   M /trunk/utils/configure.in

- use configure.in for AC_INIT

------------------------------------------------------------------------
r4760 | dr_maux | 2002-09-29 14:11:26 +0200 (So, 29. Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in
   M /trunk/gtk-client/man/ggz-gtk.6

- finalize ggz-gtk version numbers

------------------------------------------------------------------------
r4746 | dr_maux | 2002-09-27 10:58:31 +0200 (Fr, 27. Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/libggz/autogen.sh
   M /trunk/utils/autogen.sh

- new autogen

------------------------------------------------------------------------
r4723 | dr_maux | 2002-09-26 13:20:39 +0200 (Do, 26. Sep 2002) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/Makefile.am
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/gtk-client/configure.in
   M /trunk/gtk-client/po/es_AR.po

- new acinclude.ggz
- fix charset in Spanish translation

------------------------------------------------------------------------
r4679 | dr_maux | 2002-09-24 09:36:20 +0200 (Di, 24. Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/README.GGZ
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README.GGZ
   D /trunk/grubby/QuickStart.GGZ
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README.GGZ
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/QuickStart.GGZ
   M /trunk/libggz/README.GGZ
   D /trunk/utils/QuickStart.GGZ
   M /trunk/utils/README.GGZ

- update intro docs

------------------------------------------------------------------------
r4674 | jdorje | 2002-09-24 00:45:37 +0200 (Di, 24. Sep 2002) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/ggz-client-libs/acinclude.ggz
   M /trunk/ggz-txt-client/acinclude.ggz
   M /trunk/ggzd/acinclude.ggz
   M /trunk/gnome-client/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

Update acinclude.ggz in the txt-client, and label acinclude.ggz as being
included in txt-client.

------------------------------------------------------------------------
r4631 | jdorje | 2002-09-19 18:18:33 +0200 (Do, 19. Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/ggz-client-libs/acinclude.ggz
   M /trunk/ggzd/acinclude.ggz
   M /trunk/gnome-client/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

Include gnome-client on the list of modules that use acinclude.ggz.

------------------------------------------------------------------------
r4566 | dr_maux | 2002-09-15 11:57:47 +0200 (So, 15. Sep 2002) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/main.c
   M /trunk/gtk-client/configure.in
   M /trunk/gtk-client/po/de.po

- update German translation
- use correct PACKAGE_LOCALE_DIR to setup i18n stuff

------------------------------------------------------------------------
r4552 | dr_maux | 2002-09-13 19:26:45 +0200 (Fr, 13. Sep 2002) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/es_AR.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/pt_BR.po

- strange: We didn't have any Portuguese/Brazilian and German translation for
  months for ggz-gtk!
- therefore, pulled back revisions 1.3 and 1.2 respectively
- updated (merged) and did some pseudo translation already

------------------------------------------------------------------------
r4407 | dr_maux | 2002-09-04 21:43:02 +0200 (Mi, 04. Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in

- bump number to 0.0.6pre, so people are not confused

------------------------------------------------------------------------
r4376 | jdorje | 2002-08-20 22:49:40 +0200 (Di, 20. Aug 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/ggz/game_clients/configure.in
   M /trunk/ggz-client-libs/acinclude.ggz
   M /trunk/ggz-client-libs/configure.in
   M /trunk/ggzd/configure.in
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/gtk-client/configure.in
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

Changed -I<directory> to -isystem<directory> to avoid warnings in gcc3.

------------------------------------------------------------------------
r4201 | dr_maux | 2002-05-15 21:46:16 +0200 (Mi, 15. Mai 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggzd
   M /trunk/ggzd/.cvsignore
   M /trunk/gtk-client
   M /trunk/gtk-client/.cvsignore
   M /trunk/kde-games
   M /trunk/kde-games/.cvsignore

- shut up autom4te

------------------------------------------------------------------------
r4175 | dr_maux | 2002-05-06 10:11:40 +0200 (Mo, 06. Mai 2002) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/debian/control
   M /trunk/gtk-client/debian/menu

- use icon for Gtk+ client
- we have to byte the apple: Apps/Net section in debian :(
- suggest games by version, not by core client source version

------------------------------------------------------------------------
r3961 | bmh | 2002-04-13 07:37:33 +0200 (Sa, 13. Apr 2002) | 3 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/gtk-client/ChangeLog


- Updated ChangeLog for 0.0.5

------------------------------------------------------------------------
r3951 | dr_maux | 2002-04-13 06:20:34 +0200 (Sa, 13. Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/debian/rules

- install pixmaps correctly

------------------------------------------------------------------------
r3950 | rgade | 2002-04-13 06:09:03 +0200 (Sa, 13. Apr 2002) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk-client.spec

- Turn off debugging in RPM release
- Added pixmap dir (DOH!)

------------------------------------------------------------------------
r3945 | rgade | 2002-04-13 06:01:40 +0200 (Sa, 13. Apr 2002) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in
   M /trunk/gtk-client/ggz-gtk-client.spec

- Updated versioning info
- Updated RPM Spec for 0.0.5

------------------------------------------------------------------------
r3943 | dr_maux | 2002-04-13 05:58:05 +0200 (Sa, 13. Apr 2002) | 2 lines
Geänderte Pfade:
   A /trunk/gtk-client/debian/menu

- add menu entry for ggz-gtk

------------------------------------------------------------------------
r3942 | bmh | 2002-04-13 05:56:14 +0200 (Sa, 13. Apr 2002) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/AUTHORS
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ


- Documentation updates

------------------------------------------------------------------------
r3890 | riq | 2002-04-11 05:08:26 +0200 (Do, 11. Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/es_AR.po

updated translation (still missing some words)

------------------------------------------------------------------------
r3867 | dr_maux | 2002-04-09 23:28:39 +0200 (Di, 09. Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/debian/control
   M /trunk/gtk-client/debian/rules

- finalize gtk+ client (e.g. gettext)

------------------------------------------------------------------------
r3853 | dr_maux | 2002-04-08 20:57:27 +0200 (Mo, 08. Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/debian/control
   M /trunk/gtk-client/debian/control

- update more control files

------------------------------------------------------------------------
r3809 | dr_maux | 2002-04-07 10:14:04 +0200 (So, 07. Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/debian/rules

- fix pixmap installation

------------------------------------------------------------------------
r3808 | dr_maux | 2002-04-07 10:10:51 +0200 (So, 07. Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/debian
   M /trunk/gtk-client/debian/.cvsignore
   M /trunk/gtk-client/debian/changelog
   M /trunk/gtk-client/debian/control
   M /trunk/gtk-client/debian/docs
   D /trunk/gtk-client/debian/postinst
   D /trunk/gtk-client/debian/prerm
   M /trunk/gtk-client/debian/rules

- debianize Gtk+ client

------------------------------------------------------------------------
r3778 | dr_maux | 2002-04-06 17:39:12 +0200 (Sa, 06. Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/ggz-client-libs/acinclude.ggz
   M /trunk/ggzd/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

- sync acinclude.ggz

------------------------------------------------------------------------
r3758 | dr_maux | 2002-04-06 00:03:05 +0200 (Sa, 06. Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/docs/README.GGZ
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README.GGZ
   M /trunk/ggzd/README.GGZ
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README.GGZ
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README.GGZ
   M /trunk/utils/README.GGZ

- update installation instructions and overview

------------------------------------------------------------------------
r3739 | jdorje | 2002-04-05 06:39:31 +0200 (Fr, 05. Apr 2002) | 6 lines
Geänderte Pfade:
   M /trunk/gtk-client/acconfig.h
   M /trunk/gtk-client/configure.in

Have ENABLE_NLS be handled within the acconfig system rather than by
manually adding a -DENABLE_NLS flag onto CFLAGS.

This means if you toggle NLS, you can rebuild things and all dependencies
will be taken care of automatically.

------------------------------------------------------------------------
r3691 | dr_maux | 2002-03-27 00:37:11 +0100 (Mi, 27. Mär 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client
   M /trunk/gtk-client/.cvsignore

- cosmetical: add stamp-h1

------------------------------------------------------------------------
r3650 | dr_maux | 2002-03-24 17:31:45 +0100 (So, 24. Mär 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/es_AR.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/pt_BR.po

- prepare translations for ggz-gtk-client

------------------------------------------------------------------------
r3473 | jdorje | 2002-02-26 03:57:27 +0100 (Di, 26. Feb 2002) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/acconfig.h
   M /trunk/gtk-client/configure.in
   M /trunk/utils/acconfig.h
   M /trunk/utils/configure.in

Change autoconf system so that if DEBUG is not defined (--enable-debug,
currently on by default) we'll get NDEBUG defined instead.

------------------------------------------------------------------------
r3344 | jdorje | 2002-02-13 02:30:27 +0100 (Mi, 13. Feb 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in

Fixed errors in --disable-FEATURE options (for gettext and debug).

------------------------------------------------------------------------
r3343 | jdorje | 2002-02-13 01:49:34 +0100 (Mi, 13. Feb 2002) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in

- Changed --enable-debug to --disable-debug, so that debugging (DEBUG) is
  enabled by default.
- Added "Gettext support" to the list of options printed out at the end.

------------------------------------------------------------------------
r3228 | jdorje | 2002-02-03 21:36:17 +0100 (So, 03. Feb 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz

Updated acinclude.ggz from changes made in ggzd.

------------------------------------------------------------------------
r3088 | jdorje | 2002-01-12 11:15:28 +0100 (Sa, 12. Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in

Added libggz check.

------------------------------------------------------------------------
r3087 | jdorje | 2002-01-12 11:13:19 +0100 (Sa, 12. Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   A /trunk/ggz-client-libs/acinclude.ggz
   A /trunk/ggzd/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

Added acinclude.ggz to ggzd and ggz-client-libs.

------------------------------------------------------------------------
r3086 | jdorje | 2002-01-12 11:05:20 +0100 (Sa, 12. Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

Added libggz support to acinclude.ggz.

------------------------------------------------------------------------
r3011 | jdorje | 2002-01-08 10:21:08 +0100 (Di, 08. Jan 2002) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   A /trunk/utils/acinclude.ggz

Added acinclude to utils/ module, and updated the years on the
copyright notice.

------------------------------------------------------------------------
r2928 | jdorje | 2001-12-18 03:21:12 +0100 (Di, 18. Dez 2001) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client
   M /trunk/gtk-client/.cvsignore

Added acinclude.m4 to .cvsignore.

------------------------------------------------------------------------
r2921 | jdorje | 2001-12-17 21:03:24 +0100 (Mo, 17. Dez 2001) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-client/configure.in

Converted ggz-gtk autoconf process to use acinclude.ggz.

------------------------------------------------------------------------
r2917 | jdorje | 2001-12-17 09:14:12 +0100 (Mo, 17. Dez 2001) | 3 lines
Geänderte Pfade:
   A /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   A /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz

Updated acinclude.ggz to check for new ggzmod; added it to gtk-games and
gtk-client.

------------------------------------------------------------------------
r2498 | bmh | 2001-09-18 02:45:13 +0200 (Di, 18. Sep 2001) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/acconfig.h


- Put GGZDATADIR in list of defines

------------------------------------------------------------------------
r2495 | bmh | 2001-09-18 02:43:19 +0200 (Di, 18. Sep 2001) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in


- Define ggzdatadir/GGZDATADIR for pixmaps based on --datadir or
  --prefix specified to configure

------------------------------------------------------------------------
r2481 | jdorje | 2001-09-14 23:19:30 +0200 (Fr, 14. Sep 2001) | 4 lines
Geänderte Pfade:
   M /trunk/gtk-client/ggz-gtk-client.spec

Updated RPM spec file for 0.0.5pre.

All looks good here.  However, if w

------------------------------------------------------------------------
r1922 | jzaun | 2001-07-06 19:27:49 +0200 (Fr, 06. Jul 2001) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/es_AR.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/pt_BR.po


- Updated version to 0.0.5pre

------------------------------------------------------------------------
r1743 | rgade | 2001-06-18 04:46:19 +0200 (Mo, 18. Jun 2001) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/rpm/ggz-gtk-games.spec
   M /trunk/ggz-client-libs/ggz-client-libs.spec
   M /trunk/ggzd/ggz_server.spec
   M /trunk/gtk-client/ggz-gtk-client.spec
   M /trunk/kde-client/ggz-kde-client.spec

- .spec file updates - these were actually necessary for 0.0.4, but as they
  aren't part of the distros they needn't be tagged as such

------------------------------------------------------------------------
r1733 | rgade | 2001-06-17 22:56:23 +0200 (So, 17. Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/utils/ChangeLog

- Updated ChangeLog

------------------------------------------------------------------------
r1718 | bmh | 2001-06-14 23:57:35 +0200 (Do, 14. Jun 2001) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/NEWS
   M /trunk/gtk-client/NEWS
   M /trunk/kde-client/NEWS


- Updated NEWS file for 0.0.4

------------------------------------------------------------------------
r1710 | bmh | 2001-06-14 10:23:53 +0200 (Do, 14. Jun 2001) | 5 lines
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   A /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-client/configure.in
   M /trunk/gtk-client/ggz-gtk-client.spec


- Documentation updates
- Bumped version to 0.0.4
- Include docs in tarball

------------------------------------------------------------------------
r1702 | bmh | 2001-06-14 08:12:20 +0200 (Do, 14. Jun 2001) | 4 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/Makefile.am
   M /trunk/gtk-client/man/Makefile.am
   M /trunk/gtk-client/po/Makefile.am


- Explicitly specify SUBDIRS = ., rather than leaving it blank.
  Leaving it blank causes 'make dist' to choke

------------------------------------------------------------------------
r1651 | bmh | 2001-06-05 03:31:00 +0200 (Di, 05. Jun 2001) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/man
   A /trunk/gtk-client/man/.cvsignore


- Added .cvsignore file to ignore Makefile and Makefile.in

------------------------------------------------------------------------
r1630 | perdig | 2001-06-02 21:57:00 +0200 (Sa, 02. Jun 2001) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/pt_BR.po


- Updated brazilian portuguese translation

------------------------------------------------------------------------
r1621 | riq | 2001-06-02 17:24:02 +0200 (Sa, 02. Jun 2001) | 2 lines
Geänderte Pfade:
   A /trunk/gtk-client/po/es_AR.po

added spanish (Argentinian) translation for gtk client

------------------------------------------------------------------------
r1619 | dr_maux | 2001-06-02 06:34:50 +0200 (Sa, 02. Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/man/Makefile.am

- fix makefile bug

------------------------------------------------------------------------
r1617 | dr_maux | 2001-06-02 05:16:27 +0200 (Sa, 02. Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/po/Makefile.am
   M /trunk/ggz/game_clients/po/hastings/de.po
   M /trunk/ggz/game_clients/po/hastings/hastings.pot
   M /trunk/ggz/game_clients/po/tictactoe/de.po
   M /trunk/ggz/game_clients/po/tictactoe/tictactoe.pot
   M /trunk/gtk-client/po/Makefile.am

- force "make messages"

------------------------------------------------------------------------
r1616 | dr_maux | 2001-06-02 05:10:16 +0200 (Sa, 02. Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/configure.in

- now go in, change

------------------------------------------------------------------------
r1615 | dr_maux | 2001-06-02 05:09:48 +0200 (Sa, 02. Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po/de.po
   M /trunk/gtk-client/po/ggz-gtk.pot
   M /trunk/gtk-client/po/pt_BR.po

- revoked commit

------------------------------------------------------------------------
r1614 | dr_maux | 2001-06-02 05:07:53 +0200 (Sa, 02. Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client
   M /trunk/gtk-client/.cvsignore
   M /trunk/gtk-client/configure.in

- removed dumb spaces

------------------------------------------------------------------------
r1610 | dr_maux | 2001-06-02 02:07:47 +0200 (Sa, 02. Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/po
   A /trunk/gtk-client/po/.cvsignore

- cvsignore update

------------------------------------------------------------------------
r1609 | dr_maux | 2001-06-02 02:07:04 +0200 (Sa, 02. Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/configure.in

- modified build process

------------------------------------------------------------------------
r1608 | dr_maux | 2001-06-02 02:06:35 +0200 (Sa, 02. Jun 2001) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/first.c
   M /trunk/ggz/src/frontend/gtk/main.c
   M /trunk/ggz/src/frontend/gtk/support.h
   A /trunk/gtk-client/po
   A /trunk/gtk-client/po/Makefile.am
   A /trunk/gtk-client/po/de.po
   A /trunk/gtk-client/po/ggz-gtk.pot
   A /trunk/gtk-client/po/pt_BR.po

- internationalized ggz-gtk
- re-added German and Portuguese translation

------------------------------------------------------------------------
r1594 | jzaun | 2001-05-30 23:31:27 +0200 (Mi, 30. Mai 2001) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/client.c
   M /trunk/gtk-client/configure.in


-- Fixed spelling

------------------------------------------------------------------------
r1577 | dr_maux | 2001-05-30 15:27:35 +0200 (Mi, 30. Mai 2001) | 2 lines
Geänderte Pfade:
   A /trunk/ggz/game_clients/debian
   A /trunk/ggz/game_clients/debian/.cvsignore
   A /trunk/ggz/game_clients/debian/README.Debian
   A /trunk/ggz/game_clients/debian/changelog
   A /trunk/ggz/game_clients/debian/control
   A /trunk/ggz/game_clients/debian/copyright
   A /trunk/ggz/game_clients/debian/docs
   A /trunk/ggz/game_clients/debian/postinst
   A /trunk/ggz/game_clients/debian/prerm
   A /trunk/ggz/game_clients/debian/rules
   A /trunk/ggz-client-libs/debian
   A /trunk/ggz-client-libs/debian/.cvsignore
   A /trunk/ggz-client-libs/debian/README.Debian
   A /trunk/ggz-client-libs/debian/changelog
   A /trunk/ggz-client-libs/debian/control
   A /trunk/ggz-client-libs/debian/copyright
   A /trunk/ggz-client-libs/debian/docs
   A /trunk/ggz-client-libs/debian/postinst
   A /trunk/ggz-client-libs/debian/prerm
   A /trunk/ggz-client-libs/debian/rules
   A /trunk/ggz-client-libs/debian/shlibs
   A /trunk/gtk-client/debian
   A /trunk/gtk-client/debian/.cvsignore
   A /trunk/gtk-client/debian/README.Debian
   A /trunk/gtk-client/debian/changelog
   A /trunk/gtk-client/debian/control
   A /trunk/gtk-client/debian/copyright
   A /trunk/gtk-client/debian/docs
   A /trunk/gtk-client/debian/postinst
   A /trunk/gtk-client/debian/prerm
   A /trunk/gtk-client/debian/rules

- debianized source tree

------------------------------------------------------------------------
r1567 | rgade | 2001-05-29 00:11:27 +0200 (Di, 29. Mai 2001) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/Makefile.am
   M /trunk/gtk-client/configure.in
   A /trunk/gtk-client/man
   A /trunk/gtk-client/man/Makefile.am
   A /trunk/gtk-client/man/ggz-gtk.6

- Added ggz-gtk(6) man page for installation and distribution

------------------------------------------------------------------------
r1547 | rgade | 2001-05-21 00:32:35 +0200 (Mo, 21. Mai 2001) | 2 lines
Geänderte Pfade:
   M /trunk/gtk-client/README

- General info for the Gtk client package

------------------------------------------------------------------------
r1544 | rgade | 2001-05-20 23:02:03 +0200 (So, 20. Mai 2001) | 2 lines
Geänderte Pfade:
   A /trunk/easysock/README.GGZ
   A /trunk/ggz/game_clients/README.GGZ
   A /trunk/gtk-client/README.GGZ

- Added README.GGZ to each client module

------------------------------------------------------------------------
r1430 | rgade | 2001-04-22 20:38:32 +0200 (So, 22. Apr 2001) | 2 lines
Geänderte Pfade:
   A /trunk/gtk-client/ggz-gtk-client.spec
   D /trunk/gtk-client/ggz-gtk.spec

- Updated RPM spec file to new distro name

------------------------------------------------------------------------
r1364 | bmh | 2001-03-31 06:16:24 +0200 (Sa, 31. Mär 2001) | 3 lines
Geänderte Pfade:
   A /trunk/gtk-client/Makefile.am
   A /trunk/gtk-client/TODO


- Oops.  Forgot Makefile.am

------------------------------------------------------------------------
r1363 | bmh | 2001-03-31 06:15:58 +0200 (Sa, 31. Mär 2001) | 4 lines
Geänderte Pfade:
   D /trunk/ggz/src/frontend/gtk/AUTHORS
   D /trunk/ggz/src/frontend/gtk/COPYING
   D /trunk/ggz/src/frontend/gtk/ChangeLog
   D /trunk/ggz/src/frontend/gtk/INSTALL
   D /trunk/ggz/src/frontend/gtk/NEWS
   D /trunk/ggz/src/frontend/gtk/README
   D /trunk/ggz/src/frontend/gtk/TODO
   D /trunk/ggz/src/frontend/gtk/acconfig.h
   D /trunk/ggz/src/frontend/gtk/autogen.sh
   D /trunk/ggz/src/frontend/gtk/configure.in
   D /trunk/ggz/src/frontend/gtk/ggz-gtk.spec
   A /trunk/gtk-client
   A /trunk/gtk-client/.cvsignore
   A /trunk/gtk-client/AUTHORS
   A /trunk/gtk-client/COPYING
   A /trunk/gtk-client/ChangeLog
   A /trunk/gtk-client/INSTALL
   A /trunk/gtk-client/NEWS
   A /trunk/gtk-client/README
   A /trunk/gtk-client/acconfig.h
   A /trunk/gtk-client/autogen.sh
   A /trunk/gtk-client/configure.in
   A /trunk/gtk-client/ggz-gtk.spec


- Moved files out of ggz-gtk into gtk-client so the source isn't in
  the top-level dir

------------------------------------------------------------------------