[Freeciv-Dev] (PR#40240) [Patch] Minor INSTALL updates

2008-05-09 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40240 

 $subject


 - ML

diff -Nurd -X.diff_ignore freeciv/INSTALL freeciv/INSTALL
--- freeciv/INSTALL 2007-09-14 14:52:09.0 +0300
+++ freeciv/INSTALL 2008-05-08 16:48:49.0 +0300
@@ -4,7 +4,7 @@
 
 This file describes how to compile and install Freeciv. Last time we
 made sure this file is up to date was 16-Jul-06.
-Last minor update was 12-Aug-07.
+Last minor update was 08-May-08.
 
 There may be a localized version of this file in the ./doc directory,
 named INSTALL.locale (e.g., INSTALL.de).
@@ -59,7 +59,7 @@
unless you give configure the --disable-auto-deps option.  See
the section below for more information.
Note that there have been reports that gcc with -O3 miscompiled
-   freeciv. No problems have been reported with -O2.
+   freeciv.
 
  - A make program.
 
@@ -89,7 +89,7 @@
 
  - GNU autoconf version 2.55 or better
 
-   Autoconf is required to create configure from configure.in. 
+   Autoconf is required to create configure from configure.ac.
 
  - GNU automake version 1.6 or better
 
@@ -101,7 +101,6 @@
 
 The Freeciv client comes in the following forms:
 * Gtk+ 2.0 widget library (Gtk+ 2.0).
-* AmigaOS MUI (Mui).
 * Native Microsoft Windows Common Controls (Win32).
 * X Athena Widgets library (Xaw).
 * SDL
@@ -110,11 +109,10 @@
 
 Your system will need to satisfy at least one of these sets of prerequisites.
 
-Note that some Linux systems have separate library packages for runtime 
+Note that most Linux systems have separate library packages for runtime 
 library support and for development support (for compiling programs 
 which use those libraries).  To compile Freeciv on such systems you 
 will need to have the appropriate development packages installed.
-(Attention Red Hat users: this means you! :-)
 
 
 1a. Prerequisites for the Gtk+ 2.0 client:
@@ -625,12 +623,6 @@
zlib1g-dev
xlib6g-dev
 
- For the gtk+ 1.2 client:
-   gdk-imlib-dev
-   libglib1.2-dev
-   libgtk1.2-dev
-   imlib-progs
-
  For the xaw client:
xaw3dg-dev
libxpm4-dev
diff -Nurd -X.diff_ignore freeciv/INSTALL freeciv/INSTALL
--- freeciv/INSTALL 2007-08-13 22:23:46.0 +0300
+++ freeciv/INSTALL 2008-05-08 16:50:43.0 +0300
@@ -4,7 +4,7 @@
 
 This file describes how to compile and install Freeciv. Last time we
 made sure this file is up to date was 16-Jul-06.
-Last minor update was 13-Aug-07.
+Last minor update was 08-May-08.
 
 There may be a localized version of this file in the ./doc directory,
 named INSTALL.locale (e.g., INSTALL.de).
@@ -59,7 +59,7 @@
unless you give configure the --disable-auto-deps option.  See
the section below for more information.
Note that there have been reports that gcc with -O3 miscompiled
-   freeciv. No problems have been reported with -O2.
+   freeciv.
 
  - A make program.
 
@@ -89,7 +89,7 @@
 
  - GNU autoconf version 2.55 or better
 
-   Autoconf is required to create configure from configure.in. 
+   Autoconf is required to create configure from configure.ac.
 
  - GNU automake version 1.6 or better
 
@@ -109,11 +109,10 @@
 
 Your system will need to satisfy at least one of these sets of prerequisites.
 
-Note that some Linux systems have separate library packages for runtime 
+Note that most Linux systems have separate library packages for runtime 
 library support and for development support (for compiling programs 
 which use those libraries).  To compile Freeciv on such systems you 
 will need to have the appropriate development packages installed.
-(Attention Red Hat users: this means you! :-)
 
 
 1a. Prerequisites for the Gtk+ 2.0 client:
@@ -631,12 +630,6 @@
zlib1g-dev
xlib6g-dev
 
- For the gtk+ 1.2 client:
-   gdk-imlib-dev
-   libglib1.2-dev
-   libgtk1.2-dev
-   imlib-progs
-
  For the xaw client:
xaw3dg-dev
libxpm4-dev
___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] (PR#40234) [Patch] Start button sensitivity

2008-05-09 Thread Madeline Book

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40234 

 [EMAIL PROTECTED] - Thu May 08 09:12:40 2008]:
 
 2008/5/8 Madeline Book:
 
[EMAIL PROTECTED] - Wed May 07 21:59:32 2008]:
   
 GTK-2
   
 Current Start button sensitivity checks against
 global observer, but
 observer attached to player cannot start game either.
 
   The start button should also not be sensitive for detached
   connections (not observer and not attached to a player).
 
  Fixed that one.
 
  I also found out that Pick Nation is sometimes used to create new
 player (without nations selection) and sometimes to select nation for
 existing player. Now button text changes accordingly.
  Sensitivity of the Take Player/Pick Nation adjusted fixing
  two bugs:
  - Pick Nation is not sensitive for observers.* (S2_1 only, as in
 S2_2 and TRUNK observer seems to have full control over nation
 selection...)
  - Take Player is always available for detached connections
 
 
  *) Similar change is later required for connection menu

I think Create Player or Become Player might be less
confusing than Take Player on account of the taking
of existing players done by the /take command already.


--
笑わずにキスをすることがきますか?

___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


Re: [Freeciv-Dev] (PR#40234) [Patch] Start button sensitivity

2008-05-09 Thread Marko Lindqvist

URL: http://bugs.freeciv.org/Ticket/Display.html?id=40234 

2008/5/10 Madeline Book [EMAIL PROTECTED]:

  I think Create Player or Become Player might be less

 I considered those, as I think their meaning would be easier to
understand than Take Player. Problem is that sometimes it ends
creating player, and sometimes it takes existing player.

  confusing than Take Player on account of the taking
  of existing players done by the /take command already.

 This *is* /take -.


 - ML



___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev