Version 0.9.2 2008-01-02 upgraded to LispWorks 5.0.2 upgraded to CL-PPCRE 1.3.2 (see ) fixed bug in parse tree drawing (reported by Gordon Fitz-Simons, thanks to LispWorks support) Version 0.9.1 2007-01-17 upgraded to LispWorks 5.0.1 upgraded to CL-PPCRE 1.2.19 (see ) Version 0.9.0 2006-10-11 upgraded to LispWorks 5.0.0 upgraded to CL-PPCRE 1.2.18 (see ) removed Linux version Version 0.8.5 2006-04-28 correct state of highlight buttons and messages when app starts up (caught by Shmuel Zeigerman) Version 0.8.4 2006-04-07 fixed bug in output when a tilde appeared in regular expression (caught by anton m) added info about FreeBSD (thanks to Jim Prewett) Version 0.8.3a (only for Linux) 2006-03-06 added infrastructure to build an RPM (thanks to Alex Wood) Version 0.8.3 2006-01-17 blinking cursor Version 0.8.2 2005-11-09 another license clarification, no technical changes Version 0.8.1 (Windows version only) 2005-10-24 storing of arbitrary binary content in registry works now (bug caught by Christian Ramharter) Version 0.8.0 2005-10-24 major overhaul of some internals (tree view and autoscroll should work better now) 'g' modifier now activates highlighting of all matches in target string Regex Coach now remembers autoscroll settings between invocations grey areas in parse trees now also for Linux fixed bug in parse tree representation fixed interaction of stepper and parse-tree with extended mode (caught by Maciej Zenczykowski) fixed typo in documentation HTML Version 0.7.1 2005-10-10 more scan buttons fixes (thanks again to Christian Ramharter) Version 0.7.0 2005-10-06 fixed wrong behaviour w.r.t. scan buttons and ^ or $ (thanks to Christian Ramharter) fixed several other small bugs added missing FLI template for Linux (thanks to era, Wade Humeniuk, and Martin Simmons) added manifest file for better WinXP look updated screen shots in docs upgraded to CL-PPCRE 1.2.11 (see ) upgraded to LispWorks 4.4.5 Version 0.6.7 2004-05-19 upgraded to CL-PPCRE 0.7.7 (see ) added Emacs key sequences for file operations on Linux Version 0.6.6 2004-04-19 upgraded to CL-PPCRE 0.7.5 (see ) Regex Coach is now donationware Version 0.6.5 2004-04-07 control-left-arrow didn't work (caught by Tim Batz) - fixed upgraded to CL-PPCRE 0.7.4 (see ) Version 0.6.4 2004-02-01 added info about mailing list at Version 0.6.3 2004-01-28 upgraded to CL-PPCRE 0.7.3 to fix a bug with look-aheads (see ) Version 0.6.2 2004-01-14 added "autoscroll" functionality (proposed by Wolfram Jahn) Version 0.6.1 2004-01-09 Regex Coach now also remembers the replacement pane contents as well as the modifiers between invocations resurrected Shift-HOME and other editor commands on Windows (thanks to Rolandas) red error markers are now removed immediately after the next keystroke fixed a bug in the stepper (thanks to Stefan Eichenberger) make sure end of string can't be smaller than start of string when using border buttons (thanks to Tim Batz) upgraded to CL-PPCRE 0.7.1 (see ) Version 0.6.0 (Windows version only) 2003-10-14 Regex Coach now remembers the pane contents as well as window position and size between invocations pane contents can be saved to (and loaded from) disk error locations are shown graphically within regex pane clarified license restrictions in index.html upgraded to CL-PPCRE 0.6.0 to fix bug with REGEX-REPLACE (see ) this release is based on Xanalys' new compiler (4.3.6) Version 0.5.4 2003-09-17 upgraded to CL-PPCRE 0.5.8 to fix bug with look-behinds (see ) Version 0.5.3 2003-09-10 upgraded to CL-PPCRE 0.5.7 to fix bug with :START parameters (see ) removed typo which was responsible for the stepper sometimes marking the wrong region of the regex added anchors to info pane (they were reported as NIL but nobody complained... :) Version 0.5.2 2003-06-30 bug with word-boundaries inside of repetitions (found by Max Goldberg) Version 0.5.1 2003-06-30 overwrite mode for editor panes was missing (found by Rolandas) Version 0.5 2003-05-12 fixed bug in split function (empty pane if some register groups didn't match) provided choices for split divider (for performance reasons) all editor panes can be scrolled now Version 0.4 2003-05-06 removed a bug similar to the "[a-d]" issue below (found by Philipp Fröbel) removed annoying "couldn't traverse-to" message (Linux version only) Version 0.3.2 2003-05-06 again... hmm... Version 0.3.1 2003-05-06 the "Documentation" bug again... (Windows version only) Version 0.3 2003-05-05 added Windows installer kindly provided by Ian H. removed bug where some strings weren't accepted as valid subexpressions (like "bc" in ".bc.") removed bug where character classes (like "[a-d]") weren't recognized - bummer... application window can now be resized under Linux added stepper make "Documentation" menu item work with Mozilla (thanks to a hint by Ian H.) Version 0.2 2003-04-30 added quick start tutorial removed bug where regexes were potentially parsed twice (causing errors for regexes like "\*") removed bug where parts of the parse tree were identified (which disabled selecting all possible subexpressions of regexes like "(?:x)x") added highlighting of selected sub-tree in parse-tree pane (Windows-only) added correct TAB keybinding for Windows version added correct Ctrl-c keybinding for Windows version parse tree and editor panes now use the same font Version 0.1 2003-04-28 initial release