8-2-95 QQW v2.4 New Features: --Added path support to .q-a files so QQW can reside anywhere --Changed QQW.REG to QQW.CFG and added line for path 4-8-92 QQW v2.2 Bugs Fixed: --Various system lockup problems associated with the parser --Parser didn't catch unknown commands properly --Increased data structure size for long display commands --Setting default flags in SimMode was not functioning correctly --ListAnswer in SimMode not adding linefeeds New Features: --You can now enter strings up to 235 characters long in both Display and LogEntry commands --Added capability to leave off Descriptor in Outputanswer commands 11-25-91 QQW v2.1 Bug Fix: --Last variable used number on the status line not being properly updated. 11-23-91 QQW v2.0 First Public Release Bugs Fixed: --Parser didn't like blank lines. --Parser didn't like more than one space between words. --Some cosmetic changes in Simulation Mode messages. 10-20-91 QQW v199 Alpha version only... New Features: --Revised some things to keep compatabilty with QuickBBS 2.75 --Added parser to break down stacked commands in the script. --Now Output to SIM_QQW.ASW file is also displayed on the screen after the script has run. 10-15-91 QQW v198 Alpha version only.... Bugs Fixed: --Fixed data entry screens so ESC would abort out everywhere. --Slightly changed opening file list screens....all cosmetic changes --Fixed problem with garbage when running simulation and using an OutputAnswer command and not having a descriptor. This works in QuickBBS but is undocumented. 10-1-91 QQW v197 Bugs Fixed: --The SetSecurity command was allowing you to enter negative numbers. New Features: --Increased number of lines the editor would handle from 200 to 1000. If you don't have enough memory for 1000 lines the program will resize to use available memory. --Added Block functions for copy and move. Commands: F3 -- Mark Block Start F4 -- Mark Block End F5 or Alt-C -- Copy Block F6 or Alt-M -- Move Block Alt-U -- UnMark Block 8-11-91 QQW v196 Okay this one is strictly a bug-fix...on the file menu, if you loaded an existing file and then went back to make a new file the hilite bar would be at the bottom and the variable that keeps the position in the q-a file would be off, allowing you to enter lines before the hilite bar.....in other words it was screwed....sim mode wouldn't be happy either....anyway added code to reset things to zero and all is well now.... 7-28-91 QQW v195 New Features: --Add a Blank Line is now always in insert_mode so you don't accidently overwrite something important. --Added a one-line delete buffer, the last deleted line is stored and can be be recalled at the hilighted line using Alt-R. I probably will expand this to multiple lines. In the meantime it is a cheap cut and paste. --New opening file interface. You now have the option of creating a new file, selecting an existing file off of a file list (a la Menu Master) or copying an existing file and optionally loading it. --You no longer have to leave the QQW program to edit another file. After quitting the current file the program the file select screen is again presented. 7-5-91 QQW v194 This was released as an alpha only. Bugs Fixed: --Sim_mode would lock up when ever you were using a GetChoices command and cursor for the answer was on screen line 23. This was a lucky catch to find it. 6-25-91 QQW v193 New Features: --Now you can add a blank line to the q-a file for formatting purposes. --Added error-checking to the simulation mode for mismatched if-endif and unassigned variables that you might be trying to use. --Nested if statements should be properly supported now. --New slicker data entry screens. Bugs Fixed: --Lockup on unassigned variables --Nested if's --Simulation now waits for a keypress after running before returning to editor --Proper handling of blank lines in editor and writing to a file --Better explanation of Set Defaults screen Prior to v193 all releases were restricted alphas