2006-03-14 13:54:27  Rev 7912   josef

	* README:
	  - version bumping in the README files


2006-03-14 13:53:58  Rev 7911   josef

	* QuickStart.GGZ autogen.sh:
	  - more synchronisation of common files (must be a boring day...)


2006-03-14 13:47:11  Rev 7905   josef

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


2006-03-14 13:45:48  Rev 7903   josef

	* configure.ac:
	  - bump all package numbers to 0.0.13 already


2006-01-14 05:29:03  Rev 7782   jdorje

	* m4/ggz.m4:
	  Fix AM_CONDITIONAL problem.


2006-01-11 07:00:16  Rev 7762   jdorje

	* m4/ggz.m4:
	  ggz-gtk support in ggz.m4.


2005-12-29 11:31:27  Rev 7690   josef

	* README.GGZ m4/ggz.m4 m4/i18n.mk autogen.sh:
	  - synchronisation of all globally used files
	  - in the future, README.GGZ should be even more generic!


2005-12-12 11:54:49  Rev 7660   josef

	* .cvsignore pixmaps/.cvsignore motd-editor/.cvsignore INSTALL man 
	  src/.deps/.cvsignore po/.cvsignore src/.cvsignore:
	  This week's XXL commit!
	  - removal of all .cvsignore files
	  - addition of *.a, *.os, ... to svn:ignore


2005-09-27 23:44:48  Rev 7602   josef

	* configure.ac:
	  - move PACKAGE_LOCALE_DIR variable further down


2005-09-27 23:37:04  Rev 7601   josef

	* m4/ggz.m4 configure.ac:
	  - move prefix sanitiser into AC_GGZ_INIT
	  - remove all assumptions over prefix being NONE


2005-09-25 18:25:14  Rev 7593   josef

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


2005-09-25 16:49:05  Rev 7579   josef

	* man/Makefile.am:
	  - man pages must go into EXTRA_DIST!


2005-09-25 10:11:25  Rev 7551   josef

	* configure.ac:
	  - more version string changes in the build system


2005-09-25 09:54:30  Rev 7550   josef

	* NEWS README.GGZ README:
	  - version updates in common files
	  - news and release-specific changes


2005-09-23 21:54:25  Rev 7547   josef

	* 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


2005-09-15 18:00:53  Rev 7516   josef

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


2005-08-21 14:00:44  Rev 7491   josef

	* configure.ac man/Makefile.am man/motd_editor.6 man/ggz-gnome.6 
	  Makefile.am man:
	  - adding two manpages for ggz-gnome and motd_editor


2005-08-20 21:41:45  Rev 7464   josef

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


2005-08-20 10:23:51  Rev 7449   josef

	* Makefile.am:
	  - distribute README.GGZ


2005-08-13 17:46:45  Rev 7395   josef

	* m4/ggz.m4:
	  - build system synchronisation


2005-08-06 08:32:26  Rev 7367   josef

	* 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


2005-05-29 11:44:13  Rev 7260   josef

	* Makefile.am:
	  - fix gnome-client distcheck issue
	  This was introduced by the switch to XDG. I think it's bad that 
	  although
	  automake includes all _SOURCES into the distribution, it omits the 
	  _DATA
	  files. For GGZ 0.0.11 we should switch to dist_foo_DATA to prevent 
	  these
	  problems. Still automake should make dist_*_DATA the default :/


2005-05-21 11:13:11  Rev 7216   josef

	* NEWS QuickStart.GGZ README.GGZ AUTHORS README:
	  - common files synchronisation and README update for 0.0.11


2005-05-21 10:46:02  Rev 7214   josef

	* configure.ac:
	  - LET version = 0.0.11


2005-05-06 21:19:56  Rev 7182   josef

	* 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


2005-04-23 11:31:46  Rev 7123   josef

	* src/login.c:
	  - protocol enhancement:
	   * allow users to give initial password when registering
	   * allow users to give email address


2005-04-08 13:18:08  Rev 7090   josef

	* src/ggzclient.c:
	  - fix MOTD loading


2005-02-27 19:24:08  Rev 6947   josef

	* motd-editor.desktop Makefile.am:
	  - the MOTD editor should also show up in the menu


