home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / MODEM / SALES / MISC.XXX / TX2MB220.ZIP / CHANGES.220 < prev    next >
Text File  |  1991-03-10  |  5KB  |  104 lines

  1.  
  2. ┌─────────────────────────────────────────────────────────────────────────────┐
  3. │           TXT2MSG - Textfile to PCBoard 14.x Messagebase Utility            │
  4. │-----------------------------------------------------------------------------│
  5. │    CHANGES.ver  -  function and documentation changes since last release    │
  6. │  Revision changes are in reverse order, ie, newest changes are at the top.  │
  7. └─────────────────────────────────────────────────────────────────────────────┘
  8.  
  9.   Ver    Date, notes, changes
  10. ------- ----------------------------------------------------------------------
  11.  2.20   Sun  03-10-1991  *Release*
  12.  
  13.         General release; changed working version from 2.11 to 2.20.
  14.  
  15.         Command changes from 2.10 to 2.20:
  16.  
  17.           -j (joint) message processing
  18.           -a (alter) filter low ascii characters (including ESC)
  19.           -g (graph) allow low ascii characters
  20.  
  21. ------- ----------------------------------------------------------------------
  22.  2.11j  Tue  03-05-1991  *Alpha*
  23.  
  24.         Removed ERRORLEVEL==11 which was caused by removing the ERRORLEVEL==6
  25.         ("nothing to do") from operating when processing script questionnaire
  26.         files.  TXT2MSG will exit with ERRORLEVEL==0 if no script ANSWERx file
  27.         is found when it starts.  This avoids the need to check for their
  28.         existance (ANSWERx) before processing.  See SCRIPTS.BAT for an example
  29.         of how to setup/run the SQ2MSG processing option of TXT2MSG.
  30.  
  31. ------- ----------------------------------------------------------------------
  32.  2.11i  Mon  03-04-1991  *Alpha*
  33.  
  34.         Lots of tagline packing/processing code add/testing.  This is in prep
  35.         for RNet recoding into TurboC.  Packing/processing routine is fast,
  36.         accurate, and does almost (not quite) as much as the current RNet
  37.         tagline packing routine does.
  38.  
  39.         Changed window display during -j(oint) processing.  Will now show a
  40.         scrolling window of "quick scan" headers as processed.
  41.  
  42.         Added CNAMES.@@@ (via environ CNAMES=) support; allowed for automatic
  43.         adaption to future versions of PCBoard (15.0+) that use CNAMES.@@@.
  44.         Added search in current directory for CNAMES.@@@ and CNAMES.$$$ if
  45.         not found via environment.
  46.  
  47.         Added ERRORLEVEL==13 - Unexpected DOS Error [txt]
  48.  
  49.         Added line of *'s after script answers and before logs for ANSWERx
  50.         messages (by request).
  51.  
  52. ------- ----------------------------------------------------------------------
  53.  2.11f  Thu  02-21-1991  *Beta*
  54.  
  55.         Fixed problem when processing ZIPM files with SQ2MSG messages present
  56.         (finding "From:") in text.  Was getting confused as to what is was
  57.         doing with a given message.
  58.  
  59.         Started work on tagline packing routines for better handling (for
  60.         future use in RNet).  Useful here for the "joint" message insertion
  61.         process when dealing with Echomail or ProDoor messagebase captures.
  62.         Hooks placed for future expansion of tagline processing routines.
  63.  
  64.         Removed ERRORLEVEL==6 (nothing to do) when processing script
  65.         questionnaire messages.  This avoids the need to check for the
  66.         questionnaire before processing (Tex would "beep" at me every night
  67.         because an ANSWER?.TTY file wouldn't exist and I got sick of it).
  68.  
  69. ------- ----------------------------------------------------------------------
  70.  2.11e  Thu  02-14-1991  *Alpha*
  71.  
  72.         Added "joint" multi-message insertion from ZIPM/CAP sourcefiles.
  73.         Requires -j on commandline.  Joint messages with blank lines are
  74.         *not* compressed.  TXT2 will only process one such file (ie, it will
  75.         not accept multiple joint source files).  Works with ZIPM and even a
  76.         modem capture of a R;S;NS in PCBoard.
  77.  
  78.         Fixed broken 2x blank line checking.
  79.  
  80.         Massive speedup of large sourcefile text reading (one pass for
  81.         control information, all subsequent passes for actual text)
  82.  
  83.         Added filter on|off option for low-ascii characters:
  84.           -a = alter low ascii  (alter)
  85.           -g = allow low ascii  (graphics)
  86.         Default is still as it was -- filter enabled (-a).
  87.  
  88.         Tagline Environment variable support; TAGLINE=tagtext -- this is the
  89.         same as ProDoor uses for its taglines.  Taglines will now appear as:
  90.  
  91.           ■ TXT2MSG v.vvx: tagtext
  92.  
  93.         If not available, TXT2MSG will use old format:
  94.  
  95.           ■ TXT2MSG v.vvx [time date]
  96.  
  97. ------- ----------------------------------------------------------------------
  98.  2.11a  Fri  01-25-1991  *Alpha*
  99.  
  100.         Refined Amiga free-form text processing - workable but not great.
  101.  
  102. ------------------------------------------------------------------------------
  103.  
  104.