jdorje: Remove notify_player. Change all its users ...

[email protected] Fri, 26 Aug 2005 12:51:03 -0700
Newsgroups gmane.games.freeciv.cvs
Message-ID <[email protected]>
This is an automated notification of a change to freeciv cvs, 
on Fri Aug 26 12:40:27 PDT 2005 = Fri Aug 26 19:40:27 2005 (GMT)
by Jason Dorje Short <[email protected]>

---- Files affected:

freeciv/server citytools.c cityturn.c diplhand.c gamehand.c maphand.c plrhand.c plrhand.h spacerace.c srv_main.c stdinhand.c techtools.c unithand.c unittools.c

---- Log message:
      Tag: HEAD

Remove notify_player.  Change all its users to either notify_player_ex or
notify_conn, and add message event types where needed.  A few places also
have minor bugfixes.

Patch by me in PR#13753.