2005-02-27 19:06:16  Rev 6945   josef

	* ggz-gnome.desktop Makefile.am:
	  - switch to XDG menu entry


2005-02-04 15:59:43  Rev 6918   josef

	* m4/ggz.m4:
	  - synchronize


2005-01-24 03:46:22  Rev 6871   jdorje

	* src/chat.h src/ggzclient.c indent.pro src/game.c src/chat.c 
	  Makefile.am:
	  Make hook functions take const pointers.


2005-01-24 01:39:48  Rev 6866   jdorje

	* 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.


2005-01-23 21:23:07  Rev 6856   josef

	* AUTHORS ChangeLog:
	  - authors and changelog


2005-01-23 13:20:29  Rev 6844   josef

	* NEWS:
	  - news update


2005-01-23 13:12:48  Rev 6843   josef

	* QuickStart.GGZ README.GGZ README:
	  - updated common files


2005-01-22 19:22:53  Rev 6824   jdorje

	* m4/ggz.m4:
	  Search for .la files instead of .so.


2005-01-22 15:28:57  Rev 6812   josef

	* configure.ac:
	  - version number bump


2005-01-20 17:17:17  Rev 6767   josef

	* po po/.cvsignore:
	  - bleh, typo


2005-01-20 17:13:33  Rev 6764   josef

	* src/.deps/.cvsignore src/.deps:
	  - shut it up!
	  (had to be readded because files in CVS cannot be handled in .
	  cvsignore)


2005-01-20 17:12:08  Rev 6763   josef

	* po po/.cvsignore:
	  - shut it up


2005-01-14 23:36:02  Rev 6682   josef

	* src/ggzclient.c:
	  - gcc 3.4 related: remove duplicate function prototype


2005-01-14 07:01:43  Rev 6675   jdorje

	* m4/iconv.m4 m4/ggz.m4 Makefile.am:
	  Add support for libintl and libiconv to AC_GGZ_INTL.  This is 
	  needed to
	  compile at all on non-glibc systems.


2005-01-13 02:23:59  Rev 6643   jdorje

	* m4/ggz.m4:
	  Fix a typo in checking for libintl.h and locale.h.


2005-01-13 01:45:15  Rev 6641   jdorje

	* 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.


2005-01-11 17:36:35  Rev 6638   jdorje

	* 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.


2005-01-11 03:14:32  Rev 6636   jdorje

	* src/Makefile.am:
	  Replace deprated INCLUDES directive with AM_CPPFLAGS.


2004-12-23 20:55:09  Rev 6561   josef

	* m4/i18n.mk:
	  - new i18n infrastructure for the gnome client


2004-12-23 20:54:34  Rev 6560   josef

	* po/Makefile.am:
	  - use new i18n infrastructure


2004-07-18 00:37:08  Rev 6153   josef

	* ChangeLog:
	  - changelog update


2004-07-16 19:08:39  Rev 6117   josef

	* NEWS README.GGZ AUTHORS README QuickStart.GGZ configure.ac:
	  - 0.0.9 updates propagation


2004-02-21 08:51:32  Rev 5956   jdorje

	* 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.


2004-02-09 08:28:20  Rev 5863   jdorje

	* src/game.c:
	  Cleanups and fixes for leaving a game.
	    - GGZ_GAME_OVER, GGZ_GAME_IO_ERROR, and GGZ_GAME_PROTO_ERROR 
	  GGZCore game
	      events are removed.  The first is quite worthless and the 
	  latter two
	      are unused.  GGZCore now handles these events internally.
	    - When the game client exits, ggzcore frees the game structure.  
	  Later
	      if a table join succeeds and there's no game structure present,
	  we
	      know we don't actually have a game running so we tell ggzd 
	  we've left
	      the table.


2004-02-07 21:46:43  Rev 5833   jdorje

	* motd-editor/callbacks.c:
	  Fix a harmless compiler warning.


2004-02-07 09:09:49  Rev 5814   josef

	* src/Makefile.am configure.ac Makefile.am:
	  - link against ggzmod
	  - don't distribute mkinstalldirs because it's not available anymore


