;
;	09-jan-81	bdn	allow teco style rubouts (/PDE)
;	09-jan-81	bdn	fix control U to save for undelete
;	09-jan-81	bdn	gold '3' toggles case translation.
;	15-jan-81	bdn 1	pf2 = nextpage, gold pf2 = refresh
;			    2	pf3 = findnext, gold pf3 = find
;			    3	gold enter = set search pattern
;	29-jan-81	bdn 1	gold '4' does a line fill ala RNO
;			    2	added /FIL:nnn for control V and as
;				an input switch.
;			    3	added /WRAP to enable auto line wrap
;				when in kb input mode.
;			    4	check for vt100 being a vt52, and set
;				flag if vt100 in vt52 mode at entry.
;	11-mar-81	    1   Add GOLD M for menu type settings
;				Add GOLD F for exit scope mode
;				Add GOLD G for 'get file'
;				Add GOLD S , duplicates 'SAVE' command
;	??-may-81	bdn 1	set keypad key ',' to merg lines if
;				cursor is at eol.
;			    2	fix /print option to work right.
;			    3	fix break line to stay at current line.
;			    4	add teco style ^E search control chars
;				for findnext and replace (pf3,enter).
;			    5	add control C test for findnext (pf3).
;	27-may-81	bdn 1	add 'gold p' command to completely fill
;				and justify a paragraph.
;			    2	add 'gold .' to turn off the normal char
;				insert and enable char replacement.
;	08-jul-81	bdn 1	add 'gold w' to write select range to
;				disk file.
;			    2	clean up 'noline' mode in for line
;				insertion.
;	xx-jul-81	bdn 1	Fixup for running under rsx3.2 and VMS
;
;	30-jul-81	bdn 1	Allow control V (and gold M) to accept
;				relative page arg, as in PAGE:+100 or
;				PAG:-100.
;			    2	Added SPSCH module for funny terminals.
;	21-aug-81	bdn 1	Allow find next (pf3) to prompt for a
;				string if no previous one exists.
;			    2	Added 'gold up' and 'gold downarrow' to
;				move to top of page and bottom of page.
;			    3	modified schelp
;			    4	Added 'gold rightarrow' to find next
;				sentence.
;			    5	improve input switch parsing.
;			    6   Support FD.FTN format in EDIO for rms
;				and FCS produced files (in addtion to
;				existing FD.CR formats).
;	01-sep-81	bdn 1	add most of Mike Horton's (St. Ambrose
;				College, Iowa) mods for supporting the
;				TELEVIDEO 912 terminal.
;	11-sep-81	bdn 1	since there was nothing better to do,
;				added 'gold r' (try it twice on the
;				same line to see what it does) (cswap:)
;
;	04-nov-81	bdn 1	Allow ^E<ddd> to contain decimal point.
;				Note: The TECo style matching works for
;				      FINDNEXT and REPLACE only.
;			    2	Modify EDINIT to allow wildcard input
;				file specs (ppn's are zeroed for non-
;				priv users).
;			    3	Change OVERSTRIKE (gold .) to toggle.
;			    4	control led's for line input mode and
;				overstrike mode.
;
;	09-nov-81	bdn 1	allow delete (^D) to delete a select
;				range (ie, type '3' and down arrow,
;				then control D).
;
;	23-nov-81	bdn 1	allow all keypad keys to repeat via
;				GOLD digitstring repeat count except '0'
;			    2	GOLD 9 inserts the ascii representation
;				of the digit string set by GOLD digits.
;				(SPCINS)
;			    3	GOLD 6 erases the paste buffer
;			    4	GOLD PF2 is last page
;			    5	PF4 is delline, identical to control D.
;			    6	Repeat counts entered by GOLD digits.
;				Maximum value is 999
;			    7	nextword and lastword can cross lines
;			    8	changed left and right arrow logic to
;				use recursive call on main control loop
;				so they (and nextword) work right with
;				a repeat count.
;			    9	GOLD comma (on keypad) is undelete char.
;			    10	changed command name to VTedit while the
;				command SCOPE will keep old command tbl.
;			    11	Fix goof in MARK (clr cut.l(r4))
;
;	24-nov-81	bdn 1	Add  support of RSTS field test v7.1
;				private  delimiter bitmask to reduce
;				char read  overhead  (don't need the
;				.ttddt call anymore). This is always
;				determined at run time, thus it will
;				still run on 7.07 at  the expense of
;				of 2 extra instructions per read.
;			    2	keypad key 8 is now swapch, gold 8 is
;				swapline. gold 5 is center line based
;				on the current fill setting.
;
;			keypad change summary
;
;				pf2	= next page
; 				gold pf2= previous page
;				pf4	= deleteline
; 				gold pf4= undelete line
;				','	= deletechar
;				gold ','= undelete char
;				gold 5	= center 
;				gold 6	= erase paste buffer
;				'8'	= swapchar  
;				gold 8	= swap line
;				gold 9	= spcins (insert char whose 
;					 vaule is in rept buffer)
;				gold digitstring = set rept count
;
;
;
;	14-dec-81	bdn  1	add individual help for all keypad
;				keys.
;			     2	Add GOLD Q to que select range or
;				current page to line printer.
;			     3	extended repeat count (gold digits)
;				to repeat any character, as in
;				GOLD 10 R inserts 10 R's.
;
;	19-jan-82	bdn  1	Add complete journaling to TED via
;				the JOURNAL and RECOVER commands.
;				Also allow 'AT' command.
;				See source code file EDJRN.MAC
;			     2	Add support code to display a dummy
;				<eof> record at the end of the file
;				to support adding lines to a  file.
;				Disabled by patching SC.EOF offset 0
;				from 177777 to 0.
;				Note: Hiseg went to 20KW.  This  is
;				the maximum that should be  allowed
;				in order to be  able to  edit  very
;				large files because of the 4K round
;				up of APR mapping.
;			     3	Added code for 'SR' and 'SRBACK' in
;				find next module to improve  things
;				and to cut size.
;
;	03-feb-82	bdn  1	reduce terminal i/o overhead, eliminate
;				redundant tty i/o.
;			     2	allow fill for 'center', 'paragraph' and
;				'fill' to use the value currently in the
;				repeat count buffer (gold digits) if ne.
;
;	09-mar-82	bdn  1	fix /wrap and opnlin (gold '0') to work
;				with rsts v7.1-11 multiple delimiters
;				and RSX with io.ral reads.
;			     2	check for control C typed during search
;				backwards (gold 7).
;			     3	Allow cut at eof for dummy eof record.
;			     4	Attempt to retain cursor pos on newpage
;				command.
;			     5	Bug in reverse scrolling on last page.
;
;	01-apr-82	BDN  1	added left margin support, /LMA:nnn
;				set by gold M or control V.
;			     2	finally got around to journaling for
;				the RSX version.
;			     3	finally implemented multi blocked i/o 
;				in RSX version (no more GET$ and PUT$).
;			     4	added GOLD A (tabset) to set the left
;				margin equal to the current cursor pos.
;
;	09-apr-82	BDN  1	finally added vt100 scrolling region
;				support for line insertions.
;
;	19-apr-82	BDN  1	save/restore character overwrite flag in
;				'INSCH'.
;
;	17-may-82	BDN  1	rewrite paste insertion and user macro
;				macro code.
;			     2	add 'learn' command (gold L)
;			     3	make keypad on/off code into subs
;				to be called also from find/replace code
;				to allow keypad to be used normally.
;			     4	add support to i.vt100 and 'move' to get
;				132 column support.
;			     5	add ability for temp file pager to alter
;				the page sizes for quick loading of very
;				large files.
;
;	29-jul-82	BDN/HAH	Use call to rsx exec to find out what
;				kind of terminal we are on.
;
;	31-aug-82	BDN	Allow ^W and ^G during macro execution.
;				Turn off learn mode (gold L) if a macro
;				is started (via typing ^E).
;
;	20-sep-82	BDN	changed '7' to be findlast.
;
;	12-oct-82	BDN	Minitab mods
;				Fix saving of vt52 and gigi ansi flag
;				Force gigi to vt52 and save old 'TM'
;				Allow cmdline tt type to ovreride
;				Rewrote part of INSTR to speed it up
;				50%.
;	12-nov-82	BDN	added GOLD T to insert date/time
