gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] [PATCH] Proper names in GNU Go


From: Marcin Garski
Subject: [gnugo-devel] [PATCH] Proper names in GNU Go
Date: Tue, 11 Oct 2005 23:45:59 +0200
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Hello,

I've prepared small patch to fix incorect names in GNU Go, like X-Windows, Mb instead of MB. There are more bugs like this, but some are hard for me to fix, like GNUGO or gnugo, because as I see they are used in different meanings and GNU Go isn't always good choice.
--
Marcin Garski
diff -ur gnugo-3.7.7-orig/ChangeLog gnugo-3.7.7/ChangeLog
--- gnugo-3.7.7-orig/ChangeLog  2005-10-10 05:51:03.000000000 +0200
+++ gnugo-3.7.7/ChangeLog       2005-10-11 23:28:34.000000000 +0200
@@ -3182,7 +3182,7 @@
 - in make_worms() if worm.defend==PASS move not tried
 - in attack_callback() ignore strings with 5 liberties
 - default memory increased to 32Mb
-- configure supports 48Mb and 64Mb models
+- configure supports 48MB and 64MB models
 - minor tuning
 - doc revision
 - vsnprintf error gives warning, not fatal error
diff -ur gnugo-3.7.7-orig/configure.in gnugo-3.7.7/configure.in
--- gnugo-3.7.7-orig/configure.in       2005-10-10 05:52:27.000000000 +0200
+++ gnugo-3.7.7/configure.in    2005-10-11 23:29:05.000000000 +0200
@@ -60,7 +60,7 @@
 default_owl_node_limit=1000
 
 AC_ARG_ENABLE(cache-size,
-  [  --enable-cache-size=n       reserve n Mb RAM for caching (8 default)])
+  [  --enable-cache-size=n       reserve n MB RAM for caching (8 default)])
 
 AC_ARG_ENABLE(level,
   [  --enable-level=n            n = default level (10 standard)])
@@ -198,7 +198,7 @@
           Continuing without glib ])
         fi
     else
