home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oakland CPM Archive
/
oakcpm.iso
/
cpm
/
comnd
/
comnd004.ark
/
COMND.EDT
< prev
next >
Wrap
Text File
|
1986-06-17
|
1KB
|
43 lines
== Edit history for COMND library ==
This file should describe any changes to the comnd library. Changes
to each module should also be recorded in the beginning of that module.
Legend:
MEM = Mark E. Mallett
Edit Who When - what
---- --- ----------------------
000 MEM Mid-1984: original version and continuing modifications.
001 MEM 850527: write document. Make minor additions to date/time
parsing. Create files CMDOSS and CMDPFD from routines which
were formerly in the other modules, to segregate these
routines.
002 MEM 850529: In preparing the kit (001), I optimized two identical
lines of code into one. This broke the ^H command recovery
feature. Sigh. Make it the way it was.
003 MEM 850530: Add control-X to erase line (like control-U but using
erases).
004 MEM 850820: Change code in keyword lookup so that it expands tabs
between spaces when giving help, rather than sending tab.
Somebody complained. Code is now in conditionals, anyway.
wishlist:
- notion of intermediate prompts attached to the first CFB of a parse call
(much like defaults). If user types <CR> with no input, s/he would get
the intermediate prompt. Not sure how to back up past that point, though,
unless the prompt was an urging followed by redisplay of the original
prompt and command line as currently typed.
- filename parsing.