Changes as of 9/20/91.

- border color changes are internal rather external
- message window mapped at startup
- mobility added to main window, stats (bar graph) window
- redraw bugs with stats window fixed
- .xtrekrc stuff: galacticfrequent, updatespersecond (defaults.c, main.c)
- support for moving planets (redraw.c)
- mapmode flag: on for 2 (freq.), off otherwise.  (socket.c)

Changes as of 1/16/92.

- window manager mobility added to all windows
- independent team bitmaps added
- player list mapped at startup
- scout max engine temp is displayed as 100, not 120
- .xtrekrc stuff: forcemono: on, defaultship: [SC/DD/CA/BB/AS/SB]
- reenabled italic font in x11window.c
- moving planet support (no affect if planets are stationary)

Changes as of 3/15/92.

  data.c
  data.h
  death.c
  defs.h
  input.c
  main.c
  newwin.c
  orbit.c
  Makefile
  socket.c (major additions)
  packets.h (major additions)
  udpopt.c (new file)

- Added Andy McFadden's UDP mods.  data.c, data.h, and defs.h define UDP
  globals and macros.  death.c modified to support UDP window.  input.c
  modified to support socket-related code and UDP window.  newwin.c modified
  to define UDP window, updated motd display, updated help display.  orbit.c
  has one-line bux fix (char *buf[80] -> char buf[80]).

- Removed mapmode flag from socket.c.

Changes as of 4/1/92.

  data.c
  data.h
  defs.h
  input.c
  main.c
  newwin.c
  socket.c
  udpopt.c

- Added UDP v0.2 and v0.3 mods and associated patches.

  x11window.c

- Added "better X citizen" patches; added XSetWMNormalHint() calls

[ Final Bronco Netrek Release 8/1/92 ]

