home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / FPC225_1.ZIP / FEATURES < prev    next >
Encoding:
Text File  |  1988-11-08  |  8.5 KB  |  154 lines

  1. %B\ FEATURES.SEQ          A feature list for F-PC         by Tom Zimmer%B
  2.  
  3.   This file contains a list of features that have been added to F-PC over
  4. the last months, and the date on which the feature was added.  The list is
  5. in date order.
  6.  
  7.                     %UFeatures Prior to April 1988%U
  8.  
  9.                 . Seperated Heads.
  10.                 . Seperated Colon space (LISTS).
  11.                 . Direct threading.
  12.                 . Sequential Files for Source.
  13.                 . Build in editor, SED. Uses WordStar like key sequences.
  14.                 . User reconfigurable edit keys.
  15.                 . Editor supports global search and replace.
  16.                 . Editor provides on line HELP.
  17.                 . The Editor protects you from FULL DISK ERRORS.
  18.                 . Simple conversion utility for translating BLOCKS to FILES.
  19.                 . User defined Macros in Forth and SED.
  20.                 . Program size limited by Memory.
  21.                 . Status line containing Free memory, current file ect.
  22.                 . Online Help mechanism.
  23.                 . SEE and VIEW as in F83.
  24.                 . Decompiler shows conditional structures properly.
  25.                 . Assembler supports Prefix AND Postfix notation.
  26.                 . Assembler supports local labels.
  27.                 . Compiler optimized for performance. >12000 lpm on 8 MHZ AT.
  28.                 . System fully Meta Compilable as in F83.
  29.                 . Direct Video write available. Faster than 10 full displays
  30.                   per second on an 4.7 MHZ XT.
  31.                 . Full DOS memory allocation support.
  32.                 . Execute any DOS command from within F-PC.
  33.                 . Execute other programs from within F-PC.
  34.                 . Expanded Memory support code supplied.
  35.                 . Multi tasking as in F83.
  36.                 . Handle interface to DOS for files.
  37.                 . Software & Hardware floating point.
  38.                 . CGA through VGA graphics support.
  39.                 . MCGA through VGA text support.
  40.                 . Multi file search utility like GREP provided.
  41.                 . Environment access words included.
  42.                 . installation mechanism allows user customization.
  43.                 . CGA color control and MCGA attribute control.
  44.                 . Screen save and restore utility.
  45.                 . Cursor shape control.
  46.                 . Save system and Turnkey support.
  47.                 . Word source displayed while debugging.
  48.                 . Full time and date access with measurment support.
  49.                 . Three date formats supported, your preference.
  50.                 . Divide by zero trapping.
  51.                 . Control Break warm starts F-PC, settable by the user.
  52.                 . Printing is redirectable to a file or as you select.
  53.                 . Printed listing are nicely formatted with Headers & footers.
  54.                 . Built in 1 line editor, provides WordStar like functions.
  55.                 . Good program compatibility with F83.
  56.  
  57.  
  58.                    %UFeatures added since April 1988%U
  59.  
  60. April 6th       . Paste Date and Time to SED.
  61.                 . Turnkey added to F-PC.
  62. June 1st        . %B***** Version 1.01b *****%B
  63.                 . %B********** Changed name of F88 to F-PC **********%B
  64. June 6th        . Added a branch out of range check to the PASM labels.
  65.                 . Added a single long local branch label to PASM.
  66.                 . Fixed SYS mechanism, so it works properly on DOS 2.xx.
  67. June 9th        . Added an existing file check to SED Copy, CUT, and WRITE
  68.                   commands.
  69. June 14th       . Added INLINE and END-INLINE to the system for inline assembly.
  70.                 . Modified  FPRINT, FLOOK, ect. to allow the file spec to
  71.                   include a directory spec.
  72. June 16th       . %B***** Version 1.02b *****%B
  73. June 20th       . Installed new SEARCH from Roger Bird, faster in all cases.
  74. June 24th       . %B***** Preliminary version of F-PC USERS MANUAL *****%B
  75.                   %B***** available from Ting. *****%B
  76. July 2nd        . Benchmarks have found F-PC to be 2 1/2 time faster than PF.
  77. July 7th        . Switched kernel to INLINE NEXT, found a way around the
  78.                   debugger problem with inline next.
  79.                 . Added multiple date format support to F-PC.
  80.                 . Added   "/* comments */"  to F-PC.
  81. July 8th        . %B***** Version 1.04b *****%B
  82.                 . Listing now prints the real file date on footer.
  83. July 9th        . Added Word wrap to SED.
  84. July 10th       . ***** MY BIRTHDAY *****
  85.                 . Added right margin set to SED.
  86.                 . Added paragraph reformat to SED.
  87. July 11th       . Added UNDO (do-loop type) to F-PC.
  88.                 . Rewrote the help screen mechanism in SED,
  89. July 12th       . Added Paragraph line sort to SED.
  90.                 . Added Character graphics line drawing to SED.
  91.                 . Added APPEND capability to SED, marked text can be appended.
  92. Jyly 19th       . %B***** Version 1.05b *****%B
  93. July 22nd       . A BEHEADer mechanism is available in F-PC now.
  94. July 25th       . Added Printer control, for BOLD and UNDERLINE to SED.
  95.                 . Added a printer control file for the IBM PROPRINTER.
  96. July 26th       . Modified Color board support, to blank the screen before
  97.                   scrolling or writing to the screen, so F-PC works much
  98.                   better on a CGA now that it used to.
  99.                 . %B***** Version 1.06b *****%B
  100.                 . Added GOTO page to SED.
  101. July 27th       . Modified VIEW to be split screen, HELP on the top 8 lines
  102.                   of the screen, an VIEW source on the bottom 12 lines.
  103.                 . Removed DARK from VIEW and HELP, they cause flashing on a
  104.                   CGA, the new mechanism is much smoother.
  105. August 1st      . The SED window is adjustable from 4 lines to full screen.
  106.                 . when using fewer than 23 lines, the lower part of the
  107.                   screen scrolls after leaving the editor while the last
  108.                   screen of the edit remains visible till you type DONE.
  109. August 5th      . Blanking is specifiable during installation for color
  110.                   monitors. Use it for CGA but don't use it for EGA or LCD.
  111. August 8th      . %B***** Version 1.07b *****%B
  112. August 8-12th   . Added MENU support to F-PC in both the system and the SED
  113.                   editor. SED is much easier to use now. You can define your
  114.                   own menus as well, see SEDMENU for an example.
  115. August 16th     . %B***** Version 2.01 *****%B
  116.                 . First NON-BETA release.
  117. August 17th     . Graphic character selection tool added, allows insertion
  118.                   in a SED document any graphics character except NULL.
  119. August 19th     . All prompt lines in SED now use popup windows with full
  120.                   line edit capability. The graphic character selection tool
  121.                   is also available for search or replace strings.
  122. August 23rd     . Laser printed USERS MANUAL now available. It is very nice
  123.                   with good screen displays and sample code segments.
  124. August 24th     . %B***** Version 2.02 *****%B
  125.                 . Bug fixes.
  126. Sept 1st        . %B***** Version 2.021 *****%B
  127.                 . Bug fixes.
  128. Sept 2nd        . %B***** Version 2.10 *****%B
  129. Sept 2nd        . F-PC can now EDIT FILES AS LARGE AS MEMORY. The 64k
  130.                   limit is gone.
  131. Sept 4th        . Significant performance inprovement when moving from the
  132.                   beginning of a file to the end of visa versa. Also
  133.                   effects edit startup or completion.
  134. Sept 5th        . %B***** Version 2.11 *****%B
  135.                 . Spawn a DOS shell from within SED.
  136. Sept 9th        . Editor saves the cursor position on the edit line when
  137.                   you leave and re-enter SED.
  138. Oct 4th         . F-PC supports VGA/EGA displays in upto 132 columns by 43
  139.                   lines.
  140.                 . %B***** Version 2.20 *****%B
  141.                 . Added Big cursor and Normal cursor shape support for EGA
  142.                   and VGA monitors.
  143.                 . Misc bug fixes.
  144. Oct 17th        . %B***** Version 2.21 *****%B
  145.                 . Misc bug fixes.
  146. Oct 29th        . %B***** Version 2.22 *****%B
  147.                 . Misc bug fixes.
  148. Nov 2th         . %B***** Version 2.23 *****%B
  149.                 . BE-HEAD mechanism added to allow local functions.
  150. Nov 4th         . Added AUTOSAVE on inactive keyboard to the editor.
  151.                 . Added 1000+ word Forth glossary.
  152.                 . Misc bug fixes.
  153.  
  154.