2004-02-05 10:46:53  Rev 5790   josef

	* NEWS README.GGZ README QuickStart.GGZ ChangeLog 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


2004-01-31 10:54:44  Rev 5770   josef

	* m4/ggz.m4 autogen.sh:
	  - sync common files


2004-01-17 18:46:28  Rev 5740   dr_maux

	* autogen.sh:
	  - sync


2003-12-31 17:35:48  Rev 5731   dr_maux

	* configure.ac:
	  - use new-style AC_INIT


2003-09-20 13:38:27  Rev 5649   dr_maux

	* src/.cvsignore src:
	  - remove duplicated .deps


2003-08-27 22:19:29  Rev 5637   dr_maux

	* src/msgboxi.c po/de.po po/ggz-gnome-client.pot src/interface.c:
	  - more strings marked for translation
	  - brought German translation up-to-date


2003-06-26 09:23:13  Rev 5613   dr_maux

	* configure.ac Makefile.am:
	  - include MOTD editor in gnome-client build


2003-06-26 09:22:52  Rev 5612   dr_maux

	* motd-editor/callbacks.h motd-editor/main.c motd-editor/interface.h 
	  motd-editor/Makefile.am motd-editor/.cvsignore motd-editor 
	  motd-editor/callbacks.c motd-editor/interface.c 
	  motd-editor/motd-editor.glade:
	  - MOTD editor, (roughly) ported to GNOME 2.x


2003-05-17 10:47:49  Rev 5594   dr_maux

	* po/Makefile.am:
	  - add uninstall-local stuff so make distcheck works


2003-05-17 08:10:42  Rev 5588   dr_maux

	* ChangeLog:
	  - update changelog


2003-05-16 18:34:45  Rev 5583   dr_maux

	* autogen.sh:
	  - apply autogen.sh changes from libggz


2003-05-11 15:36:46  Rev 5578   dr_maux

	* po/Makefile.am:
	  - fix translation installation, so we can use srcdir != builddir


2003-05-10 23:54:28  Rev 5563   dr_maux

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


2003-05-10 23:41:13  Rev 5559   dr_maux

	* README:
	  - add a README file for the GNOME client


2003-05-10 23:17:50  Rev 5551   dr_maux

	* NEWS QuickStart.GGZ README.GGZ autogen.sh:
	  - update common files for 0.0.7 in gnome-client


2003-05-10 14:38:57  Rev 5539   dr_maux

	* autogen.sh:
	  - sync autogen.sh


2003-05-05 14:41:07  Rev 5503   dr_maux

	* po/de.po po/ggz-gnome-client.pot:
	  - some more translated words


2003-05-05 14:40:48  Rev 5502   dr_maux

	* src/msgboxi.c:
	  - if an error message is not found, display the raw message 
	  instead of an empty
	    box.
	  The tricky part here is that the strings should better not be used 
	  for
	  comparison at all because they might contain locale-specific 
	  reasons (like:
	  host not found: <reason>).
	  But for now this workaround should do it.


2003-05-05 13:03:41  Rev 5500   dr_maux

	* m4/ggz.m4:
	  - add -fsigned-char


2003-03-29 10:33:32  Rev 5476   dr_maux

	* autogen.sh:
	  - apply improverished autogen globally


2003-03-29 10:27:44  Rev 5475   dr_maux

	* m4/ggz.m4:
	  - update GGZ macro file


2003-02-28 18:41:46  Rev 5466   dr_maux

	* configure.ac:
	  - use GGZ_CONFIG test rather than handwritten invocation of 
	  probably wrong version of ggz-config


2003-02-16 13:02:09  Rev 5413   dr_maux

	* autogen.sh:
	  - new autogen.sh


2003-02-16 12:37:04  Rev 5411   dr_maux

	* AUTHORS:
	  - add authors file


2003-02-04 20:18:52  Rev 5394   dr_maux

	* po configure.ac po/de.po po/ggz-gnome-client.pot po/Makefile.am 
	  Makefile.am po/.cvsignore:
	  - add i18n support to gnome-client


2003-02-04 17:38:06  Rev 5387   jdorje

	* acconfig.h configure.ac:
	  Various updates for autoconf2.5x usage.


