home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / msq31004.zip / readme.wb < prev    next >
Text File  |  1995-07-21  |  4KB  |  121 lines

  1.  
  2.  Msged 3.10b modifications by  
  3.  
  4.  Bill Bond 1:325/118
  5.  wbond@whb.org
  6.  
  7.  Please report bugs in this version to me and not to Paul Edwards.
  8.  
  9.  This should be regarded as beta level code.
  10.  
  11.  Included in this archive are changed source files since the 3.10 version
  12.  release by Paul Edwards (3:711/934) and the updated .exe files for OS/2
  13.  and DOS.  You will need the original 3.10 archive file in order to 
  14.  compile this version.  You may also need it for the 3.10 docs, help 
  15.  files and sample config files.
  16.  
  17.  The original 3.10 archive is available for file request as MSQ310.ZIP.
  18.  
  19.  
  20.  My thanks to Paul for his ongoing work on Msged.  I have sent him copies
  21.  of my changes in case he wants to implement them.
  22.  
  23.  
  24.  
  25. -------------------------------------------------------------------------
  26.  
  27. These items are changed/fixed from the base 3.10 code:
  28.  
  29.  
  30. 95/07/14:    .01
  31.  
  32. Now identifies itself as MsgedB or MsgedB/2.  The B is to differentiate
  33. this version from Paul Edwards' code.
  34.  
  35. Added new switch for config file: switch showsystem on.  This defaults to
  36. on and displays the system name following the node number in read mode.
  37.  
  38. Added two items to the alt-s 'system settings' dialog: sot/eot and
  39. showsystem.
  40.  
  41. Added back the tearline switch that had been removed from 3.10.
  42.  
  43. Added display of date received for *.MSG areas if the tosser has updated
  44. this field.
  45.  
  46. Changed behavior so that tear lines and origin line are displayed of the 
  47. soteot switch is turned off.
  48.  
  49. Disabled stripping of tear/origin lines when changing, copying, moving and
  50. redirecting a message.  This behavior is only active if soteot switch is off.
  51.  
  52.  
  53. 95/07/16:    .02
  54.  
  55. Change made to prevent tearline from being stripped from new messages in
  56. netmail area.
  57.  
  58. Fixed code that would sometimes result in the domain address for an area
  59. becoming corrupt.
  60.  
  61.  
  62. 95/07/17:    .03
  63.  
  64. Fixed bug that crept into .02 version as part of the above fix.  It would
  65. trap when copying/moving from an area that had no domain.
  66.  
  67. Added some debugging output to the configuration code.  It should display
  68. warning messages for invalid options.
  69.  
  70.  
  71. 95/07/21:    .04
  72.  
  73. Improved error checking for creation of messages in *.msg areas.
  74.  
  75. Changed the code for the move message option to reduce the chance that
  76. the old message is lost when creation of the new message fails.
  77.  
  78. Change made to prevent stripping of lines that start with --- in echo areas.
  79. The code will still strip a line of it only contains three -'s, unless
  80. it's a netmail area.
  81.  
  82.  
  83. -------------------------------------------------------------------------
  84. misc. notes...
  85.  
  86. undocumented items in Msged.doc:
  87.  
  88. vc:         = verbose cc
  89. bc:         = blind cc
  90. cc: ~filename    = read names from filename
  91.  
  92. ctl-h        = change message header (mentioned at end of 3.10 docs)
  93.  
  94.  
  95. -------------------------------------------------------------------------
  96. these are the switch settings that I use (fyi):
  97.  
  98. switch hardquote  off
  99. switch savecc     off   ; save the original cc: message?
  100. switch rawcc      off   ; save the original as raw or formatted?
  101. switch seen-bys   off   ; display seen-by, origin + tear control info?
  102. switch shownotes  off   ; display kludges starting with x'01'?
  103. switch confirm    on    ; confirm actions such as delete?
  104. switch showaddr   on    ; show address in header?
  105. switch msgids     on    ; create msgids?
  106. switch opusdate   off   ;
  107. switch datearvd   on    ; show the date the msg arrived?
  108. switch tearline   on    ;
  109. switch chopquote  off   ; chop the end of messages?
  110. switch qquotes    on    ; quote quotes?
  111. switch uselastr   off   ; store the highest read msg# in squish areas?
  112. switch showcr     off   ; show CRs (as an '')?
  113. switch showeol    off   ; show the end of lines (as an '')?
  114. switch realmsgn   off   ; show the real message number in <alt><l>?
  115. switch usemouse   on    ; do we want mouse support?
  116. switch editcronly off   ; show CRs in editor only
  117. switch usepid     off   ; use a ^aPID instead of tearline?
  118. switch soteot     off   ; bracket user-text with sot/eot <leave on!> ?
  119. switch showsystem on    ; show system name?
  120.  
  121.