[Freeciv-Dev] (PR#39808) Use $sysconfdir for ggz config dirs in relevant Makefiles.

2007-11-28 Thread Jason Short
http://bugs.freeciv.org/Ticket/Display.html?id=39808 > I'm pretty sure this patch is correct from freeciv's end but the ggz.m4 file may still need some tweaking. I'm not sure if the ggzdconfdir that it sets should use ${sysconfdir} (allowing a make-time override, which would be rather bad in mos

[Freeciv-Dev] (PR#39747) translation comment syntax bug

2007-11-28 Thread Jason Short
http://bugs.freeciv.org/Ticket/Display.html?id=39747 > > [chrisk - Thu Oct 04 06:42:32 2007]: > > > SVN 04 OCT 2007 V2_1 > > server/auth.c > >if (show_source == SST_DEFAULT) { > /* TRANS: After 'Auth option "user":'. Option value may have > been inserted > * between

[Freeciv-Dev] (PR#39909) BUG: leader gender ignored in diplomat/spy dialog

2007-11-28 Thread Jason Short
http://bugs.freeciv.org/Ticket/Display.html?id=39909 > > [wsimpson - Sun Nov 25 18:14:27 2007]: > > "Sir, the diplomat is waiting for your command" > "Sir, the spy is waiting for your command" Problematic. Using Sir and Ma'am does not jive well with all governments. But there is no form-of-ad

Re: [Freeciv-Dev] (PR#39909) BUG: leader gender ignored in diplomat/spy dialog

2007-11-28 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39909 > On 11/28/07, Jason Short <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39909 > > > > [wsimpson - Sun Nov 25 18:14:27 2007]: > > > > "Sir, the diplomat is waiting for your command" > > "Sir, the spy is waiting f

Re: [Freeciv-Dev] (PR#39909) BUG: leader gender ignored in diplomat/spy dialog

2007-11-28 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39909 > Daniel Markstedt wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=39909 > > > On 11/28/07, Jason Short <[EMAIL PROTECTED]> wrote: >> http://bugs.freeciv.org/Ticket/Display.html?id=39909 > >> >>> [wsimpson - Sun Nov 25 18:14:27 2007]:

Re: [Freeciv-Dev] (PR#39909) BUG: leader gender ignored in diplomat/spy dialog

2007-11-28 Thread Egor Vyscrebentsov
http://bugs.freeciv.org/Ticket/Display.html?id=39909 > On Wed, 28 Nov 2007 00:10:54 -0800 Jason Dorje Short wrote: > Daniel Markstedt wrote: > > Any reason the ruler titles can't be used as they are? > > > > "Prime Minister, ..." > > "General, ..." > > "Chief, ..." > > etc. > >Queen, the dip

[Freeciv-Dev] (PR#39923) ggz support for 2.1

2007-11-28 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39923 > With the demise of pubserver GGZ is the natural replacement, as it has worked with freeciv for some years now. http://ggzgamingzone.org/ freeciv.ggzgamingzone.org points to the "main" GGZ server, a rather small machine used primarily for

Re: [Freeciv-Dev] (PR#39722) gcc-4.2 -O2 compile fails as predicted

2007-11-28 Thread Jordi Negrevernis i Font
http://bugs.freeciv.org/Ticket/Display.html?id=39722 > > > > > > 2007/11/27, Daniel Markstedt <[EMAIL PROTECTED] > >: > > > http://bugs.freeciv.org/Ticket/Display.html?id=39722 > > > On Nov

Re: [Freeciv-Dev] (PR#39909) BUG: leader gender ignored in diplomat/spy dialog

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39909 > Egor Vyscrebentsov wrote: > What about >Your majesty, ... > and similar? (Seems to be a unisex form in all languages I know about.) > Camrade for Communism makes the same thing. > Your highness and excellency are also non-gender specific

Re: [Freeciv-Dev] (PR#39922) BUG: keys operate units with map not in focus

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39922 > Jason Dorje Short wrote: > I'm not sure how it should be fixed. There's a lot of unit-specific > unit commands that should be disabled when there's a tabbed report open. > While attempting to do the apostrophe Chat PR#39912, I've found at

[Freeciv-Dev] (PR#39924) BUG: escape doesn't cancel dialogs nor much of anything else

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39924 > $subject Apparently, it's hijacked in client/gui-gtk-2.0/gui_main.c keyboard_handler() to cancel goto/patrol, and never properly passed along to other routines. ___ Freeciv-dev mailing list Free

Re: [Freeciv-Dev] (PR#39912) consistent UI - Chat - use apostrophe for shortcut

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39912 > First, I tried an obvious addition to the menu system with the shortcut key. No joy. The "\'" itself doesn't show in the menu, and it doesn't work. Next, I tried reading the on-line manual. And discovered that the entire menu system here w

Re: [Freeciv-Dev] (PR#39912) consistent UI - Chat - use apostrophe for shortcut

2007-11-28 Thread Erik Johansson
http://bugs.freeciv.org/Ticket/Display.html?id=39912 > On Nov 28, 2007 2:46 PM, William Allen Simpson <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39912 > > Also, the same problem with "_Map". These widget shortcuts don't work at > all! You have to use the mouse

Re: [Freeciv-Dev] (PR#39912) consistent UI - Chat - use apostrophe for shortcut

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39912 > BTW, I just counted 9 s to get to the chat line, and on the default visually pleasant theme, I cannot where else it is focused. Annoying! This shortcut is really needed! ___ Freeciv-dev mailing

Re: [Freeciv-Dev] (PR#39922) BUG: keys operate units with map not in focus

2007-11-28 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39922 > William Allen Simpson wrote: > This code begs for a complete re-write. Who's the GTK expert around here > these days? There are damn good reasons I'm not a gui programmer, and > this utter frustration is one of them. The reason the code i

Re: [Freeciv-Dev] (PR#39912) consistent UI - Chat - use apostrophe for shortcut

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39912 > I don't see an Alt on my Mac keyboard ;-) After bringing up F1: control-M does nothing visible. option-M causes my (not visible) worker to begin mining. (Wrong!) command-M causes the entire game to hide in the dock. MacPorts gt

[Freeciv-Dev] (PR#39925) Automatic change of queue + save bug

2007-11-28 Thread
http://bugs.freeciv.org/Ticket/Display.html?id=39925 > Well everytime i end a round all production queue are changed? Is it a bug or a generell problem. Also my save games seem to be buggy cause i lost some colloseums in some citys! ___ Freeciv-dev m

[Freeciv-Dev] (PR#39926) build error on ZETA/BeOS with gcc 2.95.3

2007-11-28 Thread Begasus
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > Hi there, As jdorje asked I'm sending this email to the tracker to see if someone can figure out next compilation error. Any help is appreciated. Greetz, Luc Schrijvers aka Begasus make[1]: Entering directory `/R5/S2_2/server' source='s

[Freeciv-Dev] (PR#39927) RFE: consistent UI - Map - use for shortcut

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39927 > This would free up Alt-M, as proposed by "Erik Johansson" <[EMAIL PROTECTED]> in side commentary (see PR#39900). Excerpted: ESC works for Dialogs: just close the dialog and bring up the last used tab. [When in] tabs ([such as] city l

Re: [Freeciv-Dev] (PR#39926) build error on ZETA/BeOS with gcc 2.95.3

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > Begasus wrote: > /R5/S2_2/server/settings.c:992: warning: preprocessing directive not > recognized within macro arg > /R5/S2_2/server/settings.c:993: `#elif' not within a conditional > /R5/S2_2/server/settings.c:995: `#else' not within a con

Re: [Freeciv-Dev] (PR#39926) build error on ZETA/BeOS with gcc 2.95.3

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > William Allen Simpson wrote: > What compiler? Apparently, as the error is clearly stated, it doesn't like > the #if in the middle of the GEN_INT macro. > I'm blind, you wrote gcc 2.95.3 in the subject. Can you upgrade? Also, I'd not recom

Re: [Freeciv-Dev] (PR#39912) consistent UI - Chat - use apostrophe for shortcut

2007-11-28 Thread Erik Johansson
http://bugs.freeciv.org/Ticket/Display.html?id=39912 > On Nov 28, 2007 4:10 PM, William Allen Simpson <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39912 > > > I don't see an Alt on my Mac keyboard ;-) > > After bringing up F1: >option-M causes my (not visible)

Re: [Freeciv-Dev] (PR#39926) build error on ZETA/BeOS with gcc 2.95.3

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > For portability, we should re-write this section. http://www.gnu.org/software/gcc/bugs.html Cannot use preprocessor directive in macro arguments. Versions of GCC prior to 3.3 did not allow you to put #ifdef (or any other pr

Re: [Freeciv-Dev] (PR#39926) 2.2-test build error in settings.c with gcc 2.95.3

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > William Allen Simpson wrote: > For portability, we should re-write this section. > Damnit, was already re-written in 2.1, but not in 2.2/trunk. As I've said before, I really really really wish that folks fixing bugs in 2.1 would also fix th

[Freeciv-Dev] (PR#39925) Re: Automatic change of queue + save bug

2007-11-28 Thread
http://bugs.freeciv.org/Ticket/Display.html?id=39925 > > [guest - Mi 28. Nov 2007, 15:42:41]: > > Well everytime i end a round all production queue are changed? Is it a > bug or a generell problem. Also my save games seem to be buggy cause i > lost some colloseums in some citys! > heyho, w

[Freeciv-Dev] (PR#39925) Re: Automatic change of queue + save bug

2007-11-28 Thread
http://bugs.freeciv.org/Ticket/Display.html?id=39925 > heres the savegame i was speaking off ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

Re: [Freeciv-Dev] (PR#39926) 2.2-test build error in settings.c with gcc 2.95.3

2007-11-28 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > William Allen Simpson wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=39926 > > > William Allen Simpson wrote: >> For portability, we should re-write this section. >> > Damnit, was already re-written in 2.1, but not in 2.2/trunk. As

Re: [Freeciv-Dev] (PR#39912) consistent UI - Chat - use apostrophe for shortcut

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39912 > On my Mac keyboards, the option key has the label alt in the upper left. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

Re: [Freeciv-Dev] (PR#39925) Automatic change of queue + save bug

2007-11-28 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39925 > wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=39925 > > > Well everytime i end a round all production queue are changed? Is it a > bug or a generell problem. Also my save games seem to be buggy cause i > lost some colloseums in

[Freeciv-Dev] (PR#39928) GTK2 (F5) Economy (Alt-O) _Obsolete conflicts with _Orders

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39928 > As an alternative, similar to F1 Cities, could Sell with All and Obsolete as submenus. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

[Freeciv-Dev] (PR#39929) GTK2 (F3) Players (Alt-C) _Cancel conflicts with Chat, Cities

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39929 > Could easily change to Cancel _Treaty. _Meet conflicts with _Map, but that could go away soon (see PR#39927). ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freec

Re: [Freeciv-Dev] (PR#39926) 2.2-test build error in settings.c with gcc 2.95.3

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > Jason Dorje Short wrote: > On that topic, why do we have a 2.2 already? You should, of course, re-read your messages circa Sep 12th. I'd be happy to stop posting any patches at all to trunk, and use 2.2 as the development branch It r

Re: [Freeciv-Dev] (PR#39926) 2.2-test build error in settings.c with gcc 2.95.3

2007-11-28 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > William Allen Simpson wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=39926 > > > Jason Dorje Short wrote: >> On that topic, why do we have a 2.2 already? > > You should, of course, re-read your messages circa Sep 12th. Negative.

[Freeciv-Dev] (PR#39931) remove gtk_menu_item_remove_submenu

2007-11-28 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39931 > This is deprecated in recent GTKs and doesn't seem to be needed. It's easily replaced. Patch was made for 2.1 but we probably only need it for trunk. -jason Index: client/gui-gtk-2.0/cityrep.c

[Freeciv-Dev] (PR#39930) "Auto Settler" for Workers and Engineers

2007-11-28 Thread
http://bugs.freeciv.org/Ticket/Display.html?id=39930 > If you select a worker or engineer the menu entry in the "Orders" menu reads "Auto Settler". This looks like a reminiscence of previous Freeciv versions where we started with settlers and progressed to engineers. Correctly it should read "A

Re: [Freeciv-Dev] (PR#39926) 2.2-test build error in settings.c with gcc 2.95.3

2007-11-28 Thread Daniel Markstedt
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > On 11/29/07, Jason Dorje Short <[EMAIL PROTECTED]> wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39926 > > > William Allen Simpson wrote: > > http://bugs.freeciv.org/Ticket/Display.html?id=39926 > > > > > Jason Dorje Short wrote:

Re: [Freeciv-Dev] (PR#39926) 2.2-test build error in settings.c with gcc 2.95.3

2007-11-28 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > Daniel Markstedt wrote: >>> I'd be happy to stop posting any patches at all to trunk, and use 2.2 >>> as the development branch It really is a waste of time doing >>> everything twice or three times. >> That was, in fact, entirely my po

Re: [Freeciv-Dev] (PR#39926) 2.2-test build error in settings.c with gcc 2.95.3

2007-11-28 Thread Begasus
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > Hi peeps, Didn't know you guys were paying that much attention (before I knew what went on there there was already a fix for the first problem). ;) Sending the diff file now I used to get the source of the 2.2 branch (yeah I know .. have

[Freeciv-Dev] (PR#39932) Old Ubuntu-installation

2007-11-28 Thread
http://bugs.freeciv.org/Ticket/Display.html?id=39932 > Hi! I try to install the prev. version to Ubuntu... It's not there, the same with this new version. We really need a ubuntu-package, please help us get this great game... ___ Freeciv-dev mailing

Re: [Freeciv-Dev] (PR#39926) 2.2-test build error in settings.c with gcc 2.95.3

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > Begasus wrote: > Sending the diff file now I used to get the source of the 2.2 branch (yeah > I know .. have these urges! ;) ) to compile in BeOS. Have used svn diff in > ubuntu (after checking all compiles) to create the diff file. Maybe y

Re: [Freeciv-Dev] (PR#39926) 2.2-test build error in settings.c with gcc 2.95.3

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > Jason Dorje Short wrote: > ... I'd suggest merging 2.2 back into trunk > (and reverting the embassy removal, saving that and other major rules > changes for after 2.2). > For a guy that's been around so long, you don't seem to understand s

Re: [Freeciv-Dev] (PR#39900) _Update button in city report to _Inspect

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39900 > Committed as part of S2_1 revision 14100. Committed as part of S2_2 revision 14101. Committed as part of trunk revision 14102. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.or

Re: [Freeciv-Dev] (PR#39912) consistent UI - Chat - use apostrophe for shortcut

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39912 > Committed as part of S2_1 revision 14100. Committed as part of S2_2 revision 14101. Committed as part of trunk revision 14102. ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.or

Re: [Freeciv-Dev] (PR#39913) consistent UI - Government should be Edit

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39913 > Committed as part of S2_2 revision 14101. Committed as part of trunk revision 14102. Index: client/gui-gtk-2.0/gui_main.c === --- client/gui-gtk-2.0/gui_main.c (revision 1

Re: [Freeciv-Dev] (PR#39881) GTK2 (F2) Unit (Alt-N) _Nearest conflicts with Gover_nment

2007-11-28 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39881 > Committed S2_1 revision 14083, as an interim compromise. Full integration with PR#39913: Committed as part of S2_2 revision 14101. Committed as part of trunk revision 14102. ___ Freeciv-dev mai

Re: [Freeciv-Dev] (PR#39926) 2.2-test build error in settings.c with gcc 2.95.3

2007-11-28 Thread Jason Dorje Short
http://bugs.freeciv.org/Ticket/Display.html?id=39926 > William Allen Simpson wrote: > http://bugs.freeciv.org/Ticket/Display.html?id=39926 > > > Jason Dorje Short wrote: >> ... I'd suggest merging 2.2 back into trunk >> (and reverting the embassy removal, saving that and other major rules >> c