2003-02-04 17:29:05  Rev 5386   jdorje

	* src/login.c:
	  Disable TLS in the call to ggzcore_server_set_hostinfo.


2003-02-04 02:10:50  Rev 5362   jdorje

	* src/.deps src/.cvsignore src:
	  - Remove all files from .deps.
	  - Add .deps to .cvsignore.


2003-02-04 01:55:26  Rev 5358   jdorje

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


2002-12-17 08:53:47  Rev 5296   jdorje

	* src/Makefile.am Makefile.am pixmaps/Makefile.am:
	  Update the build process so "make dist" works.


2002-12-17 08:38:09  Rev 5295   jdorje

	* configure.in:
	  Change top of configure.in to set module name: ggz-gnome-client and
	  version: 0.0.7pre.


2002-12-17 07:30:38  Rev 5294   jdorje

	* src/callbacks.c:
	  Convert some char* to const char *.


2002-12-17 05:25:45  Rev 5293   jdorje

	* acinclude.ggz m4 m4/ggz.m4 Makefile.am autogen.sh:
	  Move acinclude.ggz to m4/ggz.m4.


2002-11-03 00:55:29  Rev 5156   jdorje

	* src/interface.c:
	  Fix buggy typo.


2002-10-29 23:24:58  Rev 5107   jzaun

	* src/interface.h src/callbacks.c:
	  - Tooltips hack for the player list works now, no stats are shown 
	  yet


2002-10-29 00:59:19  Rev 5097   jzaun

	* src/callbacks.h src/interface.h src/ggzclient.c src/callbacks.c 
	  src/interface.c:
	  - The framework to a tooltip system for the player list


2002-10-25 22:11:42  Rev 5032   jzaun

	* src/ggzclient.c src/interface.c:
	  - Working on /beep


2002-10-23 15:23:22  Rev 5006   jzaun

	* src/game.c src/game.h src/callbacks.c src/interface.c:
	  - Watching games works now.


2002-10-23 00:59:25  Rev 5005   jzaun

	* src/game.c src/game.h:
	  - add #include "game.h" to game.c and fix a declaration in game.h


2002-10-23 00:51:53  Rev 5004   jzaun

	* src/ggzclient.c src/Makefile.am src/msgboxi.c src/game.c src/game.
	  h src/callbacks.c src/interface.c:
	  - Joining a game works, though not much is checked yet so make 
	  sure you have a table selected!
	  - Sensitivity of the Change Room and Tables buttons
	  - Added a msgbox for when the server disconnects the client


2002-10-21 01:44:52  Rev 4967   jzaun

	* src/ggzclient.c:
	  - made to compile again with ggzcore changes.


2002-10-19 22:02:49  Rev 4954   jzaun

	* src/main.c src/ggzclient.c src/profilesc.c src/msgboxi.c src/xtext.
	  c src/callbacks.c src/interface.c src/xtext.h:
	  - Commiting a patch by Jason and several cleanup of myown


2002-10-19 21:03:17  Rev 4953   jzaun

	* src/ggzclient.c src/xtext.c src/callbacks.c src/xtext.h:
	  - Updated to 1.9.3 xtext widget.


2002-10-16 20:02:58  Rev 4933   jzaun

	* src/callbacks.c:
	  - Started work on joining tables. Things don't work yet.


2002-10-16 17:47:46  Rev 4932   jzaun

	* src/callbacks.h src/profilesc.c src/profilesi.c src/callbacks.c 
	  src/interface.c:
	  - advanced profile editor works
	    * modifying existing profiles
	    * deleteing existing profiles
	    * adding new profiles
	    * button sensitivity
	  - Added the join and watch buttons to the table view


2002-10-16 00:07:30  Rev 4929   jdorje

	* 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.


2002-10-14 20:34:22  Rev 4913   jzaun

	* src/profilesc.c src/profilesi.c:
	  - You can now add new profiles manualy for existing accounts


2002-10-14 20:17:50  Rev 4911   jzaun

	* src/ggzclient.c src/profilesc.c src/profilesc.h src/profilesi.c:
	  - Some more work on the Advanced Profile editor


