HISTORY of asedit versions 1.1x

1.11 asedit (bug fix release)

   - improper check for a non-existent BACKUP_FILE_SUFFIX corrected;
     line 135 of file_rw.c currently is as follows:
	        if(strlen(BACKUP_FILE_SUFFIX))

   - memory leakage related to a misdesign in the Text widget fixed
     (see GET_TEXT_VALUE_BUG_FIXED in the asedit.c, undo.c, Imakefile).

   - a sanity check in write_lw() implemented 
     (write_lw() is called sometimes during the initialization phase on some
     platforms with a NULL as its 1st parameter, which should be a widget; 
     actually, that behaviour has been reported only for one platform).

   - a change in the Imakefile that supports now an easy redefinition of remote
     printing (and avoids permission problems on the remote computer). See
     Print_cmd and a rule that incorporates it.

   - some extra conditional compilation implemented for a version without the 
     _SHOW_LINE_COLUMN flag defined (writing into changes_status widget
     disabled).

