home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 276.lha / QED_v1.0_beta_0.19 / Changes.doc < prev    next >
Text File  |  1989-08-02  |  4KB  |  93 lines

  1.  
  2.  
  3.  
  4.  
  5.                                      QED
  6.  
  7.                               AMIGA TEXT EDITOR
  8.                                    
  9.  
  10.                      Copyright 1989 by Darren M. Greenwald
  11.  
  12.                               All rights reserved
  13.  
  14.                             Whats new as of 7/23/89
  15.                             -----------------------
  16.                                   Revision 0.19
  17.  
  18. 1.) An IMPORTANT BUG has been fixed in 0.18 which occurs when you edit a
  19. line, and then do a page up/down, cursor top/bottom window, or top/bottom
  20. of page.  The changes to the line were not updated properly - otherwise
  21. this version is like 0.18 in regards to new features.
  22.  
  23.  
  24.                             Whats new as of 7/20/89
  25.                             -----------------------
  26.                                   Revision 0.18
  27.  
  28. 1.) QED now supports a transparent line editing buffer which allows you to
  29. enter, and edit text at near full speed regardless of file size.  QED will
  30. use this temporary buffer when making changes to a line which is less then
  31. 1000 characters long.  This is a transparent operation, and requires
  32. nothing of the user.  The buffer is flushed when a new line is inserted,
  33. when the cursor is moved off the line, when a horizontal scroll is
  34. required, and before certain operations such as saving a file.
  35.  
  36. 2.) Cursor movement is now much faster when mark block mode is off. 
  37. Chances are that most users will not be able to notice the difference
  38. because cursor movement was already quite fast, however users of large
  39. bit-plane screens should notice faster performance.
  40.  
  41. 3.) Each text editing window can now have a unique current directory. 
  42. If you are using QGO to run QED, then you MUST use the latest version of
  43. QGO which passes its current directory to QED when opening new windows,
  44. and/or files.  Its important to note that when you open a new window with
  45. the NEW command, that the current directory lock will be inherited by the
  46. new window just like the window options, colors, etc.  It is left up to the
  47. user to keep track of the default directory of each window (the current
  48. directory is what will be displayed in the file requester if no path name
  49. is entered).
  50.  
  51. 4.) The printer handling code has now been reworked to send smaller chunks
  52. of text to the printer.device; this was primarly done to allow for a
  53. faster, and safer abort.  If you had any troubles aborting a print out
  54. before, this new code should help.
  55.  
  56.      The PRInt command now accepts a boolean TRUE/FALSE argument.  If TRUE,
  57. the user is not prompted with a requester before printing.  If FALSE, or
  58. ommitted, the verification requester is displayed.
  59.  
  60. 5.) There was a bug in the menu set-up code which could result in QED not
  61. recognizing some of the items in the pull-down menus.  This has
  62. (hopefully) been fixed.
  63.  
  64. 6.) You now have the option of using the ARP file requester; requires ARP
  65. library version 34 or greater.  This option can be set from the command
  66. mode.
  67.  
  68. 7.) The ALT keys are no longer automatically mapped to imitate the RIGHT
  69. AMIGA key press alternatives listed in the pull-down menus.  The problem
  70. with making this an automatic feature was that it was then difficult to
  71. enter any of the high character set which would normally be generated by
  72. using the ALT key.  In addition, automatic mapping of these keys consumed
  73. memory for a feature that not everyone wants/needs.  There is now a single
  74. command available which will map the ALT keys to imitate the RIGHT AMIGA
  75. key.
  76.  
  77.      The command is "XMAP"; this command requires no arguments, and may fail
  78. if there is not enough memory.
  79.  
  80. 8.) QED now allocates at least 16K of initial workspace when opening a
  81. file.  Previously QED would allocate a buffer just big enough to hold the
  82. file rounded out to an even 8K multiple.  This was primarily done to
  83. insure that a decent amount of work space is allocated when the file is
  84. opened as QED will attempt to reallocate a work space if you are inserting
  85. text, and the workspace is exhausted.
  86.  
  87. 9.) A variety of minor fixes, and some cleanup.
  88.  
  89. 10.) QED now supports some new keyboard mapping commands including the
  90. ability to quickly clear, or temporarily ignore groups of keyboard
  91. definitions.  A single command also allows you to reset the default key
  92. mapping assigned by QED upon startup.
  93.