home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / AZTEC-C / COMND004.ARK / COMND.EDT < prev    next >
Text File  |  1986-06-17  |  1KB  |  43 lines

  1.         == Edit history for COMND library ==
  2.  
  3. This file should describe any changes to the comnd library.  Changes
  4. to each module should also be recorded in the beginning of that module.
  5.  
  6. Legend:
  7.  
  8.     MEM = Mark E. Mallett
  9.  
  10. Edit    Who    When - what
  11. ----    ---    ----------------------
  12. 000    MEM    Mid-1984: original version and continuing modifications.
  13.  
  14. 001    MEM    850527: write document.  Make minor additions to date/time
  15.         parsing.  Create files CMDOSS and CMDPFD from routines which
  16.         were formerly in the other modules, to segregate these
  17.         routines.
  18.  
  19. 002    MEM    850529: In preparing the kit (001), I optimized two identical
  20.         lines of code into one.  This broke the ^H command recovery
  21.         feature.  Sigh.  Make it the way it was.
  22.  
  23. 003    MEM    850530: Add control-X to erase line (like control-U but using
  24.         erases).
  25.  
  26. 004    MEM    850820: Change code in keyword lookup so that it expands tabs
  27.         between spaces when giving help, rather than sending tab.
  28.         Somebody complained.  Code is now in conditionals, anyway.
  29.  
  30.  
  31.  
  32.  
  33.  
  34. wishlist:
  35.  
  36. - notion of intermediate prompts attached to the first CFB of a parse call
  37.   (much like defaults).  If user types <CR> with no input, s/he would get
  38.   the intermediate prompt.  Not sure how to back up past that point, though,
  39.   unless the prompt was an urging followed by redisplay of the original
  40.   prompt and command line as currently typed.
  41.  
  42. - filename parsing.
  43.