! WPE_MASTER.FILE ! WPE_OPTIONS WPE ! ! ! Baseline Version 5.000 completed 1-SEP-1988 ! Complete rewrite for compatibility with ! (and to take advantage of) TPU V2/EVE T2.0 ! Bug fixes to EVE T2.0 emulation of WPS. ! Added: SET PAGE LENGTH as a synonym for CT. ! Added: Print command (asks "translated or untranslated") ! Print Untranslated mode. ! Added: EDW Keypad (EDT Keypad with all other WPE extensions) ! ! Dale E. Coy - Version 5.1 July/September 1989 --- ! Fixes for changes between EVE T2.0 and T2.2 ! Fixes for changes between TPU V2.0 and V2.2 ! Added translation between EBCDIC and ASCII ! Bug fix for TPU Spawn and eve_spell ! Dale E. Coy - Version 5.2 September/Oct 1989 --- ! Fix for changes to eve_get_file ! Change in wpe_save_position (take advantage of TPU V2.2) ! Combined init modules ! Improved mail editor ! New functions in paragraph, get_file, include_file, and ! print_file ! Misc. bug fixes and technical changes. ! ! 5.001 = Bug Fix - map EDT ENTER key to wpe_return, not eve_return ! 5.002 = Define > and < for VT-100s ! 5.003 = Feature change (EVE Problem Fix) - Paginate, Gold P, Gold N, ! and Ctrl/L fixed to put FF on same line as existing text. ! 5.004 = Fixes to WPE modules to always return True/False Status. ! 5.005 = Added shift left/right capability. ! 5.006 = Added code to support revised operation of MORE.COM ! 5.007 = Added code for direct use as a mail editor. ! 5.008 = Improved call_user (set terminal/noline). ! 5.009 = Code cleanup. ! 5.010 = DECUS release version - October 1988 !-- ! 5.100 = Temporary Patches for VMS V5.1 ! 5.101 = Add translation between EBCDIC and ASCII ! 5.102 = Fix bug in TPU Spawn (set terminal /noline upon return) & spell ! 5.103 = Change wpe_eve$file_module_init_xx to conform to EVE T2.2 ! 5.104 = Add wpe_other_window for F19, if EVE T2.2 ! 5.105 = EVE T2.2 use eve$clear_select_position to cancel select range ! (no need with T2.2 to use eve$selection instead of ! comparing eve$x_select_position <> 0) !-- ! 5.200 = Sync with VMS (no EVE changes between VMS 5.1 and 5.2) ! 5.201 = EVE T2.2 use eve$get_file1 with buffer name, instead of ! eve_get_file (which ignores version number) ! 5.202 = Take advantage of TPU V2.2 in wpe_save_position ! 5.203 = Combine wpe_eve$file_module_init_replace and _mail to make ! maintenance easier, and save 9 blocks section file space. ! 5.204 = Improve exit behavior of mail editor. ! 5.205 = Add wpe_paragraph: finds next procedure in .TPU file, next ! topic in .HLP file. ! 5.206 = Add wpe_get_file feature emulating eve_open_selected. ! 5.207 = Add wpe_include_file feature simulating eve_include_selected. ! 5.208 = Add wpe_print_file feature to special-case DM$ print commands. ! 5.209 = Remove some dependencies on EVE T2.2 (get_file, other_window) ! 5.210 = DECUS release version. - November, 1989 !-- ! !