home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / pvic_10a.lzh / DOC / pvic_changes.txt next >
Text File  |  1998-06-11  |  1KB  |  41 lines

  1. PVIC 1.0a
  2. =========
  3.  
  4. CHANGES from 1.0
  5. ----------------
  6. These changes were made by Martin Gregorie, gregorie@logica.com
  7.  
  8. 1    Added $SHELL processing to initialisation
  9. 2    Replaced system() in shelling out so that the environment variables
  10.     are passed to the child process.
  11. 3    Initial tab setting now taken from the stdout file descriptor during
  12.     initialisation.
  13. 4    Allow line ranges to be +n -n as well as .+n .-n.
  14. 5    Changed help to reflect changes 3,4. 
  15. 6    Added line and range selection descriptions to the EX command help page.
  16. 7    Made TERMCAP processing use the contents of $TERMCAP like the termcap 
  17.     library functions. If the content won't open as a file it is assumed 
  18.     to be the termcap definition and is checked to ensure that it's entry
  19.     names(s) correspond to the current TERM value. It will be rejected if 
  20.     this is not the case.
  21. 8    Added .exrc processing. The name is built from HOME and the new constant
  22.     LOCAL_INI_FILE. Commands in the initialisation file are overridden by 
  23.     commands in EXINIT and the screen depth value in LINES.
  24. 9    Added ':j' to colon commands and added it to the EX commands help screen.
  25.  
  26. Changed files
  27. -------------
  28.  
  29. locdefs.h
  30. pvic.h
  31.  
  32. cmdline.c
  33. enveval.c
  34. general.c
  35. help.c
  36. locfuncs.c
  37. main.c
  38. ops.c
  39. termcap.c
  40.  
  41.