# $RCSfile$ $Revision$ $Author$ $Date$

None, they're features ;)

Seriously, the following are things known to be wrong or I'm personally not
happy with in this release (Note that this doesn't include any of my sloppy 
code, I'm always unhappy with sloppy code):

General
	- Some real problems with Makefile dependancies, especially in the libs.
	  (I rely to heavily on make [clean|clobber])
	- somewhat unhappy with button layout on toolbars.....
	- Could use some docs/on line help.
	- really should have a configure script, and possibly packaging.
	  (although I would be more inclined if this had other projects based
	  on it...)
	- mysterious reset of selection in listboxes.  inherent in wxGTK (GTK?)
	  when the focus changes (bet it doesn't happen in 'click-to-focus' (yuk))
	- error handling is horrible.  for example, lack of data files or missing 
	  entries in the resource file causes odd behavior.

Mtu
	- none?

Sector
	- map frame:
		- way to many redraws!  This is in wxGTK, however there is at 
		  least one thing I can do to help speed each readraw up.
		  (this has been cleaned up quite a bit recently--there is one
		  other thing that could be done to speed it up more.....)
		- transparent bm's (won't work in PS anyway....)
		- XOR type rubberbanding in route mode won't work (seemed to
		  eat up way to many clock cycles anyhow, maybe should drop
		  every 10-20).
		- border mode doesn't always work as expected.  Could use much
		  better method(s) for this.  ([W|C]ould multiple methods be
		  a better approach?)  a work-around is to add something like:
B:0103:0:1
B:0202:0:1
B:0202:5:1
B:0301:4:1
B:0302:5:1
		  to the .dat file.  NOTE:  a second border mode has been added
		  which works on an individual hex side.
	- Formatted subsector output doesn't clip properly when more than
	  one subsector is printed.  Does the graphic output do the same?
	- in general, when printing less than an entire sector (either to
	  a file or to a printer), borders and routes which don't originate
	  on what is printed will be ignored.  
	- 'Delete'/'Edit' of routes without one selected causes core dump.
	  The respective buttons should be disabled.

System
	- displays blanks in the uwp.  This one IS a feature, dammit.  See README.
	- manipulation (such as edit) of non-planet orbits has unpredictable
	  results.

Sysgen
	- sometimes cannot place known components (please leave DEBUG code in)
	  I'm about 99.9% sure this is fixed (or, at least, have 99.9% of the
	  cases handled), but if anyone gets the abnormal termination, I would 
	  like to see the standard error dump (which is why the DEBUG code is
	  present) (Actually, I'm up to 99.999% confident on this).
	- not happy with the way astroid belts are printed or displayed (it's
	  different for both).

World
	- when called from system, may dump core if any input dialogs opened.
	  Haven't seen in awhile, still present?
