1EDITSS NOTES ON CHANGES:
2
3V1.0	First working version.
4	MANpage added.
5
6V1.1	Minor bugs removed.
7	Compatible with XXPMS.
8
9V2.0b	Makes use of the new shipshape.
10	Minor bugs removed (major bugs added :)  )
11	No longer compatible with XXPMS v0.93 or less.
12	Uses Xpilot's math.c (modified) for maximum compatibility.
13
14V2.0	Some annoying bugs removed.
15	MANpage made up to date.
16	Imakefile included.
17	Double click on ship now loads ship.
18
19V2.1	Makes use of name: and author: fields.
20	Saving in old format no longer possible.
21	ship2ps (conversion of shipshapefile to PostScript) integrated.
22
23V2.2	Maintenance elease by Bert Gijsbers.
24	Applied patch editss.2.1.bugfixes.gz, which fixes a division
25	by zero and a reference to freed memory.
26	Use proper prototypes everywhere.
27	Removed inclusion of /usr/include from STD_INCLUDES in Imakefile.
28	Removed use of -lXext in Imakefile.
29	Added missing #include <ctype.h> for toupper in editss.c.
30	Added missing #include <stdio.h.h> in pship.c.
31	Added missing inclusion of editss include files.
32	Renamed MIN to minimum to avoid clash with system defined MIN.
33	Added a few parenthesis for forced expression evaluation.
34
35