    CRM114 Known Bugs:

1)  Parser bug... if you use a match pattern that contains an [ ] 
pattern, you MUST specify the searched string (which is usually :_dw: 
for the main data window).   The fix will be done when I make a better
(context-sensitive) parser, or switch the whole thing over to XML.

2) Matcher bug... This bug is in the GNU library, not my code.  If you
match on a window longer than 20479 characters, AND you have multiline
matching enabled, AND the pattern is of the form ".*literalvale", then
the match will FAIL even if it should have succeeded.

3) Thinking bug...  If you ALTER one variable that contains another 
variable, the second variable moves as though you inserted/deleted
charactes at the START of the first variable, and then overtyped
all of the evenly matched characters.  This can lead to 
counterintuitive results; the fix is to ISOLATE any variable that
has to hold value across an ALTER operation.

    Let me know if you find any others!

	-Bill Y.
