home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / com / mail2pm / read.me < prev    next >
Encoding:
Text File  |  1993-07-18  |  59.0 KB  |  1,288 lines

  1. MR/2 PM - A QWK Compatible Mail Reader for OS/2 PM.  07/18/93
  2.  
  3. Copyright (c) 1992, Knight Writer Software Company.
  4. All rights reserved.
  5.  
  6. ===================================================================
  7.                           N O T I C E
  8. ===================================================================
  9. This IS a shareware package, and does require a registration fee if
  10. you choose to continue using it after 30 days.   The registration
  11. fee is currently $20 US.  This will increase to $25 when the final
  12. release is officialy distributed.  Register now and avoid the price
  13. increase!  Register MR/2 PM also registers you for MR/2 character
  14. mode, and visa versa.
  15.  
  16. Existing MR/2 registered users are automatically registered users
  17. of MR/2 PM.  The same MR2.ID file can be used by both versions.
  18. ------------------------------------------------------------------
  19.  
  20.  
  21. CONTACTING THE AUTHOR
  22. =====================
  23.  
  24. You  can contact me in a number  of ways.  Unfortunately, I can't
  25. provide a phone number at this time.
  26.  
  27. US Mail:       Nick Knight
  28.                1823 David Ave.
  29.                Parma, Ohio 44134
  30.  
  31. Fido netmail:  1:157/2 to "Nick Knight"
  32.  
  33. Internet:      User "Nick Knight", (nick.knight@pcohio.com)
  34.  
  35. Fido Echomail: Echomail messages to  me are discouraged,  as
  36.                keeping  them "on  topic" and  interesting to
  37.                the  masses would  be difficult.   I  do read
  38.                OS2,  OS2PROG,  C_PLUSPLUS and DR DEBUG daily,
  39.                though.   OFFLINE  echo also  (deals with mail
  40.                readers), this might be THE place to ask public
  41.                questions, eh?
  42.  
  43.                I recently have acquired access to a host of other
  44.                networks with OS/2 conferences.  These include RIME,
  45.                SmartNet, Uninet and some others I can't remember.
  46.  
  47.                I also do poll the Fidnet OS2PRODSUPPORT echo.
  48.  
  49. Direct BBS:    Leave a message on the Nerd's Nook BBS
  50.                (1:157/2) at (216)  356-1772, 356-1872  or
  51.                356-1431.   I check in here multiple times a
  52.                day.  I will also keep the most recent copy
  53.                of MR/2 posted here.    Other boards
  54.                (non-local) will get updates at my  convenience.
  55.  
  56. **************************************************************************
  57. **************************************************************************
  58. **             NOTE:  Nerd's now supports an MR/2 conference            **
  59. **             and file area.  Conference #208 is dedicated to          **
  60. **             MR/2 support and files.  File area #45 contains          **
  61. **             MR/2-related files.  Any file uploaded into              **
  62. **             conference 208 will be placed in file area 45.           **
  63. **************************************************************************
  64. **************************************************************************
  65.  
  66.                Nerd's does support file requests (157/2 or 157/3)
  67.  
  68.                Optionally, I call into PC-OHIO regularly.
  69.  
  70. Compuserve:    I check in  here only  when I have  to.   Try
  71.                mail to  my  user ID  - 76066,1240,  although
  72.                this isn't the best approach.
  73.  
  74.  
  75.  
  76. MR2.INI - your MR/2 PM parameter file
  77. -------------------------------------
  78.  
  79. This is where you tell MR/2 PM all it needs to know about your system
  80. and the way you'd like it to work.  If you don't have an MR2.INI file
  81. from MR/2 classic (character mode), or you've never modified one for
  82. MR/2 PM before,  MR/2 will attempt to place you into the E editor
  83. with a starter INI loaded.  Make any necessary changes and save the file.
  84.  
  85. NOTE:  Problems ... you'll have to edit MR2.INI, then exit out of MR/2 PM
  86. and reenter for any changes to take effect.  My "reload INI" code needs
  87. some looking at.
  88.  
  89. ** If it can't or doesn't load the editor to create the initial MR2.INI
  90. file, it's best that you do this by hand, from the command line:
  91.  
  92.     copy mr2ini.org mr2.ini
  93.     e mr2.ini
  94.  
  95. ***************************************************************************
  96. NOTE:  You may use an existing MR2.INI file, if you have one.  The only
  97. change that's really required is that your editor and zipper/unzipper
  98. file names be fully qualified.  Use a complete path and add the appropriate
  99. file extension (e,g, "d:\os2util\pkunzip.exe").  These changes *will* work
  100. with MR/2 classic, also.
  101. ****************************************************************************
  102.  
  103. Oh yea, I have the thing logging some messages to mr2pm.log.  This file
  104. may aid me in solving problems that occur in testing.  It *will not* be
  105. part of the final distribution reader.
  106.  
  107.  
  108. KNOWN BUGS AND STUFF
  109. ====================
  110.  
  111. THIS IS BETA, PRE-RELEASE SOFTWARE.  THE BUG LIST IS QUITE EXTENSIVE
  112. AND ALL KNOWN PROBLEMS ARE BEING ADDRESSED.  USE THIS PRODUCT AT YOUR
  113. OWN RISK - THE AUTHOR ASSUMES NO LIABILITY FOR LOST OR DAMAGED DATA.
  114.  
  115. I've got a big hit-list, and I'm anxious to start hitting.  I'd like to
  116. get as much feedback as possible while I'm in this process, though.
  117.  
  118. Feel free to report bugs or offer suggestions.  MR/2 PM is based on my
  119. seemingly solid QWK routines from MR/2 "classic", but the user
  120. interface is all new.
  121.  
  122.  
  123. Changes included in v0.99c
  124. --------------------------
  125.  
  126. o   The Reply Header edit form, when selecting an alternate conference.
  127.     The listbox could only hold a fixed number of conference (1500?).
  128.     If there were more, you couldn't see them.  Instead of *really* trying
  129.     to solve the problem :), I added a "match" field on this form.  This
  130.     field accepts wildcard characters, like *os2* or pr*.  It does ranges
  131.     too, I'll have to doc these ... something like [A-L]* lists A
  132.     through L ... Unix-style wildcard matching!
  133.  
  134.     Entering just a single character, say "P", works the same as entering
  135.     "P*".  I may make all non-wildcard specs "prefix" matches like this.
  136.  
  137. o   Half tones on completely read threads.  This should probably be optional.
  138.  
  139. o   Save to file:  All sorts of keyboard wierdness.  Keys being processed
  140.     by the message window underneath.  Fixed.
  141.  
  142. o   Message Dialog.  There was still a screen flash - pre-sizing the
  143.     dialog box needed some tweaking, and I had to supress the second
  144.     painting of the screen when initializing.
  145.  
  146. o   ALT-A, ALT-D now functional when a conference name is highlighted.  This
  147.     works from the Conferences w/Message selection screen, as well as on
  148.     the Conference selection screen attached to the Reply Header Editing
  149.     screen.  Easiest way to ADD conferences is to "Write new", then ALT-C
  150.     for the conference list.  Highlight and ALT-A to your hearts content.
  151.  
  152. o   Lots of playing around with parent/owner windows to remove strange
  153.     occurences and to aid in new CenterSubWindow() call.
  154.  
  155. o   I've got code in place to insure that certain message dialogs remain
  156.     centered inside the "main" window.
  157.  
  158. o   INTERNAL:  Main dialog proc became too large for ZTC to handle!  I
  159.     split out the whole WM_CHAR processing section into a separate
  160.     routine.
  161.  
  162. o   I think I've finally trapped all the strange keystroke processing
  163.     that resulted from having dialog boxes pop up on top of the message
  164.     dialog box.  This should end the strangeness with Save, Find, Steal
  165.     Tag, etc.,.
  166.  
  167. o   More mouse pointer to "wait" pointers when needed.
  168.  
  169. o   Deferring a message now updates the message status with a 'D'.
  170.     Previously, message was deferred but the display was not updated.
  171.     Same thing with (P)rinting a message ... dialog now updates with a
  172.     "S" status ("Saved" - MR/2 classic has always reported printed messages
  173.     as being saved ...).
  174.  
  175. o   ALT-F is now available from the conference selection dialog to
  176.     search ALL conferences for text.  Just like MR/2 classic.
  177.  
  178. o   There was a problem after closing any packet where MR/2 PM would
  179.     lose track of the correct QWK Packet Path.  This occured (I think)
  180.     only if your Packet Path and MR/2 PM home directory where on the
  181.     same disk drive.  When you close a packet, you are now correctly
  182.     returned to your previous packet directory.
  183.  
  184. o   I added a tiny button on the message viewer screen.  I'm not sure
  185.     where this will end up and/or what it will be labeled, but right now
  186.     it's the "option" button.  The only option at this time is to
  187.     toggle between MONO and PS fonts for message viewing.  The font
  188.     mode switch is persistant across all future sessions until changed
  189.     again.  This button will probable bring up a much more comprehensive
  190.     set of options later :)
  191.  
  192. o   Open Packet reworked.  Changes to the way focus is initialized, order
  193.     of the entry fields / listbox to be more natural.  Bug where selecting
  194.     certain directory names switched drives.
  195.  
  196. o   Save Message:  ditto.  Also, save path changes are remembered and
  197.     used across all packets read in that session (reset when you exit out
  198.     and reenter).
  199.  
  200. o    Internal Editor:  The state of the font (Mono or PS) and the Word Wrap
  201.     setting are now saved and restored between sessions.
  202.  
  203.     Fixes inherited recently from MR/2 classic:
  204.     -------------------------------------------
  205.  
  206. o   ADD/DROP conference would not work if a DOOR.ID file was not present in
  207.     the packet.  I now default to QMAIL format in these cases, and create
  208.     QMAIL-style add/drop messages.
  209.  
  210. o   When you would modify a reply and change the header data, the index
  211.     list would not reflect these changes.  The "I"/Insert index list will
  212.     now accurately match reply header data.
  213.  
  214. o   Ooops.  "InBasket" Folder was not being packed.  In other words,
  215.     messages that were deferred, then later killed/deleted would still
  216.     be physically contained in the InBasket.Dat file.  They were marked
  217.     as inactive, so they couldn't be read.  Code to pack this file
  218.     has been reinstituted.
  219.  
  220. o   Double oops :)  FolderPath was never sufficiently documented as a
  221.     valid MR2.INI parameter.  It was metioned in the read.me file, but
  222.     was never entered into the MR2INI.ORG file.  It's there now, and ...
  223.  
  224. o   It never really worked, anyway.  It "kinda" worked, as it did
  225.     everything correctly except allow you to actually read deferred message
  226.     from anywhere except off of the MR2 home directory.
  227.  
  228. o   Modified the origin line find logic.  Original code, for some stupid
  229.     reason, started at the beginning of a message and search forward.  I
  230.     now start at the end and work backwards.  This will help prevent
  231.     erroneous detection of the origin when user-entered dashed lines are
  232.     entered as section separaters.
  233.  
  234.     In addition, I revamped the whole routine.  It seems to do a much
  235.     better job of finding the start of the origin section.
  236.  
  237. o   There was a problem on some systems with the personal conference not
  238.     showing in the selection list.  This was when working on an HPFS
  239.     drive, and the personal.ndx file was unpacked with a lower case file
  240.     name.  When MR/2 scanned conferences, it always matched on capital
  241.     letters for the personal index.  This was never a problem BEFORE
  242.     long name support, as the names always came back capitalized.  Now,
  243.     they come back as they are on disk.  I've fixed this problem and
  244.     scanned for other possibilities.  I think that was it ... time will
  245.     tell!   NOTE: The report I received that finally solved this one
  246.     specifically mentioned a 32-bit UNZIP.EXE.  He mentioned that all
  247.     worked OK with the -U switch added to the command line.  Just FYI.
  248.  
  249. o   Message Header Edit screen now allows you to enter conference numbers
  250.     that are not present within the control.dat master conference list.
  251.     Maximus QWK doors and PC Board's built-in QWK feature do not supply
  252.     complete conference lists.  Some QWK doors also make this optional to
  253.     reduce packet size.  Previously, you could not post into a conference
  254.     that was not defined in the contorl.dat file.  Now, you may manually
  255.     enter ANY number.  If MR/2 cannot find it in the master list, it will
  256.     beep and clearly identify the conference number as a possible problem
  257.     with the tag: "** WARNING: Unknown Conference **".  It's the user's
  258.     resposibility to make sure a message is posted to the correct
  259.     conference number.  Maybe I'll add a user-definable master list later.
  260.  
  261.  
  262.  
  263. Changes included in v0.99b
  264. --------------------------
  265.  
  266. o   MR2PM.INI, the file that holds window position data now contains a
  267.     version number embedded within.  Any old file found (w/o a version
  268.     level recorded) will be erased.  This is necessary due to the
  269.     massive changes made to the way positions are recorded.  Otherwise,
  270.     windows end up painting off the screen.  You'll have to position
  271.     windows to desired spots once more.
  272.  
  273. o   Internal editor is now available and functional.  Set the
  274.     Editor=INTERNAL. The "Set Color" option does nothing yet.  Also,
  275.     "Set font" merely toggles between mono and ps fonts.  There's no
  276.     provision for changing the file name or importing/exporting text.
  277.     All this will come with time ...
  278.  
  279. o   Sizable windows are started.  Size and position of several windows are
  280.     saved and recalled.  In particular, the message viewing screen and
  281.     conference selection screen are sizeable.  There's some tricky code
  282.     behind these screens to minimize flashing and contorting; let me know
  283.     if you see anything strange.
  284.  
  285. o   No Qwk (entry of message w/o a packet) is now functional.
  286.  
  287. o   I added a command line parameter "/defaultpos" or just "/d" to suppress
  288.     the mr2pm.ini file access.  This mode uses default window sizes and
  289.     positions.  ... until I get all the kinks out, this is a safeguard.
  290.  
  291. o   Welcome screen now displays in mono font.  Looks OK, unless ANSI
  292.     codes are present :(
  293.  
  294. o   Merged most of MR/2 v1.51 features into this EXE.  The list of
  295.     pertainent features follows (in latest-first order):
  296.  
  297. ==============================================================================
  298. o   RIME routed messages are now recognized as having a "header area" at
  299.     the top of the message.  If the message is "split" due to length,
  300.     the header area should be automically pasted into the top
  301.     of each part.
  302.  
  303. o   FILE_ID.DIZ files were crossed between classic and PM.  Fixed.
  304.  
  305. o   OK, I linked in HPFS longname support and modified some code to
  306.     retrieve and handle long file names.  The packet select screen
  307.     now shows TE/2-renamed files like "pc-ohio.qwk;1".  This will need
  308.     some testing and polish, but it works.  FileSpec in MR2.INI should
  309.     be changed to "*.q*" in order to see these files.
  310.  
  311. o   Ooops.  I couldn't find a PKUnzip that would work with long names.
  312.     Even the older OS/2 version puked.  This'll definitely be a problem
  313.     with other DOS based archivers.  So, I added a little diddy to
  314.     unqwk.cmd that, if a long name is detected, will copy the selected
  315.     file into the tmp$$ directory as MR2$TMP.QWK and unpack this.  It
  316.     then deletes the "temporary" QWK packet.  Works great with even
  317.     the DOS PKUnzip now!
  318.  
  319.     If you want to use TE/2 on a HPFS system and unpack the "BBS.QWK;1"
  320.     type names with a DOS or PK* product, you *must* set your unzipper
  321.     to unqwk.cmd.
  322.  
  323. o   An MR/2 INI file other than MR2.INI may be specified via command line
  324.     parameter.  Use "MR2 /IMR2_ALT.INI" to use a file named MR2_ALT.INI as
  325.     the global MR/2 INI file.  I'm hoping that this helps in allowing
  326.     multiple instances of MR/2 to be open on the desktop.  Needs more
  327.     testing and experimentation ...  Opening two different MR/2 seesion
  328.     still crashes.
  329.  
  330. o   Welcome and Goodbye screen now list on the Bulletins select menu.
  331.     You can view these, unobstructed and at length, any time you choose.
  332.  
  333. o   Minor change to the parsing of the @Fidonet@ variable.  Removed any
  334.     @fidonet suffix that exists in the origin line.
  335.  
  336. o   Added code to trim off nulls at end of any message.  Was trimming spaces,
  337.     but Internet messages sometimes had nulls.  Messes up the reply file
  338.     editing.  Also, if any embedded nulls are found, these *aren't* written
  339.     to the reply file OR save file.
  340.  
  341. o   Processing for IDATE improved a little.  I saw some DATE: lines that
  342.     started with weekday names like "Sun, ".
  343.  
  344. o   New INI parameter - ReplyStripTagline defaulting to YES.  Set it to NO
  345.     if you want to use SmartQuoting (which strips the original messages
  346.     tagline) but still want the tag quoted.
  347.  
  348. o   QuoteStyle now has an optional parameter, which is ON by default.
  349.     If you specify TagStyle=PCBoard,Autosense, you're saying that quote
  350.     style can use hi-end ASCII chars, but if it's a Fidonet reply,
  351.     change to Fidonet mode.  I'm not sure if I should include Internet
  352.     messages as Fido-typed tags ... I probably should.  I'll research.
  353.     Without the "Autosense" keyword, tag style will adhere strictly to
  354.     what's been specified.
  355.  
  356. o   Added new Template file sections: SaveHeader and PrintHeader.  Lets
  357.     you define the header for messages when printed or saved.  If these
  358.     sections don't exist, the old default header is used.
  359.  
  360. o   Added more variables to aid in the support of the new header sections:
  361.     MsgRefNbr, MsgNumber, MsgStatus.  In addition, added some more variables
  362.     to aid in formatting sections.  @COL:45@ sets the next column to 45.
  363.     @RCOL:72@ says to right justify the next variable referenced at col 72.
  364.     @Center:40@ says to center the next variable referenced over column 40.
  365.     The @RCOL@ and @CENTER@ variables can be used w/o column specs to
  366.     right justify at "wrap column" or center the entire line between wrap
  367.     column and 1.
  368.  
  369.     Negative @COL@ specs may be supplied.  This will delete the specified
  370.     number of characters before the variable.  For example, @ITIME@@COL:-4@
  371.     would change 07:54:30 GMT to just 07:54:30.  Messes up, tho, if MSGDATE
  372.     ends up getting substituted for IDATE (no IDATE is found).
  373.  
  374.     See example.tf, at the end.  There's a section `unused` with some
  375.     doc/examples.
  376.  
  377. o   The template file now supports comment lines.  Simply start the line
  378.     (very first columns) with ";;" and the line is ignored.
  379.  
  380. o   While viewing any message, you can press "~" to rewrap it.  This is
  381.     useful only in USENET (Internet) conferences where sometimes a message
  382.     gets posted without linefeeds.  MR/2 would display it on a single line,
  383.     but only give you access to the first 160 characters.  This rewrapping
  384.     is quite temporary (if you "go back" later to view the same message,
  385.     you'll have to rewrap it again), and totally manual; performed by user
  386.     keypress only.  I may INI-ize an automated/detection scheme later.
  387.  
  388. o   Added a bunch of code to better detect message display lines that are
  389.     "quotes" from previous messages.  This is not configurable at this time.
  390.     If I did too much, yell and I'll make this optional.  With all the
  391.     messages I looked at, quoting highlights were right 99% of the time.
  392.  
  393. o   New QuoteBody option - Paragraph.  If you specify something like:
  394.  
  395.         QuoteBody="%i│▌",Paragraph
  396.  
  397.     then you'll get a quotes like:
  398.  
  399.         MN│▌Yes-  DOS 6 upgrade is... (lines chopped for brevity)
  400.           │▌number of files that...
  401.  
  402.         MN│▌And then after your DOS...
  403.           │▌the manual of files you...
  404.           │▌release the whole thing...
  405.  
  406.        you can do the same thing with "%i>", and secondary lines
  407.        get just " >".  Use the "|" (shifted backslash) and Fidonet
  408.        sysops may not yell at you :)  (it's not hi-end ASCII).
  409.  
  410.     Bummer!  I just saw someone (a registered MR/2 user using a DOS
  411.     package, hmmmph!) quote with a technique that this doesn't yet
  412.     handle :(.  Just a minor nit, maybe I'll add something later to do
  413.     this (YOU CAN'T DO THIS WITH MR/2):
  414.  
  415.         MN┤Yes-  DOS 6 upgrade is... (lines chopped for brevity)
  416.           │number of files that...
  417.  
  418.  
  419. o   Modified the logic to pick out the quoting initials to better parse
  420.     Internet "from" fields.  Still needs some other strange-character
  421.     detection added (nick.knight@pc-ohio should reduce to nk>).
  422.  
  423. o   Fixed a bug where internet from fields that were filled to 25 characters
  424.     resulted in your own last initial being inserted as the senders second
  425.     initial (Michael.Hagerty@nitelog.com to Nick Knight, reply would
  426.     be quoted MK>)  This *was* fixed in v1.45 but not documented.
  427.  
  428. o   I added some things. First SmartWrapping and SmartQuoting have three
  429.     levels: No, Yes and Full.  Full is aggressive, rewrapping all
  430.     non-quoted text to the defined wrap column (This is the old "YES").
  431.     If set to Yes (the "new" option), wrapping occurs ONLY after a line
  432.     feed has been inserted by MR/2 (an overlength line was detected).
  433.     The defaults are "YES" ... we'll see if this works any better.
  434.     Limited testing, but you *can* now shut these off w/o crashing!
  435.  
  436. o   Also, add an "~" to the end of any line (before the linefeed) and
  437.     MR/2 will strip out the "~" and keep the return that follows intact.
  438.     This is for stubborn wrapping problems.  Just in case :)
  439.  
  440. o   If the quoting initials ended up longer than 9 characters (FROM name
  441.     had no spaces), the string was not properly terminated.  This resulted
  442.     in garbage in the initials and in one reported case, a crash.  This
  443.     would occur most often in internet conferences.
  444.  
  445. o   New template sections are definable:  NewInternet and NewNetmail
  446.     for creating new messages in these private-mail conferences.
  447.  
  448. o   When editing a message header and the conference is the Internet or
  449.     Netmail defined conference, the "private" flag is set to YES.
  450.  
  451. o   New template section: `RIME` can be defined for use when replying
  452.     to a message in private mode.  If a reply is private, and the
  453.     source message is determined to be from a RIME source (Postlink
  454.     origin is last line of message), then this section is used in
  455.     generating the reply.  This allows for private, routed mail.
  456.     Not sure what to do about "new" private, routed messages.
  457.  
  458. o   New variables:  @RimeIDCode@ and @RimeSiteNo@ for use in the RIME
  459.     section for "routing" private messages.  Will result in blanks unless
  460.     replying to a message with a Postlink origin line.
  461.  
  462. o   New Variables:
  463.  
  464.         @RimeIDCode@ and @RimeSiteNo@, defined above.
  465.  
  466.         @Version@ for the MR/2 version.
  467.  
  468.         @SerialNumber@ is replaced by the registered serial number
  469.                 (empty if not registered).
  470.  
  471.         @UserName@ is replaced by your user names as found in the QWK
  472.                 control.dat structure.
  473.  
  474.         @IDate@ is replaced with the Internet "Date:" spec, or the
  475.                 the same results as @MDATE@ if a date string is not
  476.                 found.
  477.  
  478. o   New template section: `Forward`.  If this section is declared, it is
  479.     used as the template "prefix" for forwarded messages.  NOTE:  $Body is
  480.     not required, this section is inserted as a whole.  If not declared,
  481.     the old MR/2 default forward prefix is used.
  482.  
  483. o   See EXAMPLE.TF for examples of all new section capabilities.  My name
  484.     and email addresses are plastered all through here.  You'll want to,
  485.     of course, change these to your own :)
  486.  
  487. o   When replying into the Internet mail conference, the @INTERNET@
  488.     variable will better represent a true Internet address.  If the
  489.     Reply-To: line isn't present, MR/2 then looks for a "From:" line and
  490.     attempts to parse out an address.  If no From: line is detected,
  491.     MR/2 now looks to the last line of the message.  If the sender has
  492.     included his address inside of parenthesis, then this is used as the
  493.     INTERNET value.
  494.  
  495. o   Modified msg2rep.cmd so that if archiver.id file isn't found, it
  496.     defaults to pkzip (configurable).  If using no packet entry, no
  497.     unarchiver was called, so no archiver.id is created.  We need to
  498.     be able to specify a packet as a default.
  499.  
  500. o   If a local INI specified a value for Internet and/or Netmail, it
  501.     was not cleared when the packet was exitted.  If the next packet
  502.     opened did not reset these values (or did not have a local INI), then
  503.     some erroneous detection of network mail would result.  Fixed.
  504.  
  505. o   I modified the "origin" line finding logic to recognize more common
  506.     reader/network tearline styles.  For instance, MR/2's own TwoLine
  507.     style tagline is now recognized as the beginning of the origin section
  508.     (and end of the BODY section).
  509.  
  510. o   Started coding of a REXX script to handle detection of the archiver
  511.     used to pack the mail packet.  A code is returned that will be used to
  512.     branch to the correct command for unpacking.  To me, this is the ideal
  513.     solution, as it is forever extensible.  I've got a scheme for a packer
  514.     script (for replies) that will match the unpacker used.  I'm new to
  515.     REXX coding (this was the perfect excuse to get my feet wet :), so
  516.     if anyone wants to make improvements and/or enhancements, I'll welcome
  517.     them.  (file is named Unqwk.cmd)
  518.  
  519. o   Create msg2rep.cmd - a REXX script for packing replies into a .rep
  520.     file based on the method used to unpack the original packet.  The source
  521.     packet *must* have been unpacked with unqwk.cmd (or, at least, the file
  522.     "archiver.id" must exist and identify the correct packer to use).  This
  523.     script opens up "archiver.id" and extracts the id number.  Based on that
  524.     number, a branch is made to the correct packet command.
  525.  
  526.     NOTE:  You may have to modify these files a tad IF your archivers
  527.     are not in your "PATH" environment variable.
  528.  
  529.     NOTE:  These command are useful if you use multiple packet sources
  530.     (BBS's) that use different compression techniques.  If you can get
  531.     by with a single zipper/unzipper command, the "old" way is OK, and
  532.     in fact, still more efficient.  These new files simply provide
  533.     additional flexibility for those that frequent a variety of BBS's and
  534.     need this functionality.
  535.  
  536.     INSTALLATION:  Modify your MR2.INI file to declare:
  537.  
  538.         Zipper=..\msg2rep
  539.         Unzipper=..\unqwk
  540.  
  541.     the default .cmd files depend on all archivers being in your "path".
  542.     If not, you may modify the path = '' statement at the top of each
  543.     file to reflect the correct path, or modify each zipper command
  544.     separately to reflect each's valid path.
  545.  
  546. o   The prompt "Work area has an open packet" has been enhanced.  You may
  547.     still see this prompt.  However, if the work directory is found to
  548.     contain replies, the prompt will read "Open packet with REPLIES found".
  549.  
  550. o   If an error occurs when unpacking the packet, you will now remain
  551.     inside MR/2 to select a new packet, or whatever.
  552.  
  553. o   IF an error occurs while packing replies, the work directory is *not*
  554.     purged.  Previously, any error while spawning the packer still let the
  555.     files be deleted.  What happens now is, after the command error is
  556.     reported, you're prompted that an open packet with replies exists.  The
  557.     correct course of action is to go back in the packet (continue working
  558.     with the open packet) fast exit with ALT-X and correct the zipper
  559.     problem.
  560.  
  561. o   Cleaned up and tested UNQWK.CMD and MSG2REP.CMD.  Made sure error codes
  562.     were properly returned to MR/2.  Seems to work well with the new error
  563.     handling described above.
  564.  
  565. o   Added new variable @ISUBJECT@ that resolves to the Internet message
  566.     subject line (often different than the QWK "subject" field).
  567.     I hope there's a limit to the size of these things ... I only
  568.     accomodate "realistic" lengths.  We'll see.
  569.  
  570. o   Ooops.  New template section logic didn't accomodate new messages
  571.     created w/o replying.  The template file can now define a section for
  572.     `NewMessage`.
  573.  
  574. o   The INI parameter SplitLongMessages has been enhanced.  YES/NO still
  575.     function in the old way; YES will cause messages to be split at 92
  576.     lines (90 lines of message, 2 lines for the <cont..d> footer).  You
  577.     can now, however, place a number here as an option.  This sets
  578.     splitting to YES, but modifies the line count cutoff to be the specified
  579.     value (instead of 92).  This value *must* be greater than or equal
  580.     to 10 (I've been told of a BBS system that requires no more than 16
  581.     lines <really!>, so I figure 10 will be a "safe" minimum).  I would
  582.     suggest using a reasonable number if you need to change the default
  583.     at all.
  584.  
  585. o   New INI parameters V0 through V9 allow you to set user-defined text
  586.     strings as template variables.  Uses of the strings @V0@ through @V9@
  587.     in the tenplate file will be replced with the corresponding defined
  588.     text string.
  589.  
  590.     These variables can contain any other variables, including other "V"
  591.     variables.  This allows for a template to be defined with an
  592.     attribution line of @V0@, for example, and this line can be changed
  593.     for each BBS by defining different values to V0 in the BBSs local
  594.     INI file.  The variable replacement is recursive, so any number of
  595.     replacemnet levels is possible.  It's also possible to confuse the
  596.     system by circularly defining variables.  My rule:  keep it where
  597.     it's understandable.
  598.  
  599.     For example, if you add a line to MR2.INI that says "V0=1:157/200"
  600.     and your template file starts "...writing from Fidonet address @V0@",
  601.     the fidonet node address will be placed in the reply.
  602.  
  603. o   New INI parameters "INTERNET" and "NETMAIL".  Use these variables to
  604.     declare which conferences, if any, handle Internet mail and Fidonet
  605.     netmail, respectively.  For example, PC-Ohio has Internet mail in
  606.     conference 5 and Fidonet netmail in conference 6.  My PC-OHIO.INI
  607.     file has:
  608.  
  609.     Internet=5
  610.     Netmail=6
  611.  
  612.     Nerd' Nook has Netmail in conference in 139 and no Internet capabilities.
  613.     My NerdNook.INI file has the lines:
  614.  
  615.     Internet=-1
  616.     Netmail=139
  617.  
  618.     The "-1" tells MR/2 that there is no Internet support, and makes sure
  619.     that the Internet section template is not referenced.
  620.  
  621. o   New variables @INTERNET@ and @FIDONET@.  The INTERNET variable will
  622.     be replaced with the "Reply-to:" address found in Internet mail.  The
  623.     target address will be stripped of extra verbage and should represent
  624.     a correct and "ready-to-go" internet address.  The FIDONET variable
  625.     will be replaced with the full Fidonet address found in the origin
  626.     line of the current message.  If either one of these variable can
  627.     not be resolved, then an empty string is substituted.
  628.  
  629.     These variables are meant to be used for personal mail addressing
  630.     using template "sections".  See next blurb.
  631.  
  632. o   Sections in the template file `Internet` and `Netmail`.  You may now
  633.     allocate "sections" within the template file.  Sections are denoted
  634.     and named by a string between "accent" characters (`).  The first
  635.     template file section has no name and will be refered to as the
  636.     "default" section.  A section ends at the next section name string,
  637.     or at the end of the file.
  638.  
  639.     When replying to messages targetted for a conference declared to
  640.     be the INTERNET or NETMAIL conferences, MR/2 will switch template
  641.     sections to the corresponding section.  If ever a section is not found
  642.     (by name matching), the default section is used.
  643.  
  644.     This allows for Fidonet netmail and Internet mail to have templates
  645.     that correctly set up destination addressing.  See the file Example.tf
  646.     for examples of sections.
  647.  
  648. o   Mods to reply creation ... removed the beginning CR/LF when creating
  649.     the reply file.  Made changes to the way the template file handled
  650.     CR/LF spacing.  Template file's allignment matches reply files
  651.     better now (line spacing/blank lines).
  652.  
  653. o   When replying and the FROM user name is an Internet made-up name with
  654.     periods imbedded, MR/2 nulls-out the quoting initials.  The quoted text
  655.     is simply marked with whatever symbol is defined in the INI, usually
  656.     a ">" (no initials preceed the ">").
  657.  
  658. o   Oh boy.  I modified the Save Reply logic of my QWK class.  This is
  659.     dangerous, simply because it changes the way replies are saved.  I'll
  660.     test it thoroughly before letting it out.  *Please* report any problems
  661.     to me quickly.
  662.  
  663.     The change comes when splitting messages (it may effect more, my hope
  664.     is that it doesn't :).  IF you're in sending Internet mail or Netmail,
  665.     the message "header" will be copied to each split section.  In most
  666.     cases, this will be the correct function.  There may be cases where
  667.     it isn't.  Yell at me and I'll make it configurable.  In other words,
  668.     netmail or internet mail that's split will be addressed properly for
  669.     all "parts" if addressing is done on the first line(s) of the message.
  670.  
  671. o   When replying into the Fidonet netmail conference, the source message
  672.     is first checked to see if the first line starts "From:".  If so, and
  673.     what follows appears to be a Fidonet node designation (it has a ":" and
  674.     a "/"), then this is used as the value of the FIDONET variable.
  675.     If not found, the origin line is found.  In netmail messages (the ones
  676.     I receive at least), there is no origin line, just a "From:" identifier
  677.     on the very first line of the message.
  678.  
  679. o   Taglines now are filtered for variables (e.g., @FROM@).
  680.  
  681. o   Took template file checking one step further - if file name is
  682.     empty, processing doesn't even start.
  683.  
  684. o   The initial MR2.INI file now specifies that the INTERNAL editor now
  685.     be used as the default.  The initial INI editing is still performed
  686.     inside the E editor.
  687.  
  688. o   New INI parameter:  "TemplateFile".  This is another one of those
  689.     features that is merely a starting place and has lots of future
  690.     expansion possibilities.  Place a file name here that defines a
  691.     template for all message replies.  The reply will created using this
  692.     file as a guide BEFORE you edit it.  This allows for any necessary
  693.     cleanup.  The "template" file I used for testing looked like this
  694.     (note that the variables used will be documented below):
  695.  
  696.     -------------------------------------------------------------------
  697.     Subject: @Subject@
  698.     In a message dated @DATE@, @FROM@ said to @TO@:
  699.  
  700.  
  701.     $BODY
  702.  
  703.  
  704.     Nick Knight
  705.  
  706.     From @from@ reading @CONFNAME@ (@CONFNUM@) on @BBSID@, to @TO@
  707.     Subject: @Subject@
  708.  
  709.     FidoNet:    1:157/2
  710.     Internet:   nick.knight@pcohio.com
  711.     Compuserve: 76066,1240
  712.  
  713.     To First:   @tofirst@
  714.     To Last:    @tolast@
  715.     YYMMDD:     @yymmdd@
  716.     Date:       @date@
  717.     From First: @fromfirst@
  718.     From Last:  @FromLast@
  719.     Msg Date:   @msgdate@
  720.     Msg Time:   @msgtime@
  721.     Day:        @Day@
  722.     Julian:     @Julian@
  723.     Time:       @Time@
  724.     Time 24:    @Time24@
  725.     AM/PM:      @AmPm@
  726.  
  727.     Upper:      @Upper@@Subject@ @upper@@day@
  728.     Lower:      @lOWER@@Subject@ @lower@@day@
  729.     Mixed:      @mix@@From@ -> @mix@@to@
  730.     -------------------------------------------------------------------
  731.  
  732.     The quoted version of the original message is inserted at the $BODY
  733.     marker, which is required.  NOTE that this is not an appropriate
  734.     template file for use within internationally echoed conferences.
  735.     It's offered here merely as an example.
  736.  
  737.     The section before the $BODY line allows for an "attribution"
  738.     line or section.  The area below the $BODY marker works as a
  739.     signoff or signature section.
  740.  
  741.     AGAIN, this feature is under development and may be changed in the
  742.     next couple of versions.  My idea is to add more blocks to this file.
  743.     For example, a definition for saved message headers, forwarded
  744.     header definition, etc.,.  I've got plenty of ideas.
  745.  
  746.     The reply file generated by my test template file looked like:
  747.     -----------------------------------------------------------------
  748.  
  749.     Subject: NEW ZOO
  750.     In a message dated 03/06/93, DAN HANSON said to ALL:
  751.  
  752.     DH>I saw this in Time Magazine.  The New York Bronx Zoo has been
  753.     DH>renamed to the International Wildlife Conservation Park.  In
  754.  
  755.     <My reply would be inserted here.>
  756.  
  757.     Nick Knight
  758.  
  759.     From DAN HANSON reading Main Board (0) on PC-OHIO, to ALL
  760.     Subject: NEW ZOO
  761.  
  762.     FidoNet:    1:157/2
  763.     Internet:   nick.knight@pcohio.com
  764.     Compuserve: 76066,1240
  765.  
  766.     To First:   ALL
  767.     To Last:    ALL
  768.     YYMMDD:     930306
  769.     Date:       03/06/93
  770.     From First: DAN
  771.     From Last:  HANSON
  772.     Msg Date:   03-06-93
  773.     Msg Time:   14:21
  774.     Day:        Saturday
  775.     Julian:     065
  776.     Time:       03:08
  777.     Time 24:    15:08
  778.     AM/PM:      PM
  779.  
  780.     Upper:      NEW ZOO SATURDAY
  781.     Lower:      new zoo saturday
  782.     Mixed:      Dan Hanson -> All
  783.     -----------------------------------------------------------------
  784.  
  785. o   Variables are available for use in the template file.  They are
  786.     currently only used by the reply file generator.  I'll add the
  787.     capability to other areas as I think of them.
  788.  
  789.     The following variables have been provided:
  790.  
  791.         BBSID                           TIME
  792.         CONFNAME                        TIME24
  793.         CONFNUM                         TO
  794.         DATE                            TOFIRST
  795.         DAY                             TOLAST
  796.         FROM                            YYMMDD
  797.         FROMFIRST                       UPPER
  798.         FROMLAST                        LOWER
  799.         MSGDATE                         MIX
  800.         MSGTIME                         AMPM
  801.         SUBJECT                         JULIAN
  802.  
  803.  
  804.     The literals UPPER, LOWER and MIX are not actual variables, but
  805.     modifiers.  They will convert the case of the NEXT variable
  806.     replacement to either all upper, all lower or mixed case, respectively.
  807.     Mixed case basically lower cases all letters except the first letter
  808.     of each word.  See the example above for more detail.
  809.  
  810. o   GREATER CHICAGO Online BBS is now offering a service called the
  811.     "OS/2 Shareware Author Support Program".  They are willing to handle
  812.     Visa/Mastercard charges for shareware authors.  Starting immediately,
  813.     MR/2 may be registered by "charging" it!  You can register online by
  814.     calling Greater Chicago Online BBS at (708) 895-4042.  Alternatively,
  815.     you can provide your charge card information to me directly on the
  816.     MR/2 registration form provided (register.doc).  There is a $2.00
  817.     handling fee associated with all charged registrations, making the
  818.     total charged registration cost $22.00 US for domestic orders.
  819.  
  820.     Shareware authors may get more information on the OS/2 Shareware
  821.     Author Support Program by calling the GREATER CHICAGO Online BBS at
  822.     the number above (leave a note to the sysop) or by Compuserve mail
  823.     at 70404,3277.  Fidonet netmail can be sent to Bill Cook at 1:115/895.
  824.  
  825. ==============================================================================
  826.  
  827. Changes included in v0.99a
  828. --------------------------
  829.  
  830. o   Attempting to show the BBS's Welcome screen in the message listbox
  831.     behind conference select picklist.  It isn't pretty (I need a
  832.     monospaced font) and you can't see much of it.  Maybe I'll try
  833.     something else.
  834.  
  835. o   After deferring a message, the message status was not updated with a
  836.     "D", even though the message WAS deferred.  Fixed.
  837.  
  838. o   New routine "clear_resulttable()" is called if there is no local INI
  839.     and a packet is closed.  Previously, hit counters for custom
  840.     conferences would not respresent the correct counts (counts would
  841.     not be cleared for the next packet).
  842.  
  843. o   Index display showed message number with some trailing garbage
  844.     sometimes. This is fixed.
  845.  
  846. o   No QWK Entry code started.
  847.  
  848. o   Open by association started (specifying a packet as a command-line
  849.     parameter).
  850.  
  851. o   The spacebar now really does work as in MR/2 classic ... it works
  852.     like the page-down key until the end of a message is displayed, then
  853.     like the NEXT key.
  854.  
  855. o   When editing the message header, the F10 key now works as it does
  856.     in MR/2 classic.  That is, it works as the "accept" key.  I'll leave
  857.     the F11 key also as an "accept" key for those that got used to it.
  858.  
  859. o   Write New:  The selected conference would be erased on the "after"
  860.     header edit.  It would be reset to "000".  Fixed.
  861.  
  862. o   The E editor was demonstrating some very unusual behaviour.  When
  863.     replying, parts of the message would be hidden and unavailable for
  864.     editing.  Yet, they *were* there!  There would be no vertical scroll
  865.     bars displayed, and the horizontal was only in one (the wrong)
  866.     direction.  This ended up having something to do with the program
  867.     control value I was setting.  EPM seemed to work OK, as did text mode
  868.     edit sessions, but E just croaked.  This *seems* to be fixed.
  869.  
  870. o   Also, the $ and ! specifiers for DOS and FullScreen sessions added
  871.     earlier can now be combined in the form $! for both packers and
  872.     your editor.  IE, you can force a DOS session to full-screen.
  873.  
  874. o   Tagline stealer had a problem with certain characters (while editing
  875.     the tagline-to-save) invoked message functions (Reply, for example).
  876.     This has been fixed ... I need to review all my dialog boxes for the
  877.     same types of problems.
  878.  
  879. o   Sizable message reading screen.  It has some painting problems when
  880.     the screen is resized, but once the size is remembered it works
  881.     pretty well.  You can also size the Conference selection dialog.
  882.     MR/2 PM now remembers the size of these screens in addition to the
  883.     position.
  884.  
  885. o   The possibility of the message listbox getting the focus has been
  886.     eliminated (I think? :).  When this happened, keys would cease to
  887.     function as they would normally (X would not exit, F would not
  888.     find).
  889.  
  890. Changes included in v0.99
  891. -------------------------
  892.  
  893. o   For your archivers:  if you wish (or have to :) use a DOS version
  894.     of PKUnzip, for example, MR/2 PM will now work correctly.
  895.  
  896.     This bug was causing lockups (blank screen, no keyboard, manual
  897.     boot time) on OS/2 2.0 GA and simply failing on the old 2.1 beta.
  898.     No idea what it did to versions in-between.
  899.  
  900.     Now, when a DOS archiver is called upon, MR/2 PM opens a DOS window
  901.     (in the "background", even) and runs the DOS utility there.
  902.  
  903.     Editors may also be DOS-based.
  904.  
  905. o   I changed the way that the zip/zipper work.  Basically, whether
  906.     using DOS or OS/2 executables, a new session (windowed usually)
  907.     is created.  I'll have to see if I like this better, and get
  908.     outside opinions (anybody?).  Also, the editor is called with
  909.     the same logic.  This should help with those cases where the
  910.     reply editor would end up "in the background".  That shouldn't
  911.     happen at all now, as MR/2 PM is suspended UNTIL the editor is
  912.     terminated.  Uh oh, can't have this!
  913.  
  914. o   Tagline selection list now has buttons for OK and CANCEL.
  915.  
  916. o   Lockups due to missing or unnamed template file (lockup when
  917.     requesting the editor for a reply) are now fixed.  Same problems
  918.     as with MR/2 classic.
  919.  
  920. o   Read markers are back on the message index list, and the read
  921.     count is now back on the thread selection list.  Sorry!
  922.  
  923. o   Write button is now enabled and can be used to write "new" messages.
  924.     I'm getting some random crashing ... more work is needed.
  925.  
  926. o   New buttons on Conference selection list:  News, Files and Bulletins.
  927.     Bulletins is still non-functional.  Soon.  Buttons call your editor
  928.     accessing the specified file.  No checking for non-existent files.
  929.  
  930. o   Mods to keep secondary dialog box positions as "relative" to the
  931.     open/message windows.  That means that if you place the conference
  932.     select window somewhere, then move the message reading screen, the
  933.     conference select box will move to stay in the same "relative"
  934.     position.
  935.  
  936. o   Cleaned up some of the "extra" little informative dialogs that would
  937.     end up appearing as independent windows.
  938.  
  939. o   The zipper/unzipper EXE is now queried, and if found to be a DOS app,
  940.     a DOS session is started.  No strange "$" specifiers needed :)
  941.     The window is now opened foreground, though.
  942.  
  943. o   The editor call is now handled differently.  You editor should now
  944.     end up with the correct focus, even if windowed.
  945.  
  946. o   The conference listbox is now automatically updated if/when the
  947.     background "custom conference" thread completes.
  948.  
  949. o   Edit header now sets the focus to the SUBJECT field.
  950.  
  951. o   Cleaned up some of the button resetting to "default" values
  952.     after some other button is pressed.  More to come ...
  953.  
  954. o   Removed the makeshift "paging" buttons I had placed on the message
  955.     reading dialog.  Turns out PM already accomodates paging by clicking
  956.     inside the scrollbar track, above or below the slider.  I just
  957.     recently learned that!
  958.  
  959. o   The MR/2 PM version is now part of the packet select dialog title.
  960.  
  961. o   The distribution zip now contains a FILE_ID.DIZ description file.
  962.  
  963. o   Bulletin button on the conference select list is now functional.  It
  964.     brings up a selection list of available bulletins.  Selecting one will
  965.     load your editor with the appropriate bulletin.  Only minimal error
  966.     checking is performed.
  967.  
  968.  
  969. Changes included in v0.98
  970. -------------------------
  971.  
  972. NOTE: Version 0.97 never really made it into distribution.
  973.  
  974. o   Relinked with many of MR/2's latest features being added automatically.
  975.     Others needed some minor code adjustments.  Deferred messages are
  976.     functional, as is the new "template" feature.  I'll include MR2READ.ME
  977.     for anyone that wants to get a feel for what else *might* be new.
  978.     Also, the "TwoLine" TagStyle is now available.
  979.  
  980. o   I played around with saving window positions.  It works OK, but isn't
  981.     quite right, particularly with regards to secondary dialog boxes.  Work
  982.     will continue.  MR/2 PM now creates and maintains an "MR2PM.INI" file
  983.     in the software's base directory.
  984.  
  985.  
  986. Changes included in v0.97
  987. -------------------------
  988.  
  989. o   Buttons on the Message Index dialog box are now functional.
  990.  
  991. o   Removed some unnecessary screen repaints that would occur when a
  992.     function (e.g., Pick Thread) was canceled and the same message was
  993.     left on the screen.
  994.  
  995. o   If CTRL-PAGEDN was used to page forward by thread, pressing the NEXT
  996.     button would redisplay the same message immediately afterwards (only
  997.     once).
  998.  
  999. o   Focus for reading messages now starts on the NEXT button.
  1000.  
  1001. o   The SPACEBAR now functions as it does in MR/2 classic (page down,
  1002.     next message if at end of current message).  NOT YET !!!!  BROKEN
  1003.  
  1004. o   Origin recognition enhancements inherited from MR/2 classic.  Custom
  1005.     Conference now recognize the "origin" section of a message better
  1006.     whe using the "check = origin" option.
  1007.  
  1008. o   After "reList"-ing packets, the focus is set on the OPEN button.
  1009.  
  1010. o   Thread summary listbox - sometimes the last entry would be malformed
  1011.     (characters missing from the front of the thread text).  Fixed.
  1012.  
  1013. o   You can now (again) double click on a packet name to open it, save file
  1014.     to save to it.
  1015.  
  1016. o   Pressing the Tagline button while editing a reply header would crash
  1017.     MR/2 PM.  This now works correctly.
  1018.  
  1019. o   Color is supported in the message viewer listbox.  I wouldn't call
  1020.     it pretty, but it's there.  A new MR2.INI entry has been added just
  1021.     for specifying PM viewer colors.  PMColor=1,2,3 ... where 1 is the
  1022.     color for quoted text, 2 the color for normal text and 3 is the
  1023.     background color.  The defaults are half-tone, black and default
  1024.     entry field color (half-tone yellow, sorta).  You may specify one,
  1025.     two or all three and let whatever's left default.  See the MR2INI.ORG
  1026.     file for colors possible.
  1027.  
  1028. o   Many improvements inherited from MR/2 classic.  The speed of conference
  1029.     name sorting has been dramatically improved.  Some obscure control.dat
  1030.     file problems cleared up.  Personal message beeping problem fixed.
  1031.     Minor tagline problems fixed (?).
  1032.  
  1033. o   Packet selection dialog sometimes had the file date/time clipped.
  1034.     This has been corrected.
  1035.  
  1036.  
  1037. Changes included in v0.96
  1038. -------------------------
  1039.  
  1040. o   Personal messages now beep if configured to do so.
  1041.  
  1042. o   The "find" text is cleared when a new conference is selected.  Old way,
  1043.     the text locator would still be in effect when a new conference was
  1044.     entered.
  1045.  
  1046. o   Packet path was previously lost when a packet was exited, resulting in
  1047.     an empty packet selection list.  This has been fixed.
  1048.  
  1049. o   If the FROM user is changed when replying, this change is remembered for
  1050.     all subsequent replies, until a new packet is selected.
  1051.  
  1052. o   Message viewer keyboard interface enhanced.  Up/Down arrows now scroll
  1053.     message by line; Page Up/Down by page.  Home jumps to beginning,
  1054.     End to end.  Insert key calls up INDEX (still trying to stay SLMR
  1055.     keystroke compat for some reason :)  Paging improved somewhat.
  1056.  
  1057. o   Added a more direct way to get message lines from the QWK engine.  The
  1058.     previous method involved querying the message line by number, walking
  1059.     through increasing number requests.  Each call resulted in the entire
  1060.     message being traversed until the line was found.  Now, the new call
  1061.     oStart = GetNextMessageLine(char *target, int oStart) speeds this up.
  1062.     Filling the message list box is now faster.
  1063.  
  1064. o   Columnized listboxes now display selected item in a more "correct"
  1065.     color.
  1066.  
  1067. o   Bookmark flags were not getting set and/or being read.  This has
  1068.     been corrected.
  1069.  
  1070. o   Message window now displays the bookmark flags in a minimal fashion.
  1071.     If a message has been read, a "√" is displayed next to the reference
  1072.     number.  After this, an "R" appears if the message was replied to,
  1073.     an "S" if it was saved, and a "K" if it's a reply that's been killed.
  1074.  
  1075. o   Taglines are now selectable via the "taglines" button.  Hot key of
  1076.     F2 not yet implemented.
  1077.  
  1078. o   Save Header button on reply message header now functions.
  1079.  
  1080. o   If using an existing packet, flags to save replies and bookmark flags
  1081.     were not being defaulted to TRUE.  This caused problems - now fixed.
  1082.  
  1083. o   When modifying or killing a reply, the message header and message text
  1084.     are now updated on screen when the action is complete.
  1085.  
  1086. o   When spawning to the editor, the path was *not* inherited from MR/2 PM.
  1087.     You would usually end up with a default path of C:\.  This cause
  1088.     problems with reply files named "reply.msg" (not fully qualified) to
  1089.     appear to be missing.  You now start editing while pathed into the
  1090.     tmp$$ working directory.
  1091.  
  1092. o   Enabled the "T" key when viewing a message.  This now steals the current
  1093.     message's tagline.  As with MR/2 classic, the arrow keys let you scroll
  1094.     through the message lines.  Pushbuttons are also provided for this
  1095.     purpose.
  1096.  
  1097. o   Save-to-file has also been enabled.  Press "S" while viewing a message.
  1098.     A file dialog screen comes up for save-file selection.  There are some
  1099.     inconsistencies here that I hope to clean up quickly ... but it does
  1100.     work.
  1101.  
  1102. o   Enabled the F2, F3, F9 and F10 keys on the Reply Header Edit screen
  1103.     to function as in MR/2 classic;  Pick tag, Toggle to, Save Header Only,
  1104.     Accept, respectively.  F10 won't register for some reason (it's a PM
  1105.     special "menu" key - I'll have to read up :), so I've assigned F11 as
  1106.     the "Accept" hot key (in addition to F10, which I hope to get working).
  1107.  
  1108. o   The "Save Header" botton when editing the message header is enabled
  1109.     only when editing an existing reply.  This allows you to modify
  1110.     the destination data w/o editing the message content.  This makes no
  1111.     sense unless the message already exists.
  1112.  
  1113. o   The "R" replied mark wasn't showing up immediately after a message was
  1114.     replied to.  Fixed.
  1115.  
  1116. o   The Page Up/Down "buttons" on the message viewer no longer obtain the
  1117.     focus when clicked on.
  1118.  
  1119. o   Private/Public buttons now work correctly while editing a reply's header.
  1120.     Conference name is now static text - no user editing can be performed.
  1121.  
  1122. o   Expanded the conferences w/mail listbox width a tad.
  1123.  
  1124. o   Most pushbuttons now have associated hotkeys that are underlined.  I
  1125.     may have went a little overboard, but I dunno.
  1126.  
  1127. o   When modifying a reply, old tagline is extracted and becomes the
  1128.     default tagline for the "new", updated reply.  This was previously
  1129.     broken.
  1130.  
  1131. o   There was some crazyness happening with WM_CHAR messages (keyboard
  1132.     characters) that I've kludged around.  For example, with a message
  1133.     displayed and a secondary dialog box up (pick thread, reply header,
  1134.     etc.,.) and a pushbutton highlighted, pressing the "X" key would
  1135.     prompt you to exit.  The "S" key would bring up the save dialog.
  1136.     Even stranger things would happen.  I'm not sure what I'm doing
  1137.     wrong when nesting dialogs, but I put a simple filter in that
  1138.     disables keystrokes to the message window when another dialog box
  1139.     is on top.
  1140.  
  1141. o   Double clicking on the system menu button, or ALT-F4'ing from either
  1142.     of the programs main screens now exits cleanly.  It used to trap.
  1143.  
  1144. o   MR/2 classic uses TAB/BACKSPACE while viewing a message to move
  1145.     forward/backwards an entire thread.  Since TAB is used by the PM
  1146.     dialog routines, this key is logically unavailable.  I've attached
  1147.     the same functionality to the CTRL-PAGEDN (fwd) and CTRL_PAGEUP (back)
  1148.     keys.  These work the same way in MR/2 classic - they're a carry-over
  1149.     from SLMR-compatibility days.
  1150.  
  1151. o   Often MR/2 PM would leave a file or conference unselected by default.
  1152.     When this occurred and ENTER was pressed, the program would process
  1153.     it as if ESCAPE was hit, either closing the packet, or exiting the
  1154.     program.  I've now taken steps to always have something selected by
  1155.     default when the dialog box is initially displayed.
  1156.  
  1157. o   Thread summary - message count is now columnized.
  1158.  
  1159. o   Custom conferences now align the line containing matching text on
  1160.     the second line of the message listbox.  Also, the alignment process,
  1161.     which is shared with the "Find" search function, now parses compound
  1162.     search strings and matches any one string.  (Previously, the PM
  1163.     listbox message LM_SEARCHSTRING was used - this was for straight
  1164.     word-for-word matches only).
  1165.  
  1166. o   The "Find" dialog box now displays any currently active search string.
  1167.  
  1168. o   The "L" key (find LAST search hit) did not function properly.  Fixed.
  1169.  
  1170. o   Played around with WinMessageBox to post the "Replies Exist" message.
  1171.     This is what I'll use for most confirmations, since I'm supposed to :)
  1172.  
  1173. o   Played with changing the color of text/quoted text in the message
  1174.     viewer.  It worked, but I'm not very happy with it.  I'm leaving it
  1175.     at this time to do quoted test in "halftone".  I'll make this optional,
  1176.     or allow a wider selection of color options.
  1177.  
  1178. o   The "hit" status (Hit nn/nnn) is now displayed on the message viewing
  1179.     screen if the message is part of the current search results.
  1180.  
  1181. o   Logging of messages (my "remote" debugging trail) is now off by default,
  1182.     but can be invoked by supplying a command-line parameter (anything).
  1183.  
  1184. o   The "Config" button now functions to edit the MR2.INI file.  I place
  1185.     a dialog box up that requires an "OK" when editing is complete.  This
  1186.     will be removed when I get to reading the editor's exit queue.
  1187.  
  1188. o   If no MR2.INI file exists, an initial one is made and you're placed in
  1189.     the E editor to make any necessary revisions.
  1190.  
  1191. o   If you answer NO to "use the existing open packet?", the packet is
  1192.     actually deleted.  Before, this prompt could come up several times.
  1193.  
  1194. o   While building the message header index (short pause on a fast machine,
  1195.     more significant on a slower machine), a "waiting" dialog is displayed.
  1196.     I need to find that snippet about setting the hour-glass mouse pointer.
  1197.     No, actually, I need to add some secondary threads to this stuff ...
  1198.     maybe this weekend.
  1199.  
  1200. o   Most all of the message viewer letter command found in MR/2 classic
  1201.     are now functional in MR/2 PM.  The exception seems to be the "B"
  1202.     command, read backwards w/in thread.  I'll fix this one soon :)
  1203.     The "Z" key now works (zip to first non-read in conference).
  1204.  
  1205. o   The "B" key (read backwards w/in thread, go to thread summary at
  1206.     beginning of thread) now functions correctly.  Note that selecting a
  1207.     thread from the thread summary places you at the FIRST message in a
  1208.     thread, not the last.
  1209.  
  1210. o   There's a new button on the Conference Select dialog box labeled
  1211.     "Write".  This is for composing new messages w/o a message to
  1212.     reply to.  I just have to put some code behind it now :)
  1213.  
  1214. o   The No QWK button is now operational on the packet select screen.
  1215.     If you depress this button, the "Pick BBS" dialog pops up and allows
  1216.     you to select a BBS.  From then on you're in "write new" mode.
  1217.  
  1218. o   The reply header edit dialog now has a "Conferences" button for
  1219.     selecting a different response conference.  The MR/2 classic hotkey
  1220.     F4 also maps to conference selection.  Also, the conference number
  1221.     may be plugged in by hand.  MR/2 now validates the number supplied and
  1222.     displays the conference name, or "Unknown" if a bad conference number
  1223.     is specified.
  1224.  
  1225. o   The Message Index dialog box now has horizontal scrollbar.  There's
  1226.     nothing to scroll yet, but the scrollbar's there :)
  1227.  
  1228. o   I changed the way messages are displayed when unpacking a packet and
  1229.     checking for existing replies.  This still isn't right, but it's better
  1230.     than it was.  I still need to multithread and pipe the PKZip/unzip stuff.
  1231.     That'll be first thing on the list for the next beta.
  1232.  
  1233. o   The Config button now properly resets the packet path, if it is changed
  1234.     in the INI file.  Previously, the path would not be changed.
  1235.  
  1236. o   OK, so my message index listing has a horizontal scrollbar, and I've
  1237.     got stuff to scroll.  Hmmm, I must have to actually do the scrolling,
  1238.     too.  I thought all this stuff was magic?  I guess not.
  1239.  
  1240. o   OK, Cancel buttons added to message index dialog.
  1241.  
  1242.  
  1243.  
  1244. Version 0.95 - Original ALPHA release 10/12/92
  1245. Version 0.96 - Second release - BETA  10/25/92
  1246. ----------------------------------------------
  1247.  
  1248. No ANSI code support exists.
  1249.  
  1250. Message display is relatively slow, particularly on long messages.
  1251.  
  1252. No online HELP exists at this time.
  1253.  
  1254. Just for fun, here's my "to do" list in its current form.  Note that these
  1255. notes aren't intended to make sense to you ... don't worry, they do to me :)
  1256. Listing these may help identify problems I'm already aware of.  There seems
  1257. to be alot, but the thing works fairly well.
  1258.  
  1259. To Do's (Bugs/Fixes):
  1260. =====================
  1261. o   Long conference lists
  1262. o   Highlight search hits - define a color.
  1263. o   Alt-R & Alt-W inside editor
  1264. o   Reorder Message read buttons?
  1265. o   Expand message index, horizontal scroll bars.
  1266. o   Hit counter for searching (checking ... )
  1267.  
  1268. o   Online help
  1269. o   Manual
  1270. o   Returning to last read position
  1271. o   Find across ALL conferences
  1272.  
  1273. o   Keep focus out of message box - reset focus to NEXT?
  1274. o   Edit button on Save dialog doesn't work
  1275. o   Save files - remember last path / filename - ditto w/packets
  1276. o   No-file error checking for bulletins.
  1277. o   Config button: editor opens in the background.  Wait box is off.
  1278.  
  1279. To Do's (Long term enhancements):
  1280. =================================
  1281. o   Toolbar(s) instead of pushbuttons.
  1282. o   Get rid of listbox for message viewer and write to window myself,
  1283.     paging, scroll bars much faster.
  1284. o   Make 32 bit and use v2.0 controls (eg, settings in a notebook).
  1285. o   Font control - colors?  Moveable/sizeable windows?
  1286.  
  1287.  
  1288.