-          AC_MSG_WARN([Neither vsnprintf nor glib found. Gnugo is
+          AC_MSG_WARN([Neither vsnprintf nor glib found. GNU Go is
           compiled but it is safer to get glib at
           http://www.gtk.org/])
     fi
diff -ur gnugo-3.7.7-orig/doc/gnugo.6 gnugo-3.7.7/doc/gnugo.6
--- gnugo-3.7.7-orig/doc/gnugo.6        2005-06-12 14:22:44.000000000 +0200
+++ gnugo-3.7.7/doc/gnugo.6     2005-10-11 23:14:50.000000000 +0200
@@ -190,9 +190,9 @@
 .Sh "Playing a game with CGoban"
 .IX Subsection "Playing a game with CGoban"
 CGoban is a general purpose client program by Bill Shubert for
-playing Go. It runs under X\-Windows with a beautiful resizeable
-graphic display. To use \s-1GNU\s0 Go under X\-windows, obtain the most recent 
-version of CGoban from Bill Shubert's web site
+playing Go. It runs under X Window System with a beautiful resizeable
+graphic display. To use \s-1GNU\s0 Go under X Window System, obtain the
+most recent version of CGoban from Bill Shubert's web site
 .PP
 http://www.igoweb.org/~wms/comp/cgoban/index.html
 .PP
diff -ur gnugo-3.7.7-orig/doc/gnugo.info-1 gnugo-3.7.7/doc/gnugo.info-1
--- gnugo-3.7.7-orig/doc/gnugo.info-1   2005-10-10 05:54:18.000000000 +0200
+++ gnugo-3.7.7/doc/gnugo.info-1        2005-10-11 23:24:35.000000000 +0200
@@ -394,7 +394,7 @@
           A start is being made with GoThic, a goban widget based on
           the QT toolkit.  This is linked from the GNU Go development
           web page on gnu.org. Other starts have been made based on
-          GTK, but so far nothing more than a start has been attempted.
+          GTK+, but so far nothing more than a start has been attempted.
 
    * A graphical pattern editor.
 
@@ -514,8 +514,8 @@
 
         gnugo
 
-but it is nicer to run it using CGoban 1 (under X-Windows), Jago (on
-any platform with a Java runtime environment) or other client programs
+but it is nicer to run it using CGoban 1 (X Window System), Jago (on
+any platform with a Java Runtime Environment) or other client programs
 offering a GUI.
 
    You can get the most recent version of CGoban 1 from
@@ -950,7 +950,7 @@
 older program. You should get a copy with version number 1.12 or higher.
 
    CGoban is an extremely nice way to run GNU Go. CGoban provides a
-beautiful graphic user interface under X-Windows.
+beautiful graphic user interface under X Window System.
 
    Start CGoban. When the CGoban Control panel comes up, select "Go
 Modem". You will get the Go Modem Protocol Setup. Choose one (or both)
@@ -1006,10 +1006,10 @@
      capable of playing with GNU Go using the GTP.
 
    * Dingoui (<http://dingoui.sourceforge.net/>) is a free GMP client
-     written in GTK which can run GNU Go.
+     written in GTK+ which can run GNU Go.
 
    * Jago (<http://www.rene-grothmann.de/jago/>) is a GPL'd Java client
-     which works for both Microsoft Windows and X-Window System.
+     which works for both Microsoft Windows and X Window System.
 
    * Sente Software's FreeGoban
      (<http://www.sente.ch/software/goban/freegoban.html>) is a
@@ -1047,7 +1047,7 @@
      not only Go, but also a few other board games.
 
    * Goben (<http://www.waz.easynet.co.uk/software.html>), a GTP
-     capable front end for GNU Go using GTK libraries from Wayne Myers.
+     capable front end for GNU Go using GTK+ libraries from Wayne Myers.
      Licensed GPL.
 
 
diff -ur gnugo-3.7.7-orig/doc/gnugo.pod gnugo-3.7.7/doc/gnugo.pod
--- gnugo-3.7.7-orig/doc/gnugo.pod      2004-04-16 18:21:46.000000000 +0200
+++ gnugo-3.7.7/doc/gnugo.pod   2005-10-11 23:15:28.000000000 +0200
@@ -63,9 +63,9 @@
 =head2 Playing a game with CGoban
 
 CGoban is a general purpose client program by Bill Shubert for
-playing Go. It runs under X-Windows with a beautiful resizeable
-graphic display. To use GNU Go under X-windows, obtain the most recent 
-version of CGoban from Bill Shubert's web site
+playing Go. It runs under X Window System with a beautiful resizeable
+graphic display. To use GNU Go under X Window System, obtain the
+most recent version of CGoban from Bill Shubert's web site
 
 http://www.igoweb.org/~wms/comp/cgoban/index.html
 
diff -ur gnugo-3.7.7-orig/doc/install.texi gnugo-3.7.7/doc/install.texi
--- gnugo-3.7.7-orig/doc/install.texi   2005-10-10 05:43:15.000000000 +0200
+++ gnugo-3.7.7/doc/install.texi        2005-10-11 23:24:44.000000000 +0200
@@ -57,8 +57,8 @@
 @end example
 
 @noindent
-but it is nicer to run it using CGoban 1 (under X-Windows), Jago
-(on any platform with a Java runtime environment) or other
+but it is nicer to run it using CGoban 1 (under X Window System), Jago
+(on any platform with a Java Runtime Environment) or other
 client programs offering a GUI.
 
 You can get the most recent version of CGoban 1 from 
diff -ur gnugo-3.7.7-orig/doc/introduction.texi 
gnugo-3.7.7/doc/introduction.texi
--- gnugo-3.7.7-orig/doc/introduction.texi      2005-06-12 11:34:13.000000000 
+0200
+++ gnugo-3.7.7/doc/introduction.texi   2005-10-11 23:21:29.000000000 +0200
@@ -301,7 +301,7 @@
 @quotation
 A start is being made with GoThic, a goban widget based on the QT
 toolkit.  This is linked from the GNU Go development web page on
-gnu.org. Other starts have been made based on GTK, but so far
+gnu.org. Other starts have been made based on GTK+, but so far
 nothing more than a start has been attempted.
 @end quotation
 @item  A graphical pattern editor.
diff -ur gnugo-3.7.7-orig/doc/using.texi gnugo-3.7.7/doc/using.texi
--- gnugo-3.7.7-orig/doc/using.texi     2005-04-16 22:47:36.000000000 +0200
+++ gnugo-3.7.7/doc/using.texi  2005-10-11 23:21:20.000000000 +0200
@@ -60,7 +60,7 @@
 or higher.
 
 CGoban is an extremely nice way to run GNU Go. CGoban provides a
-beautiful graphic user interface under X-Windows.
+beautiful graphic user interface under X Window System.
 
 Start CGoban. When the CGoban Control panel comes up, select ``Go
 Modem''. You will get the Go Modem Protocol Setup. Choose one (or
@@ -116,10 +116,10 @@
 client by J.-F. Menon for IGS written in the scripting language Ruby.
 RubyGo is capable of playing with GNU Go using the GTP.
 @item Dingoui (@url{http://dingoui.sourceforge.net/}) is a free
-GMP client written in GTK which can run GNU Go.
+GMP client written in GTK+ which can run GNU Go.
 @item Jago (@url{http://www.rene-grothmann.de/jago/})
 is a GPL'd Java client which works for both Microsoft Windows
-and X-Window System.
+and X Window System.
 @item Sente Software's FreeGoban 
 (@url{http://www.sente.ch/software/goban/freegoban.html}) is a
 well-liked user interface for GNU Go (and potentially other
@@ -149,7 +149,7 @@
 engines.  Can play not only Go, but also a few other board
 games.
 @item Goben (@url{http://www.waz.easynet.co.uk/software.html}),
-a GTP capable front end for GNU Go using GTK libraries from
+a GTP capable front end for GNU Go using GTK+ libraries from
 Wayne Myers. Licensed GPL.
 @end itemize
 
diff -ur gnugo-3.7.7-orig/INSTALL gnugo-3.7.7/INSTALL
--- gnugo-3.7.7-orig/INSTALL    2004-08-20 12:30:12.000000000 +0200
+++ gnugo-3.7.7/INSTALL 2005-10-11 23:17:23.000000000 +0200
@@ -33,8 +33,8 @@
 
         gnugo
 
-but it is nicer to run it using CGoban 1 (under X-Windows) or Jago (on
-any platform with a Java runtime environment).
+but it is nicer to run it using CGoban 1 (under X Window System) or Jago (on
+any platform with a Java Runtime Environment).
 
    You can get the most recent version of CGoban 1 from 
 http://sourceforge.net/projects/cgoban1/. The earlier version
diff -ur gnugo-3.7.7-orig/README gnugo-3.7.7/README
--- gnugo-3.7.7-orig/README     2005-06-12 11:34:13.000000000 +0200
+++ gnugo-3.7.7/README  2005-10-11 23:29:45.000000000 +0200
@@ -36,7 +36,7 @@
                     Running GNU Go via CGoban
 
 This is an extremely nice way to run GNU Go. CGoban provides a
-beautiful graphic user interface under X-Windows.
+beautiful graphic user interface under X Window System.
 
 Start CGoban. When the CGoban Control panel comes up, select ``Go
 Modem''. You will get the Go Modem Protocol Setup. Choose one (or
@@ -131,10 +131,10 @@
 
 Jago, like CGoban is a client capable of providing GNU Go with a
 graphical user interface. Unlike CGoban, it does not require
-X-Windows, so it is an attractive alternative under Windows.
-You will need a Java runtime environment. Obtain Jago at
+X Window System, so it is an attractive alternative under Windows.
+You will need a Java Runtime Environment. Obtain Jago at
 http://www.rene-grothmann.de/jago and follow the links there for the
-Java runtime environment.
+Java Runtime Environment.
 
 
                        Go Modem Protocol
diff -ur gnugo-3.7.7-orig/TODO gnugo-3.7.7/TODO
--- gnugo-3.7.7-orig/TODO       2004-09-08 19:03:41.000000000 +0200
+++ gnugo-3.7.7/TODO    2005-10-11 23:20:31.000000000 +0200
@@ -156,7 +156,7 @@
  * A good GUI.
    A start is being made with GoThic, a goban widget based on the QT
    toolkit.  This is linked from the GNU Go development web page on
-   gnu.org. Other starts have been made based on GTK, but so far
+   gnu.org. Other starts have been made based on GTK+, but so far
    nothing more than a start has been attempted.
 
  * A graphical pattern editor.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]