2002-10-14 18:08:47  Rev 4909   jzaun

	* src/profilesi.c:
	  - removed some unneeded code


2002-10-14 18:06:53  Rev 4908   jzaun

	* src/callbacks.h src/profilesc.c src/Makefile.am src/profilesc.h 
	  src/profilesi.c src/callbacks.c src/interface.c src/profilesi.h:
	  - Added and advanced button to the profiles screen
	  - Created the advanced profile editor window
	    not much is hooked up yet.


2002-10-14 12:13:15  Rev 4907   jzaun

	* src/callbacks.c src/interface.c:
	  - Password is disabled for guest login type
	  - Guest and Registered spaced better
	  - Renamed NEW to PROFILES


2002-10-14 11:49:59  Rev 4906   jzaun

	* src/ggzclient.c src/msgboxi.c src/callbacks.c src/interface.c:
	  - Don't allow login button to be enabled while registered and no 
	  password
	  - Error message for XML error


2002-10-13 23:42:42  Rev 4905   jzaun

	* src/ggzclient.c src/callbacks.c:
	  - Fixed login sensitvity problem


2002-10-13 23:16:29  Rev 4904   jzaun

	* src/ggzclient.c src/interface.c:
	  - First steps of the table list are done much more to come


2002-10-13 20:09:17  Rev 4903   jzaun

	* src/ggzclient.c src/login.c src/msgboxi.c src/interface.c:
	  - Errors connecting to the server are explained in a message box 
	  now.


2002-10-10 18:44:36  Rev 4853   dr_maux

	* src/ggzclient.c:
	  - fix gnome client


2002-10-03 15:32:26  Rev 4791   jdorje

	* src/ggzclient.c:
	  Some more typecasting to avoid compiler warnings.


2002-10-03 15:24:46  Rev 4790   jdorje

	* src/callbacks.c:
	  Avoid some compiler warnings:
	    - Use a specific typecast on a GTK variable.
	    - Remove a spurious semicolon.
	  Also, avoid comparing boolean values to TRUE.  Just check to see if
	  they're true!


2002-10-03 15:22:55  Rev 4789   jdorje

	* src/interface.c:
	  Use a specific typecast to avoid a compiler warning.


2002-10-03 15:18:01  Rev 4788   jdorje

	* src/.deps/.cvsignore src/.deps:
	  I don't know why the .deps directory is in CVS, but every file in it
	  should be ignored.


2002-10-01 18:53:52  Rev 4783   dr_maux

	* configure.in:
	  - use configure.in for AC_INIT


2002-09-29 15:57:04  Rev 4774   dr_maux

	* .cvsignore:
	  - put acinclude.m4 into cvsignore


2002-09-27 08:58:31  Rev 4746   dr_maux

	* autogen.sh:
	  - new autogen


2002-09-26 11:54:09  Rev 4728   dr_maux

	* acconfig.h ABOUT-NLS acinclude.m4 ChangeLog Makefile.am autogen.sh:
	  - even more cleanups


2002-09-26 11:51:51  Rev 4727   dr_maux

	* po m4:
	  - more gnome-client cleanups


2002-09-26 11:43:41  Rev 4726   dr_maux

	* .cvsignore acinclude.ggz src/Makefile.am configure.in:
	  - fix gnome client


2002-09-23 22:45:37  Rev 4674   jdorje

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


2002-09-19 16:18:33  Rev 4631   jdorje

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


2002-07-15 20:15:43  Rev 4308   dr_maux

	* .cvsignore aclocal.m4 ltmain.sh stamp-h.in ABOUT-NLS src/.
	  cvsignore src stamp-h:
	  - some more cleanups


2002-07-15 20:14:31  Rev 4307   dr_maux

	* pixmaps/.cvsignore pixmaps src/.cvsignore src:
	  - some more cleanups


2002-07-15 20:11:35  Rev 4306   dr_maux

	* m4/Makefile src/.xvpics m4/Makefile.in po/ChangeLog po/Makefile:
	  - clean up ggz-gnome build system a bit


