1192843Sedversion 1.5.0 (2/16/2009)
2192843Sed- added display of line number, column, and lines from top to separator line 
3192843Sed  for info window
4192843Sed- minor changes to reduce number of warnings when using -pedantic option
5192843Sed
6192840Sedversion 1.4.7 (2/10/2009)
7192840Sed- changed how strings are terminated from the old usage of NULL to the current 
8192840Sed  use of character zero, '\0'
9192840Sed- changed the licensing since the Artistic License is now considered 
10192840Sed  restrictive
11192840Sed
12192838Sedversion 1.4.6
13192838Sed- modified new_curse.c to handle different subdirectory naming in terminfo 
14192838Sed  directory; first noted on Mac OS 10.2
15192838Sed
16192836Sedversion 1.4.5a (12/23/2001)
17192836Sed- modified get_options to be cleaner for arg handling
18192836Sed
19192836Sedversion 1.4.5 (12/15/2001)
20192836Sed- made changes to check usage of arguments provided so that if a file is
21192836Sed  specified options are no longer accepted (that is, they are treated as file
22192836Sed  names)
23192836Sed- changed to use ee_version.h to allow changing version number without need
24192836Sed  to change ee.c directly
25192836Sed
26192834Sedversion 1.4.4 (8/17/2001)
27192834Sed- added code to check if the parent process has died, and if so to exit 
28192834Sed  gracefully
29192834Sed
30192834Sedversion 1.4.3 (6/25/2001)
31192834Sed- modified create.make and new_curse.c to allow defining TERMCAP file 
32192834Sed  location (since some distributions move the file)
33192834Sed- source directory now has version number attached to directory name
34192834Sed
35192834Sedversion 1.4.2 (1/19/2001)
36192834Sed- change to create.make script to add unistd.h to files to search for 
37192834Sed  select() declaration
38192834Sed- change to new_curse.c for proper raw mode operation
39192834Sed
40192834Sed
41