[Commit] grrobot ChangeLog,1.1.1.1,1.2 configure.in,1.1.1.1,1.2

Carl Worth commit at keithp.com
Thu Jun 19 05:40:37 PDT 2003


Committed by: cworth

Update of /local/src/CVS/grrobot
In directory home.keithp.com:/tmp/cvs-serv21730

Modified Files:
	ChangeLog configure.in 
Log Message:
Fixed messages and scrolling

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/grrobot/ChangeLog,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ChangeLog	13 Jun 2003 10:38:37 -0000	1.1.1.1
+++ ChangeLog	19 Jun 2003 11:40:34 -0000	1.2
@@ -0,0 +1,10 @@
+2003-06-19  Carl Worth  <cworth at isi.edu>
+
+	* src/grrobot.c (grr_game_print): Centralized game message
+	printing.
+	(grr_game_read_notices): New formatted messages for all notice
+	types.
+	(grr_game_read_notices): Fancy incremental updates for move
+	messages.
+	(grr_game_print): Fixed (finally) scrolling of messages.
+

Index: configure.in
===================================================================
RCS file: /local/src/CVS/grrobot/configure.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- configure.in	13 Jun 2003 10:38:37 -0000	1.1.1.1
+++ configure.in	19 Jun 2003 11:40:34 -0000	1.2
@@ -7,7 +7,7 @@
 
 dnl ===========================================================================
 
-AM_INIT_AUTOMAKE(xsvg, $GRROBOT_VERSION)
+AM_INIT_AUTOMAKE(grrobot, $GRROBOT_VERSION)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE
@@ -27,4 +27,5 @@
 AC_OUTPUT([
 Makefile
 src/Makefile
+src/svg/Makefile
 ])




More information about the Commit mailing list