home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / print / handb137.zip / HISTORY.HBK < prev    next >
Text File  |  1992-07-01  |  4KB  |  89 lines

  1. 'program history
  2. '1.00   Initial Release
  3. '1.01   Fixed problem in Epson pitch control string
  4. '       Removed delay routine
  5. '1.02   Replaced ANSI.SYS screen controls with ROM-Bios video services.
  6. '       Speeded up displays.
  7. '       Added option to change default text file name.
  8. '       Added option to restore default configuration.
  9. '       Added character filter to remove unwanted control characters from processed text.
  10. '       Added Key Buffer Flush routine to reduce the effects of key (or finger) bounce.
  11. '1.03   Added error trap to prevent printer failures from crashing HANDBOOK.
  12. '1.04   Improved operator interface in selecting drives and files.
  13. '1.05   Changed default text file name to "SAMPLE.HBK".
  14. '1.06   Added error trap to allow recovery from disk errors.
  15. '       Removed "Beep" routine
  16. '1.07   Added Calendar feature
  17. '1.08   Changed Calendar routine to allow recovery when an invalid date is entered.
  18. '1.09   Extended error trap for debugging purposes
  19. '1.10   Allow Handbook format with draft printer
  20. '1.11   Minor change to work file progress messages
  21. '1.12   Implemented DOS service to delete work file
  22. '1.13   Added .no (insert notes page) command
  23. '1.14   Changed Configuration menu "Save" to "Save and exit"
  24. '       Minor change to progress display"
  25. '1.15   Fixed bug that allowed early exit from configuration
  26. '1.16   Added abort if nothing in hbk file
  27. '1.17   source code lost...
  28. '1.18   Added Hewlett-Packard LaserJet-II as printer 4
  29. '       Added Formfeed control
  30. '1.19   Fixed bug introduced in v1.18 calendar
  31. '1.20   Expanded Mini-Manual Format to 46 x 46
  32. '       Modified calendar code to be more understandable
  33. '1.21   Added word wrap for long headers
  34. '       Added .dt (current date) command
  35. '       Added IBM Proprinter support as printer 5
  36. '       Added .ta (tab interval)
  37. '       Added <ESC> key as alternate to "X" for return or exit
  38. '       Added .wi (wrap indentation) command
  39. '1.22   Added .ns (no sort index) command
  40. '       Added .sw (single width characters) command
  41. '       Added .dw (double width characters) command
  42. '       Added "View" feature
  43. '       Added .mn (minimum notes) command
  44. '       Added sorted handbook file display
  45. '1.23   Added Search to View feature
  46. '       Added print alignment test .hbk files
  47. '1.24   Added 80x43, 80x50, and 80x60 screen support
  48. '       Changed Handbook extended view to facing page display
  49. '1.25   Changed most BIOS screen I/O to internal BASIC I/O
  50. '1.26   Added 'Shell to Editor' to main menu, Editor name to configuration
  51. '       Added index entry for calendar
  52. '       Removed 80x60 screen support (caused problems with editors)
  53. '       Fixed bug in Index Sort routine which could crash HANDBOOK
  54. '1.27   Fixed bug in manual date entry routine
  55. '1.28   Improved Help Screen display routines
  56. '       Moved Help text to external file
  57. '       Changed (N)ext, (P)revious, etc to PageUp, PageDn, etc.
  58. '1.29   Added color, borders
  59. '1.30   Moved Configure routines to separate program
  60. '1.31   Added Command-line arguments to override configuration
  61. '       Fixed bug in monochrome display mode
  62. '1.32   Fixed bug in Notes and Index headers
  63. '       Improved scrolling of help text
  64. '       Fixed video mode bugs
  65. '1.33   Added .ni (no index) dot command
  66. '       Added .qu (quiet) dot command to suppress ad
  67. '       Revised .mn (minimum notes) dot command to 0 - 20
  68. '       Added configuration status box to main menu screen
  69. '       Adding Landscape mode support for LaserJet printers
  70. '       Adding Hewlett-Packard LaserJet IIId Duplex mode support
  71. '       Added (R)eset choice to Main Menu
  72. '       Added .cp (calendar pages) command to control calendar length
  73. '1.34   Separated print rountines into separate modules
  74. '1.35   Put separate print modules into one print module
  75. '       Added Print (S)ome to main menu
  76. '1.36   Added Letter layout
  77. '       Added Graphic Landscape mode for dot matrix printers
  78. '       Added HBKSET module
  79. '       Fixed bug in text file name passed to editor when other than
  80. '       default drive is used
  81. '1.37   Converted to BASIC PDS 7.1
  82. '       Fixed floppy "drive not ready" bug
  83. '       Fixed "binding edge" bug in duplex mode
  84. '       Fixed pagination bug in duplex mode
  85. '       Added .tr (truncate) command
  86. '       Added .wr (wrap) command
  87.  
  88.  
  89.