From 97e90bd5a4144bc88d6f931aad4f30e4197401b7 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Thu, 29 Jun 2006 05:36:46 +0000 Subject: [PATCH] --- docs/Debugger_Changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/Debugger_Changelog.txt b/docs/Debugger_Changelog.txt index 663dc8cb..af14e679 100644 --- a/docs/Debugger_Changelog.txt +++ b/docs/Debugger_Changelog.txt @@ -1,4 +1,17 @@ /* +.19 Fixed: Backspace toggles quote state for single quotes now too. +.18 Changed: Results of searching now start at 1, not zero. + i.e. + S F000,1000 'Apple' + MA1 @1 +.17 Added: HELP S +.16 Changed: Search Text (S) now uses consistent quoting + "...ASCII..." + '...High-Bit Apple Text...' + Commands: Search Ascii (SA), and Search Apple Text (ST) are now deprecated. +.15 Fixed: Search Text wasn't allowing multiple apple text chars. +.14 Single Quoting now allows lower case input +.13 Fixed: Escape to clear console input, didn't reset quoted flag .12 Changed: BLOAD failure now prints path/file it tried. .11 Fixed: Memory Searching not handling comma seperating address,length .10 Fixed: console not wrapping long lines