This is a reverse chronological listing of changes to LogProc. Version 1.3 =========== The PutLine command now allows the user to specify the escape-character used for special text attributes and multiple positioning sequences. In version 1.2 only the '@' character was used. Note that by default there is NO escape character (to prevent unwanted suprises when no special attributes were desired). PutLine commands used with version 1.2 which contained the '@' character can be converted to work with 1.3 by simply adding a '@' before the first position specification. The PutLine command now only operates on windows that were opened as RAW: windows. For all other logs the PutLine command does nothing. If OpenLog is given the name of a log that already exists, it does nothing. In previous versions a duplicate log was opened, which wasn't too useful. If RemLogGroup is used to remove the last log from a log group, the empty log group is now removed. Added documentation on return codes from LogProc commands. Log names and log group names have always been case-insensitive. Logproc.doc has been corrected to reflect this fact. The 'Exists' command used to recognize only names that were lowercase. This has been fixed. A couple of minor improvements in the handling of Rexx messages were made. Version 1.2 (a beta release of limited circulation) =========== Added the PutLine command which allows text positioning and special attributes when logging to a window. This will be especially useful for status displays in windows. Version 1.1 =========== Added the 'Show' and 'Exists' commands. Fixed a couple bugs in the 'abort' command and elsewhere. Version 1.0 =========== Original version by Russell McOrmond.