[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
    
        - Previous message: [Commit] librr/src Makefile.am,1.5,1.6 rr.c,1.5,1.6 rr.h,1.9,1.10
	rr_board.c,1.9,1.10 rr_client.c,1.6,1.7 rr_string.c,1.2,1.3
	rrint.h,1.5,1.6
 
        - Next message: [Commit] grrobot/src grr_icon.c,NONE,1.1 grr_icon.h,NONE,1.1
	grr_util.c,NONE,1.1 grr_util.h,NONE,1.1 Makefile.am,1.2,1.3
	grr_board_view.c,1.6,1.7 grrobot.c,1.6,1.7
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
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
 ])
    
    
        
	- Previous message: [Commit] librr/src Makefile.am,1.5,1.6 rr.c,1.5,1.6 rr.h,1.9,1.10
	rr_board.c,1.9,1.10 rr_client.c,1.6,1.7 rr_string.c,1.2,1.3
	rrint.h,1.5,1.6
 
	- Next message: [Commit] grrobot/src grr_icon.c,NONE,1.1 grr_icon.h,NONE,1.1
	grr_util.c,NONE,1.1 grr_util.h,NONE,1.1 Makefile.am,1.2,1.3
	grr_board_view.c,1.6,1.7 grrobot.c,1.6,1.7
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the Commit
mailing list