home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / apps / text_ed / scribe12 / readme.1st < prev    next >
Text File  |  1993-02-09  |  3KB  |  111 lines

  1. SCRIBE ADDITIONAL NOTES
  2. =======================
  3.  
  4. A SHAREWARE PLEA
  5. ----------------
  6.  
  7. I don't want to bore you, but please honour your Shareware obligation: if 
  8. you like this program, and want to keep on using it, please send me ten 
  9. pounds to register your copy (12 pounds if outside the UK). In return I'll 
  10. send you a nicely printed manual and the latest version of SCRIBE. I'll 
  11. also keep you informed of any new updates. Thank you in advance.
  12.  
  13. Eric Chapman, 1 Ashurst Road, London, N12 9AU, U.K.
  14.  
  15.  
  16. MANUAL AMENDMENTS
  17. -----------------
  18.  
  19. See notes below concerning version 1.02.
  20.  
  21.  
  22. LIST OF FILES
  23. -------------
  24.  
  25. SCRIBE.PRG    The SCRIBE program
  26. SCRIBE.RSC    The resource file
  27. SCRIBE.DEF    The file of default operational settings
  28. SCRIBE.HLP    The on-line help file
  29. SCRIBE.MAN    The full instruction manual
  30. README.1ST    This file
  31. QUICK_ST.ART    A short guide to get you started quickly
  32. SCROLFIX.ACC    A bug fix for TOS V1.04
  33. SCROLFIX.DOC    Instructions for the above
  34. SCROLFIX.S    Source code for SCROLFIX
  35.  
  36.  
  37. SCROLFIX.ACC
  38. ------------
  39.  
  40. This desk accessory is a fix for the bug in the operating system version 
  41. 1.04 (Rainbow TOS) and some subsequent versions. This bug has the effect of 
  42. sometimes interpreting single mouse clicks as two clicks. For example, if 
  43. you click on the grey part of the scroll bar, the screen may scroll twice.
  44. SCRIBE contains code which should overcome this problem, so the desk 
  45. accessory should not be needed. However if you do experience the problem, 
  46. put SCROLFIX.ACC in the root directory of your boot disk and re-boot the 
  47. computer.
  48. Full information is given in the author's text file provided with the 
  49. accessory. I would like to take this opportunity to thank the author for 
  50. providing this useful PD utility.
  51.  
  52.  
  53. DEVELOPMENT HISTORY
  54. -------------------
  55.  
  56. Version 1.0
  57. -----------
  58.  
  59. The first version, released 21 Jan 1993.
  60.  
  61. Version 1.01
  62. ------------
  63.  
  64. Released 23 Jan 1993.
  65.  
  66. * Correction made to search routine, which previously left the screen blank 
  67. if the search was unsuccessful.
  68.  
  69. * After exiting from version 1.0 you could not access the menu bar of other 
  70. GEM programs without re-booting. This was due to the accidental deletion of 
  71. a wind_update(2) command in the exit routine. This has now been restored.
  72.  
  73. Version 1.02
  74. ------------
  75.  
  76. Released 9 Feb 1993
  77.  
  78. * Previous versions crashed if GDOS was loaded. This is now corrected.
  79.  
  80. * Should now work with Reflex board and TT medium resolution.
  81.  
  82. * The window can now be sized, moved and topped.
  83.  
  84. * The item 'List documents' under the utilities menu has now been 
  85. incorporated into 'Select document' under the 'Search' menu. This item now 
  86. has the same look and feel as 'Select clipboard'. 'List documents' has been 
  87. deleted from the menu.
  88.  
  89. * Menu text was incorporated in the body of the program. Now included in 
  90. the resource file.
  91.  
  92. * Sub-version number now displayed in the window title line.
  93.  
  94. * Keyboard alternative for the 'About...' menu item was wrong. Now changed 
  95. to Alt-Z.
  96.  
  97. * Some changes made to scrolling and scroll bar calculations.
  98.  
  99. * Colour registers are restored to their previous values on exit.
  100.  
  101. * Minor word-wrapping bug fixed.
  102.  
  103. * With TOS V1.04 and later versions a description of the current operation 
  104. is displayed in the file selector.
  105.  
  106. * All functions are disabled when the SCRIBE window is not the top window 
  107. (a necessary requirement for multi-tasking).
  108.  
  109. * Main manual partially updated.
  110.  
  111.