2002-06-19 21:20:04  Rev 4263   jzaun

	* src/callbacks.c:
	  - Fixed the login button sensitivity to the two types of loggins


2002-06-19 21:10:12  Rev 4262   jzaun

	* src/callbacks.h src/main.c src/callbacks.c src/interface.c:
	  - Changed the login and create button checks from a timeout to a 
	  callback


2002-06-13 15:10:11  Rev 4257   jzaun

	* src/callbacks.h src/main.c src/.deps src/callbacks.c src/.
	  thumbnails:
	  - Removed a bunch of files that should not have been commited to CVS
	  - Added a general timeout callback that currently checks the
	    sensitivity of the login and create buttons


2002-06-09 23:24:38  Rev 4253   jzaun

	* po src/.xvpics/star1.xpm src/.xvpics/star2.xpm src/.xvpics/star3.
	  xpm src/.xvpics/star4.xpm src/.xvpics src/.xvpics/star5.xpm src/.
	  deps/main.P src/.deps/msgboxi.Po src/chat.c po/Makefile src/chat.h 
	  src/.xvpics/Login.xpm src/Makefile.am m4/lib-prefix.m4 m4/lib-ld.
	  m4 pixmaps/Default/star1.xpm src/.deps/ggzclient.Po 
	  pixmaps/Default/star2.xpm po/POTFILES pixmaps/Default/star3.xpm 
	  pixmaps/Default/star4.xpm src/.deps/login.P m4/progtest.m4 
	  pixmaps/Default/star5.xpm m4/ChangeLog src/interface.c src/.
	  deps/interface.Po src/interface.h src/.thumbnails/chat.xpm.png 
	  m4/glibc21.m4 src/xtext.c src/support.c src/.deps/ggzclient.P 
	  m4/codeset.m4 src/xtext.h src/support.h m4/Makefile.am src/.
	  deps/xtext.Po m4/Makefile src/.deps src/.deps/main.Po m4/Makefile.
	  in src/.xvpics/chatbackground.xpm po/ChangeLog src/.deps/loginc.P 
	  src/msgboxc.c src/.deps/support.P src/.deps/chat.P src/.
	  deps/callbacks.P m4/isc-posix.m4 src/msgboxc.h src/.deps/logini.P 
	  src/.deps/msgboxc.Po src/msgboxi.c src/login.c m4/gettext.m4 
	  src/msgboxi.h src/login.h src/.deps/login.Po src src/.
	  thumbnails/New.xpm.png src/.deps/chat.Po src/.deps/callbacks.Po 
	  src/main.c src/ggzclient.c src/.deps/msgboxc.P src/ggzclient.h 
	  src/.deps/msgboxi.P po/POTFILES.in m4/iconv.m4 src/.
	  thumbnails/chatbackground.xpm.png m4 src/.thumbnails/msg.xpm.png 
	  src/callbacks.c src/.deps/support.Po src/callbacks.h src/.
	  thumbnails/star3.xpm.png src/.thumbnails/star4.xpm.png src/.
	  deps/interface.P src/.thumbnails/star5.xpm.png m4/lib-link.m4 
	  pixmaps/Default/New.xpm m4/lcmessage.m4 src/.thumbnails/Login.xpm.
	  png src/.deps/xtext.P src/.thumbnails:
	  Initial revision


2002-06-09 23:17:00  Rev 4250   jzaun

	* pixmaps/Default/msg.xpm pixmaps/Default/Login.xpm:
	  Initial revision


2002-06-09 23:08:18  Rev 4247   jzaun

	* pixmaps/Default/chat.xpm:
	  Initial revision


2002-06-09 23:01:52  Rev 4244   jzaun

	* pixmaps/Default pixmaps/Default/chatbackground.xpm:
	  Initial revision


2002-06-09 22:53:50  Rev 4241   jzaun

	* NEWS ggz-gnome.schemas acinclude.ggz aclocal.m4 stamp-h.in pixmaps 
	  AUTHORS configure.in ChangeLog pixmaps/Makefile.am README ltmain.
	  sh acconfig.h ggz-gnome.desktop ABOUT-NLS acinclude.m4 Makefile.am 
	  stamp-h autogen.sh:
	  Initial revision


