Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak » !SLIPdial/Versions
!SLIPdial/Versions
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1995-04.adf » !Internet_StarterPak |
Filename: | !SLIPdial/Versions |
Read OK: | ✔ |
File size: | 3D84 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
0.10 15-Sept-93 --------------- First released version, sent to demon.co.uk for ftp. 0.11 06-Oct-93 -------------- Changes: Fixed 'Abort' button so it works properly. Added "if" statement, which checks return codes from other commands; executes another command if return code is zero. Added "?file" command to check file existance - can take action by using in "if" statement. "dial" command can now take a list of numbers. They are dialled in order (if first one fails after n retries, goes on to second, etc). Suggested by Geoff Riley (for demon users: more than one access number). "wait" command modified to accept timeout. Syntax changed to be VMSlike... sort of! Eg, "wait /ring" "wait /dcd" "wait /delay=n string" or "wait string". 0.12 Changes: ------------- Added configure window. Can now set which windows to open on startup, and whether to run the 'default' script automatically. Can force running default script by starting with -auto flag. Altered templates to new 3d style; improvement of user feedback messages. "Debug window" code tidied up for incoming data: slightly faster. Wait-for-string code also tidied-up. Changes to allow loading of different scripts. Fixed bug where quitting dropped serial line even if not claimed! Iconbar icon changes correctly with serial status;nicer icons. Messed-up device claim probably fixed - "claim" now takes parameter for number of device claim retries (-1=infinite). Wait between attempts is same "delay" parameter as for dialling. "claim" also returns success code (0=success, as usual) so can take action on device claim fail. More new commands: "trace" (takes filename parameter; replaces "log") "move" and "copy" to move or copy a file (with substitution %% -> rnd number). "?task" tests if a task is running "?line" tests condition of serial line "dopen" sends dataopen message to a task "exit" stops script without quitting SlipDial program 0.20 12-Nov-93 Changes (many!): ------------------------------- Script subroutines Variables Working alarms User menus Call log file return codes changed so that 0->failure New commands: error message [/close /wait] alarm [/repeat] call, return rawsend reinit wait /dtr wait /event wait [multiple strings] menu [definitions] set, unset ?flen eval test task /kill Commands deleted: kill (now "task /kill") delay (now part of "retry") 0.21 26-Nov-93 -------------- oscli bug fixed (typo in program) handling of streams to log file fixed (Rick Hewit) log file is now appended to rather than overwritten each time - should make an option? reports failure if "task /kill" fails (task not known) faster handling of incoming characters/string recognition (removed excessive wimp-polls) 0.22 17-Jan-94 -------------- minor fixes to file closing routines (sometimes did a CLOSE#0 by mistake!) added device polls to help operation with Intelligent Interfaces serial card. 0.23 05-Feb-94 -------------- rewrote script interpreter to use more common routines and slightly more intelligent parsing. Can now correctly decode parameters or qualifiers enclosed in quotes (so you can now pass spaces in a parameter); use "" to substitute a 'real' quote (BASIC-style). Finds qualifiers without spaces -eg, wait/delay=50 "baked barbequed" "gorilla ribs" (example courtesy of Screamin' Jay Hawkins...) Syntax of menu definition changed (separate entries with space not comma). Now increases wimpslot if memory is getting tight (but still uses static memory allocation for the script etc). "alarm/stop <command>" - execute command when Stop clicked. Code for stop and pause buttons changed completely to get closer to sensible behaviour (now finishes executing current command before entering pause or stop mode). Fixed writable icon for default script in choices window (didn't accept keypresses). Hopefully the shoddy filehandling is now fixed (no more CLOSE#0 idiocies). Added call timer to status window (call time also recorded in logfile). 0.24 19-Feb-94 -------------- Fixed copy command in 0.23 (half-changed variable names) Alarm syntax changed: alarm /repeat /time=03:00 /id=everyday "message test" id field allows cancellation... (alarm/cancel=id) Alarms for line events: /dtr=xxx, /dsr /rng /dcd. Self-cancelling; replaces wait/dtr (etc). also note /time=xxxxx taskwindow added: taskwindow /name=lemming /size=32k /exit="message hi" /output=file "*ex" Also /exit=command flag added for normal tasks. Made 'menu icon' respond to select & adjust. Configurable size of debug window; should adjust wimpslot if needed. -quiet startup switch (-> open no windows) Alarms, menus now work anytime by adding to event queue. Command entry in status window writable icon. Added /lock qualifier to 'call' - prevents re-entrancy to same procedure. Modem drivers, using system variables. Obsolete commands (test, oscli, wait/dtr/dsr/rng/dcd) trapped/reported. $dest system variable set during copy,move commands. ?eq, ?ne, ?gt, ?lt, ?le, ?ge comparison operators replace 'test'. ?eq and ?ne work on strings & numbers; others numbers only. Started to add case...when...endcase support. Parameters to subroutines are now split up to p1 p2 p3 etc. message/wait now causes pause mode. 'set variable value': value should be quoted if spaces included. 0.242 (alpha) release: 24-Feb-94 -------------------------------- Tidied alarm, variable and usermenu lists; added line event alarms to list. Fixed variable substitution code (only addressed 1st 30 vars). Adding code for reversal of line alarm sense. Sorry, this meant changing syntax again... now: alarm/dcd=[0 or 1] <command> Fixed claim [attempts] [delay] (didn't accept delay param) Changed timeout for delay in 'init' from default to 5 secs. For task, taskwindow & alarm; made /id and /name synonymous. ?file [/size] list /var /tasks /menus /script /alarms Now allow multiple commands per line - separate with ";" Altered parameter splitter to count odd-even quotes, and bracket counting. Added serial line LEDs to status window - CTS, DSR and DCD (left to right). added sprite merge code - iconbar/file=<filename> bit works 0.243 ----- When setting an alarm, now checks identifier and replace if it already exists. (or cancels that identifier before setting anew...) icon/id=<name>[/action=<command>] <sprite> and iconbar/cancel=<id> now work. icon/action=<command> associates command with select/adjust-click menu/icon=<id> <menustruct> works, (flakily). Most of code for definable debug-window menu is present (menu/debug). Fixed stop (when no stop-alarm) and pause problems (occasional inf. loop!) - also cancels dial if stopped during a dial 0.244 (09-Mar-94) ----- Added alarm/icon=<id> <command> for dropping file on iconbar. Filename is put into $file, filetype into $type. Added /delete synonym for /cancel in alarm and icon commands. Made user-icon addition width-sensitive. Added 'delay' to obsolete command trap. Added 'event/enable' and 'event/disable' to enable/disable event processing, for sensitive routines. Events are still queued but not acted upon until re-enabled. ?free [/mem] [/next] [/free] [/device=<file>] added to return free memory (either RAM or filing system space). Default if no qual -> total free RAM. Added error handler: 'alarm/error=<command>'. Fixed 'task' command to cope properly with non-wimp tasks which don't return a task handle. Attempted to make 'if' work correctly for multistatement lines. Seems ok. Message window now accepts up to 25 lines of 80+ characters. message/capture=<start>[/end=<end>][/max=<n>][centre] captures lines of input stream to message window, starting with the string <start> and ending with <end> or a maximum number of lines <n>. /center centers output within window. Added $time variable - monotonic time, in seconds Altered status variable to $status (consistency of slipdial-set variables) Optimised variable substitution and lookup code. Added input window: input [/prompt=<prompt>] variable [[/prompt=<prompt2>] variable2...] Reads input from user into variable Added interactive help - "help <subject>" - outputs to message window. 0.245 ----- Status window (first opening) and message window centered on screen. Command input moved from status to debug window. Added command-recall for command entry icon. Altered "append" to use OS_GBPB loop instead of *print w.redirection 0.25 (19-Mar-94) ---------------- "%%" in move/copy had stopped working - changed to use "*" instead. append didn't close source file - fixed. Added new qualifiers to dial command: dial /busy=<n> /nodial=<n> /nocar=<n> <number1> <number2> define alternative delays before retry for different conditions: busy, no dialtone, no carrier. Added timeout for message capture - window updated when no incoming text Added new qualifier to "message": "/add" to add new text to existing msg. Fixed some of message window peculiarities. Fixed new bug in eval. Added code to permit continuation lines. Otherwise unrecognised parameters on slipdial startup line are passed to script as parameters (p0,p1,p2, etc). Not right yet... Increased internal sprite area by a meagre 1k. Added "icon/free" command; returns free space (in bytes) in icon area. Fixed script-error handler to work with new message window. Added "open/id=<id>/eof=<command> <filename>" to open file. Added "read", "write", "close" and "ptr" file handling commands. Added "?free /internal" qualifier to return internal workspace. On loading new scripts, now only clear non "system" variables (those beginning with "$" are retained). Added "source <filename>" command to read extra commands from file. Added "library <filename> [<parameters>]" command. Some optimisation of serial and taskwindow receive -> debug window routines. Speedup of debug-window scrolling. Added "ptr/set=eof" Commands & qualifiers now case-insensitive. Allow escaping of significant characters (" ( ) { } / \) using \. Quotation marks " are now included directly by escaping: \" rather than "" Added ability to place results of a command into another command, using {}. Can now also configure width of debug window. Added iconised window icon... Added "chain" command and $caller variable. Can now load scripts via scrapfile. Added "send/id=<name> <string>" to send text to a taskwindow (doesn't work!) Some modifications to let BASIC cruncher work successfully. Fixed ?task to return task handle instead of 1/0. Now case-insensitive. Improved script memory management. Added discrimination of event types for enable/disable. Added "/type" and "/attrib" qualifiers for "?file". 0.251 (21-Mar-94) ----------------- Altered subroutine-return to enable returning of textual values. Fixed "-s" startup switch to set sprite area size (didn't work). Fixed status-window menu (incorrectly still had "Debug..." entry). Added "/wait" qualifier to "task" and "taskwindow" commands - forces script to wait until task terminates. Added vertical offsets to screen-centered window opening. IP display is now updated on setting of "ipaddress" variable. 0.26 (25-Mar-94) ---------------- "send/id=<id> <string>" command fixed after comp.sys.acorn.tech reveals PRM error... can now send to taskwindows. Output file is closed immediately if taskwindow process creation fails. Default wimpslot for new taskwindows is now that of the "Next" slot, not 640k. Fixed bugs in "driver" and "source" commands. Taskwindow output now goes to individual windows instead of main window. Added "/keep" and "/kill" qualifiers to "taskwindow" command. The qualifier "message/title=<string>" now works. Added "wait/id=<task> <string>" to wait for strings from taskwindow. Added 10-line command scrollback buffer. Added taskwindows and exit commands to "list/tasks" output. Added auto-scroll to control and taskwindow windows. Control window now grabs input focus when opened. Fixed new script-memory allocation to permit reloading new script. Added to !Help file slightly. 0.27 (27-Mar-94) ---------------- Loading new scripts now removes old icons, etc - better cleanup code. Fixed erroneous opening of control-window. Improved comparison operator parsing very slightly. Added copy/head=<n> and /tail=<n> commands. Added string functions: /size, /upper, /lower, /left, /right, /start=<n> /len=<n> and /instr=<string>. Added "delete <file>" command. 0.28 (29-Mar-94) ---------------- Further improvements to comparison testing. Altered "eval" command - now takes single parameter (expression) and returns result in $status. Finished implementing *very* simple case...when...endcase structure. Fixed bug in script memory allocation. Altered $time variable; added $date. Added "?file /expand", "/path" and "/leaf". Added "echo [/status] <string>" command to echo text to control or status window. Fixed error-handling for "open" when file-open fails. 0.29 (31-Mar-94) ---------------- Made tracefile opening more bomb-proof. Further fixes to eval. Sets created files to Text filetype. Extended debug levels to permit including taskwindow output in trace files (bit 2=taskwindows, bit 1=serial i/o, bit 0=script progress). Bugfix setting ptr in write-only files. Removed open/eof=<xxx> qualifier; added read/eof=<xxx> and open/error=<xxx> qualifiers (VMS DCL behaviour). Fixed bug in "ptr/set=eof". 0.30 (02-Apr-1994) ------------------ Added "/delay=<n>" qualifier to "ipget". Default delay reduced to 60 seconds. ipget now returns captured ip address (or 0 for fail). Added some interactive help support. Corrected reversed sense of "echo/status". Added minimal hooks for "/name=<id>" in "message" command. Added "ask /delay=<time> /default=<yes|no> <question>" command. Fixed environment setup routines. Now stagger taskwindow opening positions. 0.31 (05-May-1994) ------------------ Fixed typo in when command (didn't set $status) Added /date qualifier to echo command. echo now also outputs to debug file. Added /pulse and /tone qualifiers to dial command (/tone is default). I forgot people could still be using pulse-dial! Added newsrate <abbr> command to compute news rx rate (thanks to Rick Hewitt & Nick Craig-Wood). Added ability to save position of status window, and use the saved position as a default. 0.32 (04-Sep-1994) ------------------ Added "ipget /auto" switch to grab IP address without a 'seed' value. Added use of same assembler routines as NewsBase (for string manipulation - thanks to Richard Sargeant for many of these). Improved file handling to handle errors better - slipdial shouldn't now bomb when file opens fail. Fixed various typos (thanks to everyone who pointed them out!). Fixed variable unsetting routine. Added serial speed check - if a speed is unavailable, variable "speed" will be altered to reflect true speed set in driver. 0.33 (15-Nov-1994) ------------------ Fixed bug which caused crash when trying to claim port without first loading a driver. Added redial button (idea of Tom Hughes). Fixed problem of script going haywire during interactive help requests. Made jumping to script labels more reliable. Moved all (or most!) text from program to Messages file. Increased length limit of menu definitions to 255 chars for descriptions plus 255 characters for commands. Fixed rpoblem with claiming internal serial device (no device claim sent). Improved icon-switching code for main slipdial icon. To do: ------ Add comments to source! Attach menus to taskwindows. Permit correct stop response during device claim retry. Permit "!" as 1st character of an event command -> immediate execution. ... leading to... user-definition (again) of ALL or most menus. ... or (better), priority scheme. Still to do (later...) ---------------------- Possibility of alarm/ring for incoming calls? Connection of incoming call to either !TCPIP or a taskwindow shell.
00000000 30 2e 31 30 20 31 35 2d 53 65 70 74 2d 39 33 0a |0.10 15-Sept-93.| 00000010 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 00000020 46 69 72 73 74 20 72 65 6c 65 61 73 65 64 20 76 |First released v| 00000030 65 72 73 69 6f 6e 2c 20 73 65 6e 74 20 74 6f 20 |ersion, sent to | 00000040 64 65 6d 6f 6e 2e 63 6f 2e 75 6b 20 66 6f 72 20 |demon.co.uk for | 00000050 66 74 70 2e 0a 0a 30 2e 31 31 20 30 36 2d 4f 63 |ftp...0.11 06-Oc| 00000060 74 2d 39 33 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |t-93.-----------| 00000070 2d 2d 2d 0a 43 68 61 6e 67 65 73 3a 0a 46 69 78 |---.Changes:.Fix| 00000080 65 64 20 27 41 62 6f 72 74 27 20 62 75 74 74 6f |ed 'Abort' butto| 00000090 6e 20 73 6f 20 69 74 20 77 6f 72 6b 73 20 70 72 |n so it works pr| 000000a0 6f 70 65 72 6c 79 2e 0a 41 64 64 65 64 20 22 69 |operly..Added "i| 000000b0 66 22 20 73 74 61 74 65 6d 65 6e 74 2c 20 77 68 |f" statement, wh| 000000c0 69 63 68 20 63 68 65 63 6b 73 20 72 65 74 75 72 |ich checks retur| 000000d0 6e 20 63 6f 64 65 73 20 66 72 6f 6d 20 6f 74 68 |n codes from oth| 000000e0 65 72 20 63 6f 6d 6d 61 6e 64 73 3b 20 65 78 65 |er commands; exe| 000000f0 63 75 74 65 73 0a 61 6e 6f 74 68 65 72 20 63 6f |cutes.another co| 00000100 6d 6d 61 6e 64 20 69 66 20 72 65 74 75 72 6e 20 |mmand if return | 00000110 63 6f 64 65 20 69 73 20 7a 65 72 6f 2e 0a 41 64 |code is zero..Ad| 00000120 64 65 64 20 22 3f 66 69 6c 65 22 20 63 6f 6d 6d |ded "?file" comm| 00000130 61 6e 64 20 74 6f 20 63 68 65 63 6b 20 66 69 6c |and to check fil| 00000140 65 20 65 78 69 73 74 61 6e 63 65 20 2d 20 63 61 |e existance - ca| 00000150 6e 20 74 61 6b 65 20 61 63 74 69 6f 6e 20 62 79 |n take action by| 00000160 0a 75 73 69 6e 67 20 69 6e 20 22 69 66 22 20 73 |.using in "if" s| 00000170 74 61 74 65 6d 65 6e 74 2e 0a 22 64 69 61 6c 22 |tatement.."dial"| 00000180 20 63 6f 6d 6d 61 6e 64 20 63 61 6e 20 6e 6f 77 | command can now| 00000190 20 74 61 6b 65 20 61 20 6c 69 73 74 20 6f 66 20 | take a list of | 000001a0 6e 75 6d 62 65 72 73 2e 20 54 68 65 79 20 61 72 |numbers. They ar| 000001b0 65 20 64 69 61 6c 6c 65 64 20 69 6e 20 6f 72 64 |e dialled in ord| 000001c0 65 72 20 28 69 66 0a 66 69 72 73 74 20 6f 6e 65 |er (if.first one| 000001d0 20 66 61 69 6c 73 20 61 66 74 65 72 20 6e 20 72 | fails after n r| 000001e0 65 74 72 69 65 73 2c 20 67 6f 65 73 20 6f 6e 20 |etries, goes on | 000001f0 74 6f 20 73 65 63 6f 6e 64 2c 20 65 74 63 29 2e |to second, etc).| 00000200 20 53 75 67 67 65 73 74 65 64 20 62 79 0a 47 65 | Suggested by.Ge| 00000210 6f 66 66 20 52 69 6c 65 79 20 28 66 6f 72 20 64 |off Riley (for d| 00000220 65 6d 6f 6e 20 75 73 65 72 73 3a 20 6d 6f 72 65 |emon users: more| 00000230 20 74 68 61 6e 20 6f 6e 65 20 61 63 63 65 73 73 | than one access| 00000240 20 6e 75 6d 62 65 72 29 2e 0a 22 77 61 69 74 22 | number).."wait"| 00000250 20 63 6f 6d 6d 61 6e 64 20 6d 6f 64 69 66 69 65 | command modifie| 00000260 64 20 74 6f 20 61 63 63 65 70 74 20 74 69 6d 65 |d to accept time| 00000270 6f 75 74 2e 20 53 79 6e 74 61 78 20 63 68 61 6e |out. Syntax chan| 00000280 67 65 64 20 74 6f 20 62 65 20 56 4d 53 6c 69 6b |ged to be VMSlik| 00000290 65 2e 2e 2e 0a 73 6f 72 74 20 6f 66 21 20 45 67 |e....sort of! Eg| 000002a0 2c 20 22 77 61 69 74 20 2f 72 69 6e 67 22 20 22 |, "wait /ring" "| 000002b0 77 61 69 74 20 2f 64 63 64 22 20 22 77 61 69 74 |wait /dcd" "wait| 000002c0 20 2f 64 65 6c 61 79 3d 6e 20 73 74 72 69 6e 67 | /delay=n string| 000002d0 22 20 6f 72 20 22 77 61 69 74 20 73 74 72 69 6e |" or "wait strin| 000002e0 67 22 2e 0a 0a 30 2e 31 32 20 43 68 61 6e 67 65 |g"...0.12 Change| 000002f0 73 3a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |s:.-------------| 00000300 0a 41 64 64 65 64 20 63 6f 6e 66 69 67 75 72 65 |.Added configure| 00000310 20 77 69 6e 64 6f 77 2e 0a 43 61 6e 20 6e 6f 77 | window..Can now| 00000320 20 73 65 74 20 77 68 69 63 68 20 77 69 6e 64 6f | set which windo| 00000330 77 73 20 74 6f 20 6f 70 65 6e 20 6f 6e 20 73 74 |ws to open on st| 00000340 61 72 74 75 70 2c 20 61 6e 64 20 77 68 65 74 68 |artup, and wheth| 00000350 65 72 20 74 6f 20 72 75 6e 20 74 68 65 0a 27 64 |er to run the.'d| 00000360 65 66 61 75 6c 74 27 20 73 63 72 69 70 74 20 61 |efault' script a| 00000370 75 74 6f 6d 61 74 69 63 61 6c 6c 79 2e 0a 43 61 |utomatically..Ca| 00000380 6e 20 66 6f 72 63 65 20 72 75 6e 6e 69 6e 67 20 |n force running | 00000390 64 65 66 61 75 6c 74 20 73 63 72 69 70 74 20 62 |default script b| 000003a0 79 20 73 74 61 72 74 69 6e 67 20 77 69 74 68 20 |y starting with | 000003b0 2d 61 75 74 6f 20 66 6c 61 67 2e 0a 41 6c 74 65 |-auto flag..Alte| 000003c0 72 65 64 20 74 65 6d 70 6c 61 74 65 73 20 74 6f |red templates to| 000003d0 20 6e 65 77 20 33 64 20 73 74 79 6c 65 3b 20 69 | new 3d style; i| 000003e0 6d 70 72 6f 76 65 6d 65 6e 74 20 6f 66 20 75 73 |mprovement of us| 000003f0 65 72 20 66 65 65 64 62 61 63 6b 20 6d 65 73 73 |er feedback mess| 00000400 61 67 65 73 2e 0a 22 44 65 62 75 67 20 77 69 6e |ages.."Debug win| 00000410 64 6f 77 22 20 63 6f 64 65 20 74 69 64 69 65 64 |dow" code tidied| 00000420 20 75 70 20 66 6f 72 20 69 6e 63 6f 6d 69 6e 67 | up for incoming| 00000430 20 64 61 74 61 3a 20 73 6c 69 67 68 74 6c 79 20 | data: slightly | 00000440 66 61 73 74 65 72 2e 0a 57 61 69 74 2d 66 6f 72 |faster..Wait-for| 00000450 2d 73 74 72 69 6e 67 20 63 6f 64 65 20 61 6c 73 |-string code als| 00000460 6f 20 74 69 64 69 65 64 2d 75 70 2e 0a 43 68 61 |o tidied-up..Cha| 00000470 6e 67 65 73 20 74 6f 20 61 6c 6c 6f 77 20 6c 6f |nges to allow lo| 00000480 61 64 69 6e 67 20 6f 66 20 64 69 66 66 65 72 65 |ading of differe| 00000490 6e 74 20 73 63 72 69 70 74 73 2e 0a 46 69 78 65 |nt scripts..Fixe| 000004a0 64 20 62 75 67 20 77 68 65 72 65 20 71 75 69 74 |d bug where quit| 000004b0 74 69 6e 67 20 64 72 6f 70 70 65 64 20 73 65 72 |ting dropped ser| 000004c0 69 61 6c 20 6c 69 6e 65 20 65 76 65 6e 20 69 66 |ial line even if| 000004d0 20 6e 6f 74 20 63 6c 61 69 6d 65 64 21 0a 49 63 | not claimed!.Ic| 000004e0 6f 6e 62 61 72 20 69 63 6f 6e 20 63 68 61 6e 67 |onbar icon chang| 000004f0 65 73 20 63 6f 72 72 65 63 74 6c 79 20 77 69 74 |es correctly wit| 00000500 68 20 73 65 72 69 61 6c 20 73 74 61 74 75 73 3b |h serial status;| 00000510 6e 69 63 65 72 20 69 63 6f 6e 73 2e 0a 4d 65 73 |nicer icons..Mes| 00000520 73 65 64 2d 75 70 20 64 65 76 69 63 65 20 63 6c |sed-up device cl| 00000530 61 69 6d 20 70 72 6f 62 61 62 6c 79 20 66 69 78 |aim probably fix| 00000540 65 64 20 2d 20 22 63 6c 61 69 6d 22 20 6e 6f 77 |ed - "claim" now| 00000550 20 74 61 6b 65 73 20 70 61 72 61 6d 65 74 65 72 | takes parameter| 00000560 20 66 6f 72 0a 6e 75 6d 62 65 72 20 6f 66 20 64 | for.number of d| 00000570 65 76 69 63 65 20 63 6c 61 69 6d 20 72 65 74 72 |evice claim retr| 00000580 69 65 73 20 28 2d 31 3d 69 6e 66 69 6e 69 74 65 |ies (-1=infinite| 00000590 29 2e 20 57 61 69 74 20 62 65 74 77 65 65 6e 20 |). Wait between | 000005a0 61 74 74 65 6d 70 74 73 20 69 73 20 73 61 6d 65 |attempts is same| 000005b0 0a 22 64 65 6c 61 79 22 20 70 61 72 61 6d 65 74 |."delay" paramet| 000005c0 65 72 20 61 73 20 66 6f 72 20 64 69 61 6c 6c 69 |er as for dialli| 000005d0 6e 67 2e 20 22 63 6c 61 69 6d 22 20 61 6c 73 6f |ng. "claim" also| 000005e0 20 72 65 74 75 72 6e 73 20 73 75 63 63 65 73 73 | returns success| 000005f0 20 63 6f 64 65 0a 28 30 3d 73 75 63 63 65 73 73 | code.(0=success| 00000600 2c 20 61 73 20 75 73 75 61 6c 29 20 73 6f 20 63 |, as usual) so c| 00000610 61 6e 20 74 61 6b 65 20 61 63 74 69 6f 6e 20 6f |an take action o| 00000620 6e 20 64 65 76 69 63 65 20 63 6c 61 69 6d 20 66 |n device claim f| 00000630 61 69 6c 2e 0a 4d 6f 72 65 20 6e 65 77 20 63 6f |ail..More new co| 00000640 6d 6d 61 6e 64 73 3a 0a 22 74 72 61 63 65 22 20 |mmands:."trace" | 00000650 28 74 61 6b 65 73 20 66 69 6c 65 6e 61 6d 65 20 |(takes filename | 00000660 70 61 72 61 6d 65 74 65 72 3b 20 72 65 70 6c 61 |parameter; repla| 00000670 63 65 73 20 22 6c 6f 67 22 29 0a 22 6d 6f 76 65 |ces "log")."move| 00000680 22 20 61 6e 64 20 22 63 6f 70 79 22 20 74 6f 20 |" and "copy" to | 00000690 6d 6f 76 65 20 6f 72 20 63 6f 70 79 20 61 20 66 |move or copy a f| 000006a0 69 6c 65 20 28 77 69 74 68 20 73 75 62 73 74 69 |ile (with substi| 000006b0 74 75 74 69 6f 6e 20 25 25 20 2d 3e 20 72 6e 64 |tution %% -> rnd| 000006c0 20 6e 75 6d 62 65 72 29 2e 0a 22 3f 74 61 73 6b | number).."?task| 000006d0 22 20 74 65 73 74 73 20 69 66 20 61 20 74 61 73 |" tests if a tas| 000006e0 6b 20 69 73 20 72 75 6e 6e 69 6e 67 0a 22 3f 6c |k is running."?l| 000006f0 69 6e 65 22 20 74 65 73 74 73 20 63 6f 6e 64 69 |ine" tests condi| 00000700 74 69 6f 6e 20 6f 66 20 73 65 72 69 61 6c 20 6c |tion of serial l| 00000710 69 6e 65 0a 22 64 6f 70 65 6e 22 20 73 65 6e 64 |ine."dopen" send| 00000720 73 20 64 61 74 61 6f 70 65 6e 20 6d 65 73 73 61 |s dataopen messa| 00000730 67 65 20 74 6f 20 61 20 74 61 73 6b 0a 22 65 78 |ge to a task."ex| 00000740 69 74 22 20 73 74 6f 70 73 20 73 63 72 69 70 74 |it" stops script| 00000750 20 77 69 74 68 6f 75 74 20 71 75 69 74 74 69 6e | without quittin| 00000760 67 20 53 6c 69 70 44 69 61 6c 20 70 72 6f 67 72 |g SlipDial progr| 00000770 61 6d 0a 0a 30 2e 32 30 20 31 32 2d 4e 6f 76 2d |am..0.20 12-Nov-| 00000780 39 33 20 43 68 61 6e 67 65 73 20 28 6d 61 6e 79 |93 Changes (many| 00000790 21 29 3a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |!):.------------| 000007a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000007b0 2d 2d 2d 0a 53 63 72 69 70 74 20 73 75 62 72 6f |---.Script subro| 000007c0 75 74 69 6e 65 73 0a 56 61 72 69 61 62 6c 65 73 |utines.Variables| 000007d0 0a 57 6f 72 6b 69 6e 67 20 61 6c 61 72 6d 73 0a |.Working alarms.| 000007e0 55 73 65 72 20 6d 65 6e 75 73 0a 43 61 6c 6c 20 |User menus.Call | 000007f0 6c 6f 67 20 66 69 6c 65 0a 72 65 74 75 72 6e 20 |log file.return | 00000800 63 6f 64 65 73 20 63 68 61 6e 67 65 64 20 73 6f |codes changed so| 00000810 20 74 68 61 74 20 30 2d 3e 66 61 69 6c 75 72 65 | that 0->failure| 00000820 0a 0a 4e 65 77 20 63 6f 6d 6d 61 6e 64 73 3a 0a |..New commands:.| 00000830 65 72 72 6f 72 0a 6d 65 73 73 61 67 65 20 5b 2f |error.message [/| 00000840 63 6c 6f 73 65 20 2f 77 61 69 74 5d 0a 61 6c 61 |close /wait].ala| 00000850 72 6d 20 5b 2f 72 65 70 65 61 74 5d 0a 63 61 6c |rm [/repeat].cal| 00000860 6c 2c 20 72 65 74 75 72 6e 0a 72 61 77 73 65 6e |l, return.rawsen| 00000870 64 0a 72 65 69 6e 69 74 0a 77 61 69 74 20 2f 64 |d.reinit.wait /d| 00000880 74 72 0a 77 61 69 74 20 2f 65 76 65 6e 74 0a 77 |tr.wait /event.w| 00000890 61 69 74 20 5b 6d 75 6c 74 69 70 6c 65 20 73 74 |ait [multiple st| 000008a0 72 69 6e 67 73 5d 0a 6d 65 6e 75 20 5b 64 65 66 |rings].menu [def| 000008b0 69 6e 69 74 69 6f 6e 73 5d 0a 73 65 74 2c 20 75 |initions].set, u| 000008c0 6e 73 65 74 0a 3f 66 6c 65 6e 0a 65 76 61 6c 0a |nset.?flen.eval.| 000008d0 74 65 73 74 0a 74 61 73 6b 20 2f 6b 69 6c 6c 0a |test.task /kill.| 000008e0 0a 43 6f 6d 6d 61 6e 64 73 20 64 65 6c 65 74 65 |.Commands delete| 000008f0 64 3a 0a 6b 69 6c 6c 20 28 6e 6f 77 20 22 74 61 |d:.kill (now "ta| 00000900 73 6b 20 2f 6b 69 6c 6c 22 29 0a 64 65 6c 61 79 |sk /kill").delay| 00000910 20 28 6e 6f 77 20 70 61 72 74 20 6f 66 20 22 72 | (now part of "r| 00000920 65 74 72 79 22 29 0a 0a 30 2e 32 31 20 32 36 2d |etry")..0.21 26-| 00000930 4e 6f 76 2d 39 33 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d |Nov-93.---------| 00000940 2d 2d 2d 2d 2d 0a 6f 73 63 6c 69 20 62 75 67 20 |-----.oscli bug | 00000950 66 69 78 65 64 20 28 74 79 70 6f 20 69 6e 20 70 |fixed (typo in p| 00000960 72 6f 67 72 61 6d 29 0a 68 61 6e 64 6c 69 6e 67 |rogram).handling| 00000970 20 6f 66 20 73 74 72 65 61 6d 73 20 74 6f 20 6c | of streams to l| 00000980 6f 67 20 66 69 6c 65 20 66 69 78 65 64 20 28 52 |og file fixed (R| 00000990 69 63 6b 20 48 65 77 69 74 29 0a 6c 6f 67 20 66 |ick Hewit).log f| 000009a0 69 6c 65 20 69 73 20 6e 6f 77 20 61 70 70 65 6e |ile is now appen| 000009b0 64 65 64 20 74 6f 20 72 61 74 68 65 72 20 74 68 |ded to rather th| 000009c0 61 6e 20 6f 76 65 72 77 72 69 74 74 65 6e 20 65 |an overwritten e| 000009d0 61 63 68 20 74 69 6d 65 0a 2d 20 73 68 6f 75 6c |ach time.- shoul| 000009e0 64 20 6d 61 6b 65 20 61 6e 20 6f 70 74 69 6f 6e |d make an option| 000009f0 3f 0a 72 65 70 6f 72 74 73 20 66 61 69 6c 75 72 |?.reports failur| 00000a00 65 20 69 66 20 22 74 61 73 6b 20 2f 6b 69 6c 6c |e if "task /kill| 00000a10 22 20 66 61 69 6c 73 20 28 74 61 73 6b 20 6e 6f |" fails (task no| 00000a20 74 20 6b 6e 6f 77 6e 29 0a 66 61 73 74 65 72 20 |t known).faster | 00000a30 68 61 6e 64 6c 69 6e 67 20 6f 66 20 69 6e 63 6f |handling of inco| 00000a40 6d 69 6e 67 20 63 68 61 72 61 63 74 65 72 73 2f |ming characters/| 00000a50 73 74 72 69 6e 67 20 72 65 63 6f 67 6e 69 74 69 |string recogniti| 00000a60 6f 6e 20 28 72 65 6d 6f 76 65 64 0a 20 20 65 78 |on (removed. ex| 00000a70 63 65 73 73 69 76 65 20 77 69 6d 70 2d 70 6f 6c |cessive wimp-pol| 00000a80 6c 73 29 0a 0a 30 2e 32 32 20 31 37 2d 4a 61 6e |ls)..0.22 17-Jan| 00000a90 2d 39 34 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |-94.------------| 00000aa0 2d 2d 0a 6d 69 6e 6f 72 20 66 69 78 65 73 20 74 |--.minor fixes t| 00000ab0 6f 20 66 69 6c 65 20 63 6c 6f 73 69 6e 67 20 72 |o file closing r| 00000ac0 6f 75 74 69 6e 65 73 20 28 73 6f 6d 65 74 69 6d |outines (sometim| 00000ad0 65 73 20 64 69 64 20 61 20 43 4c 4f 53 45 23 30 |es did a CLOSE#0| 00000ae0 20 62 79 20 6d 69 73 74 61 6b 65 21 29 0a 61 64 | by mistake!).ad| 00000af0 64 65 64 20 64 65 76 69 63 65 20 70 6f 6c 6c 73 |ded device polls| 00000b00 20 74 6f 20 68 65 6c 70 20 6f 70 65 72 61 74 69 | to help operati| 00000b10 6f 6e 20 77 69 74 68 20 49 6e 74 65 6c 6c 69 67 |on with Intellig| 00000b20 65 6e 74 20 49 6e 74 65 72 66 61 63 65 73 20 73 |ent Interfaces s| 00000b30 65 72 69 61 6c 20 63 61 72 64 2e 0a 0a 30 2e 32 |erial card...0.2| 00000b40 33 20 30 35 2d 46 65 62 2d 39 34 0a 2d 2d 2d 2d |3 05-Feb-94.----| 00000b50 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 72 65 77 72 6f |----------.rewro| 00000b60 74 65 20 73 63 72 69 70 74 20 69 6e 74 65 72 70 |te script interp| 00000b70 72 65 74 65 72 20 74 6f 20 75 73 65 20 6d 6f 72 |reter to use mor| 00000b80 65 20 63 6f 6d 6d 6f 6e 20 72 6f 75 74 69 6e 65 |e common routine| 00000b90 73 20 61 6e 64 20 73 6c 69 67 68 74 6c 79 20 6d |s and slightly m| 00000ba0 6f 72 65 0a 69 6e 74 65 6c 6c 69 67 65 6e 74 20 |ore.intelligent | 00000bb0 70 61 72 73 69 6e 67 2e 20 43 61 6e 20 6e 6f 77 |parsing. Can now| 00000bc0 20 63 6f 72 72 65 63 74 6c 79 20 64 65 63 6f 64 | correctly decod| 00000bd0 65 20 70 61 72 61 6d 65 74 65 72 73 20 6f 72 20 |e parameters or | 00000be0 71 75 61 6c 69 66 69 65 72 73 0a 65 6e 63 6c 6f |qualifiers.enclo| 00000bf0 73 65 64 20 69 6e 20 71 75 6f 74 65 73 20 28 73 |sed in quotes (s| 00000c00 6f 20 79 6f 75 20 63 61 6e 20 6e 6f 77 20 70 61 |o you can now pa| 00000c10 73 73 20 73 70 61 63 65 73 20 69 6e 20 61 20 70 |ss spaces in a p| 00000c20 61 72 61 6d 65 74 65 72 29 3b 20 75 73 65 20 22 |arameter); use "| 00000c30 22 20 74 6f 0a 73 75 62 73 74 69 74 75 74 65 20 |" to.substitute | 00000c40 61 20 27 72 65 61 6c 27 20 71 75 6f 74 65 20 28 |a 'real' quote (| 00000c50 42 41 53 49 43 2d 73 74 79 6c 65 29 2e 20 46 69 |BASIC-style). Fi| 00000c60 6e 64 73 20 71 75 61 6c 69 66 69 65 72 73 20 77 |nds qualifiers w| 00000c70 69 74 68 6f 75 74 20 73 70 61 63 65 73 20 2d 65 |ithout spaces -e| 00000c80 67 2c 0a 77 61 69 74 2f 64 65 6c 61 79 3d 35 30 |g,.wait/delay=50| 00000c90 20 22 62 61 6b 65 64 20 62 61 72 62 65 71 75 65 | "baked barbeque| 00000ca0 64 22 20 22 67 6f 72 69 6c 6c 61 20 72 69 62 73 |d" "gorilla ribs| 00000cb0 22 0a 28 65 78 61 6d 70 6c 65 20 63 6f 75 72 74 |".(example court| 00000cc0 65 73 79 20 6f 66 20 53 63 72 65 61 6d 69 6e 27 |esy of Screamin'| 00000cd0 20 4a 61 79 20 48 61 77 6b 69 6e 73 2e 2e 2e 29 | Jay Hawkins...)| 00000ce0 0a 53 79 6e 74 61 78 20 6f 66 20 6d 65 6e 75 20 |.Syntax of menu | 00000cf0 64 65 66 69 6e 69 74 69 6f 6e 20 63 68 61 6e 67 |definition chang| 00000d00 65 64 20 28 73 65 70 61 72 61 74 65 20 65 6e 74 |ed (separate ent| 00000d10 72 69 65 73 20 77 69 74 68 20 73 70 61 63 65 20 |ries with space | 00000d20 6e 6f 74 20 63 6f 6d 6d 61 29 2e 0a 4e 6f 77 20 |not comma)..Now | 00000d30 69 6e 63 72 65 61 73 65 73 20 77 69 6d 70 73 6c |increases wimpsl| 00000d40 6f 74 20 69 66 20 6d 65 6d 6f 72 79 20 69 73 20 |ot if memory is | 00000d50 67 65 74 74 69 6e 67 20 74 69 67 68 74 20 28 62 |getting tight (b| 00000d60 75 74 20 73 74 69 6c 6c 20 75 73 65 73 20 73 74 |ut still uses st| 00000d70 61 74 69 63 20 6d 65 6d 6f 72 79 20 61 6c 6c 6f |atic memory allo| 00000d80 63 61 74 69 6f 6e 20 66 6f 72 20 74 68 65 20 73 |cation for the s| 00000d90 63 72 69 70 74 20 65 74 63 29 2e 0a 22 61 6c 61 |cript etc).."ala| 00000da0 72 6d 2f 73 74 6f 70 20 3c 63 6f 6d 6d 61 6e 64 |rm/stop <command| 00000db0 3e 22 20 2d 20 65 78 65 63 75 74 65 20 63 6f 6d |>" - execute com| 00000dc0 6d 61 6e 64 20 77 68 65 6e 20 53 74 6f 70 20 63 |mand when Stop c| 00000dd0 6c 69 63 6b 65 64 2e 0a 43 6f 64 65 20 66 6f 72 |licked..Code for| 00000de0 20 73 74 6f 70 20 61 6e 64 20 70 61 75 73 65 20 | stop and pause | 00000df0 62 75 74 74 6f 6e 73 20 63 68 61 6e 67 65 64 20 |buttons changed | 00000e00 63 6f 6d 70 6c 65 74 65 6c 79 20 74 6f 20 67 65 |completely to ge| 00000e10 74 20 63 6c 6f 73 65 72 20 74 6f 0a 73 65 6e 73 |t closer to.sens| 00000e20 69 62 6c 65 20 62 65 68 61 76 69 6f 75 72 20 28 |ible behaviour (| 00000e30 6e 6f 77 20 66 69 6e 69 73 68 65 73 20 65 78 65 |now finishes exe| 00000e40 63 75 74 69 6e 67 20 63 75 72 72 65 6e 74 20 63 |cuting current c| 00000e50 6f 6d 6d 61 6e 64 20 62 65 66 6f 72 65 20 65 6e |ommand before en| 00000e60 74 65 72 69 6e 67 0a 70 61 75 73 65 20 6f 72 20 |tering.pause or | 00000e70 73 74 6f 70 20 6d 6f 64 65 29 2e 0a 46 69 78 65 |stop mode)..Fixe| 00000e80 64 20 77 72 69 74 61 62 6c 65 20 69 63 6f 6e 20 |d writable icon | 00000e90 66 6f 72 20 64 65 66 61 75 6c 74 20 73 63 72 69 |for default scri| 00000ea0 70 74 20 69 6e 20 63 68 6f 69 63 65 73 20 77 69 |pt in choices wi| 00000eb0 6e 64 6f 77 20 28 64 69 64 6e 27 74 20 61 63 63 |ndow (didn't acc| 00000ec0 65 70 74 0a 6b 65 79 70 72 65 73 73 65 73 29 2e |ept.keypresses).| 00000ed0 0a 48 6f 70 65 66 75 6c 6c 79 20 74 68 65 20 73 |.Hopefully the s| 00000ee0 68 6f 64 64 79 20 66 69 6c 65 68 61 6e 64 6c 69 |hoddy filehandli| 00000ef0 6e 67 20 69 73 20 6e 6f 77 20 66 69 78 65 64 20 |ng is now fixed | 00000f00 28 6e 6f 20 6d 6f 72 65 20 43 4c 4f 53 45 23 30 |(no more CLOSE#0| 00000f10 20 69 64 69 6f 63 69 65 73 29 2e 0a 41 64 64 65 | idiocies)..Adde| 00000f20 64 20 63 61 6c 6c 20 74 69 6d 65 72 20 74 6f 20 |d call timer to | 00000f30 73 74 61 74 75 73 20 77 69 6e 64 6f 77 20 28 63 |status window (c| 00000f40 61 6c 6c 20 74 69 6d 65 20 61 6c 73 6f 20 72 65 |all time also re| 00000f50 63 6f 72 64 65 64 20 69 6e 20 6c 6f 67 66 69 6c |corded in logfil| 00000f60 65 29 2e 0a 0a 30 2e 32 34 20 31 39 2d 46 65 62 |e)...0.24 19-Feb| 00000f70 2d 39 34 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |-94.------------| 00000f80 2d 2d 0a 46 69 78 65 64 20 63 6f 70 79 20 63 6f |--.Fixed copy co| 00000f90 6d 6d 61 6e 64 20 69 6e 20 30 2e 32 33 20 28 68 |mmand in 0.23 (h| 00000fa0 61 6c 66 2d 63 68 61 6e 67 65 64 20 76 61 72 69 |alf-changed vari| 00000fb0 61 62 6c 65 20 6e 61 6d 65 73 29 0a 41 6c 61 72 |able names).Alar| 00000fc0 6d 20 73 79 6e 74 61 78 20 63 68 61 6e 67 65 64 |m syntax changed| 00000fd0 3a 0a 20 20 61 6c 61 72 6d 20 2f 72 65 70 65 61 |:. alarm /repea| 00000fe0 74 20 2f 74 69 6d 65 3d 30 33 3a 30 30 20 2f 69 |t /time=03:00 /i| 00000ff0 64 3d 65 76 65 72 79 64 61 79 20 22 6d 65 73 73 |d=everyday "mess| 00001000 61 67 65 20 74 65 73 74 22 0a 69 64 20 66 69 65 |age test".id fie| 00001010 6c 64 20 61 6c 6c 6f 77 73 20 63 61 6e 63 65 6c |ld allows cancel| 00001020 6c 61 74 69 6f 6e 2e 2e 2e 20 28 61 6c 61 72 6d |lation... (alarm| 00001030 2f 63 61 6e 63 65 6c 3d 69 64 29 0a 41 6c 61 72 |/cancel=id).Alar| 00001040 6d 73 20 66 6f 72 20 6c 69 6e 65 20 65 76 65 6e |ms for line even| 00001050 74 73 3a 20 2f 64 74 72 3d 78 78 78 2c 20 2f 64 |ts: /dtr=xxx, /d| 00001060 73 72 20 2f 72 6e 67 20 2f 64 63 64 2e 20 53 65 |sr /rng /dcd. Se| 00001070 6c 66 2d 63 61 6e 63 65 6c 6c 69 6e 67 3b 20 72 |lf-cancelling; r| 00001080 65 70 6c 61 63 65 73 0a 20 77 61 69 74 2f 64 74 |eplaces. wait/dt| 00001090 72 20 28 65 74 63 29 2e 0a 61 6c 73 6f 20 6e 6f |r (etc)..also no| 000010a0 74 65 20 2f 74 69 6d 65 3d 78 78 78 78 78 0a 74 |te /time=xxxxx.t| 000010b0 61 73 6b 77 69 6e 64 6f 77 20 61 64 64 65 64 3a |askwindow added:| 000010c0 0a 20 20 74 61 73 6b 77 69 6e 64 6f 77 20 2f 6e |. taskwindow /n| 000010d0 61 6d 65 3d 6c 65 6d 6d 69 6e 67 20 2f 73 69 7a |ame=lemming /siz| 000010e0 65 3d 33 32 6b 20 2f 65 78 69 74 3d 22 6d 65 73 |e=32k /exit="mes| 000010f0 73 61 67 65 20 68 69 22 20 2f 6f 75 74 70 75 74 |sage hi" /output| 00001100 3d 66 69 6c 65 20 22 2a 65 78 22 0a 41 6c 73 6f |=file "*ex".Also| 00001110 20 2f 65 78 69 74 3d 63 6f 6d 6d 61 6e 64 20 66 | /exit=command f| 00001120 6c 61 67 20 61 64 64 65 64 20 66 6f 72 20 6e 6f |lag added for no| 00001130 72 6d 61 6c 20 74 61 73 6b 73 2e 0a 4d 61 64 65 |rmal tasks..Made| 00001140 20 27 6d 65 6e 75 20 69 63 6f 6e 27 20 72 65 73 | 'menu icon' res| 00001150 70 6f 6e 64 20 74 6f 20 73 65 6c 65 63 74 20 26 |pond to select &| 00001160 20 61 64 6a 75 73 74 2e 0a 43 6f 6e 66 69 67 75 | adjust..Configu| 00001170 72 61 62 6c 65 20 73 69 7a 65 20 6f 66 20 64 65 |rable size of de| 00001180 62 75 67 20 77 69 6e 64 6f 77 3b 20 73 68 6f 75 |bug window; shou| 00001190 6c 64 20 61 64 6a 75 73 74 20 77 69 6d 70 73 6c |ld adjust wimpsl| 000011a0 6f 74 20 69 66 20 6e 65 65 64 65 64 2e 0a 2d 71 |ot if needed..-q| 000011b0 75 69 65 74 20 73 74 61 72 74 75 70 20 73 77 69 |uiet startup swi| 000011c0 74 63 68 20 28 2d 3e 20 6f 70 65 6e 20 6e 6f 20 |tch (-> open no | 000011d0 77 69 6e 64 6f 77 73 29 0a 41 6c 61 72 6d 73 2c |windows).Alarms,| 000011e0 20 6d 65 6e 75 73 20 6e 6f 77 20 77 6f 72 6b 20 | menus now work | 000011f0 61 6e 79 74 69 6d 65 20 62 79 20 61 64 64 69 6e |anytime by addin| 00001200 67 20 74 6f 20 65 76 65 6e 74 20 71 75 65 75 65 |g to event queue| 00001210 2e 0a 43 6f 6d 6d 61 6e 64 20 65 6e 74 72 79 20 |..Command entry | 00001220 69 6e 20 73 74 61 74 75 73 20 77 69 6e 64 6f 77 |in status window| 00001230 20 77 72 69 74 61 62 6c 65 20 69 63 6f 6e 2e 0a | writable icon..| 00001240 41 64 64 65 64 20 2f 6c 6f 63 6b 20 71 75 61 6c |Added /lock qual| 00001250 69 66 69 65 72 20 74 6f 20 27 63 61 6c 6c 27 20 |ifier to 'call' | 00001260 2d 20 70 72 65 76 65 6e 74 73 20 72 65 2d 65 6e |- prevents re-en| 00001270 74 72 61 6e 63 79 20 74 6f 20 73 61 6d 65 20 70 |trancy to same p| 00001280 72 6f 63 65 64 75 72 65 2e 0a 4d 6f 64 65 6d 20 |rocedure..Modem | 00001290 64 72 69 76 65 72 73 2c 20 75 73 69 6e 67 20 73 |drivers, using s| 000012a0 79 73 74 65 6d 20 76 61 72 69 61 62 6c 65 73 2e |ystem variables.| 000012b0 0a 4f 62 73 6f 6c 65 74 65 20 63 6f 6d 6d 61 6e |.Obsolete comman| 000012c0 64 73 20 28 74 65 73 74 2c 20 6f 73 63 6c 69 2c |ds (test, oscli,| 000012d0 20 77 61 69 74 2f 64 74 72 2f 64 73 72 2f 72 6e | wait/dtr/dsr/rn| 000012e0 67 2f 64 63 64 29 20 74 72 61 70 70 65 64 2f 72 |g/dcd) trapped/r| 000012f0 65 70 6f 72 74 65 64 2e 0a 24 64 65 73 74 20 73 |eported..$dest s| 00001300 79 73 74 65 6d 20 76 61 72 69 61 62 6c 65 20 73 |ystem variable s| 00001310 65 74 20 64 75 72 69 6e 67 20 63 6f 70 79 2c 6d |et during copy,m| 00001320 6f 76 65 20 63 6f 6d 6d 61 6e 64 73 2e 0a 3f 65 |ove commands..?e| 00001330 71 2c 20 3f 6e 65 2c 20 3f 67 74 2c 20 3f 6c 74 |q, ?ne, ?gt, ?lt| 00001340 2c 20 3f 6c 65 2c 20 3f 67 65 20 63 6f 6d 70 61 |, ?le, ?ge compa| 00001350 72 69 73 6f 6e 20 6f 70 65 72 61 74 6f 72 73 20 |rison operators | 00001360 72 65 70 6c 61 63 65 20 27 74 65 73 74 27 2e 0a |replace 'test'..| 00001370 20 3f 65 71 20 61 6e 64 20 3f 6e 65 20 77 6f 72 | ?eq and ?ne wor| 00001380 6b 20 6f 6e 20 73 74 72 69 6e 67 73 20 26 20 6e |k on strings & n| 00001390 75 6d 62 65 72 73 3b 20 6f 74 68 65 72 73 20 6e |umbers; others n| 000013a0 75 6d 62 65 72 73 20 6f 6e 6c 79 2e 0a 53 74 61 |umbers only..Sta| 000013b0 72 74 65 64 20 74 6f 20 61 64 64 20 63 61 73 65 |rted to add case| 000013c0 2e 2e 2e 77 68 65 6e 2e 2e 2e 65 6e 64 63 61 73 |...when...endcas| 000013d0 65 20 73 75 70 70 6f 72 74 2e 0a 50 61 72 61 6d |e support..Param| 000013e0 65 74 65 72 73 20 74 6f 20 73 75 62 72 6f 75 74 |eters to subrout| 000013f0 69 6e 65 73 20 61 72 65 20 6e 6f 77 20 73 70 6c |ines are now spl| 00001400 69 74 20 75 70 20 74 6f 20 70 31 20 70 32 20 70 |it up to p1 p2 p| 00001410 33 20 65 74 63 2e 0a 6d 65 73 73 61 67 65 2f 77 |3 etc..message/w| 00001420 61 69 74 20 6e 6f 77 20 63 61 75 73 65 73 20 70 |ait now causes p| 00001430 61 75 73 65 20 6d 6f 64 65 2e 0a 27 73 65 74 20 |ause mode..'set | 00001440 76 61 72 69 61 62 6c 65 20 76 61 6c 75 65 27 3a |variable value':| 00001450 20 76 61 6c 75 65 20 73 68 6f 75 6c 64 20 62 65 | value should be| 00001460 20 71 75 6f 74 65 64 20 69 66 20 73 70 61 63 65 | quoted if space| 00001470 73 20 69 6e 63 6c 75 64 65 64 2e 0a 0a 30 2e 32 |s included...0.2| 00001480 34 32 20 28 61 6c 70 68 61 29 20 72 65 6c 65 61 |42 (alpha) relea| 00001490 73 65 3a 20 32 34 2d 46 65 62 2d 39 34 0a 2d 2d |se: 24-Feb-94.--| 000014a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000014b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 54 |--------------.T| 000014c0 69 64 69 65 64 20 61 6c 61 72 6d 2c 20 76 61 72 |idied alarm, var| 000014d0 69 61 62 6c 65 20 61 6e 64 20 75 73 65 72 6d 65 |iable and userme| 000014e0 6e 75 20 6c 69 73 74 73 3b 20 61 64 64 65 64 20 |nu lists; added | 000014f0 6c 69 6e 65 20 65 76 65 6e 74 20 61 6c 61 72 6d |line event alarm| 00001500 73 20 74 6f 20 6c 69 73 74 2e 0a 46 69 78 65 64 |s to list..Fixed| 00001510 20 76 61 72 69 61 62 6c 65 20 73 75 62 73 74 69 | variable substi| 00001520 74 75 74 69 6f 6e 20 63 6f 64 65 20 28 6f 6e 6c |tution code (onl| 00001530 79 20 61 64 64 72 65 73 73 65 64 20 31 73 74 20 |y addressed 1st | 00001540 33 30 20 76 61 72 73 29 2e 0a 41 64 64 69 6e 67 |30 vars)..Adding| 00001550 20 63 6f 64 65 20 66 6f 72 20 72 65 76 65 72 73 | code for revers| 00001560 61 6c 20 6f 66 20 6c 69 6e 65 20 61 6c 61 72 6d |al of line alarm| 00001570 20 73 65 6e 73 65 2e 20 53 6f 72 72 79 2c 20 74 | sense. Sorry, t| 00001580 68 69 73 20 6d 65 61 6e 74 20 63 68 61 6e 67 69 |his meant changi| 00001590 6e 67 0a 20 73 79 6e 74 61 78 20 61 67 61 69 6e |ng. syntax again| 000015a0 2e 2e 2e 20 6e 6f 77 3a 0a 20 61 6c 61 72 6d 2f |... now:. alarm/| 000015b0 64 63 64 3d 5b 30 20 6f 72 20 31 5d 20 3c 63 6f |dcd=[0 or 1] <co| 000015c0 6d 6d 61 6e 64 3e 0a 46 69 78 65 64 20 63 6c 61 |mmand>.Fixed cla| 000015d0 69 6d 20 5b 61 74 74 65 6d 70 74 73 5d 20 5b 64 |im [attempts] [d| 000015e0 65 6c 61 79 5d 20 28 64 69 64 6e 27 74 20 61 63 |elay] (didn't ac| 000015f0 63 65 70 74 20 64 65 6c 61 79 20 70 61 72 61 6d |cept delay param| 00001600 29 0a 43 68 61 6e 67 65 64 20 74 69 6d 65 6f 75 |).Changed timeou| 00001610 74 20 66 6f 72 20 64 65 6c 61 79 20 69 6e 20 27 |t for delay in '| 00001620 69 6e 69 74 27 20 66 72 6f 6d 20 64 65 66 61 75 |init' from defau| 00001630 6c 74 20 74 6f 20 35 20 73 65 63 73 2e 0a 46 6f |lt to 5 secs..Fo| 00001640 72 20 74 61 73 6b 2c 20 74 61 73 6b 77 69 6e 64 |r task, taskwind| 00001650 6f 77 20 26 20 61 6c 61 72 6d 3b 20 6d 61 64 65 |ow & alarm; made| 00001660 20 2f 69 64 20 61 6e 64 20 2f 6e 61 6d 65 20 73 | /id and /name s| 00001670 79 6e 6f 6e 79 6d 6f 75 73 2e 0a 3f 66 69 6c 65 |ynonymous..?file| 00001680 20 5b 2f 73 69 7a 65 5d 0a 6c 69 73 74 20 2f 76 | [/size].list /v| 00001690 61 72 20 2f 74 61 73 6b 73 20 2f 6d 65 6e 75 73 |ar /tasks /menus| 000016a0 20 2f 73 63 72 69 70 74 20 2f 61 6c 61 72 6d 73 | /script /alarms| 000016b0 0a 4e 6f 77 20 61 6c 6c 6f 77 20 6d 75 6c 74 69 |.Now allow multi| 000016c0 70 6c 65 20 63 6f 6d 6d 61 6e 64 73 20 70 65 72 |ple commands per| 000016d0 20 6c 69 6e 65 20 2d 20 73 65 70 61 72 61 74 65 | line - separate| 000016e0 20 77 69 74 68 20 22 3b 22 0a 41 6c 74 65 72 65 | with ";".Altere| 000016f0 64 20 70 61 72 61 6d 65 74 65 72 20 73 70 6c 69 |d parameter spli| 00001700 74 74 65 72 20 74 6f 20 63 6f 75 6e 74 20 6f 64 |tter to count od| 00001710 64 2d 65 76 65 6e 20 71 75 6f 74 65 73 2c 20 61 |d-even quotes, a| 00001720 6e 64 20 62 72 61 63 6b 65 74 20 63 6f 75 6e 74 |nd bracket count| 00001730 69 6e 67 2e 0a 41 64 64 65 64 20 73 65 72 69 61 |ing..Added seria| 00001740 6c 20 6c 69 6e 65 20 4c 45 44 73 20 74 6f 20 73 |l line LEDs to s| 00001750 74 61 74 75 73 20 77 69 6e 64 6f 77 20 2d 20 43 |tatus window - C| 00001760 54 53 2c 20 44 53 52 20 61 6e 64 20 44 43 44 20 |TS, DSR and DCD | 00001770 28 6c 65 66 74 20 74 6f 20 72 69 67 68 74 29 2e |(left to right).| 00001780 0a 61 64 64 65 64 20 73 70 72 69 74 65 20 6d 65 |.added sprite me| 00001790 72 67 65 20 63 6f 64 65 20 2d 20 69 63 6f 6e 62 |rge code - iconb| 000017a0 61 72 2f 66 69 6c 65 3d 3c 66 69 6c 65 6e 61 6d |ar/file=<filenam| 000017b0 65 3e 20 62 69 74 20 77 6f 72 6b 73 0a 0a 30 2e |e> bit works..0.| 000017c0 32 34 33 0a 2d 2d 2d 2d 2d 0a 57 68 65 6e 20 73 |243.-----.When s| 000017d0 65 74 74 69 6e 67 20 61 6e 20 61 6c 61 72 6d 2c |etting an alarm,| 000017e0 20 6e 6f 77 20 63 68 65 63 6b 73 20 69 64 65 6e | now checks iden| 000017f0 74 69 66 69 65 72 20 61 6e 64 20 72 65 70 6c 61 |tifier and repla| 00001800 63 65 20 69 66 20 69 74 20 61 6c 72 65 61 64 79 |ce if it already| 00001810 0a 20 65 78 69 73 74 73 2e 20 28 6f 72 20 63 61 |. exists. (or ca| 00001820 6e 63 65 6c 73 20 74 68 61 74 20 69 64 65 6e 74 |ncels that ident| 00001830 69 66 69 65 72 20 62 65 66 6f 72 65 20 73 65 74 |ifier before set| 00001840 74 69 6e 67 20 61 6e 65 77 2e 2e 2e 29 0a 69 63 |ting anew...).ic| 00001850 6f 6e 2f 69 64 3d 3c 6e 61 6d 65 3e 5b 2f 61 63 |on/id=<name>[/ac| 00001860 74 69 6f 6e 3d 3c 63 6f 6d 6d 61 6e 64 3e 5d 20 |tion=<command>] | 00001870 3c 73 70 72 69 74 65 3e 20 61 6e 64 20 69 63 6f |<sprite> and ico| 00001880 6e 62 61 72 2f 63 61 6e 63 65 6c 3d 3c 69 64 3e |nbar/cancel=<id>| 00001890 20 6e 6f 77 20 77 6f 72 6b 2e 0a 69 63 6f 6e 2f | now work..icon/| 000018a0 61 63 74 69 6f 6e 3d 3c 63 6f 6d 6d 61 6e 64 3e |action=<command>| 000018b0 20 61 73 73 6f 63 69 61 74 65 73 20 63 6f 6d 6d | associates comm| 000018c0 61 6e 64 20 77 69 74 68 20 73 65 6c 65 63 74 2f |and with select/| 000018d0 61 64 6a 75 73 74 2d 63 6c 69 63 6b 0a 6d 65 6e |adjust-click.men| 000018e0 75 2f 69 63 6f 6e 3d 3c 69 64 3e 20 3c 6d 65 6e |u/icon=<id> <men| 000018f0 75 73 74 72 75 63 74 3e 20 77 6f 72 6b 73 2c 20 |ustruct> works, | 00001900 28 66 6c 61 6b 69 6c 79 29 2e 0a 4d 6f 73 74 20 |(flakily)..Most | 00001910 6f 66 20 63 6f 64 65 20 66 6f 72 20 64 65 66 69 |of code for defi| 00001920 6e 61 62 6c 65 20 64 65 62 75 67 2d 77 69 6e 64 |nable debug-wind| 00001930 6f 77 20 6d 65 6e 75 20 69 73 20 70 72 65 73 65 |ow menu is prese| 00001940 6e 74 20 28 6d 65 6e 75 2f 64 65 62 75 67 29 2e |nt (menu/debug).| 00001950 0a 46 69 78 65 64 20 73 74 6f 70 20 28 77 68 65 |.Fixed stop (whe| 00001960 6e 20 6e 6f 20 73 74 6f 70 2d 61 6c 61 72 6d 29 |n no stop-alarm)| 00001970 20 61 6e 64 20 70 61 75 73 65 20 70 72 6f 62 6c | and pause probl| 00001980 65 6d 73 20 28 6f 63 63 61 73 69 6f 6e 61 6c 20 |ems (occasional | 00001990 69 6e 66 2e 20 6c 6f 6f 70 21 29 0a 20 2d 20 61 |inf. loop!). - a| 000019a0 6c 73 6f 20 63 61 6e 63 65 6c 73 20 64 69 61 6c |lso cancels dial| 000019b0 20 69 66 20 73 74 6f 70 70 65 64 20 64 75 72 69 | if stopped duri| 000019c0 6e 67 20 61 20 64 69 61 6c 0a 0a 30 2e 32 34 34 |ng a dial..0.244| 000019d0 20 28 30 39 2d 4d 61 72 2d 39 34 29 0a 2d 2d 2d | (09-Mar-94).---| 000019e0 2d 2d 0a 41 64 64 65 64 20 61 6c 61 72 6d 2f 69 |--.Added alarm/i| 000019f0 63 6f 6e 3d 3c 69 64 3e 20 3c 63 6f 6d 6d 61 6e |con=<id> <comman| 00001a00 64 3e 20 66 6f 72 20 64 72 6f 70 70 69 6e 67 20 |d> for dropping | 00001a10 66 69 6c 65 20 6f 6e 20 69 63 6f 6e 62 61 72 2e |file on iconbar.| 00001a20 0a 20 46 69 6c 65 6e 61 6d 65 20 69 73 20 70 75 |. Filename is pu| 00001a30 74 20 69 6e 74 6f 20 24 66 69 6c 65 2c 20 66 69 |t into $file, fi| 00001a40 6c 65 74 79 70 65 20 69 6e 74 6f 20 24 74 79 70 |letype into $typ| 00001a50 65 2e 0a 41 64 64 65 64 20 2f 64 65 6c 65 74 65 |e..Added /delete| 00001a60 20 73 79 6e 6f 6e 79 6d 20 66 6f 72 20 2f 63 61 | synonym for /ca| 00001a70 6e 63 65 6c 20 69 6e 20 61 6c 61 72 6d 20 61 6e |ncel in alarm an| 00001a80 64 20 69 63 6f 6e 20 63 6f 6d 6d 61 6e 64 73 2e |d icon commands.| 00001a90 0a 4d 61 64 65 20 75 73 65 72 2d 69 63 6f 6e 20 |.Made user-icon | 00001aa0 61 64 64 69 74 69 6f 6e 20 77 69 64 74 68 2d 73 |addition width-s| 00001ab0 65 6e 73 69 74 69 76 65 2e 0a 41 64 64 65 64 20 |ensitive..Added | 00001ac0 27 64 65 6c 61 79 27 20 74 6f 20 6f 62 73 6f 6c |'delay' to obsol| 00001ad0 65 74 65 20 63 6f 6d 6d 61 6e 64 20 74 72 61 70 |ete command trap| 00001ae0 2e 0a 41 64 64 65 64 20 27 65 76 65 6e 74 2f 65 |..Added 'event/e| 00001af0 6e 61 62 6c 65 27 20 61 6e 64 20 27 65 76 65 6e |nable' and 'even| 00001b00 74 2f 64 69 73 61 62 6c 65 27 20 74 6f 20 65 6e |t/disable' to en| 00001b10 61 62 6c 65 2f 64 69 73 61 62 6c 65 20 65 76 65 |able/disable eve| 00001b20 6e 74 20 70 72 6f 63 65 73 73 69 6e 67 2c 0a 20 |nt processing,. | 00001b30 66 6f 72 20 73 65 6e 73 69 74 69 76 65 20 72 6f |for sensitive ro| 00001b40 75 74 69 6e 65 73 2e 20 45 76 65 6e 74 73 20 61 |utines. Events a| 00001b50 72 65 20 73 74 69 6c 6c 20 71 75 65 75 65 64 20 |re still queued | 00001b60 62 75 74 20 6e 6f 74 20 61 63 74 65 64 20 75 70 |but not acted up| 00001b70 6f 6e 20 75 6e 74 69 6c 0a 20 72 65 2d 65 6e 61 |on until. re-ena| 00001b80 62 6c 65 64 2e 0a 3f 66 72 65 65 20 5b 2f 6d 65 |bled..?free [/me| 00001b90 6d 5d 20 5b 2f 6e 65 78 74 5d 20 5b 2f 66 72 65 |m] [/next] [/fre| 00001ba0 65 5d 20 5b 2f 64 65 76 69 63 65 3d 3c 66 69 6c |e] [/device=<fil| 00001bb0 65 3e 5d 20 61 64 64 65 64 20 74 6f 20 72 65 74 |e>] added to ret| 00001bc0 75 72 6e 20 66 72 65 65 20 6d 65 6d 6f 72 79 0a |urn free memory.| 00001bd0 20 28 65 69 74 68 65 72 20 52 41 4d 20 6f 72 20 | (either RAM or | 00001be0 66 69 6c 69 6e 67 20 73 79 73 74 65 6d 20 73 70 |filing system sp| 00001bf0 61 63 65 29 2e 20 44 65 66 61 75 6c 74 20 69 66 |ace). Default if| 00001c00 20 6e 6f 20 71 75 61 6c 20 2d 3e 20 74 6f 74 61 | no qual -> tota| 00001c10 6c 20 66 72 65 65 20 52 41 4d 2e 0a 41 64 64 65 |l free RAM..Adde| 00001c20 64 20 65 72 72 6f 72 20 68 61 6e 64 6c 65 72 3a |d error handler:| 00001c30 20 27 61 6c 61 72 6d 2f 65 72 72 6f 72 3d 3c 63 | 'alarm/error=<c| 00001c40 6f 6d 6d 61 6e 64 3e 27 2e 0a 46 69 78 65 64 20 |ommand>'..Fixed | 00001c50 27 74 61 73 6b 27 20 63 6f 6d 6d 61 6e 64 20 74 |'task' command t| 00001c60 6f 20 63 6f 70 65 20 70 72 6f 70 65 72 6c 79 20 |o cope properly | 00001c70 77 69 74 68 20 6e 6f 6e 2d 77 69 6d 70 20 74 61 |with non-wimp ta| 00001c80 73 6b 73 20 77 68 69 63 68 20 64 6f 6e 27 74 0a |sks which don't.| 00001c90 20 72 65 74 75 72 6e 20 61 20 74 61 73 6b 20 68 | return a task h| 00001ca0 61 6e 64 6c 65 2e 0a 41 74 74 65 6d 70 74 65 64 |andle..Attempted| 00001cb0 20 74 6f 20 6d 61 6b 65 20 27 69 66 27 20 77 6f | to make 'if' wo| 00001cc0 72 6b 20 63 6f 72 72 65 63 74 6c 79 20 66 6f 72 |rk correctly for| 00001cd0 20 6d 75 6c 74 69 73 74 61 74 65 6d 65 6e 74 20 | multistatement | 00001ce0 6c 69 6e 65 73 2e 20 53 65 65 6d 73 20 6f 6b 2e |lines. Seems ok.| 00001cf0 0a 4d 65 73 73 61 67 65 20 77 69 6e 64 6f 77 20 |.Message window | 00001d00 6e 6f 77 20 61 63 63 65 70 74 73 20 75 70 20 74 |now accepts up t| 00001d10 6f 20 32 35 20 6c 69 6e 65 73 20 6f 66 20 38 30 |o 25 lines of 80| 00001d20 2b 20 63 68 61 72 61 63 74 65 72 73 2e 0a 20 6d |+ characters.. m| 00001d30 65 73 73 61 67 65 2f 63 61 70 74 75 72 65 3d 3c |essage/capture=<| 00001d40 73 74 61 72 74 3e 5b 2f 65 6e 64 3d 3c 65 6e 64 |start>[/end=<end| 00001d50 3e 5d 5b 2f 6d 61 78 3d 3c 6e 3e 5d 5b 63 65 6e |>][/max=<n>][cen| 00001d60 74 72 65 5d 20 63 61 70 74 75 72 65 73 20 6c 69 |tre] captures li| 00001d70 6e 65 73 20 6f 66 20 69 6e 70 75 74 0a 20 73 74 |nes of input. st| 00001d80 72 65 61 6d 20 74 6f 20 6d 65 73 73 61 67 65 20 |ream to message | 00001d90 77 69 6e 64 6f 77 2c 20 73 74 61 72 74 69 6e 67 |window, starting| 00001da0 20 77 69 74 68 20 74 68 65 20 73 74 72 69 6e 67 | with the string| 00001db0 20 3c 73 74 61 72 74 3e 20 61 6e 64 20 65 6e 64 | <start> and end| 00001dc0 69 6e 67 20 77 69 74 68 0a 20 3c 65 6e 64 3e 20 |ing with. <end> | 00001dd0 6f 72 20 61 20 6d 61 78 69 6d 75 6d 20 6e 75 6d |or a maximum num| 00001de0 62 65 72 20 6f 66 20 6c 69 6e 65 73 20 3c 6e 3e |ber of lines <n>| 00001df0 2e 20 2f 63 65 6e 74 65 72 20 63 65 6e 74 65 72 |. /center center| 00001e00 73 20 6f 75 74 70 75 74 20 77 69 74 68 69 6e 20 |s output within | 00001e10 77 69 6e 64 6f 77 2e 0a 41 64 64 65 64 20 24 74 |window..Added $t| 00001e20 69 6d 65 20 76 61 72 69 61 62 6c 65 20 2d 20 6d |ime variable - m| 00001e30 6f 6e 6f 74 6f 6e 69 63 20 74 69 6d 65 2c 20 69 |onotonic time, i| 00001e40 6e 20 73 65 63 6f 6e 64 73 0a 41 6c 74 65 72 65 |n seconds.Altere| 00001e50 64 20 73 74 61 74 75 73 20 76 61 72 69 61 62 6c |d status variabl| 00001e60 65 20 74 6f 20 24 73 74 61 74 75 73 20 28 63 6f |e to $status (co| 00001e70 6e 73 69 73 74 65 6e 63 79 20 6f 66 20 73 6c 69 |nsistency of sli| 00001e80 70 64 69 61 6c 2d 73 65 74 20 76 61 72 69 61 62 |pdial-set variab| 00001e90 6c 65 73 29 0a 4f 70 74 69 6d 69 73 65 64 20 76 |les).Optimised v| 00001ea0 61 72 69 61 62 6c 65 20 73 75 62 73 74 69 74 75 |ariable substitu| 00001eb0 74 69 6f 6e 20 61 6e 64 20 6c 6f 6f 6b 75 70 20 |tion and lookup | 00001ec0 63 6f 64 65 2e 0a 41 64 64 65 64 20 69 6e 70 75 |code..Added inpu| 00001ed0 74 20 77 69 6e 64 6f 77 3a 0a 20 69 6e 70 75 74 |t window:. input| 00001ee0 20 5b 2f 70 72 6f 6d 70 74 3d 3c 70 72 6f 6d 70 | [/prompt=<promp| 00001ef0 74 3e 5d 20 76 61 72 69 61 62 6c 65 20 5b 5b 2f |t>] variable [[/| 00001f00 70 72 6f 6d 70 74 3d 3c 70 72 6f 6d 70 74 32 3e |prompt=<prompt2>| 00001f10 5d 20 76 61 72 69 61 62 6c 65 32 2e 2e 2e 5d 0a |] variable2...].| 00001f20 20 52 65 61 64 73 20 69 6e 70 75 74 20 66 72 6f | Reads input fro| 00001f30 6d 20 75 73 65 72 20 69 6e 74 6f 20 76 61 72 69 |m user into vari| 00001f40 61 62 6c 65 0a 41 64 64 65 64 20 69 6e 74 65 72 |able.Added inter| 00001f50 61 63 74 69 76 65 20 68 65 6c 70 20 2d 20 22 68 |active help - "h| 00001f60 65 6c 70 20 3c 73 75 62 6a 65 63 74 3e 22 20 2d |elp <subject>" -| 00001f70 20 6f 75 74 70 75 74 73 20 74 6f 20 6d 65 73 73 | outputs to mess| 00001f80 61 67 65 20 77 69 6e 64 6f 77 2e 0a 0a 30 2e 32 |age window...0.2| 00001f90 34 35 0a 2d 2d 2d 2d 2d 0a 0a 53 74 61 74 75 73 |45.-----..Status| 00001fa0 20 77 69 6e 64 6f 77 20 28 66 69 72 73 74 20 6f | window (first o| 00001fb0 70 65 6e 69 6e 67 29 20 61 6e 64 20 6d 65 73 73 |pening) and mess| 00001fc0 61 67 65 20 77 69 6e 64 6f 77 20 63 65 6e 74 65 |age window cente| 00001fd0 72 65 64 20 6f 6e 20 73 63 72 65 65 6e 2e 0a 43 |red on screen..C| 00001fe0 6f 6d 6d 61 6e 64 20 69 6e 70 75 74 20 6d 6f 76 |ommand input mov| 00001ff0 65 64 20 66 72 6f 6d 20 73 74 61 74 75 73 20 74 |ed from status t| 00002000 6f 20 64 65 62 75 67 20 77 69 6e 64 6f 77 2e 0a |o debug window..| 00002010 41 64 64 65 64 20 63 6f 6d 6d 61 6e 64 2d 72 65 |Added command-re| 00002020 63 61 6c 6c 20 66 6f 72 20 63 6f 6d 6d 61 6e 64 |call for command| 00002030 20 65 6e 74 72 79 20 69 63 6f 6e 2e 0a 41 6c 74 | entry icon..Alt| 00002040 65 72 65 64 20 22 61 70 70 65 6e 64 22 20 74 6f |ered "append" to| 00002050 20 75 73 65 20 4f 53 5f 47 42 50 42 20 6c 6f 6f | use OS_GBPB loo| 00002060 70 20 69 6e 73 74 65 61 64 20 6f 66 20 2a 70 72 |p instead of *pr| 00002070 69 6e 74 20 77 2e 72 65 64 69 72 65 63 74 69 6f |int w.redirectio| 00002080 6e 0a 0a 30 2e 32 35 20 28 31 39 2d 4d 61 72 2d |n..0.25 (19-Mar-| 00002090 39 34 29 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |94).------------| 000020a0 2d 2d 2d 2d 0a 0a 22 25 25 22 20 69 6e 20 6d 6f |----.."%%" in mo| 000020b0 76 65 2f 63 6f 70 79 20 68 61 64 20 73 74 6f 70 |ve/copy had stop| 000020c0 70 65 64 20 77 6f 72 6b 69 6e 67 20 2d 20 63 68 |ped working - ch| 000020d0 61 6e 67 65 64 20 74 6f 20 75 73 65 20 22 2a 22 |anged to use "*"| 000020e0 20 69 6e 73 74 65 61 64 2e 0a 61 70 70 65 6e 64 | instead..append| 000020f0 20 64 69 64 6e 27 74 20 63 6c 6f 73 65 20 73 6f | didn't close so| 00002100 75 72 63 65 20 66 69 6c 65 20 2d 20 66 69 78 65 |urce file - fixe| 00002110 64 2e 0a 41 64 64 65 64 20 6e 65 77 20 71 75 61 |d..Added new qua| 00002120 6c 69 66 69 65 72 73 20 74 6f 20 64 69 61 6c 20 |lifiers to dial | 00002130 63 6f 6d 6d 61 6e 64 3a 0a 20 64 69 61 6c 20 2f |command:. dial /| 00002140 62 75 73 79 3d 3c 6e 3e 20 2f 6e 6f 64 69 61 6c |busy=<n> /nodial| 00002150 3d 3c 6e 3e 20 2f 6e 6f 63 61 72 3d 3c 6e 3e 20 |=<n> /nocar=<n> | 00002160 3c 6e 75 6d 62 65 72 31 3e 20 3c 6e 75 6d 62 65 |<number1> <numbe| 00002170 72 32 3e 0a 20 64 65 66 69 6e 65 20 61 6c 74 65 |r2>. define alte| 00002180 72 6e 61 74 69 76 65 20 64 65 6c 61 79 73 20 62 |rnative delays b| 00002190 65 66 6f 72 65 20 72 65 74 72 79 20 66 6f 72 20 |efore retry for | 000021a0 64 69 66 66 65 72 65 6e 74 20 63 6f 6e 64 69 74 |different condit| 000021b0 69 6f 6e 73 3a 20 62 75 73 79 2c 0a 20 6e 6f 20 |ions: busy,. no | 000021c0 64 69 61 6c 74 6f 6e 65 2c 20 6e 6f 20 63 61 72 |dialtone, no car| 000021d0 72 69 65 72 2e 0a 41 64 64 65 64 20 74 69 6d 65 |rier..Added time| 000021e0 6f 75 74 20 66 6f 72 20 6d 65 73 73 61 67 65 20 |out for message | 000021f0 63 61 70 74 75 72 65 20 2d 20 77 69 6e 64 6f 77 |capture - window| 00002200 20 75 70 64 61 74 65 64 20 77 68 65 6e 20 6e 6f | updated when no| 00002210 20 69 6e 63 6f 6d 69 6e 67 20 74 65 78 74 0a 41 | incoming text.A| 00002220 64 64 65 64 20 6e 65 77 20 71 75 61 6c 69 66 69 |dded new qualifi| 00002230 65 72 20 74 6f 20 22 6d 65 73 73 61 67 65 22 3a |er to "message":| 00002240 20 22 2f 61 64 64 22 20 74 6f 20 61 64 64 20 6e | "/add" to add n| 00002250 65 77 20 74 65 78 74 20 74 6f 20 65 78 69 73 74 |ew text to exist| 00002260 69 6e 67 20 6d 73 67 2e 0a 46 69 78 65 64 20 73 |ing msg..Fixed s| 00002270 6f 6d 65 20 6f 66 20 6d 65 73 73 61 67 65 20 77 |ome of message w| 00002280 69 6e 64 6f 77 20 70 65 63 75 6c 69 61 72 69 74 |indow peculiarit| 00002290 69 65 73 2e 0a 46 69 78 65 64 20 6e 65 77 20 62 |ies..Fixed new b| 000022a0 75 67 20 69 6e 20 65 76 61 6c 2e 0a 41 64 64 65 |ug in eval..Adde| 000022b0 64 20 63 6f 64 65 20 74 6f 20 70 65 72 6d 69 74 |d code to permit| 000022c0 20 63 6f 6e 74 69 6e 75 61 74 69 6f 6e 20 6c 69 | continuation li| 000022d0 6e 65 73 2e 0a 4f 74 68 65 72 77 69 73 65 20 75 |nes..Otherwise u| 000022e0 6e 72 65 63 6f 67 6e 69 73 65 64 20 70 61 72 61 |nrecognised para| 000022f0 6d 65 74 65 72 73 20 6f 6e 20 73 6c 69 70 64 69 |meters on slipdi| 00002300 61 6c 20 73 74 61 72 74 75 70 20 6c 69 6e 65 20 |al startup line | 00002310 61 72 65 20 70 61 73 73 65 64 20 74 6f 0a 20 73 |are passed to. s| 00002320 63 72 69 70 74 20 61 73 20 70 61 72 61 6d 65 74 |cript as paramet| 00002330 65 72 73 20 28 70 30 2c 70 31 2c 70 32 2c 20 65 |ers (p0,p1,p2, e| 00002340 74 63 29 2e 20 4e 6f 74 20 72 69 67 68 74 20 79 |tc). Not right y| 00002350 65 74 2e 2e 2e 0a 49 6e 63 72 65 61 73 65 64 20 |et....Increased | 00002360 69 6e 74 65 72 6e 61 6c 20 73 70 72 69 74 65 20 |internal sprite | 00002370 61 72 65 61 20 62 79 20 61 20 6d 65 61 67 72 65 |area by a meagre| 00002380 20 31 6b 2e 0a 41 64 64 65 64 20 22 69 63 6f 6e | 1k..Added "icon| 00002390 2f 66 72 65 65 22 20 63 6f 6d 6d 61 6e 64 3b 20 |/free" command; | 000023a0 72 65 74 75 72 6e 73 20 66 72 65 65 20 73 70 61 |returns free spa| 000023b0 63 65 20 28 69 6e 20 62 79 74 65 73 29 20 69 6e |ce (in bytes) in| 000023c0 20 69 63 6f 6e 20 61 72 65 61 2e 0a 46 69 78 65 | icon area..Fixe| 000023d0 64 20 73 63 72 69 70 74 2d 65 72 72 6f 72 20 68 |d script-error h| 000023e0 61 6e 64 6c 65 72 20 74 6f 20 77 6f 72 6b 20 77 |andler to work w| 000023f0 69 74 68 20 6e 65 77 20 6d 65 73 73 61 67 65 20 |ith new message | 00002400 77 69 6e 64 6f 77 2e 0a 41 64 64 65 64 20 22 6f |window..Added "o| 00002410 70 65 6e 2f 69 64 3d 3c 69 64 3e 2f 65 6f 66 3d |pen/id=<id>/eof=| 00002420 3c 63 6f 6d 6d 61 6e 64 3e 20 3c 66 69 6c 65 6e |<command> <filen| 00002430 61 6d 65 3e 22 20 74 6f 20 6f 70 65 6e 20 66 69 |ame>" to open fi| 00002440 6c 65 2e 0a 41 64 64 65 64 20 22 72 65 61 64 22 |le..Added "read"| 00002450 2c 20 22 77 72 69 74 65 22 2c 20 22 63 6c 6f 73 |, "write", "clos| 00002460 65 22 20 61 6e 64 20 22 70 74 72 22 20 66 69 6c |e" and "ptr" fil| 00002470 65 20 68 61 6e 64 6c 69 6e 67 20 63 6f 6d 6d 61 |e handling comma| 00002480 6e 64 73 2e 0a 41 64 64 65 64 20 22 3f 66 72 65 |nds..Added "?fre| 00002490 65 20 2f 69 6e 74 65 72 6e 61 6c 22 20 71 75 61 |e /internal" qua| 000024a0 6c 69 66 69 65 72 20 74 6f 20 72 65 74 75 72 6e |lifier to return| 000024b0 20 69 6e 74 65 72 6e 61 6c 20 77 6f 72 6b 73 70 | internal worksp| 000024c0 61 63 65 2e 0a 4f 6e 20 6c 6f 61 64 69 6e 67 20 |ace..On loading | 000024d0 6e 65 77 20 73 63 72 69 70 74 73 2c 20 6e 6f 77 |new scripts, now| 000024e0 20 6f 6e 6c 79 20 63 6c 65 61 72 20 6e 6f 6e 20 | only clear non | 000024f0 22 73 79 73 74 65 6d 22 20 76 61 72 69 61 62 6c |"system" variabl| 00002500 65 73 20 28 74 68 6f 73 65 20 62 65 67 69 6e 6e |es (those beginn| 00002510 69 6e 67 0a 20 77 69 74 68 20 22 24 22 20 61 72 |ing. with "$" ar| 00002520 65 20 72 65 74 61 69 6e 65 64 29 2e 0a 41 64 64 |e retained)..Add| 00002530 65 64 20 22 73 6f 75 72 63 65 20 3c 66 69 6c 65 |ed "source <file| 00002540 6e 61 6d 65 3e 22 20 63 6f 6d 6d 61 6e 64 20 74 |name>" command t| 00002550 6f 20 72 65 61 64 20 65 78 74 72 61 20 63 6f 6d |o read extra com| 00002560 6d 61 6e 64 73 20 66 72 6f 6d 20 66 69 6c 65 2e |mands from file.| 00002570 0a 41 64 64 65 64 20 22 6c 69 62 72 61 72 79 20 |.Added "library | 00002580 3c 66 69 6c 65 6e 61 6d 65 3e 20 5b 3c 70 61 72 |<filename> [<par| 00002590 61 6d 65 74 65 72 73 3e 5d 22 20 63 6f 6d 6d 61 |ameters>]" comma| 000025a0 6e 64 2e 0a 53 6f 6d 65 20 6f 70 74 69 6d 69 73 |nd..Some optimis| 000025b0 61 74 69 6f 6e 20 6f 66 20 73 65 72 69 61 6c 20 |ation of serial | 000025c0 61 6e 64 20 74 61 73 6b 77 69 6e 64 6f 77 20 72 |and taskwindow r| 000025d0 65 63 65 69 76 65 20 2d 3e 20 64 65 62 75 67 20 |eceive -> debug | 000025e0 77 69 6e 64 6f 77 20 72 6f 75 74 69 6e 65 73 2e |window routines.| 000025f0 0a 53 70 65 65 64 75 70 20 6f 66 20 64 65 62 75 |.Speedup of debu| 00002600 67 2d 77 69 6e 64 6f 77 20 73 63 72 6f 6c 6c 69 |g-window scrolli| 00002610 6e 67 2e 0a 41 64 64 65 64 20 22 70 74 72 2f 73 |ng..Added "ptr/s| 00002620 65 74 3d 65 6f 66 22 0a 43 6f 6d 6d 61 6e 64 73 |et=eof".Commands| 00002630 20 26 20 71 75 61 6c 69 66 69 65 72 73 20 6e 6f | & qualifiers no| 00002640 77 20 63 61 73 65 2d 69 6e 73 65 6e 73 69 74 69 |w case-insensiti| 00002650 76 65 2e 0a 41 6c 6c 6f 77 20 65 73 63 61 70 69 |ve..Allow escapi| 00002660 6e 67 20 6f 66 20 73 69 67 6e 69 66 69 63 61 6e |ng of significan| 00002670 74 20 63 68 61 72 61 63 74 65 72 73 20 28 22 20 |t characters (" | 00002680 28 20 29 20 7b 20 7d 20 2f 20 5c 29 20 75 73 69 |( ) { } / \) usi| 00002690 6e 67 20 5c 2e 0a 51 75 6f 74 61 74 69 6f 6e 20 |ng \..Quotation | 000026a0 6d 61 72 6b 73 20 22 20 61 72 65 20 6e 6f 77 20 |marks " are now | 000026b0 69 6e 63 6c 75 64 65 64 20 64 69 72 65 63 74 6c |included directl| 000026c0 79 20 62 79 20 65 73 63 61 70 69 6e 67 3a 20 5c |y by escaping: \| 000026d0 22 20 72 61 74 68 65 72 20 74 68 61 6e 20 22 22 |" rather than ""| 000026e0 0a 41 64 64 65 64 20 61 62 69 6c 69 74 79 20 74 |.Added ability t| 000026f0 6f 20 70 6c 61 63 65 20 72 65 73 75 6c 74 73 20 |o place results | 00002700 6f 66 20 61 20 63 6f 6d 6d 61 6e 64 20 69 6e 74 |of a command int| 00002710 6f 20 61 6e 6f 74 68 65 72 20 63 6f 6d 6d 61 6e |o another comman| 00002720 64 2c 20 75 73 69 6e 67 20 7b 7d 2e 0a 43 61 6e |d, using {}..Can| 00002730 20 6e 6f 77 20 61 6c 73 6f 20 63 6f 6e 66 69 67 | now also config| 00002740 75 72 65 20 77 69 64 74 68 20 6f 66 20 64 65 62 |ure width of deb| 00002750 75 67 20 77 69 6e 64 6f 77 2e 0a 41 64 64 65 64 |ug window..Added| 00002760 20 69 63 6f 6e 69 73 65 64 20 77 69 6e 64 6f 77 | iconised window| 00002770 20 69 63 6f 6e 2e 2e 2e 0a 41 64 64 65 64 20 22 | icon....Added "| 00002780 63 68 61 69 6e 22 20 63 6f 6d 6d 61 6e 64 20 61 |chain" command a| 00002790 6e 64 20 24 63 61 6c 6c 65 72 20 76 61 72 69 61 |nd $caller varia| 000027a0 62 6c 65 2e 0a 43 61 6e 20 6e 6f 77 20 6c 6f 61 |ble..Can now loa| 000027b0 64 20 73 63 72 69 70 74 73 20 76 69 61 20 73 63 |d scripts via sc| 000027c0 72 61 70 66 69 6c 65 2e 0a 41 64 64 65 64 20 22 |rapfile..Added "| 000027d0 73 65 6e 64 2f 69 64 3d 3c 6e 61 6d 65 3e 20 3c |send/id=<name> <| 000027e0 73 74 72 69 6e 67 3e 22 20 74 6f 20 73 65 6e 64 |string>" to send| 000027f0 20 74 65 78 74 20 74 6f 20 61 20 74 61 73 6b 77 | text to a taskw| 00002800 69 6e 64 6f 77 20 28 64 6f 65 73 6e 27 74 20 77 |indow (doesn't w| 00002810 6f 72 6b 21 29 0a 53 6f 6d 65 20 6d 6f 64 69 66 |ork!).Some modif| 00002820 69 63 61 74 69 6f 6e 73 20 74 6f 20 6c 65 74 20 |ications to let | 00002830 42 41 53 49 43 20 63 72 75 6e 63 68 65 72 20 77 |BASIC cruncher w| 00002840 6f 72 6b 20 73 75 63 63 65 73 73 66 75 6c 6c 79 |ork successfully| 00002850 2e 0a 46 69 78 65 64 20 3f 74 61 73 6b 20 74 6f |..Fixed ?task to| 00002860 20 72 65 74 75 72 6e 20 74 61 73 6b 20 68 61 6e | return task han| 00002870 64 6c 65 20 69 6e 73 74 65 61 64 20 6f 66 20 31 |dle instead of 1| 00002880 2f 30 2e 20 4e 6f 77 20 63 61 73 65 2d 69 6e 73 |/0. Now case-ins| 00002890 65 6e 73 69 74 69 76 65 2e 0a 49 6d 70 72 6f 76 |ensitive..Improv| 000028a0 65 64 20 73 63 72 69 70 74 20 6d 65 6d 6f 72 79 |ed script memory| 000028b0 20 6d 61 6e 61 67 65 6d 65 6e 74 2e 0a 41 64 64 | management..Add| 000028c0 65 64 20 64 69 73 63 72 69 6d 69 6e 61 74 69 6f |ed discriminatio| 000028d0 6e 20 6f 66 20 65 76 65 6e 74 20 74 79 70 65 73 |n of event types| 000028e0 20 66 6f 72 20 65 6e 61 62 6c 65 2f 64 69 73 61 | for enable/disa| 000028f0 62 6c 65 2e 0a 41 64 64 65 64 20 22 2f 74 79 70 |ble..Added "/typ| 00002900 65 22 20 61 6e 64 20 22 2f 61 74 74 72 69 62 22 |e" and "/attrib"| 00002910 20 71 75 61 6c 69 66 69 65 72 73 20 66 6f 72 20 | qualifiers for | 00002920 22 3f 66 69 6c 65 22 2e 0a 0a 30 2e 32 35 31 20 |"?file"...0.251 | 00002930 28 32 31 2d 4d 61 72 2d 39 34 29 0a 2d 2d 2d 2d |(21-Mar-94).----| 00002940 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 41 6c |-------------.Al| 00002950 74 65 72 65 64 20 73 75 62 72 6f 75 74 69 6e 65 |tered subroutine| 00002960 2d 72 65 74 75 72 6e 20 74 6f 20 65 6e 61 62 6c |-return to enabl| 00002970 65 20 72 65 74 75 72 6e 69 6e 67 20 6f 66 20 74 |e returning of t| 00002980 65 78 74 75 61 6c 20 76 61 6c 75 65 73 2e 0a 46 |extual values..F| 00002990 69 78 65 64 20 22 2d 73 22 20 73 74 61 72 74 75 |ixed "-s" startu| 000029a0 70 20 73 77 69 74 63 68 20 74 6f 20 73 65 74 20 |p switch to set | 000029b0 73 70 72 69 74 65 20 61 72 65 61 20 73 69 7a 65 |sprite area size| 000029c0 20 28 64 69 64 6e 27 74 20 77 6f 72 6b 29 2e 0a | (didn't work)..| 000029d0 46 69 78 65 64 20 73 74 61 74 75 73 2d 77 69 6e |Fixed status-win| 000029e0 64 6f 77 20 6d 65 6e 75 20 28 69 6e 63 6f 72 72 |dow menu (incorr| 000029f0 65 63 74 6c 79 20 73 74 69 6c 6c 20 68 61 64 20 |ectly still had | 00002a00 22 44 65 62 75 67 2e 2e 2e 22 20 65 6e 74 72 79 |"Debug..." entry| 00002a10 29 2e 0a 41 64 64 65 64 20 22 2f 77 61 69 74 22 |)..Added "/wait"| 00002a20 20 71 75 61 6c 69 66 69 65 72 20 74 6f 20 22 74 | qualifier to "t| 00002a30 61 73 6b 22 20 61 6e 64 20 22 74 61 73 6b 77 69 |ask" and "taskwi| 00002a40 6e 64 6f 77 22 20 63 6f 6d 6d 61 6e 64 73 20 2d |ndow" commands -| 00002a50 20 66 6f 72 63 65 73 0a 20 73 63 72 69 70 74 20 | forces. script | 00002a60 74 6f 20 77 61 69 74 20 75 6e 74 69 6c 20 74 61 |to wait until ta| 00002a70 73 6b 20 74 65 72 6d 69 6e 61 74 65 73 2e 0a 41 |sk terminates..A| 00002a80 64 64 65 64 20 76 65 72 74 69 63 61 6c 20 6f 66 |dded vertical of| 00002a90 66 73 65 74 73 20 74 6f 20 73 63 72 65 65 6e 2d |fsets to screen-| 00002aa0 63 65 6e 74 65 72 65 64 20 77 69 6e 64 6f 77 20 |centered window | 00002ab0 6f 70 65 6e 69 6e 67 2e 0a 49 50 20 64 69 73 70 |opening..IP disp| 00002ac0 6c 61 79 20 69 73 20 6e 6f 77 20 75 70 64 61 74 |lay is now updat| 00002ad0 65 64 20 6f 6e 20 73 65 74 74 69 6e 67 20 6f 66 |ed on setting of| 00002ae0 20 22 69 70 61 64 64 72 65 73 73 22 20 76 61 72 | "ipaddress" var| 00002af0 69 61 62 6c 65 2e 0a 0a 30 2e 32 36 20 28 32 35 |iable...0.26 (25| 00002b00 2d 4d 61 72 2d 39 34 29 0a 2d 2d 2d 2d 2d 2d 2d |-Mar-94).-------| 00002b10 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 22 73 65 6e 64 2f |---------."send/| 00002b20 69 64 3d 3c 69 64 3e 20 3c 73 74 72 69 6e 67 3e |id=<id> <string>| 00002b30 22 20 63 6f 6d 6d 61 6e 64 20 66 69 78 65 64 20 |" command fixed | 00002b40 61 66 74 65 72 20 63 6f 6d 70 2e 73 79 73 2e 61 |after comp.sys.a| 00002b50 63 6f 72 6e 2e 74 65 63 68 20 72 65 76 65 61 6c |corn.tech reveal| 00002b60 73 0a 20 50 52 4d 20 65 72 72 6f 72 2e 2e 2e 20 |s. PRM error... | 00002b70 63 61 6e 20 6e 6f 77 20 73 65 6e 64 20 74 6f 20 |can now send to | 00002b80 74 61 73 6b 77 69 6e 64 6f 77 73 2e 0a 4f 75 74 |taskwindows..Out| 00002b90 70 75 74 20 66 69 6c 65 20 69 73 20 63 6c 6f 73 |put file is clos| 00002ba0 65 64 20 69 6d 6d 65 64 69 61 74 65 6c 79 20 69 |ed immediately i| 00002bb0 66 20 74 61 73 6b 77 69 6e 64 6f 77 20 70 72 6f |f taskwindow pro| 00002bc0 63 65 73 73 20 63 72 65 61 74 69 6f 6e 20 66 61 |cess creation fa| 00002bd0 69 6c 73 2e 0a 44 65 66 61 75 6c 74 20 77 69 6d |ils..Default wim| 00002be0 70 73 6c 6f 74 20 66 6f 72 20 6e 65 77 20 74 61 |pslot for new ta| 00002bf0 73 6b 77 69 6e 64 6f 77 73 20 69 73 20 6e 6f 77 |skwindows is now| 00002c00 20 74 68 61 74 20 6f 66 20 74 68 65 20 22 4e 65 | that of the "Ne| 00002c10 78 74 22 20 73 6c 6f 74 2c 20 6e 6f 74 20 36 34 |xt" slot, not 64| 00002c20 30 6b 2e 0a 46 69 78 65 64 20 62 75 67 73 20 69 |0k..Fixed bugs i| 00002c30 6e 20 22 64 72 69 76 65 72 22 20 61 6e 64 20 22 |n "driver" and "| 00002c40 73 6f 75 72 63 65 22 20 63 6f 6d 6d 61 6e 64 73 |source" commands| 00002c50 2e 0a 54 61 73 6b 77 69 6e 64 6f 77 20 6f 75 74 |..Taskwindow out| 00002c60 70 75 74 20 6e 6f 77 20 67 6f 65 73 20 74 6f 20 |put now goes to | 00002c70 69 6e 64 69 76 69 64 75 61 6c 20 77 69 6e 64 6f |individual windo| 00002c80 77 73 20 69 6e 73 74 65 61 64 20 6f 66 20 6d 61 |ws instead of ma| 00002c90 69 6e 20 77 69 6e 64 6f 77 2e 0a 41 64 64 65 64 |in window..Added| 00002ca0 20 22 2f 6b 65 65 70 22 20 61 6e 64 20 22 2f 6b | "/keep" and "/k| 00002cb0 69 6c 6c 22 20 71 75 61 6c 69 66 69 65 72 73 20 |ill" qualifiers | 00002cc0 74 6f 20 22 74 61 73 6b 77 69 6e 64 6f 77 22 20 |to "taskwindow" | 00002cd0 63 6f 6d 6d 61 6e 64 2e 0a 54 68 65 20 71 75 61 |command..The qua| 00002ce0 6c 69 66 69 65 72 20 22 6d 65 73 73 61 67 65 2f |lifier "message/| 00002cf0 74 69 74 6c 65 3d 3c 73 74 72 69 6e 67 3e 22 20 |title=<string>" | 00002d00 6e 6f 77 20 77 6f 72 6b 73 2e 0a 41 64 64 65 64 |now works..Added| 00002d10 20 22 77 61 69 74 2f 69 64 3d 3c 74 61 73 6b 3e | "wait/id=<task>| 00002d20 20 3c 73 74 72 69 6e 67 3e 22 20 74 6f 20 77 61 | <string>" to wa| 00002d30 69 74 20 66 6f 72 20 73 74 72 69 6e 67 73 20 66 |it for strings f| 00002d40 72 6f 6d 20 74 61 73 6b 77 69 6e 64 6f 77 2e 0a |rom taskwindow..| 00002d50 41 64 64 65 64 20 31 30 2d 6c 69 6e 65 20 63 6f |Added 10-line co| 00002d60 6d 6d 61 6e 64 20 73 63 72 6f 6c 6c 62 61 63 6b |mmand scrollback| 00002d70 20 62 75 66 66 65 72 2e 0a 41 64 64 65 64 20 74 | buffer..Added t| 00002d80 61 73 6b 77 69 6e 64 6f 77 73 20 61 6e 64 20 65 |askwindows and e| 00002d90 78 69 74 20 63 6f 6d 6d 61 6e 64 73 20 74 6f 20 |xit commands to | 00002da0 22 6c 69 73 74 2f 74 61 73 6b 73 22 20 6f 75 74 |"list/tasks" out| 00002db0 70 75 74 2e 0a 41 64 64 65 64 20 61 75 74 6f 2d |put..Added auto-| 00002dc0 73 63 72 6f 6c 6c 20 74 6f 20 63 6f 6e 74 72 6f |scroll to contro| 00002dd0 6c 20 61 6e 64 20 74 61 73 6b 77 69 6e 64 6f 77 |l and taskwindow| 00002de0 20 77 69 6e 64 6f 77 73 2e 0a 43 6f 6e 74 72 6f | windows..Contro| 00002df0 6c 20 77 69 6e 64 6f 77 20 6e 6f 77 20 67 72 61 |l window now gra| 00002e00 62 73 20 69 6e 70 75 74 20 66 6f 63 75 73 20 77 |bs input focus w| 00002e10 68 65 6e 20 6f 70 65 6e 65 64 2e 0a 46 69 78 65 |hen opened..Fixe| 00002e20 64 20 6e 65 77 20 73 63 72 69 70 74 2d 6d 65 6d |d new script-mem| 00002e30 6f 72 79 20 61 6c 6c 6f 63 61 74 69 6f 6e 20 74 |ory allocation t| 00002e40 6f 20 70 65 72 6d 69 74 20 72 65 6c 6f 61 64 69 |o permit reloadi| 00002e50 6e 67 20 6e 65 77 20 73 63 72 69 70 74 2e 0a 41 |ng new script..A| 00002e60 64 64 65 64 20 74 6f 20 21 48 65 6c 70 20 66 69 |dded to !Help fi| 00002e70 6c 65 20 73 6c 69 67 68 74 6c 79 2e 0a 0a 30 2e |le slightly...0.| 00002e80 32 37 20 28 32 37 2d 4d 61 72 2d 39 34 29 0a 2d |27 (27-Mar-94).-| 00002e90 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 00002ea0 4c 6f 61 64 69 6e 67 20 6e 65 77 20 73 63 72 69 |Loading new scri| 00002eb0 70 74 73 20 6e 6f 77 20 72 65 6d 6f 76 65 73 20 |pts now removes | 00002ec0 6f 6c 64 20 69 63 6f 6e 73 2c 20 65 74 63 20 2d |old icons, etc -| 00002ed0 20 62 65 74 74 65 72 20 63 6c 65 61 6e 75 70 20 | better cleanup | 00002ee0 63 6f 64 65 2e 0a 46 69 78 65 64 20 65 72 72 6f |code..Fixed erro| 00002ef0 6e 65 6f 75 73 20 6f 70 65 6e 69 6e 67 20 6f 66 |neous opening of| 00002f00 20 63 6f 6e 74 72 6f 6c 2d 77 69 6e 64 6f 77 2e | control-window.| 00002f10 0a 49 6d 70 72 6f 76 65 64 20 63 6f 6d 70 61 72 |.Improved compar| 00002f20 69 73 6f 6e 20 6f 70 65 72 61 74 6f 72 20 70 61 |ison operator pa| 00002f30 72 73 69 6e 67 20 76 65 72 79 20 73 6c 69 67 68 |rsing very sligh| 00002f40 74 6c 79 2e 0a 41 64 64 65 64 20 63 6f 70 79 2f |tly..Added copy/| 00002f50 68 65 61 64 3d 3c 6e 3e 20 61 6e 64 20 2f 74 61 |head=<n> and /ta| 00002f60 69 6c 3d 3c 6e 3e 20 63 6f 6d 6d 61 6e 64 73 2e |il=<n> commands.| 00002f70 0a 41 64 64 65 64 20 73 74 72 69 6e 67 20 66 75 |.Added string fu| 00002f80 6e 63 74 69 6f 6e 73 3a 20 2f 73 69 7a 65 2c 20 |nctions: /size, | 00002f90 2f 75 70 70 65 72 2c 20 2f 6c 6f 77 65 72 2c 20 |/upper, /lower, | 00002fa0 2f 6c 65 66 74 2c 20 2f 72 69 67 68 74 2c 0a 20 |/left, /right,. | 00002fb0 2f 73 74 61 72 74 3d 3c 6e 3e 20 2f 6c 65 6e 3d |/start=<n> /len=| 00002fc0 3c 6e 3e 20 61 6e 64 20 2f 69 6e 73 74 72 3d 3c |<n> and /instr=<| 00002fd0 73 74 72 69 6e 67 3e 2e 0a 41 64 64 65 64 20 22 |string>..Added "| 00002fe0 64 65 6c 65 74 65 20 3c 66 69 6c 65 3e 22 20 63 |delete <file>" c| 00002ff0 6f 6d 6d 61 6e 64 2e 0a 0a 30 2e 32 38 20 28 32 |ommand...0.28 (2| 00003000 39 2d 4d 61 72 2d 39 34 29 0a 2d 2d 2d 2d 2d 2d |9-Mar-94).------| 00003010 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 46 75 72 74 68 |----------.Furth| 00003020 65 72 20 69 6d 70 72 6f 76 65 6d 65 6e 74 73 20 |er improvements | 00003030 74 6f 20 63 6f 6d 70 61 72 69 73 6f 6e 20 74 65 |to comparison te| 00003040 73 74 69 6e 67 2e 0a 41 6c 74 65 72 65 64 20 22 |sting..Altered "| 00003050 65 76 61 6c 22 20 63 6f 6d 6d 61 6e 64 20 2d 20 |eval" command - | 00003060 6e 6f 77 20 74 61 6b 65 73 20 73 69 6e 67 6c 65 |now takes single| 00003070 20 70 61 72 61 6d 65 74 65 72 20 28 65 78 70 72 | parameter (expr| 00003080 65 73 73 69 6f 6e 29 20 61 6e 64 0a 20 72 65 74 |ession) and. ret| 00003090 75 72 6e 73 20 72 65 73 75 6c 74 20 69 6e 20 24 |urns result in $| 000030a0 73 74 61 74 75 73 2e 0a 46 69 6e 69 73 68 65 64 |status..Finished| 000030b0 20 69 6d 70 6c 65 6d 65 6e 74 69 6e 67 20 2a 76 | implementing *v| 000030c0 65 72 79 2a 20 73 69 6d 70 6c 65 20 63 61 73 65 |ery* simple case| 000030d0 2e 2e 2e 77 68 65 6e 2e 2e 2e 65 6e 64 63 61 73 |...when...endcas| 000030e0 65 20 73 74 72 75 63 74 75 72 65 2e 0a 46 69 78 |e structure..Fix| 000030f0 65 64 20 62 75 67 20 69 6e 20 73 63 72 69 70 74 |ed bug in script| 00003100 20 6d 65 6d 6f 72 79 20 61 6c 6c 6f 63 61 74 69 | memory allocati| 00003110 6f 6e 2e 0a 41 6c 74 65 72 65 64 20 24 74 69 6d |on..Altered $tim| 00003120 65 20 76 61 72 69 61 62 6c 65 3b 20 61 64 64 65 |e variable; adde| 00003130 64 20 24 64 61 74 65 2e 0a 41 64 64 65 64 20 22 |d $date..Added "| 00003140 3f 66 69 6c 65 20 2f 65 78 70 61 6e 64 22 2c 20 |?file /expand", | 00003150 22 2f 70 61 74 68 22 20 61 6e 64 20 22 2f 6c 65 |"/path" and "/le| 00003160 61 66 22 2e 0a 41 64 64 65 64 20 22 65 63 68 6f |af"..Added "echo| 00003170 20 5b 2f 73 74 61 74 75 73 5d 20 3c 73 74 72 69 | [/status] <stri| 00003180 6e 67 3e 22 20 63 6f 6d 6d 61 6e 64 20 74 6f 20 |ng>" command to | 00003190 65 63 68 6f 20 74 65 78 74 20 74 6f 20 63 6f 6e |echo text to con| 000031a0 74 72 6f 6c 20 6f 72 20 73 74 61 74 75 73 0a 20 |trol or status. | 000031b0 77 69 6e 64 6f 77 2e 0a 46 69 78 65 64 20 65 72 |window..Fixed er| 000031c0 72 6f 72 2d 68 61 6e 64 6c 69 6e 67 20 66 6f 72 |ror-handling for| 000031d0 20 22 6f 70 65 6e 22 20 77 68 65 6e 20 66 69 6c | "open" when fil| 000031e0 65 2d 6f 70 65 6e 20 66 61 69 6c 73 2e 0a 0a 30 |e-open fails...0| 000031f0 2e 32 39 20 28 33 31 2d 4d 61 72 2d 39 34 29 0a |.29 (31-Mar-94).| 00003200 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00003210 0a 4d 61 64 65 20 74 72 61 63 65 66 69 6c 65 20 |.Made tracefile | 00003220 6f 70 65 6e 69 6e 67 20 6d 6f 72 65 20 62 6f 6d |opening more bom| 00003230 62 2d 70 72 6f 6f 66 2e 0a 46 75 72 74 68 65 72 |b-proof..Further| 00003240 20 66 69 78 65 73 20 74 6f 20 65 76 61 6c 2e 0a | fixes to eval..| 00003250 53 65 74 73 20 63 72 65 61 74 65 64 20 66 69 6c |Sets created fil| 00003260 65 73 20 74 6f 20 54 65 78 74 20 66 69 6c 65 74 |es to Text filet| 00003270 79 70 65 2e 0a 45 78 74 65 6e 64 65 64 20 64 65 |ype..Extended de| 00003280 62 75 67 20 6c 65 76 65 6c 73 20 74 6f 20 70 65 |bug levels to pe| 00003290 72 6d 69 74 20 69 6e 63 6c 75 64 69 6e 67 20 74 |rmit including t| 000032a0 61 73 6b 77 69 6e 64 6f 77 20 6f 75 74 70 75 74 |askwindow output| 000032b0 20 69 6e 20 74 72 61 63 65 20 66 69 6c 65 73 0a | in trace files.| 000032c0 20 28 62 69 74 20 32 3d 74 61 73 6b 77 69 6e 64 | (bit 2=taskwind| 000032d0 6f 77 73 2c 20 62 69 74 20 31 3d 73 65 72 69 61 |ows, bit 1=seria| 000032e0 6c 20 69 2f 6f 2c 20 62 69 74 20 30 3d 73 63 72 |l i/o, bit 0=scr| 000032f0 69 70 74 20 70 72 6f 67 72 65 73 73 29 2e 0a 42 |ipt progress)..B| 00003300 75 67 66 69 78 20 73 65 74 74 69 6e 67 20 70 74 |ugfix setting pt| 00003310 72 20 69 6e 20 77 72 69 74 65 2d 6f 6e 6c 79 20 |r in write-only | 00003320 66 69 6c 65 73 2e 0a 52 65 6d 6f 76 65 64 20 6f |files..Removed o| 00003330 70 65 6e 2f 65 6f 66 3d 3c 78 78 78 3e 20 71 75 |pen/eof=<xxx> qu| 00003340 61 6c 69 66 69 65 72 3b 20 61 64 64 65 64 20 72 |alifier; added r| 00003350 65 61 64 2f 65 6f 66 3d 3c 78 78 78 3e 20 61 6e |ead/eof=<xxx> an| 00003360 64 20 6f 70 65 6e 2f 65 72 72 6f 72 3d 3c 78 78 |d open/error=<xx| 00003370 78 3e 0a 20 71 75 61 6c 69 66 69 65 72 73 20 28 |x>. qualifiers (| 00003380 56 4d 53 20 44 43 4c 20 62 65 68 61 76 69 6f 75 |VMS DCL behaviou| 00003390 72 29 2e 0a 46 69 78 65 64 20 62 75 67 20 69 6e |r)..Fixed bug in| 000033a0 20 22 70 74 72 2f 73 65 74 3d 65 6f 66 22 2e 0a | "ptr/set=eof"..| 000033b0 0a 30 2e 33 30 20 28 30 32 2d 41 70 72 2d 31 39 |.0.30 (02-Apr-19| 000033c0 39 34 29 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |94).------------| 000033d0 2d 2d 2d 2d 2d 2d 0a 41 64 64 65 64 20 22 2f 64 |------.Added "/d| 000033e0 65 6c 61 79 3d 3c 6e 3e 22 20 71 75 61 6c 69 66 |elay=<n>" qualif| 000033f0 69 65 72 20 74 6f 20 22 69 70 67 65 74 22 2e 20 |ier to "ipget". | 00003400 44 65 66 61 75 6c 74 20 64 65 6c 61 79 20 72 65 |Default delay re| 00003410 64 75 63 65 64 20 74 6f 20 36 30 20 73 65 63 6f |duced to 60 seco| 00003420 6e 64 73 2e 0a 20 69 70 67 65 74 20 6e 6f 77 20 |nds.. ipget now | 00003430 72 65 74 75 72 6e 73 20 63 61 70 74 75 72 65 64 |returns captured| 00003440 20 69 70 20 61 64 64 72 65 73 73 20 28 6f 72 20 | ip address (or | 00003450 30 20 66 6f 72 20 66 61 69 6c 29 2e 0a 41 64 64 |0 for fail)..Add| 00003460 65 64 20 73 6f 6d 65 20 69 6e 74 65 72 61 63 74 |ed some interact| 00003470 69 76 65 20 68 65 6c 70 20 73 75 70 70 6f 72 74 |ive help support| 00003480 2e 0a 43 6f 72 72 65 63 74 65 64 20 72 65 76 65 |..Corrected reve| 00003490 72 73 65 64 20 73 65 6e 73 65 20 6f 66 20 22 65 |rsed sense of "e| 000034a0 63 68 6f 2f 73 74 61 74 75 73 22 2e 0a 41 64 64 |cho/status"..Add| 000034b0 65 64 20 6d 69 6e 69 6d 61 6c 20 68 6f 6f 6b 73 |ed minimal hooks| 000034c0 20 66 6f 72 20 22 2f 6e 61 6d 65 3d 3c 69 64 3e | for "/name=<id>| 000034d0 22 20 69 6e 20 22 6d 65 73 73 61 67 65 22 20 63 |" in "message" c| 000034e0 6f 6d 6d 61 6e 64 2e 0a 41 64 64 65 64 20 22 61 |ommand..Added "a| 000034f0 73 6b 20 2f 64 65 6c 61 79 3d 3c 74 69 6d 65 3e |sk /delay=<time>| 00003500 20 2f 64 65 66 61 75 6c 74 3d 3c 79 65 73 7c 6e | /default=<yes|n| 00003510 6f 3e 20 3c 71 75 65 73 74 69 6f 6e 3e 22 20 63 |o> <question>" c| 00003520 6f 6d 6d 61 6e 64 2e 0a 46 69 78 65 64 20 65 6e |ommand..Fixed en| 00003530 76 69 72 6f 6e 6d 65 6e 74 20 73 65 74 75 70 20 |vironment setup | 00003540 72 6f 75 74 69 6e 65 73 2e 0a 4e 6f 77 20 73 74 |routines..Now st| 00003550 61 67 67 65 72 20 74 61 73 6b 77 69 6e 64 6f 77 |agger taskwindow| 00003560 20 6f 70 65 6e 69 6e 67 20 70 6f 73 69 74 69 6f | opening positio| 00003570 6e 73 2e 0a 0a 30 2e 33 31 20 28 30 35 2d 4d 61 |ns...0.31 (05-Ma| 00003580 79 2d 31 39 39 34 29 0a 2d 2d 2d 2d 2d 2d 2d 2d |y-1994).--------| 00003590 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 46 69 78 65 64 |----------.Fixed| 000035a0 20 74 79 70 6f 20 69 6e 20 77 68 65 6e 20 63 6f | typo in when co| 000035b0 6d 6d 61 6e 64 20 28 64 69 64 6e 27 74 20 73 65 |mmand (didn't se| 000035c0 74 20 24 73 74 61 74 75 73 29 0a 41 64 64 65 64 |t $status).Added| 000035d0 20 2f 64 61 74 65 20 71 75 61 6c 69 66 69 65 72 | /date qualifier| 000035e0 20 74 6f 20 65 63 68 6f 20 63 6f 6d 6d 61 6e 64 | to echo command| 000035f0 2e 20 65 63 68 6f 20 6e 6f 77 20 61 6c 73 6f 20 |. echo now also | 00003600 6f 75 74 70 75 74 73 20 74 6f 20 64 65 62 75 67 |outputs to debug| 00003610 20 66 69 6c 65 2e 0a 41 64 64 65 64 20 2f 70 75 | file..Added /pu| 00003620 6c 73 65 20 61 6e 64 20 2f 74 6f 6e 65 20 71 75 |lse and /tone qu| 00003630 61 6c 69 66 69 65 72 73 20 74 6f 20 64 69 61 6c |alifiers to dial| 00003640 20 63 6f 6d 6d 61 6e 64 20 28 2f 74 6f 6e 65 20 | command (/tone | 00003650 69 73 20 64 65 66 61 75 6c 74 29 2e 20 49 0a 20 |is default). I. | 00003660 66 6f 72 67 6f 74 20 70 65 6f 70 6c 65 20 63 6f |forgot people co| 00003670 75 6c 64 20 73 74 69 6c 6c 20 62 65 20 75 73 69 |uld still be usi| 00003680 6e 67 20 70 75 6c 73 65 2d 64 69 61 6c 21 0a 41 |ng pulse-dial!.A| 00003690 64 64 65 64 20 6e 65 77 73 72 61 74 65 20 3c 61 |dded newsrate <a| 000036a0 62 62 72 3e 20 63 6f 6d 6d 61 6e 64 20 74 6f 20 |bbr> command to | 000036b0 63 6f 6d 70 75 74 65 20 6e 65 77 73 20 72 78 20 |compute news rx | 000036c0 72 61 74 65 20 28 74 68 61 6e 6b 73 20 74 6f 0a |rate (thanks to.| 000036d0 20 52 69 63 6b 20 48 65 77 69 74 74 20 26 20 4e | Rick Hewitt & N| 000036e0 69 63 6b 20 43 72 61 69 67 2d 57 6f 6f 64 29 2e |ick Craig-Wood).| 000036f0 0a 41 64 64 65 64 20 61 62 69 6c 69 74 79 20 74 |.Added ability t| 00003700 6f 20 73 61 76 65 20 70 6f 73 69 74 69 6f 6e 20 |o save position | 00003710 6f 66 20 73 74 61 74 75 73 20 77 69 6e 64 6f 77 |of status window| 00003720 2c 20 61 6e 64 20 75 73 65 20 74 68 65 20 73 61 |, and use the sa| 00003730 76 65 64 20 70 6f 73 69 74 69 6f 6e 0a 20 61 73 |ved position. as| 00003740 20 61 20 64 65 66 61 75 6c 74 2e 0a 0a 30 2e 33 | a default...0.3| 00003750 32 20 28 30 34 2d 53 65 70 2d 31 39 39 34 29 0a |2 (04-Sep-1994).| 00003760 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00003770 2d 2d 0a 41 64 64 65 64 20 22 69 70 67 65 74 20 |--.Added "ipget | 00003780 2f 61 75 74 6f 22 20 73 77 69 74 63 68 20 74 6f |/auto" switch to| 00003790 20 67 72 61 62 20 49 50 20 61 64 64 72 65 73 73 | grab IP address| 000037a0 20 77 69 74 68 6f 75 74 20 61 20 27 73 65 65 64 | without a 'seed| 000037b0 27 20 76 61 6c 75 65 2e 0a 41 64 64 65 64 20 75 |' value..Added u| 000037c0 73 65 20 6f 66 20 73 61 6d 65 20 61 73 73 65 6d |se of same assem| 000037d0 62 6c 65 72 20 72 6f 75 74 69 6e 65 73 20 61 73 |bler routines as| 000037e0 20 4e 65 77 73 42 61 73 65 20 28 66 6f 72 20 73 | NewsBase (for s| 000037f0 74 72 69 6e 67 20 6d 61 6e 69 70 75 6c 61 74 69 |tring manipulati| 00003800 6f 6e 20 2d 0a 20 74 68 61 6e 6b 73 20 74 6f 20 |on -. thanks to | 00003810 52 69 63 68 61 72 64 20 53 61 72 67 65 61 6e 74 |Richard Sargeant| 00003820 20 66 6f 72 20 6d 61 6e 79 20 6f 66 20 74 68 65 | for many of the| 00003830 73 65 29 2e 0a 49 6d 70 72 6f 76 65 64 20 66 69 |se)..Improved fi| 00003840 6c 65 20 68 61 6e 64 6c 69 6e 67 20 74 6f 20 68 |le handling to h| 00003850 61 6e 64 6c 65 20 65 72 72 6f 72 73 20 62 65 74 |andle errors bet| 00003860 74 65 72 20 2d 20 73 6c 69 70 64 69 61 6c 20 73 |ter - slipdial s| 00003870 68 6f 75 6c 64 6e 27 74 20 6e 6f 77 0a 20 62 6f |houldn't now. bo| 00003880 6d 62 20 77 68 65 6e 20 66 69 6c 65 20 6f 70 65 |mb when file ope| 00003890 6e 73 20 66 61 69 6c 2e 0a 46 69 78 65 64 20 76 |ns fail..Fixed v| 000038a0 61 72 69 6f 75 73 20 74 79 70 6f 73 20 28 74 68 |arious typos (th| 000038b0 61 6e 6b 73 20 74 6f 20 65 76 65 72 79 6f 6e 65 |anks to everyone| 000038c0 20 77 68 6f 20 70 6f 69 6e 74 65 64 20 74 68 65 | who pointed the| 000038d0 6d 20 6f 75 74 21 29 2e 0a 46 69 78 65 64 20 76 |m out!)..Fixed v| 000038e0 61 72 69 61 62 6c 65 20 75 6e 73 65 74 74 69 6e |ariable unsettin| 000038f0 67 20 72 6f 75 74 69 6e 65 2e 0a 41 64 64 65 64 |g routine..Added| 00003900 20 73 65 72 69 61 6c 20 73 70 65 65 64 20 63 68 | serial speed ch| 00003910 65 63 6b 20 2d 20 69 66 20 61 20 73 70 65 65 64 |eck - if a speed| 00003920 20 69 73 20 75 6e 61 76 61 69 6c 61 62 6c 65 2c | is unavailable,| 00003930 20 76 61 72 69 61 62 6c 65 20 22 73 70 65 65 64 | variable "speed| 00003940 22 0a 20 77 69 6c 6c 20 62 65 20 61 6c 74 65 72 |". will be alter| 00003950 65 64 20 74 6f 20 72 65 66 6c 65 63 74 20 74 72 |ed to reflect tr| 00003960 75 65 20 73 70 65 65 64 20 73 65 74 20 69 6e 20 |ue speed set in | 00003970 64 72 69 76 65 72 2e 0a 0a 30 2e 33 33 20 28 31 |driver...0.33 (1| 00003980 35 2d 4e 6f 76 2d 31 39 39 34 29 0a 2d 2d 2d 2d |5-Nov-1994).----| 00003990 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 46 |--------------.F| 000039a0 69 78 65 64 20 62 75 67 20 77 68 69 63 68 20 63 |ixed bug which c| 000039b0 61 75 73 65 64 20 63 72 61 73 68 20 77 68 65 6e |aused crash when| 000039c0 20 74 72 79 69 6e 67 20 74 6f 20 63 6c 61 69 6d | trying to claim| 000039d0 20 70 6f 72 74 20 77 69 74 68 6f 75 74 20 66 69 | port without fi| 000039e0 72 73 74 0a 20 6c 6f 61 64 69 6e 67 20 61 20 64 |rst. loading a d| 000039f0 72 69 76 65 72 2e 0a 41 64 64 65 64 20 72 65 64 |river..Added red| 00003a00 69 61 6c 20 62 75 74 74 6f 6e 20 28 69 64 65 61 |ial button (idea| 00003a10 20 6f 66 20 54 6f 6d 20 48 75 67 68 65 73 29 2e | of Tom Hughes).| 00003a20 0a 46 69 78 65 64 20 70 72 6f 62 6c 65 6d 20 6f |.Fixed problem o| 00003a30 66 20 73 63 72 69 70 74 20 67 6f 69 6e 67 20 68 |f script going h| 00003a40 61 79 77 69 72 65 20 64 75 72 69 6e 67 20 69 6e |aywire during in| 00003a50 74 65 72 61 63 74 69 76 65 20 68 65 6c 70 20 72 |teractive help r| 00003a60 65 71 75 65 73 74 73 2e 0a 4d 61 64 65 20 6a 75 |equests..Made ju| 00003a70 6d 70 69 6e 67 20 74 6f 20 73 63 72 69 70 74 20 |mping to script | 00003a80 6c 61 62 65 6c 73 20 6d 6f 72 65 20 72 65 6c 69 |labels more reli| 00003a90 61 62 6c 65 2e 0a 4d 6f 76 65 64 20 61 6c 6c 20 |able..Moved all | 00003aa0 28 6f 72 20 6d 6f 73 74 21 29 20 74 65 78 74 20 |(or most!) text | 00003ab0 66 72 6f 6d 20 70 72 6f 67 72 61 6d 20 74 6f 20 |from program to | 00003ac0 4d 65 73 73 61 67 65 73 20 66 69 6c 65 2e 0a 49 |Messages file..I| 00003ad0 6e 63 72 65 61 73 65 64 20 6c 65 6e 67 74 68 20 |ncreased length | 00003ae0 6c 69 6d 69 74 20 6f 66 20 6d 65 6e 75 20 64 65 |limit of menu de| 00003af0 66 69 6e 69 74 69 6f 6e 73 20 74 6f 20 32 35 35 |finitions to 255| 00003b00 20 63 68 61 72 73 20 66 6f 72 20 64 65 73 63 72 | chars for descr| 00003b10 69 70 74 69 6f 6e 73 0a 20 70 6c 75 73 20 32 35 |iptions. plus 25| 00003b20 35 20 63 68 61 72 61 63 74 65 72 73 20 66 6f 72 |5 characters for| 00003b30 20 63 6f 6d 6d 61 6e 64 73 2e 0a 46 69 78 65 64 | commands..Fixed| 00003b40 20 72 70 6f 62 6c 65 6d 20 77 69 74 68 20 63 6c | rpoblem with cl| 00003b50 61 69 6d 69 6e 67 20 69 6e 74 65 72 6e 61 6c 20 |aiming internal | 00003b60 73 65 72 69 61 6c 20 64 65 76 69 63 65 20 28 6e |serial device (n| 00003b70 6f 20 64 65 76 69 63 65 20 63 6c 61 69 6d 20 73 |o device claim s| 00003b80 65 6e 74 29 2e 0a 49 6d 70 72 6f 76 65 64 20 69 |ent)..Improved i| 00003b90 63 6f 6e 2d 73 77 69 74 63 68 69 6e 67 20 63 6f |con-switching co| 00003ba0 64 65 20 66 6f 72 20 6d 61 69 6e 20 73 6c 69 70 |de for main slip| 00003bb0 64 69 61 6c 20 69 63 6f 6e 2e 0a 0a 54 6f 20 64 |dial icon...To d| 00003bc0 6f 3a 0a 2d 2d 2d 2d 2d 2d 0a 41 64 64 20 63 6f |o:.------.Add co| 00003bd0 6d 6d 65 6e 74 73 20 74 6f 20 73 6f 75 72 63 65 |mments to source| 00003be0 21 0a 41 74 74 61 63 68 20 6d 65 6e 75 73 20 74 |!.Attach menus t| 00003bf0 6f 20 74 61 73 6b 77 69 6e 64 6f 77 73 2e 0a 50 |o taskwindows..P| 00003c00 65 72 6d 69 74 20 63 6f 72 72 65 63 74 20 73 74 |ermit correct st| 00003c10 6f 70 20 72 65 73 70 6f 6e 73 65 20 64 75 72 69 |op response duri| 00003c20 6e 67 20 64 65 76 69 63 65 20 63 6c 61 69 6d 20 |ng device claim | 00003c30 72 65 74 72 79 2e 0a 50 65 72 6d 69 74 20 22 21 |retry..Permit "!| 00003c40 22 20 61 73 20 31 73 74 20 63 68 61 72 61 63 74 |" as 1st charact| 00003c50 65 72 20 6f 66 20 61 6e 20 65 76 65 6e 74 20 63 |er of an event c| 00003c60 6f 6d 6d 61 6e 64 20 2d 3e 20 69 6d 6d 65 64 69 |ommand -> immedi| 00003c70 61 74 65 20 65 78 65 63 75 74 69 6f 6e 2e 0a 2e |ate execution...| 00003c80 2e 2e 20 6c 65 61 64 69 6e 67 20 74 6f 2e 2e 2e |.. leading to...| 00003c90 20 75 73 65 72 2d 64 65 66 69 6e 69 74 69 6f 6e | user-definition| 00003ca0 20 28 61 67 61 69 6e 29 20 6f 66 20 41 4c 4c 20 | (again) of ALL | 00003cb0 6f 72 20 6d 6f 73 74 20 6d 65 6e 75 73 2e 0a 2e |or most menus...| 00003cc0 2e 2e 20 6f 72 20 28 62 65 74 74 65 72 29 2c 20 |.. or (better), | 00003cd0 70 72 69 6f 72 69 74 79 20 73 63 68 65 6d 65 2e |priority scheme.| 00003ce0 0a 0a 0a 53 74 69 6c 6c 20 74 6f 20 64 6f 20 28 |...Still to do (| 00003cf0 6c 61 74 65 72 2e 2e 2e 29 0a 2d 2d 2d 2d 2d 2d |later...).------| 00003d00 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00003d10 0a 50 6f 73 73 69 62 69 6c 69 74 79 20 6f 66 20 |.Possibility of | 00003d20 61 6c 61 72 6d 2f 72 69 6e 67 20 66 6f 72 20 69 |alarm/ring for i| 00003d30 6e 63 6f 6d 69 6e 67 20 63 61 6c 6c 73 3f 20 43 |ncoming calls? C| 00003d40 6f 6e 6e 65 63 74 69 6f 6e 20 6f 66 20 69 6e 63 |onnection of inc| 00003d50 6f 6d 69 6e 67 0a 63 61 6c 6c 20 74 6f 20 65 69 |oming.call to ei| 00003d60 74 68 65 72 20 21 54 43 50 49 50 20 6f 72 20 61 |ther !TCPIP or a| 00003d70 20 74 61 73 6b 77 69 6e 64 6f 77 20 73 68 65 6c | taskwindow shel| 00003d80 6c 2e 0a 0a |l...| 00003d84