Changes revision 192843
1version 1.5.0 (2/16/2009)
2- added display of line number, column, and lines from top to separator line 
3  for info window
4- minor changes to reduce number of warnings when using -pedantic option
5
6version 1.4.7 (2/10/2009)
7- changed how strings are terminated from the old usage of NULL to the current 
8  use of character zero, '\0'
9- changed the licensing since the Artistic License is now considered 
10  restrictive
11
12version 1.4.6
13- modified new_curse.c to handle different subdirectory naming in terminfo 
14  directory; first noted on Mac OS 10.2
15
16version 1.4.5a (12/23/2001)
17- modified get_options to be cleaner for arg handling
18
19version 1.4.5 (12/15/2001)
20- made changes to check usage of arguments provided so that if a file is
21  specified options are no longer accepted (that is, they are treated as file
22  names)
23- changed to use ee_version.h to allow changing version number without need
24  to change ee.c directly
25
26version 1.4.4 (8/17/2001)
27- added code to check if the parent process has died, and if so to exit 
28  gracefully
29
30version 1.4.3 (6/25/2001)
31- modified create.make and new_curse.c to allow defining TERMCAP file 
32  location (since some distributions move the file)
33- source directory now has version number attached to directory name
34
35version 1.4.2 (1/19/2001)
36- change to create.make script to add unistd.h to files to search for 
37  select() declaration
38- change to new_curse.c for proper raw mode operation
39
40
41