home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compiler / small_c / cb / sources / history < prev    next >
Encoding:
Text File  |  1985-09-12  |  2.4 KB  |  63 lines

  1. Small-Tools Revision History
  2.  
  3. -- included in version 1.1
  4.  
  5. --- edt changes
  6.  1. Do not abort run on error loading file named in command line.
  7.  2. Rename original file to .$$$ extension before writing it anew.
  8.     Delete .$$$ file if successful.
  9.  3. Add "z" command to "zip" through the buffer from the current line
  10.     until interrupted by any input.
  11.  4. Abort iterative commands on ESC from console.
  12.     Abort "print" and "zip" commands on any input.
  13.  
  14. --- fmt changes
  15.  5. add .bf command for boldface.
  16.  6. add -bs# switch for number of boldface strikes.
  17.  7. add -s switch to show source files.
  18.  8. use switch statement.
  19.  9. fix bug causing the printing of pages with only a heading/footing.
  20. 10. add EPSON mode for underlines and boldface.
  21.     -bs# switch is effective only in TTY mode.
  22. 11. add -t switch to set TTY mode.
  23. 12  add .it command for italics in EPSON mode.
  24. 13. add -i switch to substitute italics for underlines.
  25. 14. add -u switch to substitute underlines for italics.
  26. 15. make boldface also double strike.
  27. 16. enhance italics.
  28. 17. use "switch" in comtyp()
  29. 18. keep bold/italics/underline out of headings/footers.
  30. 19. don't obscure blank lines with .ul, .bf, .it.
  31. 20. prevent blank pages on .bp at last line of a page.
  32. 21. add -nr switch to negate "ready printer..." prompt.
  33. 22. make ".mp #" algorithm wait # lines before forcing another page break.
  34. 23. make -ec# print multiple copies even w/o mergefile.
  35. 24. add ".dw #" command for nontty mode double wide print.
  36.  
  37. --- lst changes
  38. 25. allow bare filename in leu of redirection spec for stdin in the
  39.     command line.
  40.  
  41. --- mrg changes
  42. 26. Merge based on a lexicographical ordering rather than the straight
  43.     ASCII colating sequence.
  44.  
  45. --- prt changes
  46. 27. Force output to LST: unless stdout is redirected away from the console.
  47.  
  48. --- srt changes
  49. 28. unless specified otherwise with the -t switch, temporary files go to
  50.     the default drive.
  51.  
  52. -- included in version 1.2
  53.  
  54. --- fmt changes
  55. 29. subscript from // to \\ or white space, and
  56.     superscript from \\ to // or white space.
  57.  
  58. --- srt changes
  59. 30. fix improper closing of temp files.
  60. 31. make duptest() check -u switch instead of assuming it is set.
  61. 32. fix potential problem in merge() if input temp file is null.
  62. 33. fix test for escape from merge loop.
  63.