jdorje: Change the worklist structure to use the cit...

[email protected] Thu, 28 Jul 2005 11:01:04 -0700
Newsgroups gmane.games.freeciv.cvs
Message-ID <[email protected]>
This is an automated notification of a change to freeciv cvs, 
on Thu Jul 28 10:59:06 PDT 2005 = Thu Jul 28 17:59:06 2005 (GMT)
by Jason Dorje Short <[email protected]>

---- Files affected:

freeciv/client citydlg_common.c options.c
freeciv/client/gui-gtk-2.0 wldlg.c
freeciv/common capstr.c city.h dataio.c fc_types.h worklist.c worklist.h
freeciv/server savegame.c

---- Log message:
      Tag: HEAD

Change the worklist structure to use the city_production struct internally.
Replace client and server registry worklist code with one set of common
registry code.

Patch by me in PR#13550.