1. Move "Any key to continue" message in INFLD to left of timer.
2. Don't complain in EZTYP if to-page too large--treat as end of file.
3. Improvements to TELSER mode to reduce buffer overflow and dropped chars with slow clients.
4. Fix infinite loop bug in MATCH.SBR if a space is passed between items in a date range string.
5. Enhancement to MATCH.SBR so that a single range item of the form MM/YY will match any date in the specified month. (Previously MM/YY expanded to MM/01/YY or MM/31/YY depending on if it was before or after a dash, but would only match the one date if it was specified by itself.