home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mr2i160.zip / HISTORY.TXT < prev    next >
Text File  |  1999-02-12  |  215KB  |  4,757 lines

  1.     
  2. 1. HISTORY FILE (reverse chronology) 
  3. ====================================
  4.  
  5. NOTE:  RMB is Right Mouse Button.
  6.  
  7. ALSO:  All versions from 1.50 and on will include an ACTIVE news.dll
  8.        file.  There is no extra charge for the bugs :).  If you wish
  9.        email-ONLY, simply unzip as usuaul and then copy nonews.dll 
  10.        over news.dll.
  11.  
  12. Changes included in v1.60
  13. -------------------------
  14.  
  15. o   Bug fix.  Previous TCP/IP changes coould cause infinite loop
  16.     (lockup or CPU hogging) on socket errors.  This usually happened
  17.     only on occassion, and not on all systems.  Fixed.
  18.     
  19. o   Y2K compliant.  There were a few spots, one of them key, that
  20.     caused MR/2 to have problems with years past 1999.  Fixed.  Message
  21.     index files are "self-fixing".
  22.     
  23. o   REGEX pattern matching in filters.  This is beta code.  It works
  24.     in all of my tests but one.  Required syntax is a little cryptic
  25.     but it works (freeform filters)
  26.     
  27.         #"regex-pattern-here"
  28.         
  29.     The "#" symbol, when at the start of an expression, denotes a
  30.     regex match is requested.  If you must seach for the "#" character
  31.     at the start of a string, enclose it INSIDE quotes.
  32.     
  33.     Some simple examples:
  34.     
  35.         {S}#"^MR/2*"    Find all subjects that start with "MR/2"
  36.         {S}#"^[0-9]*"   Match subjects that start with any digit
  37.         #"*XXX$"        Match any line ending in "XXX"
  38.  
  39.     I'll have to prepare a more comprehensive set of rules/examples
  40.     to appear in the next release.  That, and a little more debugging,
  41.     and this will be another powerful filtering tool. 
  42.     
  43. o      Some other misc/minor bug fixes are included.     
  44.  
  45.  
  46. Changes included in v1.52
  47. -------------------------
  48.  
  49. o   Added a mechanism for marking messages as PERMANENT (non-deletable)
  50.     and then to reverse this, DELETABLE.  Messages can be moved but
  51.     not deleted if marked as PERMANENT.  To indicate a message is
  52.     permanent, a small "+" sign will appear in the index list next to 
  53.     the message's icon.  Beta code - should work in the Inbox, Outbox,
  54.     folders and newsgroups (header-only entries cannot be marked 
  55.     permanent).
  56.     
  57. o   Netscape launcher would often fail if a previously loaded Netscape
  58.     was closed.  This was caused by "ghost" entries in the PM task list.
  59.     I was able to determine which ones were bogus, so not the mechanism
  60.     will not longer assume Netscape is running, unless it really is.
  61.  
  62. o   Detach to path (and detaching in general) now detects the file system
  63.     used on the TARGET drive and detached accordingly.  Previously, the
  64.     FAT test was made on the default path, and detach file names were
  65.     made for that system, regardless of the actual target drive.
  66.     
  67.  
  68. Changes included in v1.51
  69. -------------------------
  70. It's been quite awhile since I've been able to do any OS/2 coding.  The 
  71. last couple of days I've been allowed to play more, tho.  There have 
  72. been changes along the way that I'll never remember, but should result 
  73. in some level of improvement.
  74.  
  75. o   TCP/IP improvements - I've been playing with a cross platform web 
  76.     spider, and its development has helped to iron out some minor issues 
  77.     in my TCP/IP routines.
  78.     
  79. o   Address book sort is now preserved as an extended attribute.
  80.  
  81. o   Code started to automate the rebuilding of the folders.ndx
  82.     file, if/when corrupted.
  83.     
  84.     The file REMFLDRS.CMD should be run ONCE from the MR/2 root
  85.     directory for each account:
  86.     
  87.         remfldrs mail
  88.         
  89.     NOTE that if you don't specify the account, "mail" is assumed.
  90.     What this does is reads each line of folders.ndx for the specified
  91.     account, and saves that line as an EA attached to the folders
  92.     message index.  ALSO NOTE that this information is maintained
  93.     automatically by MR/2 *now*, but it requires you to edit the folder
  94.     information.  This is a batch "remember" to retrofit the EA's to
  95.     existing folders.  It is a one-time "fix" script.
  96.     
  97.     The file MKFINDEX.CMD will create a replacement folders.ndx file
  98.     for an account:
  99.     
  100.         mkfindex mail
  101.         
  102.     This creates the new file "account\folders.ndx-NEW", using the EA's 
  103.     from each folder to recreate the index.  If the EA's are 
  104.     unavailable, the script still does a fair job of trying to determine 
  105.     a name for the folder, and if all else fails, derives a name and tab 
  106.     name from the source directory.  These can be corrected manually, 
  107.     but access to ALL folders will be provided. 
  108.     
  109.     At this time, renaming of the -NEW file must be done manually.
  110.     
  111. o   Modifications to the /Q mechanism to better handle sending long 
  112.     command lines to a running instance via PIPE.  Previous system
  113.     broke if command grew to over 130-some characters.
  114.     
  115. o   The attaching of small files (less that 100-200 bytes) would 
  116.     sometimes fail.  Fixed.
  117.  
  118. o   The TRASH FOLDER mechanism would fail to work correctly when
  119.     switching to a secondary account.  This has been corrected.
  120.     However, it brings up an interesting functionality question:
  121.     
  122.     When switching to another account, should the trash from the
  123.     current account be emptied if the "empty trash on exit" flag
  124.     has been selected?  Otherwise, only trash for the active account
  125.     WHEN EXITING will get purged automatically.
  126.     
  127.  
  128. Changes included in v1.50
  129. -------------------------
  130.  
  131. NEWS FLASH!!!!  MR/2 ICE was voted best OS/2 sharware of 1997 in the 
  132. latest SharwareJunkies.com awards.  See http://nick.secant.com/mr2ice.htm
  133. for more details and a link to this excellent source for all sharware.
  134. A big thanks to everyone who voted!
  135.  
  136. ANOTHER NEWS FLASH!!!!  MR/2 ICE was voted best OS/2 email client 
  137. AND NEWSREADER <grin> of 1997 in the latest OS/2 eZine Readers' Choice
  138. See http://www.os2ezine.com/v3n01 for more details and soem great OS/2
  139. reading in general.  Another big "thanks" to everyone that voted!
  140.  
  141. o   This email-specific release is the culmination of changes added 
  142.     while bringing the newsreader beta from v1.40 to 1.48+.  I 
  143.     haven't added any significant changes to the newsreader since, 
  144.     however, the features added for the email-only user is 
  145.     significant.  In summary, the EMAIL-usable changes made since 
  146.     v1.40 (yes, these are duplicated in the individual sections 
  147.     below):
  148.     
  149. Changes included in version 1.5 (since v1.4)
  150.  
  151. o   Multiple selections now available when attaching a file.  Click
  152.     on as many file names (from the same directory) as you wish
  153.     and attach them all with a single action
  154.  
  155. o   URL Editor allows user "fixing" of URL's before accessing them.
  156.  
  157. o   Options->Settings->Advanced now allows editing of ATTACHED
  158.     directory default.  No checking for validity is performed (yet).
  159.     
  160. o   "Detach to path" is now a menu item on both the message viewer's 
  161.     MESSAGE menu and on the RMB menu for attachments.  Resulting
  162.     form is much more simple than I originally intended.  Perhaps more
  163.     to come later.  Up to 8 previously selected paths are remembered
  164.     and the "default" button specifies and uses the default path.
  165.     BETA.
  166.     
  167. o   Most pick lists are now font-drop sensitive and this information 
  168.     is saved and restored.  In addition, many pick lists now support 
  169.     KEY jumping.  Press "P" and the first entry starting with P is 
  170.     selected and displayed.  Press "PE" and anything starting with 
  171.     PE is selected. Press SPACEBAR to clear the key-pick buffer.
  172.     
  173. o   New reply-time variable: @RUN:command@.  This lets you run an 
  174.     external utility inline, as the reply file is being built.
  175.     For example, comsider the following lines in a template:
  176.    
  177.        @Run:swapsig@
  178.        $File:rotsig.txt
  179.         
  180.     When the @run@ command is "expanded", the command line is loaded 
  181.     to run "swapsig", which should be a rexx command.  In this 
  182.     example, I have assumed that swapsig.cmd REWRITES the file 
  183.     rotsig.txt every time it is invoked.  
  184.  
  185.     I tested this this morning by having my rexx script write the 
  186.     date/time to a file, then dumping the contents of my environment 
  187.     ("set >filename") to the file.  The next line inserted this file 
  188.     into the reply.
  189.  
  190.     YOU DO NOT HAVE ACCESS TO THE SOURCE MESSAGE at this time, but I 
  191.     probably should fix this for consistency.  You do have almost 
  192.     all of the predefined environment variables set from source 
  193.     message.  Items like MR2I.FROM and MR2I.TO and MR2I.NEWSGROUPS 
  194.     are all set for easier parsing.
  195.  
  196.     Parameters can be passed after the command but before the 
  197.     closing @.
  198.  
  199.     Open for expansion of this idea.  Just a quicky, as it was about 
  200.     20 minutes of code.
  201.  
  202. o   Enhanced RMB menus for the inbox, outbox and folder indices.  
  203.     The new SELECT sub menu has some functions inherited from News 
  204.     with some slight tweaks.  By request.
  205.     
  206. o   All RMB Select menus now have an "Invert selections" option.
  207.     By request.
  208.  
  209. o   A new MIME viewer specifier has been added.  Placing a "#" 
  210.     (without the "'s) as the viewer for a MIME associations will 
  211.     produce a "can't view directly" message if anyone tries to 
  212.     RMB->View attachments of this type.  By request.
  213.     
  214. o   Message OPTIONS menu now has a "Show MIME parts" sub menu that 
  215.     allows you to collapse a MIME message to show only parts 
  216.     (text/plain is even shown as a detachable part), show ALL parts 
  217.     as text (possible that some intesting displays will result!) or 
  218.     to use the "default" mode as defined by user-configurable MIME 
  219.     associations.  By indirect request.
  220.     
  221.     This mode is persistent PER SESSION but is not saved to INI. I'm 
  222.     still debating whether or not to reset this for each message.  
  223.     The current setup will work while this is debated.
  224.  
  225. o   The NAVIGATE menu has some additions.  It is now possible to 
  226.     move forwards and backwards to the "next" message with the same 
  227.     subject. These functions have also been mapped to the normal 
  228.     keyboard keys F for forward, B for backwards (active in the 
  229.     viewer only, the editor considers these typing keys :).
  230.     
  231. o   The functions Next and Previous Index Search Match (see the 
  232.     Navigate menu) have been assigned single key accelerators.  You 
  233.     may use I to move forwards, J to move backwards.
  234.    
  235. o   MR/2 now times-out more reliable.  Default is 90 seconds.
  236.  
  237. o   SMTP continuation line processing improved.
  238.  
  239. o   A new command line parameter (perhaps temporary) can control the 
  240.     tcp/ip READ timout.  Since the last version made MR/2 very 
  241.     sensitive to timeouts, users have reported that the default 90 
  242.     seconds is sometimes (rarely) not enough.  Use /Kseconds to 
  243.     override this.  For example:
  244.     
  245.         MR2I /K120
  246.         
  247.     Starts MR/2 with a 120 second (2 minute) timeout.  /K0 will 
  248.     turn timeout checking OFF and will cause MR/2 to work the "old"
  249.     way.
  250.     
  251. o   {Z} Freeform filter specifier enhanced.  Previously, this was 
  252.     only good for testing the SIZE of the current message/article.  
  253.     You may now add a header tag specifier.  Example:
  254.     
  255.         {Z:X-Spam-Factor}100
  256.         
  257.     equates to TRUE if the current header has a tag "X-Spam-Filter", 
  258.     and then if the data that immediately follows this tag can be 
  259.     evaluated as a number greater than or equal to 100.  By request.
  260.     
  261. o   Ooops.  Found another way that folder sort specifications could
  262.     be lost.  Fixed.  Trash folder sort is now saved correctly.
  263.     
  264. o   Resending previously sent mail multiple times now works 
  265.     correctly.
  266.  
  267. o   Issues with initial focus and pre-selected items in list being
  268.     in view have been addressed.
  269.     
  270. o   Beep is generated when text search is done and nothing is found.
  271.  
  272. o   Minor filtering inconsistencies fixed.  Obscure bug, low impact.
  273.  
  274. o   Mailto.exe now accepts an optional fourth parameter: return path:
  275.  
  276.         mailto filename toaddress smtpserver returnpath
  277.     
  278.     Where toaddress can be simply an "." which tells mailto to send 
  279.     to the TO address in the message.
  280.  
  281.     Same with the smtp serverparameter; if a "." is specified, the 
  282.     default is used (from the environment variable SMTP_HOST).
  283.  
  284. o   Memory leak fixed when linking to REXX.  A rather significant 
  285.     (3-6k) block of memory was allocated and never free'd each time 
  286.     REXX was called as a filter test, filter action or CTRL-Fkey 
  287.     invocation. Fixed.
  288.     
  289. o   "Mailto:" tags are removed from email addresses when tabbing out 
  290.     of fields.
  291.     
  292. o   Using +/- keys and all derivations now prevent recursion.  This 
  293.     was causing a crash when paging through packed folders.  The 
  294.     system will beep at you when a key is ignored, signifying it is 
  295.     "busy".
  296.     
  297. o   Formatted printing DATE in footer is now printed correctly.
  298.  
  299. o   Threw in a new @VARIABLE@ for replies and other templates.  
  300.     Similar to @Headerinfo:Tag@, you may now use @DomainInfo:Tag@.  
  301.     The header information matching TAG is extracted, and then the 
  302.     DOMAIN for that data is located and pulled out.  If no tag 
  303.     exists, an empty string results.  If no "@" is in the raw header 
  304.     data, the entire string results.  So, using one of my messages 
  305.     as a source when replying, the template variable 
  306.     @DomainInfo:From@ will result in "secant.com".
  307.  
  308.  
  309.  
  310. Changes included in v1.47a
  311. --------------------------
  312.  
  313. o   At least one news server was creating invalid XOVER entries (article
  314.     header records) that would confuse/crash MR/2.  These records contained
  315.     CR/LF's between reference ID's, and this delimiter is supposed to be
  316.     reserved for "end of header / next header" locations.  I now skip past
  317.     bogus start-of-xover areas denoted by these invalid markers.
  318.     
  319. o   /D detach altered once again.  Batch detach will now process 7bit and
  320.     quoted-printable attachments labeled other than "text".  Previously,
  321.     these parts were skipped.
  322.  
  323.  
  324. Changes included in v1.47
  325. -------------------------
  326.  
  327. o   Reworked the logic that handles the pressing of "Send" from a folder 
  328.     reply.  In particular, news postings saved to folders were 
  329.     misbehaving when using one as the source for a reply.  Works much 
  330.     better, however, this was commonly used "base" code so it needs to 
  331.     be shaken out.  Also effects OUTBOX resends from open messages.
  332.     
  333. o   Added a 2 millisecond delay after releasing the send thread to
  334.     process queued items.  There seemed to be cases where the semaphore
  335.     was locked again too quickly, and the send cycle was missed.
  336.     
  337. o   Lockups when retrieving new email messages.  Thanks to a couple
  338.     small examples sent to me, I've found AT LEAST ONE cause of the
  339.     downloading email lockup.  If the mail message happened to contain
  340.     a NULL (hex 0) character, the C++ routines used to check for
  341.     end-of-message would fail to see it and keep asking for more until
  342.     a timeout occured.
  343.     
  344.     Why was this so hard to reproduce?  As it turns out, Secant's POP3
  345.     server removes NULLS from email, so nomatter how hard I tried (or
  346.     how many of these questionable messages were forwarded to me), I
  347.     would never see the same results :).  Finally, I got a small zipped
  348.     example and examined it on the binary level.
  349.     
  350. o   Timeout for tcp/ip socket calls eased a minor bit.
  351.  
  352. o   Experimental code added to the /D command line argument processing.
  353.     Requesting to DETACH attached files from the command line will now
  354.     traverse INTO 7bit multipart/* parts and detach all non-"apple"
  355.     parts within.  Will consider this same logic for plain real-time
  356.     "detach" code.
  357.  
  358.  
  359. Changes included in v1.46b
  360. --------------------------
  361. All minor, but needs some testing.
  362.  
  363. o   Default socket timeout changed from 60 seconds to 90.  Can still
  364.     be overridded using /Kseconds, where /K0 suppresses all programmed
  365.     timeouts.
  366.     
  367. o   SMTP continuation line processing.  Code was there to handle this
  368.     properly, but new timeout code waited for new data EVEN IF 
  369.     continuation line(s) were already received, being held in a 
  370.     buffer for "next" processing.  Fixed.
  371.     
  372. o   Many little subtle internal changes to support portable code.
  373.     Shouldn't make any difference, but mentioned in case a problem 
  374.     arrises where it "used to work".
  375.  
  376.  
  377. Changes included in v1.46a
  378. --------------------------
  379.  
  380. o   Multiple selections now available when attaching a file.  Click
  381.     on as many file names (from the same directory) as you wish
  382.     and attach them all with a single action
  383.  
  384. o   A new command line parameter (perhaps temporary) can control the
  385.     tcp/ip READ timout.  Since the last version made MR/2 very
  386.     sensitive to timeouts, users have reported that the default 60
  387.     seconds is often not enough.  Use /Kseconds to override this.
  388.     For example:
  389.     
  390.         MR2I /K120
  391.         
  392.     Starts MR/2 with a 120 second (2 minute) timeout.  /K0 will 
  393.     turn timeout checking OFF and will cause MR/2 to work the "old"
  394.     way.
  395.     
  396. o   Yesterday's release would fail with POP3 Servers that did not
  397.     support the UIDL command.  The processing of this command was
  398.     returning false timeouts when the server reported the command
  399.     as invalid.  Fixed.
  400.  
  401.  
  402. Changes included in v1.46
  403. -------------------------
  404. I'm preparing for a full email-only release, but I added one iffy
  405. item in this release, so I'll let this get tested on a smaller scale.
  406. All works well here.
  407.  
  408. Again, I chain-fixed a dozen or so smaller items in a short period, and
  409. I can't tell you what they all were.  What I remember is itemized.
  410.  
  411. o   Socket "stalls" are detected better.  Timeouts occur within a 
  412.     much more reasonable length of time, and handle better.  This 
  413.     involved a couple of simple changes to a core low-level routine.
  414.     Works well here, you tell me how it works for you.  Users should
  415.     notice NOTHING different except better recovery where previosuly
  416.     stuck "Checking for new mail...".
  417.     
  418. o   Detach to path form misbehaviours fixed.
  419.  
  420. o   URL editor now properly calls FTP spec for ftp's.
  421.  
  422. o   MANUAL ADD of newsgroups now works.  Depends on the user
  423.     typing a correct name, but you can now "subscribe" to newsgroups
  424.     without having to pick from the ALL list.
  425.     
  426. o   Options->View MIME as collapsed parts will now detach usually 
  427.     "displayable" parts.  Previously, parts would show as parts but
  428.     would not properly detach.
  429.     
  430. o   NEWS RMB menu contains options to Check for new groups NOW, and 
  431.     also one for obtaining a new complete ALL groups on demand.
  432.     
  433. o   News Settings can now control whether or not new groups are
  434.     checked automatically.
  435.     
  436. o   News Settings has a watch/kill default days to expire.  When
  437.     creating a watch/kill, the expiration date will be calculated
  438.     from the current date and this day count.  It may be overridden.
  439.     A default day count of ZERO will create non-expiring entries.
  440.     
  441. o   Ooops.  Found another way that folder sort specifications could
  442.     be lost.  Fixed.  Trash folder sort is now saved correctly.
  443.     
  444. o   Resending previously sent mail multiple times now works correctly.
  445.  
  446. o   RMB->Mark as UNREAD now does just that on previously READ 
  447.     news articles.  Before, database was not updated and article read
  448.     status was not reset.
  449.     
  450. o   Issues with initial focus and pre-selected items in list being
  451.     in view have been addressed.
  452.     
  453. o   Beep is generated when text search is done and nothing is found.
  454.  
  455. From last release and not listed:
  456.  
  457. o   URL Editor allows user "fixing" of URL's before accessing them.
  458.  
  459. o   Detach to Path - allows specifying a path to which to store
  460.     detached attachments.  Last 8 paths are remembered, and the 
  461.     "default" is selectable via pushbutton.
  462.  
  463. o   I'm sure there were other fixes.  There will no doubt be more :)
  464.     
  465.  
  466. Changes included in v1.45
  467. -------------------------
  468.  
  469. o   Minor filtering inconsistencies fixed.  Obscure bug, low impact.
  470.  
  471. o   Options->Mime menu addition that collapsed message to parts was
  472.     OK, but you still couldn't detach these parts.  Fixed.
  473.     
  474. o   Beta:  Options->Settings->Advanced now allows editing of ATTACHED
  475.     directory default.  No checking for validity is performed (yet).
  476.     
  477. o   "Detach to path" is now a menu item on both the message viewer's 
  478.     MESSAGE menu and on the RMB menu for attachments.  Resulting
  479.     form is much more simple than I originally intended.  Perhaps more
  480.     to come later.  Up to 8 previously selected paths are remembered
  481.     and the "default" button specifies and uses the default path.
  482.     BETA.
  483.     
  484. o   News Status window minor cleanups.
  485.  
  486. o   News index Select->Invert selections actually inverted twice,
  487.     making it look like nothing was done.  Fixed.
  488.     
  489. o   Mailto.exe now accepts an optional fourth parameter: return path:
  490.  
  491.         mailto filename toaddress smtpserver returnpath
  492.     
  493.     Where toaddress can be simply an "." which tells mailto to send 
  494.     to the TO address in the message.
  495.  
  496.     Same with the smtp serverparameter; if a "." is specified, the 
  497.     default is used (from the environment variable SMTP_HOST).
  498.  
  499. o   New reply-time variable: @RUN:command@.  This lets you run an 
  500.     external utility inline, as the reply file is being built.
  501.     For example, comsider the following lines in a template:
  502.    
  503.        @Run:swapsig@
  504.        $File:rotsig.txt
  505.         
  506.     When the @run@ command is "expanded", the command line is loaded to 
  507.     run "swapsig", which should be a rexx command.  In this example, I 
  508.     have assumed that swapsig.cmd REWRITES the file rotsig.txt every 
  509.     time it is invoked.  
  510.  
  511.     I tested this this morning by having my rexx script write the 
  512.     date/time to a file, then dumping the contents of my environment 
  513.     ("set >filename") to the file.  The next line inserted this file 
  514.     into the reply.
  515.  
  516.     YOU DO NOT HAVE ACCESS TO THE SOURCE MESSAGE at this time, but I 
  517.     probably should fix this for consistency.  You do have almost all of 
  518.     the predefined environment variables set from source message.  Items 
  519.     like MR2I.FROM and MR2I.TO and MR2I.NEWSGROUPS are all set for 
  520.     easier parsing.
  521.  
  522.     Parameters can be passed after the command but before the closing @.
  523.  
  524.     Open for expansion of this idea.  Just a quicky, as it was about 20 
  525.     minutes of code.
  526.  
  527.  
  528.  
  529. Changes included in v1.44
  530. -------------------------
  531. Most enhancements "by request" :)
  532.  
  533. Note that I tried to solve some problems with changing accounts while news
  534. is active.  My first-pass changes made matters worse, so these have been
  535. backed out for this release.
  536.  
  537. o   {Z} Freeform filter specifier enhanced.  Previously, this was only
  538.     good for testing the SIZE of the current message/article.  You may now
  539.     add a header tag specifier.  Example:
  540.     
  541.         {Z:X-Spam-Factor}100
  542.         
  543.     equates to TRUE if the current header has a tag "X-Spam-Filter", and
  544.     then if the data that immediately follows this tag can be evaluated
  545.     as a number greater than or equal to 100.  By request.
  546.     
  547. o   Enhanced RMB menus for the inbox, outbox and folder indices.  The new
  548.     SELECT sub menu has some functions inherited from News with some slight
  549.     tweaks.  By request.
  550.     
  551. o   All RMB Select menus now have an "Invert selections" option.
  552.     By request.
  553.  
  554. o   A new MIME viewer specifier has been added.  Placing a "#" (without
  555.     the "'s) as the viewer for a MIME associations will produce a
  556.     "can't view directly" message if anyone tries to RMB->View 
  557.     attachments of this type.  By request.
  558.     
  559. o   Message OPTIONS menu now has a "Show MIME parts" sub menu that allows
  560.     you to collapse a MIME message to show only parts (text/plain is even
  561.     shown as a detachable part), show ALL parts as text (possible that
  562.     some intesting displays will result!) or to use the "default" mode
  563.     as defined by user-configurable MIME associations.  By indirect
  564.     request.
  565.     
  566.     This mode is persistent PER SESSION but is not saved to INI. I'm
  567.     still debating whether or not to reset this for each message.  The
  568.     current setup will work while this is debated.
  569.  
  570. o   The NAVIGATE menu has some additions.  It is now possible to move 
  571.     forwards and backwards to the "next" message with the same subject.
  572.     These functions have also been mapped to the normal keyboard keys
  573.     F for forward, B for backwards (active in the viewer only, the 
  574.     editor considers these typing keys :).
  575.     
  576. o   The functions Next and Previous Index Search Match (see the 
  577.     Navigate menu) have been assigned single key accelerators.  You
  578.     may use I to move forwards, J to move backwards.
  579.  
  580.     
  581.  
  582. Changes included in v1.41->v1.43
  583. --------------------------------
  584. From memory, probably not a complete list of fixes:
  585.                                                                   
  586. o   Memory leak fixed when linking to REXX.  A rather significant (3-6k)
  587.     block of memory was allocated and never free'd each time REXX was 
  588.     called as a filter test, filter action or CTRL-Fkey invocation.
  589.     Fixed.
  590.     
  591. o   "Mailto:" tags are removed from email addresses when tabbing out of
  592.     fields.
  593.     
  594. o   Using +/- keys and all derivations now prevent recursion.  This was
  595.     causing a crash when paging through packed folders.  The system will
  596.     beep at you when a key is ignored, signifying it is "busy".
  597.     
  598. o   +/- through unfetched news is now better threaded.  The PM message
  599.     queue is no longer locked and the message window displays a 
  600.     "please wait" message.
  601.     
  602. o   Most pick lists are now font-drop sensitive and this information is
  603.     saved and restored.  In addition, many pick lists now support 
  604.     KEY jumping.  Press "P" and the first entry starting with P is selected
  605.     and displayed.  Press "PE" and anything starting with PE is selected.
  606.     Press SPACEBAR to clear the key-pick buffer.
  607.     
  608. o   Formatted printing DATE in footer is now printed correctly.
  609.  
  610. o   Excessively long newsgroup names should finally be completely tamed.
  611.  
  612. o   RMB on the news index includes an option to reset last-read counters.
  613.  
  614. o   Threw in a new @VARIABLE@ for replies and other templates.  Similar
  615.     to @Headerinfo:Tag@, you may now use @DomainInfo:Tag@.  The header
  616.     information matching TAG is extracted, and then the DOMAIN for that
  617.     data is located and pulled out.  If no tag exists, an empty string
  618.     results.  If no "@" is in the raw header data, the entire string
  619.     results.  So, using one of my messages as a source when replying,
  620.     the template variable @DomainInfo:From@ will result in "secant.com".
  621.  
  622.  
  623. Changes included in v1.40
  624. -------------------------
  625. Many bugs fixes, some odd and obscure.  Changes since the release of
  626. v1.36 and later were more to solve chronic problems and add stability
  627. to this release.  I think it's worked.
  628.  
  629. o   New BSEBCMR2 and OPMBCMR2 DLL's in this release.  They fix two
  630.     serious bugs:
  631.     
  632. o   Memory leak when manipulating the various message index lists.
  633.     There was a known but previously unlocated bug that appeared
  634.     ONLY in Warp 4.0 releases (it may have also been present in Warp 3.0
  635.     levels FP17 or greater).
  636.     
  637.     The issue was with a previous bug fix in the cellbox control MR/2 
  638.     uses.  This fix worked wonderfully in solving the problem where, in
  639.     early versions, MR/2 would lock up when slide off the screen (say, so
  640.     only 1/4 visible).  Apparently, More recent versions of OS/2 changed
  641.     the code attached to the calls made with this fix.  For each repaint
  642.     of the cellbox window (a scroll, an insert or delete) memory would
  643.     leak and tended never to come back.  Much better now, and the original
  644.     lockup problem remains in check.
  645.     
  646. o   DBCS input into ObjectPM-managed edit fields (almost all are).  Entry
  647.     of the DBCS escape sequence would crash MR/2.  Thanks to David Wei's
  648.     persistence and helpful testing, I think we've fixed this now.
  649.     
  650. o   Fixed issue with move-to trash folder failing on name collisions, 
  651.     which would leave the original file in place.    
  652.     
  653.  
  654. Changes included in v1.37
  655. -------------------------
  656. Quick Fixes
  657.  
  658. o   Close Select from news works again.
  659.  
  660. o   Watch maintenance form lists newsgroup.
  661.  
  662. o   PACK FOLDER should now work.
  663.  
  664. o   NEW news file is properly maintained.
  665.  
  666. o   CTRL-UP and DOWN will now correctly move news articles.
  667.  
  668. o   More?  Will see and itemize online.
  669.  
  670.  
  671. Changes included in v1.36
  672. -------------------------
  673.  
  674. o   Message->Close All does what it's supposed to for news / folders,
  675.     instead of crashing.
  676.     
  677. o   Emptying trash now closes the trash tab and resets the ndx file to 0.
  678.  
  679. o   printer.tf (formatted printer template) now chops TO data in the 
  680.     repeating header to 80 characters via new LENGTH specifier for 
  681.     @variables ("@HeaderInfo:To:80@").
  682.  
  683. o   It was pointed out that news database file fragmentation was a serious
  684.     issue.  I confirmed this.  Changes.
  685.     
  686.     Default initial files sizes remain the same.  However, every time a
  687.     file is expanded (an extent is created), the expansion size is
  688.     increased by 25%.  This cuts fragmentation greatly.  I'll call this 
  689.     "accelerated expansion" :)
  690.     
  691.     Optional Data Size models may be specified.  The default is SMALL.  A
  692.     command line parameter is used for now; it may end up being a new
  693.     settings page:
  694.     
  695.         /ZS     Small model:   80k  initial, 122k first expansion
  696.         /ZM     Medium model: 256k  initial, 348k first expansion
  697.         /ZL     Large model:  756k  initial, 756k first expansion
  698.         /ZH     Huge model:    2MB  initial,  2MB first expansion
  699.  
  700.     These are sizes per DAT file.  Index files are expanded by 64K,
  701.     which is a surprising and disappointing limitation of the database
  702.     library I am using.  I'll have to come up with an internal
  703.     defrag mechanism for these.
  704.  
  705.     Deleting the IDX files forces a data pack and index rebuild AND    
  706.     will mark the new files with any new model information.
  707.  
  708. o   The NEW NEWSGROUPS process now sorts only the NEW groups, then merges
  709.     them with the existing new and master group file.  This should 
  710.     result in a far less resource hungry startup process (when new
  711.     groups exist).
  712.     
  713. o   Removed an occassional crash when polling for mail and the connection
  714.     would fail.
  715.  
  716.  
  717. Changes included in v1.35
  718. -------------------------
  719. I want to release this as an email-only release after I confirm that side
  720. is stable.
  721.  
  722. o   Finally was able to recreate and squash an rare/obscure bug that, 
  723.     if not noticed, would skip unread messages.  If the pop3 connection
  724.     was closed (under certain circumstances, not always) in the middle
  725.     of a poll for mail, MR/2 reports "Connection closed while fetching #"
  726.     and notes that it will try again later.  However, sometimes the count
  727.     would get set so that all subsequent messages were skipped.  Reported
  728.     before but wasn't able to recreate until now.  Fixed.
  729.     
  730. o   Stuck-open folder issues (after changing accounts) fixed.
  731.  
  732. o   Options->Settings->Advanced now has an option to dump trash on exit
  733.     (no prompting is done).  Utilities->Empty Trash is also available.
  734.     
  735. o   News database/index rebuild tamed so as not to drain entire system
  736.     resources.
  737.     
  738. o   Still was an issue with ISP names > 8 characters on FAT drives.  Fixed
  739.     and test (I don't have a FAT drive, so I ran off of a floppy).
  740.  
  741. o   News: Alt-' selects all READ items.  There is a corresponding RMB menu
  742.     entry.
  743.     
  744. o   I know other things were fixed.
  745.     
  746.  
  747. Changes included in v1.34 / b34
  748. -------------------------------
  749. Many bugs fixed and not documented.  Go figure.
  750.  
  751. NOTE!!  IMPORTANT!!  News users with WATCHES/KILLS in your default
  752. "mail" account:  You *must* manually copy mr2i.wat to mail\news.  
  753. Otherwise, your watch/kill list will be empty.
  754.  
  755. o   The grp*.$$$ temporary work file is now kept in the news file
  756.     directory.
  757.     
  758. o   /Npath may be used to specify a PATH for news files.  I have not
  759.     tested this outside of the default MR/2 dir hierarchy.  This is
  760.     to allow accounts to share NEWS setups, or to have some control
  761.     over which news setup is loaded.  Downside:  generalk news settings
  762.     are still store with mail account.
  763.     
  764.     For example:
  765.     
  766.         mr2i /MAdvantis.cfg /Nmail\news
  767.         
  768.     will load MR/2 ICE with a MAIL account of "advantis" while still
  769.     access the default news data in mail\news.
  770.     
  771.     WATCHES/KILL file location had to change because of this.  See 
  772.     IMPORTANT NOTE at the top of this section.
  773.     
  774.     IF a base news path is specified, changing accounts will not
  775.     effect it.  IOW, specifying a news path keeps that news path
  776.     for the entire session, nomatter how many times you login to
  777.     a new account/profile.
  778.     
  779. o   Max Open Window count spinner limit upped.
  780.  
  781. o   /SN now respects account switches.
  782.  
  783. o   Excessive adding of News Reply templates squelched.
  784.  
  785. o   Outbound NEWS can now me manipulated with the Mark As menu.
  786.  
  787. o   /PN# can be used to specify a non-standard NNTP port for news.
  788.     For example /PN1001 tells MR/2 to access the newsserver using
  789.     port 1001.
  790.     
  791. o   Expired news.  Any article headers marked for fetching that are
  792.     found to be expired or canceled from the server (server returns
  793.     a "No such article for this group" or a "no such article anywhere")
  794.     will be marked with a new expired status.  A new blue X icon will
  795.     be displayed.  I will have optional actions for these, later.
  796.     
  797. o   New FILTER (and WATCH) search-area command.  You can now create
  798.     free-form filters that reference the SIZE of the message/article:
  799.     
  800.         {Z}30000
  801.         !{Z}30000
  802.         
  803.     The first example will return TRUE if the size of the article/message
  804.     if greater than or equal to 30000 bytes.  The second example is TRUE
  805.     when the article/message is LESS THAN 30000 bytes.  Great for
  806.     killing too-small entries in binary groups and/or auto-fetching 
  807.     larger ones.
  808.     
  809. o   Some work with REXX news filters and watches.  Still some loose ends
  810.     when trying to REMOVE an article from the news index.
  811.  
  812. o   Mods to the internal FILTER layout to protect user-supplied values
  813.     that contain backslashes (paths, etc.,.)
  814.     
  815.  
  816. Changes included in v1.33 / b33
  817. -------------------------------
  818. Many bugs fixed and not documented.
  819.  
  820. o   Further tweeked and tamed some of the news threads.
  821.  
  822. o   Newsserver posting errors are reported via popup message box.
  823.  
  824. o   Multiple accounts now function with their own unique copy of 
  825.     the news files.  There is still a problem with changing accounts
  826.     while news functions are active (sometimes), but it seems to work.
  827.  
  828. o   New PEGASUS to MR/2 email conversion routine thanks to 
  829.     Julian Thomas <jt@epix.net>.  He did the basic message comversion 
  830.     engine, I wrapped it in the standard REXX menus and added the
  831.     automatic per-folder processing.  Does messages and the address book.
  832.     Available via the ICE home page.
  833.     
  834. o   NewsBeta will be even more public this release.  See:
  835.  
  836.         http://nick.secant.com/newsbeta.htm
  837.     
  838. o   Many, many tiny things.
  839.  
  840.  
  841. Changes included in v1.32 / b32
  842. -------------------------------
  843. Once again, I fixed bugs and didn't really document which ones were fixed.
  844.  
  845. As announced via various channels, the news beta web page is available at:
  846.  
  847.     http://nick.secant.com/newsbeta.htm
  848.     
  849. I expect to be adding much text to this in the next day or two.
  850.  
  851. Fixes, from memory:
  852.  
  853. o   If "Delete all references" is checked, unfetched headers are deleted.
  854.     Previously only worked if article was fetched.
  855.     
  856. o   Move/Copy to folder pick list is now alpha-sorted, regardless of 
  857.     sort selected for index display.
  858.     
  859. o   /Eaddress displays an email header form even when on news pages.
  860.  
  861. o   When moving an open article to a folder, total group count would
  862.     not get adjusted.  Fixed.
  863.     
  864. o   If a watch/filters kills a header, it is no longer added into the
  865.     total/new count.
  866.     
  867. o   Editing a previously sent message now correctly translates hi-end
  868.     ASCII characters.
  869.     
  870. o   Some priority adjustments made to news threads.  Still some more 
  871.     tweeking needed.
  872.     
  873. o   IMPORTNN.CMD is now available.  This will import a current Netsuite
  874.     News setup into MR/2 ICE.  For use as an initial install utility only.
  875.     
  876. o   Random filter crash if article was NOT to be kept in index has been 
  877.     resolved. This STILL does not work correctly yet; having trouble 
  878.     actually removing article from the index.
  879.     
  880. o   If demand-fetching (double clicking) an article, and the article is
  881.     not available, a message box will tell you so.  I want to add 
  882.     selectable options here.
  883.     
  884. o   Better NR/2 importing.  You now get to select how many headers to
  885.     collect.
  886.     
  887. o   When requesting to get only headers NEW from current point in time,
  888.     previous versions returned one header.  Counts now correctly return
  889.     nothing on initial pass.
  890.  
  891. o   I did some work to try and save the absolutely LAST message that was
  892.     deleted, if not using the trash folder.  In fact, the file 
  893.     "mail\trashed.lst" holds the last deleted message.  However, I have
  894.     no integrated recover procedure yet.
  895.  
  896. o   Reference.COM has begun archiving the general MR/2 ICE mailing list
  897.     as of Aug. 5, 1997.
  898.  
  899.     Searchable archives for the lists are available at:
  900.     
  901.     http://www.reference.com/cgi-bin/pn/listarch?list=mr2ice@secant.com
  902.  
  903.  
  904. Changes included in v1.31a
  905. --------------------------
  906. Lots of fast changes, from what I remember:
  907.  
  908. o   Newsserver banner longer that 120 chars caused trouble.  Fixed.
  909.  
  910. o   Disconnect while fetching caused continuous loop.  Fixed, I think.
  911.  
  912. o   /SN dsiabled news totally, causing crashes on access attempts.  Now
  913.     simply turns news engine to manual mode.
  914.     
  915. o   Problems with server short names > 8 chars on FAT drives (mostly
  916.     when importing from NR/2).  Fixed.
  917.     
  918. o   On Emails created from the news side, the SPAM-LESS address was used
  919.     for the email.  Changed.
  920.     
  921. o   In Spam-free news posts, Reply-to was still being inserted, if 
  922.     specified.
  923.     
  924. o   News and Email combos using MIME charsets would malfunction sending
  925.     Email double-translated.  Fixed.  General header cleanups for 
  926.     differences in mail and news.
  927.     
  928. o   HELP web links now respect existing Netscape use switches.
  929.  
  930. o   The List->Sort screen now has a provision to specify the direction
  931.     pressing SPACEBAR moves when at the end of a document.
  932.     
  933. o   When adding a watch, each watch is displayed for editing before being
  934.     added.  This is discussable, but I like it better this way.
  935.  
  936. o   Address book maintenance list now has a column specifying which book
  937.     the entry resides.  A U denotes user, M for main.
  938.  
  939.  
  940. Changes included in v1.31
  941. -------------------------
  942. We'll call this a beta release, since it's only getting out to match the
  943. news beta I want to release today.  I've fiddled with some productive
  944. e-mail-type stuff, tho.
  945.  
  946. o   In case you haven't noticed, I've included the news beta DLL's in
  947.     this release.  News is enabled by default.  To disable, simply 
  948.     exit MR/2 and copy nonews.dll to news.dll.  Doing this also 
  949.     renders mr2idb.dll unnecessary.
  950.     
  951.     If you request not to be reprompted when the prompt asks if you
  952.     want to configure news, a file is created.  This file is called
  953.     "asknews.no".  This prevents the auto-prompt from showing again.
  954.     However, if you wish to configure news later, simply use 
  955.     Options->Newsreader settings to manually get started.
  956.     
  957. -   The NEWSREADER is a work in progress.  This is usually the case with 
  958.     my software <grin>, but it is particularly true with this option. 
  959.     With a little time and your help, I'll make it do everything it 
  960.     needs to do.  It is not, however, "finished", nor perfect, at this 
  961.     time.  See the web page at http://nick.secant.com/newsbeta.htm for 
  962.     the latest info.
  963.  
  964. o   Trash Folder.  It works, but there's no auto-purge yet.  The 
  965.     ADVANCED settings page has a checkbox, and the WINDOWS menu then has 
  966.     a "trash folder" option.  Works just like a folder, except on open, 
  967.     the index is completely rebuilt.  This is probably the way it will 
  968.     stay (potentially slow on open, but faster this way during normal 
  969.     operations).  No, you still can't copy back to the inbox or outbox.
  970.     
  971.     No provision to handle trash filename collision.  To be handled,
  972.     but this isn't all that big of a problem.
  973.  
  974. o   Option to suppress Clipboard History Manager.  /SC on the command 
  975.     line turns it off (/SC = Suppress Clipboard).
  976.     
  977. o   Default Domain can now be blanked out and it is saved this way.
  978.  
  979. o   I made some internal changes to the address book; won't be visible 
  980.     for a release or two.
  981.     
  982. o   Working on a sysutil.cmd interface to allow REXX during certain 
  983.     system events.  Open for suggestions on what events to cover.  For
  984.     example, my current test setup fires on the arrival of new mail,
  985.     passing the count.  I see startup and exit in the plans, as well
  986.     as logging into a new account.  I have a short list.  Email me
  987.     with your ideas/needs.
  988.     
  989.  
  990. Changes included in v1.30
  991. -------------------------
  992.  
  993. o   New ADVANCED settings: default outgoing domain and Index Tracking
  994.     line number.  If specified, the default domain value will be appended
  995.     to all addresses that do NOT have an "@" in them.
  996.     
  997.     Track Index Line denotes how the index tracks when navigating 
  998.     through messages.  For example, when using +/- with a tracking index
  999.     of 10 (the default), the index is scrolled so that the current message
  1000.     is always the 10th line of the index (or at least visible, when at
  1001.     the start of the list).  A value of zero suppresses this tracking.
  1002.     
  1003.     A Color button is now included.  This maintains only one color at
  1004.     this time.  You can change the color used to denote NEW items with
  1005.     this form.  You may have to exit and reenter to notice the change in
  1006.     colors.
  1007.  
  1008. o   MR/2 ICE now recognizes a "MAIN" and a "LOCAL" or account-specific
  1009.     address book and address group collection.  This will effect users
  1010.     with secondary accounts a bit.
  1011.  
  1012.     What happens now is that MR/2 ICE loads an address book from your 
  1013.     account directory.  It then checks the base MR/2 directory for a 
  1014.     "main" address book and adds these into the online collection.  You 
  1015.     can maintain which book an address is written to on save (checkbox 
  1016.     on address maintenance form).
  1017.  
  1018.     Without change, most users will not notice a differences.  Those 
  1019.     signing onto secondary accounts SHOULD MOVE mr2i.adr from the base 
  1020.     MR/2 directory into the MAIL sub directory.  Otherwise, they'll get 
  1021.     both address books loaded (possible duplicates).
  1022.  
  1023.     This allows a shared central book, in addition to a account-specific 
  1024.     book.  Address GROUPS follow the same system.
  1025.  
  1026. o   CTRL-FKey crashed on new messages fixed.  May have been a 
  1027.     news-only bug.
  1028.  
  1029. o   KOI8-R translation of headers fixed.
  1030.  
  1031. o   New (small) EXE includes:  mr2iu.exe.  This is a utility that will
  1032.     talk to running copies of MR/2 ICE.  It's actually identical to
  1033.     mr2i.exe, except it's text-mode and will simply exit if a running
  1034.     copy is not found.  This lets REXX scripts and other utilities 
  1035.     control running MR/2 ICE copies without the overhead of loading a
  1036.     PM app, and without the associated screen flash.  Example:
  1037.     
  1038.         mr2iu /X
  1039.         
  1040.     will cause the running MR/2 ICE to poll for mail.
  1041.     
  1042.         mr2iu /Enick@secant.com
  1043.         
  1044.     will start a new email to me, using a running copy.
  1045.  
  1046. o   Incorrect Pirate key notification corrected.  Using /X of any type
  1047.     would call you a pirate.  Sorry!
  1048.  
  1049. o   +/- keys and some others will scroll the message index with message. 
  1050.     Default is to set current message as line #10.  Configurable
  1051.     via Settings->Advanced; set to zero to suppress.
  1052.  
  1053. o   Newsgroup and folder names are now stores as EA's on their 
  1054.     respective NDX files.  This will help potential crash recovery tools 
  1055.     in the future.
  1056.  
  1057. o   Added the command line parameter /Vfilename.  /V was previously used 
  1058.     for an obscure and worthless option, so it was recycled.  Will 
  1059.     display the named file as a message (in "ready to reply" mode).
  1060.  
  1061. o   Fixed a clipboard issue with Lotus 123 (thanks, Ken).  MR/2 will 
  1062.     also behave when run on a system with ManyClip.exe.
  1063.  
  1064. o   N, P and R are now active within the viewer to NEXT, PREVIOUS and 
  1065.     REPLY.  I can/will add other keys as time goes by.
  1066.  
  1067. o   Outbound filters fixed - should move message from outbox, when asked.
  1068.  
  1069. o   Fixes some issues with MIME headers (mail)
  1070.  
  1071. o   Changes the CTRL-Fkeys to (hopefully) eliminate the
  1072.     occassional failure.  I *did* find something coded incorrectly.
  1073.     
  1074.  
  1075. Changes included in v1.29
  1076. -------------------------
  1077.  
  1078. If you have registered MR/2 ICE and are not receiving my release 
  1079. announcements, please write and report you e-mail address, name and
  1080. serial number.  You may have changed email addresses.  If you registered
  1081. with BMT or OS/2 Shareware BBS in the "early days", your address may have
  1082. been lost or never reported (the BBS never asked for it until recently).
  1083.  
  1084. If you are receiving announcements at a Compuserve address and which to
  1085. switch to another address, just write.
  1086.  
  1087. My email address is nick@secant.com
  1088.  
  1089. Registrations are taking no more than a week to turn around.  If you don't
  1090. get your key within this timeframe, please (you guessed it :) write.  I 
  1091. often have keys bounce, and the address I entered matches that provided 
  1092. on the forms.  I have no recourse until you write me!
  1093.  
  1094. Finally, the NEWSREADER addon to MR/2 ICE is progressing nicely.  I plan
  1095. at least one more expansion, where I add beta testers.  Maybe more  When
  1096. I add a group, we are testing the setup and initial user reaction.  At
  1097. this time, I am only accepting REGISTERED USERS as potential testers.
  1098. If interested please write nick@secant.com with a subject of 
  1099. NEWSREADER BETA EXPANSION.  Use this subject, please.
  1100.  
  1101. o   Keyboard fixups and changes relating to the SOURCE and REPLY window
  1102.     hotkeys.  Was interfering with the use of ALT-4 and ALT-6 to enter
  1103.     hi-end ASCII.
  1104.     
  1105. o   Removed the case where too many charset translations were performed 
  1106.     when replying to messages with hi-end ASCII in subject.  Previously,
  1107.     the reply subject would lose the characters.
  1108.     
  1109. o   Spacebar will now "page through" the current folder's messages, one
  1110.     screen at a time, switching to the NEXT message when at the end of
  1111.     the current.  I'll add a configuration for "direction".  Still may 
  1112.     need an adjustment so as to minimize wastfull end-of-message
  1113.     displays of a single non-text line.
  1114.     
  1115. o   You may now sort messages lists by SIZE.
  1116.  
  1117. o   FILTER->Special should finally work as claimed in the last release :)
  1118.  
  1119. o   Some menu mnemonics changed to avoid collision.
  1120.  
  1121. o   Environment variables are set with message-context information for
  1122.     ALL external Rexx invocations.  Msgutil.org has examples of how to
  1123.     get to pre-parsed pieces of message data.
  1124.     
  1125. o   Header alignment (when not displaying header) should be much more 
  1126.     accurate.  No more parts of header showing because long header lines
  1127.     are wrapping.
  1128.     
  1129. o   The internal message viewer (designated by a viewer of "*" in 
  1130.     MIME association settings) now opens the message in SOURCE mode, so
  1131.     it may be replied-to.
  1132.     
  1133. o   Appledouble attachment viewing now formats the part to display 
  1134.     correctly.
  1135.     
  1136. o   Mailto.exe has now switched to another large SMTP server for its
  1137.     default.  IBM Advantis placed security on their server so that
  1138.     non ibm.net users cannot use it.
  1139.     
  1140. o   Minor security issues added.  Very few will ever see evidence of 
  1141.     these.
  1142.     
  1143. o   As usual, I know there are more, probably minor issues, but I don't
  1144.     have a record of them.
  1145.     
  1146.  
  1147. Changes included in v1.28
  1148. -------------------------
  1149. I consider this a hopefully-final "pre-1.3" release.  Enough changed
  1150. that I'll watch for new issues before calling it v1.3.
  1151.  
  1152. o   Clipboard History / Manager.  The PASTE menus now contain up to
  1153.     5 of the previous copy/cuts since MR/2 ICE was started.  While
  1154.     running, MR/2 ICE can record cut/copy from ANY application.  
  1155.     However, the history is private to within MR/2 ICE and is reset
  1156.     on each restart.
  1157.                     
  1158. o   NETSCAPE interfacing.  Options->Settings->Advanced now offers
  1159.     the chance to control a running instance of Netscape, if this
  1160.     is your browser of choice.  You may load a selected URL into
  1161.     Netscape's main window, or request a secondary window (still 
  1162.     within the same instance) to be opened.
  1163.                     
  1164. o   Copy to folder bug.  If the same message is somehow sent
  1165.     to the same folder twice, the original copy's index entry would
  1166.     incorrectly record the folder's collision-adjusted file name.
  1167.     In other words, two copies would end up in the folder, the second
  1168.     copy with a newly generated unique name.  That name would also
  1169.     get recorded in the inbox (for example), where the file was
  1170.     NOT renamed.  This would result in:
  1171.                             
  1172.     -   The message reporting a "MR/2 ICE file system error"
  1173.         when opened.
  1174.                     
  1175.     -   Deletions would remove the index entry but fail to find the
  1176.         matching message file (not reported to the user). A later
  1177.         reindex would show the original message.  This would appear
  1178.         as if the message was "lost" and never seen.  Not so.
  1179.                             
  1180.     While not actually a loss of data, this bug was confusing and 
  1181.     confidence-shaking.  The algorithm has been changed and the 
  1182.     original message file name preserved.
  1183.                 
  1184. o   %Z variable in templates will now equate correctly to the header
  1185.     date's timezone.  This variable is always replaced by a numeric
  1186.     (signed) value, and the attempts to offer text literal values
  1187.     (e.g., "EST") have been ceased.
  1188.                 
  1189. o   Filter - Special.  Did I list this before?  The list of special
  1190.     criteria is now represented as CHECKBOXES instead of radio
  1191.     buttons.  IOW, you can check for multiple special circustances
  1192.     in a single filter.
  1193.                 
  1194.     Disposition screen now has longer textual descriptions of choices.
  1195.  
  1196.  
  1197. Changes included in v1.27
  1198. -------------------------
  1199. This is the worst I've been at documenting bug fixes.  All of the
  1200. below from memory; the big ones are easy to recall.  There may be
  1201. more smaller fixes included, but forgotten.
  1202.  
  1203. o   Mr2i.exe has been radically reworked and a new DLL, mr2i.dll, 
  1204.     contains most of the working code.  This allows other DLL's to 
  1205.     access the MR/2 ICE base code.  It also has the side benefit of 
  1206.     allowing secondary copies of MR/2 ICE to load more quickly.
  1207.     
  1208.     MR2I.EXE is around 10k in this release.
  1209.     
  1210. o   Phrases. A phrase subsystem has been added.  You can save 
  1211.     frequently needed snippets of text as a "phrase" and insert it 
  1212.     into any future message quickly.  Inserting a phrase can be 
  1213.     performed via the dynamic message INSERT menu or via a short 
  1214.     series of keystrokes that identify the phrases "tag".
  1215.  
  1216.     Utilities->Phrase Maintenace for general maintenance
  1217.     
  1218.     Edit->Add to phrases (adds marked block) 
  1219.     
  1220.     Insert->Phrase to call up a phrase via dialog box OR traverse
  1221.         the cascading sub menu to access a subset via menu 
  1222.     
  1223.     Insert->Phrase by tag (CTRL-I) to access a phrase by tag.
  1224.     
  1225.     So, for example, I want to insert a 3 paragraph blurb about a 
  1226.     recent price increase; something I do often.  I use to open a 
  1227.     folder used specifically for snippets of frquently used text, 
  1228.     find the message, open it, mark/copy, close, go back to the 
  1229.     original message, paste.  Now, all is required (once the phrase 
  1230.     is saved) in my case is to type: CTRL-I "price" ENTER.
  1231.  
  1232. o   RMB->Pack is available on the folder menu.  This simply spawns a
  1233.     REXX script (provided) called "pack.cmd" passing the specifics of
  1234.     each highlighted folder.  This script depends on the existence of
  1235.     ZIP.EXE in your path (modify the script to suit).
  1236.     
  1237.     MR/2 ICE can now officially archive folder contents into zip files,
  1238.     but still extract these for viewing on demand.  NOTE that there are
  1239.     many restrictions to what can be done with a packed folder (for 
  1240.     example, you can't reindex it).  Archiving is for non-volitale,
  1241.     mostly-read-only folders.  It *can* save a ton of disk space.
  1242.     
  1243.     All messages are zipped into a file called messages.dat, and the
  1244.     folder.ndx file remains visible.  MR/2 ICE handles the extraction
  1245.     of each message as needed.
  1246.     
  1247.     NOTE: please do not start too many folder packers at one time. While
  1248.     it is possible to spawn dozens at the same time, system performance
  1249.     will suffer.  Please try one or two at a time.
  1250.     
  1251.  
  1252. o   Command Line: /O was refined and improved.  It now accepts up to 
  1253.     three parameters:
  1254.     
  1255.         mr2i /Obad.msg "This is the reason" "Bad Message!"
  1256.         
  1257.     The above example loads the file "bad.msg" into an active 
  1258.     message editor window.  It then pops up a message box with the 
  1259.     text specified as parameter 2 and the title of parameter 3.  If 
  1260.     parameter 3 is not specified, the title "NOTE!!" is used.  If 
  1261.     parameter 2 is not specified, no message box is displayed.
  1262.  
  1263. o   Command Line: /Q was refined and improved.  It is now much more 
  1264.     sensitive to collisions (files being queued from more than once 
  1265.     session at the same time).    
  1266.  
  1267. o   Accelerators and Keyboard.  The keyboard and accelerator 
  1268.     interface has been vastly improved.  A few stray problems 
  1269.     remain, but a big improvement overall.
  1270.  
  1271. o   Filter Notebook.  Filter maintenance has been reworked to show 
  1272.     all filters in a notebook layout for maintenance.  This will 
  1273.     allow more room for addition of more "actions" (coming soon).
  1274.  
  1275. o   Menu. "Edit message externally" and "Edit file" have switched 
  1276.     parent menus.  This may cause some short-term inconvenience, but 
  1277.     is more intuitive in the long run.
  1278.                                    
  1279. o   Issues with changing accounts.  Tabs and window sizes would 
  1280.     often get confused when switching accounts.  Fixed.
  1281.     
  1282.     Also, the first settings page was made to reuse an obsolete 
  1283.     field. You can now control the text displayed when the "Display 
  1284.     account name in titlebar" (Settings->Preferences) is specified.
  1285.  
  1286. o   Memory leaks.  While debugging the upcoming newsreader module, I 
  1287.     found quite a few memory leaks.  While all were relatively 
  1288.     minor, they could have become significant during prolonged use.  
  1289.     Still looking!
  1290.  
  1291. o   RMB->ReplyTo.  You can now use RMB->Reply to in order to reply 
  1292.     to the current message, using the address under the cursor as 
  1293.     the recipient.
  1294.  
  1295. o   GroupMtc form - changes in video modes or cards should no longer 
  1296.     interfere with the look of this form.
  1297.  
  1298. o   Address Book Maintenance keystrokes.  Experimental.  If you type 
  1299.     a series of keyboard characters while viewing the AB pick list 
  1300.     (Utilities->Address Book Maintenance), the system will try to 
  1301.     match the string to a value.  The data to test depends on the 
  1302.     current sort order; the sort column is matched.  For example, 
  1303.     sorting on Real Name, typing in "J", "O", "H" then "N" will 
  1304.     select the FIRST Real Name starting with "John".  The SPACEBAR 
  1305.     resets the test string to empty.
  1306.     
  1307.     I played around with various ideas.  At first, I matched ANY 
  1308.     text that you typed, but this was too generic.  Let me kniw what 
  1309.     you think.
  1310.  
  1311. o   Queued messages not all being sent.  A bug in outbound filters 
  1312.     would often interfere the the sending queue.  The bug was 
  1313.     non-destructive, but did result in message having to be manually 
  1314.     requeued for sending.
  1315.  
  1316. o   Insert email address.  The INSERT menu now has an entry for 
  1317.     inserting an email address from the address book.
  1318.  
  1319. o   Reply-to-all now makes an attempt to exclude the current user
  1320.     as a recipient.
  1321.     
  1322.  
  1323. Changes included in v1.25 and v1.26
  1324. -----------------------------------
  1325. More bug fixes and enhancements including but not limited to:
  1326.  
  1327. o   Command line: /H flag can be specified.  This causes MR/2 to
  1328.     change its path to where mr2i.exe is found.  This happens
  1329.     immediately after program load.
  1330.  
  1331. o   Command line: /Ofilename can be used now to specify an existing
  1332.     message file (properly formed as per RFC-822) to be automatically
  1333.     opened on program load
  1334.  
  1335. o   Forwarding of multiple messages now prompts ONCE for only a single
  1336.     address, then uses the default Forward template to forward each
  1337.     selected message.
  1338.  
  1339. o   Filters: Forward Message is now functional
  1340.  
  1341. o   ICON change for replied messages.  Several icons donated by 
  1342.     Keith Dombrowski <kdombrowski@mhv.net>, and I liked this one the
  1343.     best.  Thanks Keith!
  1344.  
  1345. o   Detach on FAT drive fix.  Name mangler was removing all dots and 
  1346.     turning them to "-"'s.  Forward slashes were also not converted
  1347.     properly.
  1348.  
  1349. o   Several changes to the way the command line /Q option worked.  
  1350.     this includes a synchronization between a runnning copy and a 
  1351.     second invocation, where the second copy will not return until
  1352.     the running copy has queued the message safely.
  1353.  
  1354. o   New utility test case: wrap.exe.  Provided to aid in on-demand 
  1355.     PGP use.
  1356.     
  1357. o   Mailto.exe included in distribution zip.
  1358.  
  1359. o   Upgrade.txt now also included.
  1360.  
  1361. o   Miscellaneous changes to help with continuing newsreader 
  1362.     development.
  1363.  
  1364.  
  1365. Changes included in v1.23 and v1.24
  1366. -----------------------------------
  1367. NOTE: v1.23 was a short-term stability beta.  v1.24 fixes some 
  1368. additional bugs, plus addresses several minor issues introduced in the 
  1369. v1.23 release.
  1370.  
  1371. I fixed many, many bugs as they were reported, and only in the last day 
  1372. or two started to try to remember them so as to document these.  Outside 
  1373. of changes related to the upcoming news client addition, the following 
  1374. items are what I remember fixing:
  1375.  
  1376. o   /X on the command line will now tell a RUNNING copy to poll for mail.
  1377.     
  1378. o   Changing accounts will handle pop3 password changes/prompts better.
  1379.  
  1380. o   Multiple account FILTERS (those NOT using multiple accounts see no 
  1381.     change). Filter files are now based on the account name. The default 
  1382.     filter file for the MAIL account in in the MR/2 ICE "root".  
  1383.     Secondary accounts now access an MR2I.FLT file in their base 
  1384.     subdirectories.  More changes like this to follow to improve 
  1385.     secondary account autonomy.
  1386.  
  1387. o   Cursor position after header edit AND/OR detach message is restored.
  1388.  
  1389. o   Open Attached directory now gives correct error messages.
  1390.  
  1391. o   Filters using REXX criteria checks are now passed a proper source
  1392.     file name for foldered messages (when invoked "on demand").
  1393.  
  1394. o   Careful!  I changed the "find in index" search logic a bit, and it
  1395.     took me a couple of days to get used to it.  When you do an index
  1396.     "find", it now highlights ALL matches at one time, and scrolls to 
  1397.     the first.  With this, it's an easy matter to find all messages
  1398.     from "gates@microsoft.com" and RMB->DELETE them (or move, copy,
  1399.     bounce, whatever).
  1400.     
  1401.     The danger lies in the fact that HUNDREDS of messages might be 
  1402.     highlighted, but maybe only one is showing on current the page.
  1403.     RMB->Delete gets all of them.  If you want the single messages,
  1404.     always click on it once first, to select only it.
  1405.     
  1406.     I see the need for a marked-message count somewhere.
  1407.  
  1408. o   "Re:" is inserted in front of subjects (when replying) in a 
  1409.     different part of the code and will be more consistent.
  1410.     
  1411. o   Progression meter will now display more reliably
  1412.  
  1413. o   If the "send now" checkbox is unchecked, the message will be marked
  1414.     as "save now but don't send".
  1415.     
  1416. o   Pertainent index RMB menus now have Mark as->On hold (same as save
  1417.     but don't send).
  1418.     
  1419. o   Quoted Printable display bug fixed for lines > 74 chars and "soft"
  1420.     linefeeds.
  1421.  
  1422. o   Template $File lines are filtered for embedded variables before
  1423.     being processed.
  1424.     
  1425. o   New template variable @UserPath@ will expand to the current account 
  1426.     (which is also the default mail path).  This allows secondary 
  1427.     profiles to include @UserPath@ in their templates to include unique 
  1428.     sigs per account.  Templates making use of this should be sure to 
  1429.     copy referenced file into the MAIL directory for the default user 
  1430.     profile.
  1431.     
  1432.     Example template use, default reply template:
  1433.     
  1434.         $file:@userpath@\mr2i.sig
  1435.         
  1436.     Would include "mail\mr2i.sig" for the default user, "noone\mri2.sig"
  1437.     for a profile labeled "noone", etc.,.
  1438.     
  1439.     More separation of account files coming ...
  1440.     
  1441. o   Attachment file names are converted to a FAT-compatible file name if 
  1442.     found to be working on a FAT-only drive.  Hard for me to test, so 
  1443.     let me know if any problems arrise.
  1444.     
  1445. o   Fixed yet-another bug when extracting BinHex file names.
  1446.     
  1447. o   Previously, in/out filters would end up tallying outgoing copies 
  1448.     into a folder as a "new" message.  Fixed.
  1449.     
  1450. o   Quoting of previously quoted material will be much cleaner.  I broke 
  1451.     this awhile back in the name of "efficiency", but now it's back to
  1452.     the way it should work.
  1453.     
  1454. o   Some menu shortcut keystroke clashes have been fixed.
  1455.  
  1456. o   An example of a MIME Content-Type header > 512 bytes was provided 
  1457.     (yikes!).  This would *previously* crash MR/2 ICE.  Fixed.
  1458.     
  1459. o   When a PreFetch filter that fetches headers-only exists and is 
  1460.     enabled, REMOVE FROM SERVER AFTER FETCHED is totally ignored for 
  1461.     safety.  Purging becomes a manual process, use Message->Purge from 
  1462.     server.
  1463.     
  1464. o   On-demand REXX (CTRL-Fkey) is now called with many environment 
  1465.     variables set with ready-to-use data.  The following information is 
  1466.     passed this way:
  1467.  
  1468.     Subject      ReplyTo     To          From        MessageID
  1469.     InReplyTo    Editor      Line        Column      SerialNumber
  1470.     Browser      FTPClient   Account     Version     References
  1471.     CurrentWord              CurrentBlock
  1472.     Newsgroups   FirstReference          LastReference
  1473.  
  1474.     See msgutil.org for access examples.
  1475.     
  1476.  
  1477.  
  1478. Changes included in v1.22
  1479. -------------------------
  1480.  
  1481. o   Mostly a cleanup pass for items introduced in v1.21.
  1482.  
  1483.  
  1484. Changes included in v1.21
  1485. -------------------------
  1486.  
  1487. o   Address book can now be sorted via a RMB popup menu.  This menu
  1488.     also contains selections to add, delete and edit entries.  More
  1489.     items will be added ...
  1490.     
  1491. o   Prefetch filters would fetch headers, but there was usually trouble
  1492.     getting the corresponding bodies.  Fixed.  Sorry!
  1493.     
  1494. o   Alt-W, write to file's file selection box works correctly now.
  1495.  
  1496. o   A move-to-folder now sets the archive bit of the file object.
  1497.  
  1498. o   Menu items are better enabled when a prefetch filter exists.
  1499.  
  1500. o   Timezone logic still did not correctly account for DST setting.
  1501.     Should be fixed now!
  1502.     
  1503. o   MIME associations are now referenced when attaching files.  The
  1504.     attachment will now acquire the Content-Type of a matching suffix,
  1505.     if one is defined (e.g., a GIF will be marked as "image/gif").
  1506.     Otherwise, when a filename suffix match is not defined, 
  1507.     "application/octet-stream" is defaulted.
  1508.     
  1509. o   MIME configuration page has a new checkbox.  "Consider undefined 
  1510.     MIME types as displayable text".  Defaults to OFF.
  1511.     
  1512. o   MIME mutipart attachments (like those dredded appledouble subtypes)
  1513.     handling modified.  MR/2 ICE now explains your options when you try
  1514.     to Message->Detach with one of these types.  It also will 
  1515.     automatically invoke the internal viewer on these parts if
  1516.     "detached" individually (same effect as "viewing").  This will
  1517.     save a ton of support questions.
  1518.     
  1519. o   When detaching a part of an unknown encoding and unknown file name,
  1520.     the system generated file name is correctly displayed.  Previously,
  1521.     an empty list would display.
  1522.     
  1523. o   The advanced option to send a file as an attachment from the command
  1524.     line was slanted towards the FAX interface.  The command line syntax
  1525.     for this remains unchanged.  However, the following commands will
  1526.     send a file as an attachment preserving the source file's name:
  1527.     
  1528.         mr2i /q:whatever.zip user@wherever.com "File for you!"
  1529.         mr2i /q:*whatever.zip user@wherever.com "File for you!"
  1530.         
  1531.     The second form of the command sends the file uuencoded, while the
  1532.     first form is the default of MIME/base64 encoding.
  1533.     
  1534. o   Rot13 is available from within the viewer (menu item is active).
  1535.  
  1536. o   If text is marked when replying, that text is quoted into the reply
  1537.     regardless of the state of the "quote source message" global setting.
  1538.     This allows for you to "usually NOT quote", but haveing a selection
  1539.     quoted when you need.
  1540.     
  1541. o   Reediting a "save but don't send" message now send the correct,
  1542.     modified version.  I'm embarassed and sorry for trouble caused by
  1543.     this goof.  Also, this flag was not always persistent across loads.
  1544.     IOW, if you'd exit and reload MR/2, the system would sometimes see
  1545.     the message simply as an "unsent".  Fixed.
  1546.     
  1547. o   Redirected messages work better with "folded" TO lines ... 
  1548.     addresses spanning multiple lines.  I also noted some formatting issues
  1549.     where Resent-to and the other lines were not "folded" to look nicer.
  1550.     Fixed.
  1551.     
  1552. o   Folder list may now be sorted by folder PATH.
  1553.  
  1554. o   The system COMPSEC setting is now used when launching external 
  1555.     utilities.  Hopefully this won't break anything ...
  1556.     
  1557. o   The ATTACHED directory may now be opened as a WPS folder via the
  1558.     Main notebook UTILITIES menu and also under the message 
  1559.     viewer/editor MESSAGE menu.  More options and ideas yet to come ...
  1560.     
  1561. o   Notebook tab control.  Options->Tab attributes is now on the main
  1562.     notebook menu.  You can control the height, width and font for the
  1563.     main notebook.  In addition, a toggle controls where the tabs are
  1564.     located; either on the bottom as you're used to, or on the right
  1565.     side.  Tabs logic was reworked to remove major/minor tabs ... NEWS
  1566.     will be "just another" minor tab on the main notebook, with groups
  1567.     opening similarly to folders.
  1568.     
  1569. o   Load time page selection.  You may now load MR/2 ICE and have it
  1570.     turn to one of the main notebook tabs when loaded.   Simply
  1571.     invoke with /1 for the inbox (defaults there anyway), /2 for the
  1572.     outbox and /3 for the FOLDERS index.
  1573.     
  1574. o   Shift-f10 is now available in the message editor/viewer to invoke
  1575.     the context menu from the keyboard.  It also works from the 
  1576.     header editing screen.  Still working on the index lists, but these
  1577.     are strange beasts :).
  1578.     
  1579. o   Filter maintenance list screen now shows checkmarks for enabled
  1580.     filters, empty boxes for those disabled.  Click on a checkbox in
  1581.     the list to toggle this flag on/off.  No need to "edit" individual
  1582.     entries if you simply wish to enable/disable.
  1583.     
  1584. o   A couple of new "dummy" DLL's are included.  The real ones represent 
  1585.     work-in-progress, but these fill the void without adding the
  1586.     bugs.
  1587.  
  1588.  
  1589. Changes included in v1.2
  1590. ------------------------
  1591.  
  1592. Mostly cleanup and solidification of previously added features and bug
  1593. fixes.  Many new and exciting features have been added since v1.1.
  1594. I'm not done yet.  I still have many items that have been on my todo
  1595. list too long.  I will attempt to handle these in the next couple of 
  1596. releases.  In addition, I have a couple of really great ideas that 
  1597. will show up quickly.  Don't forget the integrated news reader.  This
  1598. will be thr primary thrust for awhile.
  1599.  
  1600. o   Improvements to the single click/keystroke PASTE w/QUOTE feature
  1601.     including extra linefeeds and focus changes.
  1602.     
  1603. o   MANUAL FETCH MODE:  To retrieve header-only entries in full, the
  1604.     procedure it now that you highlight one/more entries and press
  1605.     the FETCH toolbar icon (third from end) or Message->Poll for mail.
  1606.     All marked "previewed" messages, if any, will be fetched before
  1607.     a normal poll-for-new is performed.
  1608.  
  1609.     I stopped short of making manual mode selectable from the main menu.
  1610.     I want to test the case of switching it on and off while polling
  1611.     very thoroughly before depending on this.  Manual mode must be toggled
  1612.     on/off from the Settings notebook at this time.
  1613.     
  1614. -   "Real-time" Help file improvements got pushed off, too.  I'm more 
  1615.     excited about the web-based manual, although a bit slower right now.
  1616.     I will end up incorporating this manual directly into the app, but
  1617.     the job is bigger than I had guessed (matching ID's) and I have to
  1618.     release to make a CD ROM release.
  1619.  
  1620.  
  1621. NOTES ON THE WORKINGS OF PREVIEW MODE (HEADER-ONLY INDEX ENTRIES)
  1622. =================================================================
  1623.  
  1624. When you turn on MANUAL / PREVIEW mode with your POP3 server, the system
  1625. automatically fetches only headers for all new messages.  You can open
  1626. these entries as if they were normal messages, and this might be handy
  1627. if you need to examine the headers.  However, the more-common use of 
  1628. header-only index entries is to allow selective fetching.
  1629.  
  1630. Header-only index entries will be marked with a round "dot" icon.
  1631.  
  1632. To fetch one or more full messages from a group of header-only entries, 
  1633. simply MARK the desired items and invoke a pop3 poll (F2, 
  1634. Message->Check for mail or third toolbar icon from the end).  All marked
  1635. headers will be fetched first, then a normal poll for new headers will
  1636. be performed.
  1637.  
  1638. Remove from Server mode is ignored when Manual Mode is selected.  To
  1639. support this feature with POP3 servers that do NOT support the UIDL
  1640. command, message counts are used, and deleting messages from the server
  1641. would be risky.  Hence, in manual/preview mode, manual purges must be 
  1642. performed periodically (Message->Purge from server).
  1643.  
  1644. The MANUAL/Preview Mode flag is set by going to Options->Settings.  
  1645. On the first "network" page, in the POP3 groupbox is the "Manual mode"
  1646. checkbox.
  1647.  
  1648.  
  1649. PREFETCH FILTERS
  1650. ================
  1651.  
  1652. Prefetch filters can be used in both Manual mode and "normal" mode to
  1653. automatically and selectively control the fetching of messages in
  1654. FULL or HEADER-ONLY mode.  The disposition of a prefetch-filtered message
  1655. will stay true regardless of the POP3 read mode.  For instance, if a
  1656. certain set of criteria defines a message to be fetched as "header only",
  1657. only the header will result in either mode.  Alternatively, if a "full
  1658. message fetch" filter is created, messages matching this criteria will
  1659. always be retreived in full-body mode, regardless of the overall POP3
  1660. fetch mode.
  1661.  
  1662. I use PreFetch filters on my system at home, where I have a dial-up
  1663. connection.  The filter tells MR/2 ICE to only fetch headers when the
  1664. message size is greater that 120,000 bytes.  This allows me to see all
  1665. of my mail more quickly and easily identifies mail that is probably
  1666. including attachments.  I then request to fetch these messages manually,
  1667. but I am free to read and respond to all other messages in the meantime.
  1668. Very handy.  And "mostly automatic".
  1669.  
  1670.  
  1671. Changes included in v1.19
  1672. -------------------------
  1673.  
  1674. o   Preview/Manual mode fixed up for POP3 servers that do not
  1675.     support the UIDL command.  Bugs fixed with purge-from-server mode.
  1676.     
  1677. o   Sig editor now allows only one copy to be loaded.
  1678.  
  1679. o   Bubble hints now have borders (Warp v4.0 made them bleed into 
  1680.     listboxes).
  1681.  
  1682. o   New (simple) test code to set DBCS style bits for EntryFields when
  1683.     the system settings support DBCS.  I need feedback!  Does this 
  1684.     help with DBCS subjects?? 
  1685.  
  1686. o   First-time printer setup crash fixed.  Again.
  1687.  
  1688. o   Filter maintenance screen now allows for the creation of a new
  1689.     folder, on-the-fly, while defining the filter.
  1690.     
  1691. o   A new convertor is available: PMMail v1.5 to MR/2 ICE.  It will be
  1692.     available via web page at http://nick.secant.com/mr2ice.htm.
  1693.     
  1694.  
  1695. Changes included in v1.18
  1696. -------------------------
  1697. I consider this release a beta, too.  I'm targeting 11/1 as a 
  1698. release date for v1.2, but I'll happily push it back a couple of days
  1699. if needed.
  1700.  
  1701. o   POP3 manual mode can be specified.  In this mode, headers are 
  1702.     fetched from the POP3 server but no bodies.  Index entries are 
  1703.     inserted with a new icon.  The user can then pick and choose which 
  1704.     full messages are fetched and when.
  1705.     
  1706. -   NOTE that this mode works ONLY with pop3 servers that support the
  1707.     TOP command.  If the TOP command is not supported, MR/2 will fail
  1708.     when fetching the first message.  No mail is fetched, but no mail
  1709.     is lost, either, as turning off MANUAL mode will correct the 
  1710.     problem.
  1711.  
  1712. -   BIGGER NOTE!  For those of you that have setup  MR/2 ICE so that
  1713.     if fetches from multiple providers into a single MAIL directory
  1714.     (by manually editing the INI file :), please DO NOT USE THIS FEATURE.
  1715.     The uniqueness of message ID's is required, and mixing mail from
  1716.     two ISP's and/or POP3 accounts will surely confuse things.
  1717.                 
  1718. o   PreFetch filters.  Filters that control the automated fetching of 
  1719.     messages from the POP3 server.  Criteria can be defined based on a 
  1720.     message's header and/or size.  If the criteria is matches, the user 
  1721.     can specify to have fetch the full message, just the header, or to 
  1722.     skip the message entirely.
  1723.                       
  1724.     There are two modes available.  When used in normal "non manual" 
  1725.     mode, PreFetch filters can be used to specify message for which only 
  1726.     the HEADERS are desired.  For example, messages from a certain user 
  1727.     or over a specified size can be fetched in header-only mode, letting 
  1728.     the user decide if/when to get the entire message.
  1729.  
  1730. o   In-Progress messages that *are not* ready to be sent can not be
  1731.     saved into the outbox with assurance that it will not be sent.
  1732.     Use Message->Save (but don't send).  The icon for these messages
  1733.     will show as a paper and quill/pen.  A message can be "saved" any
  1734.     number of times ... once you click on the SEND button, it gets
  1735.     saved and sent.
  1736.                         
  1737. o   MR/2 ICE Ask-The-Experts(tm) Web Page!  Yet another way to get 
  1738.     user-based help for what's already the best-supported OS/2 email 
  1739.     available!  Simple web interface accepts and email address and 
  1740.     question(s) from the user.  This is then emailed to a panel of MR/2 
  1741.     ICE veteran users that have volunteered to share their knowledge.
  1742.                     
  1743. o   UUPC/UUCP drivers for MR/2 ICE are available.  This is a set of 
  1744.     third-party Rexx scripts and a small EXE that, when used in 
  1745.     conjunction with MR/2 ICE's new "custom mail driver" feature, allows 
  1746.     the native reading and sending of UUCP-style email.  See the ICE web 
  1747.     page for details and to ftp the latest version.
  1748.     
  1749.     Thanks goes out to Michael Taylor <miket@pcug.org.au> for providing
  1750.     this wonderful tool!
  1751.     
  1752. o   Split-screen editor:  ghost split-slider removed when zooming a
  1753.     message back to single window mode.  Also, splitter position 
  1754.     is saved to the mr2ic.ini file as a percentage and used each
  1755.     time.
  1756.  
  1757. o   More editor enhancements, particularly useful in split-window mode.  
  1758.     ALT-Q and the menu entry and icon for PASTE w/quote now will 
  1759.     function in the message "view only" window to immediately and 
  1760.     directly paste information to the reply window. In additon, the 
  1761.     CTRL-1 and CTRL-2 keys were enabled in split screen mode to allow 
  1762.     quick and precise selection of the editor window.  Finally, 
  1763.     Edit->Undo will function correctly after pasting w/quote.  NOTE that 
  1764.     has a side effect, the clipboard afterwards holds an already-quoted 
  1765.     copy of the original text.
  1766.     
  1767.     NOTE that Paste w/quote will also work in full-screen mode, with a
  1768.     reply active and while viewing the message portion.  The effects are
  1769.     not immediately visible, though, until you switch back to the reply
  1770.     window.    
  1771.     
  1772. o   MR/2 HELP menus now have links to various MR/2 web pages, including 
  1773.     the home page, the FAQ and the Ask-The-Experts(tm) page.  An online 
  1774.     web-based manual with SEARCH capabilites should be available soon.
  1775.     This will no doubt be a long-term work-in-progress.
  1776.            
  1777. o   MR/2 HELP Entry for "Send this message to MR/2 ICE Support".  Allows 
  1778.     a user to quickly and effortlessly mail the currently displayed 
  1779.     message to me as an attachment.  This method preserves all original
  1780.     message formatting and markings.
  1781.  
  1782. o   Reindexing duplication bug (cosmetic) squashed.
  1783.  
  1784. o   I have a PM Mail v1.5 to MR/2 ICE convertor script started and 
  1785.     looking faily good.  Watch the web page for more details.
  1786.  
  1787. o   I removed the problems I caused in previous versions by defining a 
  1788.     MIME association of "multipart/*".  For the message-level header, I
  1789.     ignore the association and treat it as a multipart :)
  1790.     
  1791.  
  1792. Changes included in v1.17
  1793. -------------------------
  1794. I consider this a BETA release of what will be v1.2.  Seems stable to 
  1795. me, but TONS of low level code has been teaked and prodded.  Could
  1796. be some instability in there, somewhere.  Be warned!
  1797.  
  1798. o   Folder-to-folder copying and moving performance improved. A move
  1799.     is now a TRUE file system level move, with far less overhead
  1800.     that the previous method of copying, then deleting.  Both copy
  1801.     and move now steamline the updating of the target index file,
  1802.     providing another large performance boast.  Still not perfect,
  1803.     but loads better!
  1804.     
  1805. -   Also cleaned up some window painting issues that should help 
  1806.     speed up things even more.
  1807.  
  1808. o   Added a "Use MIME by default flag" flag to the MIME page.  If 
  1809.     checked, all dropped files will be MIME'd, and the default
  1810.     Message-Attach file mode will be MIME.  Otherwise, the default 
  1811.     for both is UUEncoding.
  1812.  
  1813. o   Better handling of progression indicator when the pop3 server
  1814.     does NOT return a message's file size up front.  Previously,
  1815.     large messages would appear to start downloading quickly, then
  1816.     "frieze" (often at 85% or so).  In fact, they were working, but
  1817.     the 85% was based on 3000 bytes (a made-up default), and the 
  1818.     progression metter would never update > 100% of 3000.  Now the
  1819.     progress metter may STILL not indicate actual percentages, but
  1820.     it will "bounce around" and continually update.  (Specifically
  1821.     apparent with ISP's using PowerWeb pop server - e.g. os2bbs.com).
  1822.     
  1823. o   SENDS now connect with the SMTP/POP3 host once, send all messages,
  1824.     *then* disconnect.  Previous, each message would cause a 
  1825.     connect, send, disconnect.  No real problem for quick connections
  1826.     to fast receiving hosts, but very time consuming to slower 
  1827.     connections with mail hosts that do not "connect" quickly.
  1828.     
  1829. o   Custom "user programmable" Mail Drivers.
  1830.  
  1831.     New mail FETCH and SEND options in settings notebook ... CUSTOM.
  1832.     This allows for user defined REXX procedures to be called to 
  1833.     create the collection of incoming mail and to send each outgoing
  1834.     message.  I can see this working for UUCP and even MHS formatted
  1835.     message, and perhaps a whole lot more.  Here's how it works.
  1836.     
  1837.     Read mail via CUSTOM.  At the beginning of each poll for new mail, a 
  1838.     rexx script called "getmail.cmd" is called from the base mail 
  1839.     directory for the account.  For example, the initial/default account 
  1840.     would call "mail\getmail.cmd".  After that, the system checks the 
  1841.     defined SMTP delivery directory (change this path as desired) for 
  1842.     new files, and these are recognized as new mail.  If an error 
  1843.     occurs, a one-line message describing it should be stored in a file 
  1844.     called "getmail.err" in the base mail directory.  This message is 
  1845.     displayed to the user.  The absense of this file indicates a 
  1846.     successful custom fetch.
  1847.     
  1848.     Send mail via CUSTOM.  For each message queued for sending, a rexx 
  1849.     script called "postmail.cmd" is called from the base mail directory 
  1850.     for the account.  For example, the initial/default account would 
  1851.     call "mail\postmail.cmd".  The name of a temporary file housing the 
  1852.     ready-to-send message is passed.  If an error occurs, a one-line 
  1853.     message describing it should be stored in a file called 
  1854.     "postmail.err" in the base mail directory.  This message is 
  1855.     displayed to the user.  The absense of this file indicates a 
  1856.     successful custom send.
  1857.     
  1858.     Custom Mail Drivers (CMD's? :) should start by deleting their 
  1859.     respective error files, as these are preloaded by MR/2 ICE before
  1860.     invocation with "REXX script not found" messages.
  1861.  
  1862. o   Long email addresses when saved to Address Book would sometimes
  1863.     get chopped and corrupted.  We're talking *really long* addresses,
  1864.     but even these work now.
  1865.  
  1866. o   Marking a URL for Web Browsing/FTP now uses only the marked portion.
  1867.     Previously, marked section was ignored and the entire word/string
  1868.     would be used as happens when nothing is marked.
  1869.  
  1870. o   New "Redirect" option on RMB Message Index menus.  Allows you to
  1871.     quickly "bounce" messages to some other email address.  Message(s)
  1872.     remain mostly unaltered ... some header lines are appended to 
  1873.     allow for POP3 sending and to preserve original information.
  1874.  
  1875. o   The default FORWARD template has been changed.  The new template 
  1876.     will actually preceed each header line with a ">" to prevent strange
  1877.     routing problems.
  1878.     
  1879. o   New Options->Settings parameter to control the HEADER created for 
  1880.     FORWARDED messages.  You can now specify whether, by default, your 
  1881.     address goes into the Reply-To header, or the address of the 
  1882.     original sender.
  1883.  
  1884. o   Missing first char bug.  Often on resends and/or when working with
  1885.     previously sent messages, the first character of the message
  1886.     would get chopped.  Fixed.
  1887.  
  1888. o   WarpUtil.DLL is now used to link in WPS features.  Since this causes
  1889.     problems for OS/2 v2.xx users, an alternate DLL is provided.  For 
  1890.     v2.xx users, you MUST copy "nowarp.dll" to "warputil.dll".
  1891.  
  1892. o   Internal index changes.  Size is recorded in bytes.  An "o" is
  1893.     placed after the size to differentiate it from the previous
  1894.     method of counting and recording lines.  Also, for messages that
  1895.     are "current" on the POP3 server, the server's UID for this
  1896.     message is recorded as a new field (very end of entry).
  1897.  
  1898. o   Message size are now shown in the message index, at the very end.
  1899.     Sizes ending in an "L" are old-style LINE COUNTS.
  1900.     
  1901.  
  1902. Changes included in v1.16
  1903. -------------------------
  1904.  
  1905. o   MIME settings page changes were not being saved.  Fixed.
  1906.  
  1907. o   More detail on Filter Maintenance list screen.
  1908.  
  1909. o   NOOP command removed from SMTP conversation due to buggy NT server
  1910.     used by at least one ISP.
  1911.     
  1912. o   Efficiency of the unique file name generator improved.
  1913.  
  1914. o   Handling of single-type MIME messages improved.  Previously, types
  1915.     other than text and multipart would get confused.
  1916.     
  1917. o   MIME attachments that included paths in the file name would error
  1918.     on detach.  Fixed.
  1919.     
  1920. o   RMB->View for attachments now takes a "last step" if no MIME 
  1921.     association is found for the type (OS/2 v3.0 or later only).
  1922.     
  1923.     Now, if no MIME viewer is defined, the attachment is opened as
  1924.     a desktop object.  In other words, as if you opened it from the
  1925.     file manager.  This allows all of your WPS associations and
  1926.     already-defined viewers to be used.  This provides automatic
  1927.     access, for example, to all of the fancy ObjectDesktop viewers
  1928.     simply by accessing objects via the WPS.
  1929.     
  1930.     This may warrant actually REMOVING MIME association definitions.
  1931.     This will be a user's option; I will continue to try and improve
  1932.     the default association file assuming external viewers.
  1933.     
  1934. o   I changed the default "delete" flag for autoreplies to be OFF.
  1935.     This means that autoreplies WILL NOT be automatically deleted 
  1936.     after being sent.  This was somehow confusing the autoresponder
  1937.     and some autoreplies were being lost.  This does not happen
  1938.     in save-after-sent mode.  I may switch it back later, but until
  1939.     I can find out what's happening and fix it, it will stay this way.
  1940.  
  1941.  
  1942. Changes included in v1.15
  1943. -------------------------
  1944. Nothing really "new" ... wanted to put out a stablized release before
  1945. I added anything new or fixed larger bugs.
  1946.  
  1947. o   Bug with new Login submenu where logins did not always line up
  1948.     with a menu option.  Also removed "MAIL" from the menu list.
  1949.     
  1950. o   30 second freeze on new installs fixed.
  1951.  
  1952. o   Header-based filter bug resolved.
  1953.  
  1954. o   Some improvements to MIME-attached file parsing.
  1955.  
  1956. o   The new message count displayed in the title bar and task list is
  1957.     no longer linked to the "periodic beep" flag.  New message counts
  1958.     will now show even if beeping is turned off.
  1959.  
  1960. -   Also removed a call to WinFlashWindow() when the message count is
  1961.     updated.  I'm still looking for what steals the focus from Windows
  1962.     apps when polling.  
  1963.  
  1964. o   Fixed the text on the initial-install "font test" to be consistent.
  1965.  
  1966. o   New Settings page ... nothing new, just spreading existing options
  1967.     out to make room for new items.
  1968.     
  1969. o   I added some code to the MIME association area, but it isn't 
  1970.     accessible to the user yet (needs a pick-list form).
  1971.  
  1972. o   Mailto.exe (maillist.zip) now returns identifiable error codes on
  1973.     send failures.
  1974.  
  1975.     
  1976. Changes included in v1.14
  1977. -------------------------
  1978. First, I'd like to acknowledge the foru generous and ambitious guys that
  1979. helped put together the documention updates from last release.  They are:
  1980.  
  1981.     rayfaulk@HK.Super.NET (R. J. Faulkner)
  1982.     os2@tir.com (Jason M. Gottschalk - http://www.tir.com/~os2)
  1983.     Jerry Koret <jkoret@ibm.net>
  1984.     os_support@theriver.com (James McKenzie)
  1985.     
  1986. Thanks guys!  NOTE: these guys can be reached via email as a group using
  1987. the email address <mr2ice.doc@secant.com>.
  1988.  
  1989. Darn!  I was better at documenting this releases changes, but I left 
  1990. the paper listing them at home.  Go figure.
  1991.  
  1992. o   Modified slightly the POP3 high count warning message to avoid
  1993.     false calls.
  1994.     
  1995. o   Notebook statusline counts when deleting messages kept more 
  1996.     up-to-date.
  1997.     
  1998. o   Save-to-file now supresses divider line if first write (file
  1999.     didn't exist previously)
  2000.     
  2001. o   Filters and "on demand" functions that modified messages would
  2002.     sometimes NOT update the index.  I was looking for changes in the
  2003.     file-modified time, but if the changes were quick (same second),
  2004.     I wouldn;t detect the change.  File size is now also used, I'll
  2005.     think this out a little further.  Works much better, anyway!
  2006.     
  2007. o   Login menu is now a conditional cascade and will list ALL AVAILABLE
  2008.     profiles, and  a "default" that signs on as mail/mail.  If the
  2009.     profile has no password set, you are instantly logged in.  If it 
  2010.     does have a password, the login form comes up with the name
  2011.     pre-filled.
  2012.     
  2013. o   Reindexing of folders code was extremely inefficient, particularly
  2014.     when the folder contained larger messages.  Rewrote this and it is
  2015.     MUCH quicker.
  2016.     
  2017. o   Modified the message saving and moving code to identify and wait 
  2018.     for locked index files.  In my testing, I could not get MR/2 to 
  2019.     drop an incoming messages nomatter how fast I moved through existing 
  2020.     messages.  I believe I've knocked this one off, but I'll wait for
  2021.     those having problems to confirm it.
  2022.     
  2023. o   I still had a problem with MIME character translations that came up
  2024.     during the last 2 releases.  All seems to me back in order now.
  2025.     Text decoded from Base64 was never checked for needed conversions,
  2026.     now it is.
  2027.     
  2028. o   Wrapping of quoted text using the ALT-1-for-a-space mechanism now
  2029.     works as it should.
  2030.     
  2031. o   Sorting of index lists has been fixed.  Again.  Ah, the joys of
  2032.     multithreaded programming!  One inbox function/thread would switch
  2033.     the sort order while messages were inserted into another index. 
  2034.     I seem to have fixed this up ... another fix waiting for the test
  2035.     of time.
  2036.  
  2037. o   Demand filters are now functional, as is the RMB->Filters->Select
  2038.     menu item.
  2039.     
  2040. o   Better reply-to and from address matching.  MR/2 now "normalizes"
  2041.     each header address before checking to see if they are the same.
  2042.     This avoid the "which one" prompt when both are found and they
  2043.     are logically the same but not textually.  The longest address
  2044.     is automatically chosen in this case, in an attempt to preserve
  2045.     real names.  A thought just popped into my mind ... does this
  2046.     effect Mailing List setups?
  2047.     
  2048. o   Reindexing OUTBOX would often show ghost index entries.  I believe
  2049.     I've fixed this ...
  2050.     
  2051. o   More tiny ones; this was all from memory.  I'll try to itemized 
  2052.     anything else with the next release.
  2053.  
  2054.  
  2055. Changes included in v1.13
  2056. -------------------------
  2057. Quick bug fixes.  This will be replaced very quickly with a newer
  2058. version ... matter of days.
  2059.  
  2060. o   Using CTRL-Fkey and/or ALT-X on an EXISTING message would result
  2061.     in the original message file being deleted.  Fixed.
  2062.     
  2063. o   Long FROM lines would crash the forwarding process.
  2064.  
  2065. o   Forwarding and Replying to a message with long "unwrapped" lines
  2066.     would often crash.  Fixed.
  2067.     
  2068. o   Simple filters with OR'd and/or AND'd parts would often 
  2069.     malfunction, as the selected fields-to-check were ignored except
  2070.     for the first piece of the search criteria.
  2071.     
  2072. o   POP servers that send back lower case status words are now 
  2073.     supported.
  2074.  
  2075.  
  2076. Changes included in v1.12
  2077. -------------------------
  2078. There now exists a productive group of 4 people working on documentation
  2079. for MR/2 ICE ... you'll notice some new doc files resulting driectly from
  2080. them.  I will certainly acknowledge each individual, after I've checked
  2081. to make sure this is ok (don't know why it wouldn't be, but I'll play it
  2082. safe :).  Comments and/or suggestions are welcome.  See install.txt,
  2083. readme.1st and keys.txt.
  2084.  
  2085. o   Install zip now includes some new doc:  install.txt, keys.txt and
  2086.     readme.1st.  See readme.1st to find out what ALL TEXT FILES included
  2087.     with MR/2 ICE explain!
  2088.     
  2089. o   Fax-by-email support!!  MR/2 ICE now supports the transport of
  2090.     faxes and other PMFax-related documents via email, with the
  2091.     potential to save fortunes in long distance phone calls!  This
  2092.     feature will cooperate with the imminent release of PMFax v3.0.
  2093.     To support this feature, MR/2 ICE adds two new command-line
  2094.     capabilities ...
  2095.     
  2096. o   Command line parameter /D can be used as in this example:
  2097.  
  2098.         mr2i /Dmessagefile logfile
  2099.          
  2100.     and will load MR/2 ICE, detach all attachments found in the
  2101.     named message file.  A list of all detached files will be 
  2102.     found in the named logfile.  If no logfile is specified,
  2103.     the log is written to stdout.
  2104.     
  2105.     This is used in the faxrcv.cmd file included with MR/2 ICE
  2106.     for use with a link-to-Rexx filter.
  2107.     
  2108. o   Command line parameter /Q has been modified so that, if a space
  2109.     follows the /Q, a specific mode is invoked.  In this case, 3 parameters
  2110.     are expected:
  2111.     
  2112.         mr2i /Q filename address subject
  2113.         
  2114.     MR/2 ICE will create a new message to "address" (must be a valid 
  2115.     internet address, wrapped in quotes if it contains spaces) and with
  2116.     the given sibject (again, ""'s if spaces are included).  It then
  2117.     MIME encodes "filename" as an attachment and adds it into the
  2118.     outbox for sending.  If a copy MR/2 ICE is already running, that 
  2119.     copy will take over and send the message.  If no other copy is
  2120.     running, and MR/2 ICE is invoked as above, it will load the message
  2121.     into the outbox and exit.  To create the message, send and exit,
  2122.     without an existing running copy use:
  2123.         
  2124.         mr2i /XS /Q filename address subject
  2125.         
  2126.     Finally, if uuencoding is preferred over MIME encoding, you can 
  2127.     add a "*" in front of the file name:
  2128.         
  2129.         mr2i /Q *filename address subject
  2130.  
  2131.     While this works nicely for the purposes of interfacing with PMFax,
  2132.     it has potential with any other third party tools and/or user 
  2133.     scripts that need to send encoded files around.
  2134.  
  2135. --  To set up PMFax to work with MR/2 ICE, simply go to 
  2136.     Utilities->Settings->Program and insert the following text into
  2137.     the "EMAIL" field:
  2138.     
  2139.         d:\mr2i\mr2i /Q %FILE% %ADDRESS% %SUBJECT% /XS
  2140.         
  2141.     Where d:\mr2i\mr2i is replaced with YOUR location for the MR/2
  2142.     ICE executable.
  2143.     
  2144. --  To set up MR/2 ICE to pass incoming email faxes to PMFax v3.0 or
  2145.     later, simply set up a new filter:
  2146.     
  2147.         Utilities->Filter Maintenance ... New
  2148.         
  2149.         Description: Fax
  2150.         Tag: Fax
  2151.         Search type: Simple
  2152.         Areas to search:  Subject
  2153.         Text to search for: "EMAIL FAX" & !"RE:"  (include the ""'s)
  2154.         Filter type: Inbound
  2155.         Link to Rexx (mark this as checked):  faxrcv.cmd
  2156.         
  2157.     Then press OK.  You might opt to create a FAX FOLDER and copy these
  2158.     message there and/or removing them from the inbox, but this is not
  2159.     necessary for this to work correctly.
  2160.     
  2161. o   Install now includes the file faxrcv.cmd for use with the filter
  2162.     and features documented above.  NOTE THAT fxrcv.exe, as supplied
  2163.     with PMFax, is expected to be somewhere in your PATH.  If not, the
  2164.     script may be edited to point directly to the EXE, or this EXE
  2165.     can be copied somewhere in your PATH.
  2166.     
  2167. o   Double translations of MIME/QP text bug fixed.
  2168.  
  2169. o   New Settings->Prompts variable ... POP3 count threshold.  This is 
  2170.     a count that can be set or disabled.  Once your POP3 count grows
  2171.     past this threshold, MR/2 informs you of the situation on program
  2172.     load.  This to try and counter the problem with the default being
  2173.     to KEEP messages on the server, new users not knowing to purge,
  2174.     and mailboxes becoming full.
  2175.     
  2176. o   New warning that is issued when you attach a file via uuencoding
  2177.     and where that attachment's last line starts with a "." length
  2178.     character.  This has proven to cause trouble with various 
  2179.     combinations of POP3 servers and email clients, so MR/2 ICE suggests
  2180.     using MIME in these cases.  Note that the odds of this happening
  2181.     are something like 1:72, so it does happen!
  2182.  
  2183. o   Sorting of inbox and outbox is consistent when new messages are added.
  2184.  
  2185. o   Creation of a new folder now inserts the new item in the proper sorted
  2186.     spot.
  2187.     
  2188. o   Crash:  when a new outgoing message was created, then deleted from
  2189.     the outbox before sent, MR/2 would still try to send and crash at
  2190.     that time.  Fixed.
  2191.     
  2192. o   Crash: Some mailer liked to send BinHex with the entire section left
  2193.     padded with spaces.  I fixed both the code that crashed, then made
  2194.     it so the attachment is detachable.
  2195.     
  2196. o   Base64 text/plain is now decoded before display.
  2197.  
  2198. o   I spent an enormous amount of time reworking the way Tools->External
  2199.     Editing *and* the way CTRL-FKeys save and reload the 
  2200.     work-in-progress message.  External tools can now expect to get 
  2201.     full header and text messages, including MIME encoding and other
  2202.     attachments when invoked.  (This does NOT effect use of an external
  2203.     editor ... just when a message is modified in a "special" way).
  2204.     MIME markings (in particular, boundary strings) are preserved and
  2205.     reused on subsequent saves.
  2206.  
  2207.     This should help in the effort to support the combination of
  2208.     MIME and PGP.
  2209.     
  2210. o   Deleting the last MIME association no longer crashes MR/2 ICE.
  2211.  
  2212. o   Sometime recently MR/2 started creating messages with extra CR's 
  2213.     in the header section.  Fixed.
  2214.  
  2215. o   First-time users now see INSTALL.TXT automatically loaded into
  2216.     the E editor when they run MR/2 ICE.
  2217.  
  2218. o   The packed DLL's and EXE released as a test last time caused some
  2219.     minor trouble, mostly with v2.xx users.  While these instances were
  2220.     "rare", I'm not going to make this the default release mode.  I will 
  2221.     come up with a scheme where users can compress these files or ftp 
  2222.     compressed versions, but I don't want to cause more problems for any
  2223.     first-time users. 
  2224.  
  2225. o   There were more minor bugs crushed, but I didn't track all of the 
  2226.     little ones.
  2227.  
  2228.     
  2229. Changes included in v1.11
  2230. -------------------------
  2231. Mostly small bug fixes.
  2232.  
  2233. o   Several crashes located and fixed.  I don't remember all of them,
  2234.     but the Printer Setup crash on new installs was fixed.  There
  2235.     were a handful of others.  I didn't document them (sorry).
  2236.     
  2237. o   UUEncoded attachment bug fixed where UUencoding started on the
  2238.     very first line of a message (continuous loop condition).
  2239.     
  2240. o   Some minor additions to the HELP text, mostly covering areas
  2241.     where a new user might get confused (confirmation boxes).
  2242.     
  2243. o   Started support for nested MIME mutipart messages.  If you define 
  2244.     the viewer for a content type (e.g., "multipart/*") to be "*", and 
  2245.     you go to view a part of this type (RMB->View) it will open up a 
  2246.     SECOND message window with that part as the message.  It stull needs
  2247.     some work, but it should allow access to some of these appledouble
  2248.     message now.
  2249.     
  2250. o   Oh!  Almost forgot.  I am distributing DLL's in this release as a
  2251.     test.  Please note the following size differences between the
  2252.     normal versions of these files and the new versions:
  2253.     
  2254.         module                     orig                   packed
  2255.  
  2256.         mr2i.exe (v1.10)        598,539                 361,227
  2257.         c2151mt.dll             208,782                 137,996
  2258.         cp1bcmr2.dll            168,523                 107,021
  2259.         bsebcmr2.dll            178,033                  86,863
  2260.         opbbcmr2.dll            371,104                 248,095
  2261.                                 -------                 -------
  2262.         total                 1,524,981                 981,202
  2263.  
  2264.     
  2265.     NOTE that v1.11's EXE size should be reduced to the same degree.
  2266.     This is simply the use of a freeware utility called lxlite on
  2267.     these files ... they still take the same overall memory to load
  2268.     and operate, we've just cut down on the storage size.  Zip file
  2269.     sizes will not decrease ... these files are simple "pre zipped".
  2270.     
  2271.     PLEASE let me know it you have any problems with these (mostly
  2272.     I'm concerned with any OS/2 v2.xx users out there).
  2273.     
  2274.     
  2275.  
  2276.  
  2277. Changes included in v1.1
  2278. ------------------------
  2279. This release marks the completion of "basic MIME" support.  As usual,
  2280. there are issues left outstanding, but MIME does work nicely.
  2281. For example, items still needing attention include:
  2282.  
  2283. o   No Support for Multiple Message mime attachments (attachments
  2284.     "split" across multiple messages), either incoming or outgoing.
  2285.     
  2286. o   No automatic viewer launching, yet.
  2287.  
  2288. o   No outgoing BinHex.  Easily added, if there is a demand.
  2289.  
  2290. o   Directing attachments to different target directories is still
  2291.     in the works.  I meant to have this done, but failed, and since 
  2292.     it is not actually part of "MIME", I left it for last. This will
  2293.     appear very soon.
  2294.     
  2295. o   Nested multiparts are not supported at this time.
  2296.  
  2297. Ok, now for what IS there:
  2298.  
  2299. o   I improved all attachment code in general, handling user-supplied
  2300.     variations and adding them to my collection.
  2301.     
  2302.     BinHex attachments are now recognized even if NOT wrapped in MIME
  2303.     boundaries.
  2304.     
  2305.     Boundary spec in multipart header now handled for cases not wrapped
  2306.     in double quotes.
  2307.     
  2308.     Missing "end" boundaries are handled as a complete part.
  2309.     
  2310.     Multipart messages with no parts are now displayed (to accomodate a
  2311.     big PRM v2.0 bug that makes invalid MIME messages).
  2312.     
  2313.     MIME attachment files were never closed until ICE exited.  Fixed.
  2314.     
  2315. o   Viewer now attempts to launch from the RMB->Viewer item.  Error
  2316.     detection is minimal.  I will have to expand on this.
  2317.  
  2318. o   Spelling checker and thesaurus improvements.  Handling of contractions
  2319.     and words surrounded by punctuations is massively improved.  Spell
  2320.     checking of marked blocks no longer flips words around <!!>.
  2321.     
  2322. o   Printing of unwrapped, long-lined messages improved, but not a total
  2323.     fix.
  2324.     
  2325. o   Modifying a message via CTRL-Fkey and REXX, and/or with an editor 
  2326.     would often lose the read/replied/sent status.  Fixed.
  2327.     
  2328. o   Many, many tiny little nits cleaned up.  Of course, I still have many
  2329.     more to go.
  2330.  
  2331.  
  2332. [Note that v1.1 was the next release after v1.07]
  2333.  
  2334.  
  2335. Changes included in v1.07
  2336. -------------------------
  2337. This was mostly a bug-fix pass; much work was done on the MIME 
  2338. attachment engine (as well as with other attachments) and making 
  2339. existing things work and/or work better.  Another case where I wasn't
  2340. careful at all about documenting all of the bug fixes included (hence,
  2341. I can't list them)
  2342.  
  2343. o   Mime Associations can now be defined via a pushbutton on the 
  2344.     Settings->Advanced form.  This form makes use of a different style
  2345.     of list-item maintenance ... looking to see who likes this style
  2346.     better than the normal "pick list", then edit style.
  2347.     
  2348. o   I enabled the RMB->View attachment menu item, and it worked in my
  2349.     limited testing, but I expect to do much more with this.
  2350.     
  2351. o   Various fixes and changes to accomodate William Geiger's PGP
  2352.     interface.  This is looking very nice.
  2353.     
  2354. o   Again, more, but I didn't write everything down.  E.g., templates
  2355.     can now be moved around (with the up/down arrows) and when you save
  2356.     they stay where ypu put them.
  2357.     
  2358.  
  2359. Changes included in v1.06
  2360. -------------------------
  2361.  
  2362. o   Now supports KOI8-R and ISO-8859-10 character sets.
  2363.  
  2364. o   New MIME options in settings allow very low-level control of 
  2365.     character set conversions.
  2366.     
  2367. o   X-Sun-Charset header tag recognized and used.
  2368.  
  2369. o   New character translation tables ... I've reworked this logic and
  2370.     database to be less complex internally, allowing me to add
  2371.     new code pages and character sets as the demand occurs.
  2372.     
  2373. o   Outbox filter - testing, not meant for prime-time yet.
  2374.  
  2375. o   Attachment sizes are adjusted to better represent decoded sizes;
  2376.     File names now appear in uuencoded markers,
  2377.  
  2378. o   Better MIME handling for mixed case tags.  Previously, upper case
  2379.     tages were not treated properly.
  2380.  
  2381. o   "Special" filters that detect attachments now check message 
  2382.     parts, too.
  2383.  
  2384. o   Last byte(s) of MIME files sometimes encoded wrong.  This could 
  2385.     cause decoding problems on occassion.
  2386.  
  2387.  
  2388. Changes included in v1.05
  2389. -------------------------
  2390. WARNING: I have totally reworked the attachment subsystem.  Not only
  2391. does this improve overall performance significantly, but it also
  2392. provides seamless MIME and BinHex (Binhex is detach only at this time).
  2393. HOWEVER, with any new code, there can be problems.  I am considering 
  2394. the attachment subsystem "in beta" ... just this mechanism.
  2395.  
  2396. I expect to release v1.1 on 08/01/96 with MIME support that includes
  2397. user-definable viewers, an improved CP translation table with added 
  2398. support for ISO-Latin-10 and KOI8-R (Russian) character sets.  In 
  2399. addition, a user will be able to select a specific Code Page 
  2400. translation for any message.
  2401.  
  2402. BIG NOTE:  The // command parameter, used in testing, should NOT be
  2403. used.  In fact, the program now warns you if it is used.  AND, in fact,
  2404. the // flag's function has been reversed.  Using //, at least for now,
  2405. will cause MR/2 ICE to revert (mostly) to the old "attachment text 
  2406. viewable in the message" mode.  Just as a precaution.
  2407.  
  2408. o   Progress with attachments.  Support for the basic MIME mechanism
  2409.     has been added.  MR/2 will now recognize and parse MIME message,
  2410.     displaying text sections and replacing "attachments" with markers
  2411.     that represent the attachment.  The Message->Detach function will
  2412.     now detach uuencode, MIME and BinHex attachments transparently.
  2413.     
  2414.     Attaching files also supports MIME messages.  The Message->Attach
  2415.     menu now is a conditional cascade with UUEncoding still being the
  2416.     default (plans to user-configure).  The sub menu lists other options,
  2417.     including MIME/base64.  BinHex outgoing is not yet supported.
  2418.     
  2419.     The Text option is an experiment, but I believe it will be useful.
  2420.  
  2421. o   Drag file into reply window - becomes MIME attach.  Beginnings of 
  2422.     drag/drop support, just to say it exists, somewhere :)
  2423.  
  2424. o   RMB menu over an attachment is different.  Not yet functional, tho.
  2425.  
  2426. o   Detaching from a message index (RMB menu) now handles MIME parts, too.
  2427.     Previously only detached uuencoded attachments.
  2428.  
  2429. o   /X and /XS fixed.  I had to rework this quite a bit to get the timing
  2430.     right for ALL cases.
  2431.  
  2432. o   Fixed a possible heap corruption bug.  Extremely long TO lines 
  2433.     (>1K), when filtered, would (sometimes) overwrite one byte past
  2434.     the allocated buffer.
  2435.     
  2436. o   I've fixed it so that the deleting of MOST files is done 
  2437.     "permanently".  In other words, those using the DELDIR option in
  2438.     config.sys were having ALL deleted files "backed up".  This has
  2439.     been changed, by default, to NOT backup deleted files to your DELDIR.
  2440.     Some specific cases have been left untouched.
  2441.     
  2442.     For those of you that want to remain cautious at the expense of 
  2443.     speed,  I have added the command line option "/W" which will use
  2444.     the old delete method, in most cases.    
  2445.  
  2446. o   New command line switch /Qfilename.  Will add the names file to the
  2447.     MR/2 ICE outbox and exit.  File is assumed to be a properly formed
  2448.     message file.  You can force MR/2 to attempt to send the message via
  2449.     use of the /XS flag.
  2450.  
  2451. o   New command line switch /Euser@domain.com.  Starts MR/2 ICE and 
  2452.     immediately invokes a new message to the address specified.  For use
  2453.     by a third-party address book program still in the works, but it 
  2454.     surely has other applications.
  2455.  
  2456. o   Command-line control of a running copy of MR/2 ICE.  The commands 
  2457.     above will actually cause an existing instance of MR/2, if found,
  2458.     to do the desired work.  I went the extra step of support this for
  2459.     multiple accounts, so specifying an account should talk to the right
  2460.     copy of MR/2 ICE.  So, using the /Q option to queue a file actually
  2461.     puts it in the outbox of a running copy, and proceeds to send it.
  2462.     Using the /E option causes a New Message header screen to pop to the 
  2463.     desktop from a running copy of ICE.  Also:
  2464.     
  2465.         /Qfile  - as described above
  2466.         
  2467.         /Euser@domain - as described above        
  2468.  
  2469.         /+  will restore and bring focus to a minimized/burried 
  2470.             copy of MR/2 ICE.
  2471.             
  2472.         /-  will minimize an existing, running copy of MR/2 ICE.
  2473.         
  2474.     Other commands can be added as the need arises.  I'm open for
  2475.     good suggestions!
  2476.     
  2477.     NOTE that if a running copy of ICE is not found, a new copy is
  2478.     started and the work is done.  In the case of the /Q option,
  2479.     MR/2 ICE will exit after queuing.  /XS can be used to force it to
  2480.     send, too.  The /E option will start a new copy of MR/2 if one is
  2481.     not running, and the application remains active.    
  2482.  
  2483. o   POP3 server interface ... when an invalid password is given, will
  2484.     prompt you *only if* the config password is blank.  Otherwise,
  2485.     it just reports the error in the status window.  This prevents the
  2486.     prompting from interfering with auto-fetch scripts and procedures
  2487.     where the ISP might time out.
  2488.  
  2489. o   Using /S could end up racing the send thread with nothing for it to
  2490.     do, under certain conditions.  Fixed.
  2491.     
  2492. o   Closing Editor would "close" the app completely.  This was actually a 
  2493.     crash condition in v1.04a.  Fixed.
  2494.     
  2495. o   Pop3 logon errors now show message returned from the server.
  2496.  
  2497. o   Long free-form search strings (over 500 chars) could overwrite the
  2498.     stack of the incoming mail thread (crashing).  Fixed.
  2499.     
  2500.  
  2501. Changes included in v1.04
  2502. -------------------------
  2503. Didn't get to the massive bug-fix pass I had intended over the weekend;
  2504. real-work duty called.  Here's what I have to-date.
  2505.  
  2506. o   Text color in folder select when hilighted is now white on grey.
  2507.  
  2508. o   "Sending ..." message when /S param is used has been suppressed.
  2509.  
  2510. o   Save to file selection dialog changed back to enable file list.
  2511.     Title was changed to say "Save to File".
  2512.  
  2513. o   Minor cosmetic fix to Folder RMB button.
  2514.  
  2515. o   Changes to menu ID's to aid in accomodating HELP engine revisions.
  2516.  
  2517. o   Fixed the polling thread lockup when a Rexx filter failed due to 
  2518.     error.
  2519.     
  2520. o   Added a new filter type:  "Pre-Send" to the filter mechanism.  Not
  2521.     yet GUI selectable.
  2522.     
  2523. o   Rexx filters can now be forced to the foreground by simply adding 
  2524.     a "*" to the beginning of the command sequence.  For example:
  2525.     
  2526.         *maillist icemail.lst
  2527.         
  2528.     would run the MR/2 ICE mailing list in the foreground.  This allows
  2529.     REXX to prompt and accept input.
  2530.     
  2531. o   MIME coding started.  This also includes recognition of UUEncoded
  2532.     files and the treatment of them as "non-displayed text".  This is 
  2533.     not auto-enabled in this release, but will be shortly.
  2534.  
  2535. o   Kludge.  You can now add a char(1) to the end of the quote string,
  2536.     and this character will force a SPACE into the string.  Press ALT
  2537.     and then the numeric pad 1 ... you will see a smiley face character
  2538.     (CP850/437).
  2539.  
  2540. o   PreSend filters.  You can define a set of filter match criteria. Each
  2541.     message to be sent (queued messages) pass through this filter, and if
  2542.     found to match, can be passed through a REXX script.  Most other 
  2543.     options do nothing in this case, or have extremely minimal use.  
  2544.     After the filter(s) is/are executed, the message is sent.
  2545.     
  2546.     This was implemented specifically for PGP signing and encrypting. 
  2547.     It has other applications.
  2548.     
  2549. o   You may now specify a single filter to be BOTH an inbound and outbound
  2550.     filter.
  2551.     
  2552. o   Added support for internal MIME base64 decoding.  It even works :)
  2553.     Again, this is not automatically enabled at this time; I still have
  2554.     some work to do on ATTACHING files with this new system.  Detaches 
  2555.     work very well, tho!
  2556.  
  2557. o   Editor temporary names are now forced to be compatible with FAT 8.3
  2558.     naming conventions.    
  2559.  
  2560.  
  2561. Changes included in v1.03
  2562. -------------------------
  2563.  
  2564. o   Problem with temp file names that are not FAT compatible when printing
  2565.     marked text.  Fixed.
  2566.     
  2567. o   Indexing problem with filtered message to open folders fixed (apparent
  2568.     dupes, reindexing needed to match index with message).  Fixed.
  2569.     
  2570. o   Stealing of addresses via both the Message->Save address and RMB address
  2571.     functions improved and corrected.
  2572.  
  2573. o   Titles changes on a couple of file open dialogs to better match the
  2574.     real function ("Save as" or "Append to" instead of "Open").
  2575.     
  2576. o   Ctrl-+ plus works again, and Ctrl-= still works as an equivelent.
  2577.  
  2578. o   Bug in saving routine for Address Book, Group list, Filters and
  2579.     Templates fixed.  If you attempted to exit with unsaved changes MR/2
  2580.     warned you and appeared to give you a chance to save.  It actually
  2581.     would throw out yoru changes anyway.  Fixed.
  2582.  
  2583. o   Moving messages from one folder into the same folder ignores you.
  2584.     Previously, the messages would get deleted.  This seems to have 
  2585.     happened to enough people that figured I should "fix" it.
  2586.  
  2587. o   New way to register - via Compuserve's SWREG service.  MR/2 ICE is 
  2588.     SWREG #11797.  From a Compserve command prompt: GO SWREG.
  2589.     
  2590.  
  2591. Changes included in v1.02
  2592. -------------------------
  2593.  
  2594. o   Date header timezone is now corrected for daylight savings time.
  2595.  
  2596. o   Filters that start REXX commands do so minimized now.  If a REXX
  2597.     process is called fro my a filter, it is performed FIRST, before
  2598.     any copying to folders or other actions are performed.
  2599.     
  2600.     ALSO, if the Rexx process modifies the file at all, the index entry
  2601.     for that message is rebuilt.  This allows for REXX to massage the
  2602.     incoming message and the index will reflect any of these changes.
  2603.  
  2604. o   Tools->Edit Externally now checks to see if the file is modified,
  2605.     and will rebuild the index entry, of needed.  For example, you can 
  2606.     change the subject of the message and the index entry for the message 
  2607.     will immediately reflect the new subject.
  2608.     
  2609. o   MsgUtil.cmd is invoked via CTRL+Fkey.  The same "has message been
  2610.     modified" checks are performed on return from this process, and the
  2611.     message index entry is updated, if needed.
  2612.     
  2613. o   Oops.  Ctrl-Fkey would load msgutil against a message from the viewer.
  2614.     Initiate it against a reply and you'd get the original.  Fixed.
  2615.     Initiate it against a new message and you'd crash.  Fixed.
  2616.     
  2617. -   the four previous items took tons of code and should be considered
  2618.     new "beta" features.  I'm sure there are some bugs to shake out before
  2619.     depending on this to be flawless.  But, if you don't use them for
  2620.     these "advanced" functionality, you won't care :)
  2621.     
  2622. o   Fixed that pesky garbage-in-quote problem.  Again.
  2623.  
  2624. o   Index-to-Messages mismatch diagnostic beep now checks FROM in
  2625.     addition to SUBJECT for a match.
  2626.     
  2627. o   Text Editor now honors configured FTP and WWW commands from RMB.
  2628.  
  2629. o   Session Manager thread (the one added in v1.01 to monitor external 
  2630.     session threads) now starts up immediately (no delay).  Previosuly, 
  2631.     a delay was invoked which could caused any rexx-action filter to 
  2632.     fail until after delay (termination queue did not exist until then).
  2633.  
  2634. o   Problem with attachments - sometimes got truncated (bug I put in
  2635.     v1.01 only).  Fixed.
  2636.  
  2637.  
  2638. Changes included in v1.01
  2639. -------------------------
  2640.  
  2641. o   Outbound filters now function.  These are applied to each message
  2642.     *after* it is successfully sent.
  2643.  
  2644. o   Formatting printing now correctly prints backslashes and {} curly
  2645.     brackets.
  2646.     
  2647. o   The /X parameter has always started MR/2 ICE in "poll for new mail
  2648.     and exit" mode.  You can now add a modifier to this parameter to
  2649.     get it to poll for mail, send all queued mail, then exit.  Use /XS
  2650.     
  2651. o   Better handing of filename collisions for messages being filtered.
  2652.     Files were never overwritten, but occassionally the index entry
  2653.     would get recorded incorrectly.  Reindexing would be necessary.
  2654.  
  2655. o   Made the message index RMB popup menu's PRINT submenu a conditional
  2656.     cascase (menu with boxed-arrow).  This now honors the Printer
  2657.     Setting's page RMB option box.  Clicking on "Print" will take the
  2658.     default action defined on this page.
  2659.  
  2660. o   Outbox's Save Address menu now works correctly.  It was bringing up
  2661.     the rebuild index confirmation dialog.
  2662.     
  2663. o   Added READ, UNREAD and REPLIED to the outbox/folder index RMB menu's
  2664.     "Mark As" sub menu.  NOTE that these operations will only work on
  2665.     INCOMING messages, and SENT, UNSENT will only work on Outgoing messages.
  2666.     For example, Marking an Incoming message as sent will be ignored.  
  2667.     However, a folder can contain either type of message, or both.
  2668.  
  2669. o   Freeform filters now will strip any hard linefeeds the user has 
  2670.     entered before saving the filter to disk.  This created problems
  2671.     in the previous version.
  2672.  
  2673. o   Minor revision to the QP conversion in outgoing message headers.  
  2674.     Spaces were sometimes misplaced as defined in the RFC for QP in
  2675.     headers.
  2676.  
  2677. o   Message viewer/editor, Edit->Write to file option now works as it
  2678.     was supposed to.
  2679.     
  2680. o   Login/Logout now locks the POP3 service thread while transitioning.
  2681.     "Leaking" of messages while switching accounts was reported.
  2682.     
  2683. o   Message Editor: Pressing the Delete icon when in a reply-in-progress
  2684.     would result in the original message being deleted, too.  Now it
  2685.     only deletes the reply.
  2686.     
  2687. o   Pressing CLOSE while in a reply-in-progress now honors the "stay on
  2688.     same message after reply" configurable parameter.  This might take 
  2689.     a little getting used to for long-time users.
  2690.     
  2691. o   External Editing now does a better job of creating file names unique 
  2692.     for the current window.  There's still a bug with the OS/2 IPC Queue
  2693.     mechanism that I can't get right (messes up when doing multiple,
  2694.     simultaneous external edits)
  2695.  
  2696. o   Ok, I figured out the "bug" with OS/2's DosStartSession and Queues.
  2697.     I now have a new "session manager" thread that does nothing but 
  2698.     manages external sessions.  Multiple editor sessions work nicely
  2699.     now, as will any other external viewer window when needed.
  2700.     
  2701. o   Display of Group addresses chopped strings at 32 chars.  Fixed.
  2702.  
  2703. o   Printer Setup selection dialog selected the wrong "current" printer
  2704.     sometimes.  It matched the "current" printer by LPT port, which
  2705.     could have picked the wrong printer when two printers shared the same
  2706.     port.  Changed the headings on this form to reflect the *real* data
  2707.     displayed.
  2708.  
  2709.  
  2710. Changes included in v1.00
  2711. ---------------------------
  2712. I fixed so many things, so fast, without writing them down, that my 
  2713. change list is not worth listing.
  2714.   
  2715. Official Release v1.0.  
  2716.  
  2717. Trying to remember the changes:
  2718.  
  2719. o   Added user preferences:  DEL key active in viewer, Show account
  2720.     in title.
  2721.     
  2722. o   Printing in text editor, both draft and formatted.  Printing
  2723.     now can use real Courier font, and accomodates backslashes.
  2724.  
  2725. o   Pick Address now includes group entries.
  2726.  
  2727. o   Welcome message now pops into inbox on first load.
  2728.  
  2729. o   Pop3 "wrong password" will prompt you again until you get it right :)
  2730.  
  2731. o   Detach files now preserves message window state (position in 
  2732.     particular).
  2733.     
  2734. o   Inbox and Outbox RMB popup menus filled in.  Still no demand filtering,
  2735.     but marking as read/unread, detaching files, and saving addresses to
  2736.     address book/group/file now works.
  2737.     
  2738. o   New "pick group" form used in saving address prompts.  Includes "new"
  2739.     button.
  2740.     
  2741. o   Closing a folder now protects against lost data.
  2742.  
  2743. o   Group maintenance:  group pick button removed as pick address book now
  2744.     includes groups.  Also, European names in tags work correctly.
  2745.     
  2746. o   Extra garbage in quote-paste cleaned up.
  2747.  
  2748. o   Updated help file (still work-in-progress)
  2749.  
  2750. o   Hid some buttons/switches that weren't being used but causing 
  2751.     some confusion.
  2752.  
  2753. o   Other items fixed as they were reported:  Filter problems come to
  2754.     mind (boolean algebra and unquoted phrases).
  2755.  
  2756.  
  2757. BETA Program change log:
  2758.  
  2759. Changes included in v0.99z1
  2760. ---------------------------
  2761.  
  2762. o   HELP!  No, HELP TEXT!  This is still work-in-progress, but there is 
  2763.     much more real text than there was!
  2764.  
  2765. o   Font option from main notebook can be used to change message list
  2766.     font.  A few problems setting initial font ... 
  2767.     
  2768. o   Web/Speller RMB invocations will now work when cursor is at the
  2769.     END of a word.
  2770.     
  2771. o   Mr2files.txt is now included (was missing).  These are instructions
  2772.     on how to get the speller and thesaurus addons.  If either of these
  2773.     is invoked and the files aren't there, the instructiosn pop up.
  2774.     
  2775. o   All RMB speller options should be active.
  2776.  
  2777. o   Template maintenance and managner object massively rewritten.  It is
  2778.     now possible to add a new template and *should be* safe to edit 
  2779.     existing templates <grin>.
  2780.     
  2781. o   Many utility maintenance lists now have up/down arrows for moving an 
  2782.     items position in the list.  These function only in filters and
  2783.     templates.  The others will probably have these buttons hidden.
  2784.     
  2785. o   To, Cc and Bcc form fields now can hold a max of 2048 chars, as can
  2786.     the address book field for address(es).  Hardly usable this long for 
  2787.     normal address maintenance, but it will accomodate larger REPLY-TO-ALL
  2788.     lists this way.
  2789.     
  2790. o   Add a host of new options to the config object, all of which are
  2791.     waiting to me implemented.
  2792.     
  2793. o   Parsing issues with addresses containing commas inside quotes resolved.
  2794.     Also, "address (real name)" parsing left some space.  This has been
  2795.     removed (SMTP sends failing for some servers).
  2796.  
  2797. o   Header searches for fields were semi-case sensitive.  Still.  Fixed.
  2798.  
  2799. o   Icon changed.  I'll be playing with all of the contributions.  The
  2800.     one I build was made different for each resolution.  Thanks everybody!
  2801.     
  2802.  
  2803.  
  2804. Changes included in v0.99z
  2805. --------------------------
  2806. NOTE:  Secant's POP3 Server was released 4/28/96.  If you are 
  2807. interested, see http://www.secant.com.
  2808.  
  2809. o   In the previous release but not documented:  Reply to all is now
  2810.     an option when using the RMB within the TO and/or CC fields.  This
  2811.     function MAY choose to use both fields (To and CC) to distribute
  2812.     the addresses, depending on the size of the list.
  2813.  
  2814. o   HUGE speedups in tcpip operations.  In particular, receiving and
  2815.     sending mail.  I was using silly-size tiny buffers.  Not any more!
  2816.     More noticable on large messages and/or faster connection speeds,
  2817.     but faster overall regardless.
  2818.  
  2819. -   NOTE that as an "advanced option", I added a /B command line 
  2820.     parameter to allow control of the buffer size used.  The default
  2821.     is now 20K (512 bytes previously :).  Specifying /B32000 gets you
  2822.     a larger buffer and /B512 gets you the old "tiny buffers".  Value
  2823.     is forced between 512 and 32K.
  2824.     
  2825. o   Speedups on loading.  I spent WAY more time than I wanted to (how
  2826.     typical :) and the benefit was, well, relatively minor.  I shaved
  2827.     tenths of a second off of here and there.  I may have saved
  2828.     4-5-6 seconds of load time on my loaded-with-messages 486DX33.  
  2829.  
  2830. o   Context Menus reworked.  Some parts may not yet be functional.
  2831.     I disabled most non or partially working items.  Reply and Forward
  2832.     work but need some input.  How should these work?  I may add a 
  2833.     "quick reply" and a "quick forward" that jumps right into the
  2834.     reply w/out hesitation.  Hmmm.  Wonder what edit-header-before
  2835.     turned off would do ...
  2836.     
  2837. o   I removed the message header from draft printing and left the summary
  2838.     header.  Also, time now should print on both types of messages 
  2839.     using the OS/2 settings for time.
  2840.     
  2841. o   MR/2 will no longer hog the CPU (and effectively lock up) when it
  2842.     is dragged partially off the screen.
  2843.     
  2844. o   Color dialog has a pushbutton for "default" which will set the
  2845.     original EDITBOX colors for the viewer and editor.
  2846.     
  2847. o   External Editor specification will now allow for exact placement 
  2848.     of the file-to-edit, allowing parameters AFTER the file name.  Use 
  2849.     a "%s" to designate where in the command string to insert the file 
  2850.     name.  If %s is not found, the file name is simply appended to the 
  2851.     end of the command line (as it did in previous versions).
  2852.     
  2853. o   Address parsing now handles nested parenthesis.
  2854.  
  2855. o   Modifying the header of messages with long addressed would crash.
  2856.     Fixed.
  2857.     
  2858. o   Filters and real-time text searches: Phrases containing spaces no
  2859.     longer have to be enclosed in double quotes to be handled correctly.
  2860.  
  2861. o   Printer Settings has a default for new RMB print menu parent item.
  2862.     AND, the printer setup button is functional on this form, as well
  2863.     as in the RMB popup menus.
  2864.     
  2865. o   Not that help exists ... yet <grin>, but the help engine now will
  2866.     bring up help panels when in the SETTINGS notebook window.
  2867.     
  2868. o   Modified the printing DLL slightly to try and eliminate the extra
  2869.     EOJ formfeed with some drivers.  Seems it didn't work, but I'll
  2870.     keep the change.
  2871.     
  2872. o   Minor change that prevented resending of INCOMING messages that 
  2873.     have been moved to folders (sounds weird, but I do it often :).
  2874.  
  2875. o   MailTo.exe had a problem with message bodies > 32K (as I tried to
  2876.     the body as one packet, and tcpip limits packet size to 32K.  Fixed.
  2877.     
  2878. o   Improvements to broken connections on receiving from POP3.  I have
  2879.     a little more to do, but I do understand what's going on now.
  2880.     A broken connection will result in the poll for mail to stop.
  2881.     The polling will attempt to start at the SAME message next time.
  2882.     
  2883.  
  2884. Changes included in v0.99y
  2885. --------------------------
  2886. Short list this week.  I have more code to show than this <grin> but 
  2887. none of it ready for prime-time.
  2888.  
  2889. o   Quoting messages is MUCH faster.  More notable on long messages,
  2890.     but faster overall.
  2891.     
  2892. o   I made the = key mean the same thing as a + in the viewer (next
  2893.     message), as I saw someone pointing out that a PLUS is a shifted
  2894.     key on keyboards with no numeric keypad.
  2895.     
  2896. o   Printing DLL upgrades for real this time :).  Better paper size
  2897.     matching to printer driver sizes.  Fixes 107 errors.
  2898.     
  2899. o   Reply-to garbage in header on new messages (affected only those with
  2900.     no reply-to set).
  2901.     
  2902. o   I added dozens of small optimizations.  None of them seems to have
  2903.     amounted to much, but they're there.  Perhaps enough of these and
  2904.     we'll slowly see a difference.
  2905.     
  2906. o   You can now force a particular code page for translations to/from
  2907.     your machine.  I'm not sure if this is really what's needed, but 
  2908.     it was very easy to do and *might* help in the cases where a 
  2909.     keyboard/video translator is installed.  To force MR/2 ICE to 
  2910.     *think* you are using CP866, for example:
  2911.     
  2912.         mr2i /C866
  2913.  
  2914.  
  2915. Changes included in v0.99x
  2916. --------------------------
  2917. Release date for MR/2 ICE v1.0 will be May 8, 1996.
  2918.  
  2919. Mailing List add-on package will be available later today, 4/17.  We'll
  2920. call it an "early beta", even though it's working for me.
  2921.  
  2922. o   Enhanced msgutil.cmd, mostly by using all the code supplied by
  2923.     Jason Gottschalk <os2@tir.com> :).  I took his whole code structure
  2924.     and added in his "unpack AND view" code.  I did pull out many of
  2925.     the hard-coded executable names and moved them to the front where
  2926.     they can be more easily reconfigured.
  2927.     
  2928.     CTRL-F1 will now create an attached directory if one does not
  2929.     exist.  It will attempt to run munpack AND xbin against the 
  2930.     current message.  These will either need to be in your path OR
  2931.     in the attached subdirectory of MR/2 ICE (get them from my web page).
  2932.     THEN, in its default form, the script will attempt to run a viewer
  2933.     against the resulting file IF it matches a predefined set of file
  2934.     extensions.  It's Rexx, so it's easily extended!
  2935.     
  2936.     Thanks, Jason.
  2937.  
  2938. o   Additionally, msgutil.ccc has been renamed to msgutil.org and if
  2939.     you do not have a copy of msgutil.cmd in use, msgutil.org will be
  2940.     copied to msgutil.cmd.  You will need to copy the file over by hand
  2941.     if you want the new copy and hae been using this feature.
  2942.     
  2943. o   Modified printer.tf for "variable margins".  Should print better on
  2944.     A4 tray systems.
  2945.     
  2946. o   Printer DLL updated (equivelent to cpdll.zip patch released earlier
  2947.     in the week).  This should fix MANY of the recently created printer
  2948.     problems.
  2949.  
  2950. o   Message lines starting with the period character are now sent and
  2951.     received properly.
  2952.     
  2953. o   Folder sort order is now preserved when reindexed.
  2954.  
  2955. o   Attribution line does not appear in reply if "no quoting" is selected.
  2956.  
  2957. o   The crash caused by use of the /X comand line argument has been fixed.
  2958.  
  2959. o   Fixes to the MIME headers when using BCC's.  Also, MIME headers were
  2960.     being produced with the incorrect CTE types of 7-bit and 8-bit.  Now
  2961.     correctly uses 7bit and 8bit.
  2962.  
  2963. o   More code to deal with improper blank lines in the message header that
  2964.     previously would result in blank or incomplete index listings.
  2965.     
  2966. o   Duplicate header problem with external editor AND edit headers option
  2967.     resolved.
  2968.     
  2969. o   When forwarding, the subsequently re-editing the header, the 
  2970.     reply-to line would be removed.  Fixed.
  2971.     
  2972. o   One more SMTP open step added.  If all else fails, a low level 
  2973.     connection is forced with port 25 (bypassing services file).  This
  2974.     solved at least one strange problem :)
  2975.     
  2976. o   Opening of large messages is now faster by a dramatic margin.  
  2977.     I may still have a little more I can do, but this was a big leap.
  2978.     
  2979. o   Saving of large messages is also now massively faster.
  2980.  
  2981. o   Ha!  I found the problem where To/cc/bcc lines would get truncated
  2982.     at 160 or so characters.  You could add up to 512 chars when first
  2983.     editing the header, BUT, if you reedited the header, it would get
  2984.     chopped.  This was deep inside the ObjectPM core, and I removed the
  2985.     limitation.  In fact, I also discovered that 512 bytes IS NOT 
  2986.     the limitation of the OS/2 Edit field as I had thought.
  2987.  
  2988.     MR/2 ICE now supports address collections of up to 1024 characters
  2989.     per field.  That's roughly 30 well-formed (full, with real names)
  2990.     addresses.  By using the To and CC fields, 60 addresses can easily
  2991.     be handled; double that if real name comments are not important.
  2992.     This is the way it will remain for now, with the option of using a 
  2993.     distribution list available for longer lists (but the distribution 
  2994.     list is not displayed in the message).
  2995.     
  2996.     There may be more room to play here, but I still want to spend more
  2997.     time with this issue.  The situation is at least "much better" until
  2998.     that happens.
  2999.     
  3000.     I also adjusted the address book's address field to allow 1024 bytes
  3001.     to accomodate a maximum address list.
  3002.     
  3003. o   Changing accounts now corrects status line message counts.
  3004.  
  3005. o   When an external edit session is started, a ".Type" attribute is
  3006.     of "Plain Text" automatically assigned to the message file.  This 
  3007.     will save a step or two when using the E editor :).
  3008.     
  3009.  
  3010.  
  3011. Changes included in v0.99w
  3012. --------------------------
  3013. A big THANK YOU to all of those mentioning MR/2 ICE in newsgroups and
  3014. BBS conferences.  The ICE Mailing list is up to 250 users, volume is
  3015. still high, but not as bad as the first couple of days.  I'd say 60-100
  3016. messages a day? <grin>.
  3017.  
  3018. I'll make the mailing list code available next week.  I should also have 
  3019. some enhanced REXX stuff.  More donations, but not in time to include
  3020. with this release :)
  3021.  
  3022. o   Filters enhanced.  I've opened up the REXX and Special options.
  3023.     Minimal testing, but they SEEM to work.  
  3024.     
  3025.     The example file testmail.ccc is provided as a simple example of a 
  3026.     rexx test.  I'm still researching the rexx interface, but for now, 
  3027.     I'm using a kludge to return the results from rexx (Rexx is being 
  3028.     called from a cmd.exe session). If the file "mr2_rexx.$$$" is 
  3029.     created by the named script, the message is assumed to match.
  3030.     
  3031.     SPECIAL includes tests for message size, line count and attached
  3032.     files.
  3033.     
  3034.     Autoreply is now functional.  You must specify a template section 
  3035.     to use in creating the auto reply.  This is tricky, since you cannot
  3036.     create a new reply template from within ICE, yet.  Sorry.  It's an
  3037.     easy edit, tho ... edit your mr2i.tf and splice in the lines from
  3038.     mr2iorg.tf.  If you haven't customized your mr2i.tf file, you can 
  3039.     simply copy mr2itf.org to mr2i.tf and be all set.  Currently, 
  3040.     autoreplies are added to the outbox for sending, but deleted on send.
  3041.     I'm considering some options here.
  3042.     
  3043.     MR/2 added a header value for AUTOREPLIES as an aid in preventing
  3044.     endless loops of auto-replying.  Any filter that auto-replies should
  3045.     test for the existence of "X-AutoReply: Yes" and NOT autoreply if
  3046.     found.  Filter like: (whatever) & !{H:X-AutoReply}"Yes".
  3047.     
  3048.     ... Autoforward is next.
  3049.  
  3050. o   Printer setup lockup fixed.
  3051.  
  3052. o   Search/Replace lockup.  It doesn't lock up anymore.  Replace all
  3053.     works, replace one-at-a-time is still bad (but harmless).
  3054.     
  3055. o   Several problems with editing externally on-demand fixed.  Also fixed
  3056.     bug when editing header AFTER and cancel was pressed.  It now keeps
  3057.     you in the message with all of your text :)
  3058.     
  3059. o   Message are saved to disk with CR/LF's, and subsequently sent out 
  3060.     this way. (helps with some rare SMTP servers that require this)
  3061.     
  3062. o   Incoming messages.  Insertion into open folders was horribly slow. 
  3063.     Fixed (ok, it's at least MUCH better :).  Also, fixed another place 
  3064.     where index was being updated unnecessarily on message open.  I see 
  3065.     some other areas that can be improved ... I'll address these as we
  3066.     move along.
  3067.     
  3068. o   Fixed several small bugs with QP conversions.  Outgoing header
  3069.     translations for hi-ASCII values are performed.  Still a few items I
  3070.     want to add, but this is about done.
  3071.     
  3072. -   Also, I believe I've made QP working with the external editor options
  3073.     correctly.  ALTHOUGH, if you edit an "incoming" message externally,
  3074.     it WILL NOT be translated from QP nor from the source char set.
  3075.     This is the way it will work ... I should show, tho, outgoing messages
  3076.     (modifiable) in "readable" form when editing externally.
  3077.  
  3078. o   New sort option for message index: Message status.  Sorts in unread, 
  3079.     read, replied, unsent, sent order.
  3080.     
  3081. o   Right Mouse Button (RMB) popup menu in message indices now has a 
  3082.     "select to" entry.  Click on a startng message, find an "end" message,
  3083.     RMB->Select-to.  Highlights these two message and all message between 
  3084.     the two.
  3085.     
  3086. o   Spelling checker now takes into account your own quote string when
  3087.     deciding which text is quoted (and should not be spell-checked).
  3088.     
  3089. o   Bugs with several menu items crashing when invoked on "new message".
  3090.  
  3091. o   Template file would not be referenced if "edit headers before" was
  3092.     not checked.  Fixed.
  3093.     
  3094. o   Opening 7-8 folders at once would crash.  Fixed.
  3095.  
  3096. o   The CheckInstanceExists() routine now uses the full path of the
  3097.     running MR/2 when testing.  This allows for multiple copies of
  3098.     MR/2 ICE without specifying mail configs, as long as they are
  3099.     based in different directories.
  3100.  
  3101.  
  3102.  
  3103. Changes included in v0.99v
  3104. --------------------------
  3105. I release this with a small bit of hesitation.  There has been some 
  3106. discussion of problems with the new build of the support DLL's,
  3107. which I have chosen to use.  If there are too many problems, I will
  3108. offer a separate version linked with the "old" DLL's.
  3109.  
  3110. o   Outgoing MIME Quoted Printable and CTE Character set conversions.
  3111.     Your choice of 9 outgoing ISO sets, or US-ASCII.  Other options.
  3112.     (See new settings page).  Conversion of header strings is not in,
  3113.     yet, but will be quickly.  [Incoming conversions have been in place
  3114.     for awhile now].
  3115.     
  3116. o   New Settings page "Advanced features" ... MIME QP options and
  3117.     settings for Web Explorer and FTP commands spawned from Right
  3118.     Mouse Button (RMB) inside viewer/editor.
  3119.     
  3120. o   More Filter options started, but I disabled the controls for these
  3121.     again, as I didn't get to finish them.  They're next.
  3122.  
  3123. Fixed dozens of smaller bugs:
  3124.  
  3125. o   Last character of formatted print output chopped.  I cannot find
  3126.     the reason for the extra formfeed some users are experiencing.
  3127.  
  3128. o   Edit Externally did not always save current work to file 
  3129.     before spawning editor.
  3130.     
  3131. o   The UUDecode logic would loop forever on error or if no attached
  3132.     uuencoded file existed.  Path prefixes are stripped (better) from
  3133.     embedded file names.
  3134.     
  3135. o   I've added an experimental area in the title bar for account
  3136.     name.
  3137.     
  3138. o   Stabilized the threads a bit so that "false starts" should no
  3139.     longer occur.
  3140.     
  3141. o   Modified cleanup code on exit so that threads all commit suicide.
  3142.     This seems to have fixed the "failure to exit" bug.
  3143.     
  3144. o   Minor address book and group address book issues fixed.
  3145.  
  3146. o   Made subjects prefixed with "Re: " logically equivelent to "Re:".
  3147.  
  3148. o   Network Settings: modified the FROM and REPLYTO fields to have
  3149.     mnor validations.  Also modified the initila import of TCPOS2.INI
  3150.     data to guess better at the FROM string.
  3151.     
  3152. o   Creating a new user profile failed to add this to the "valid" list,
  3153.     so logging on with that name was not possible until you exited and
  3154.     reentered.
  3155.  
  3156. o   Folders now reset the "new" count to zero on close.
  3157.  
  3158. o   Printer errors now display to the user with a popup window.
  3159.  
  3160. o   Text searching and body-text oriented filters were broken.  Fixed.
  3161.  
  3162. o   Logging off sometimes messaged up the current INI.  Fixed.
  3163.  
  3164. o   Logging into a new account would leave empty grey area on right.
  3165.  
  3166. o   Split screen editor now allows "header" button to work correctly.
  3167.  
  3168. o   Cell boxes for outbox and folder index will now remember fonts
  3169.     dropped on them.
  3170.  
  3171. o   STILL NEW!! An MR/2 ICE mailing list.  Send email to 
  3172.     mr2ice.list@secant.com with a subject of SUBSCRIBE.  Discussions
  3173.     of MR/2 ICE bugs, problems, solutions, tips and tricks!
  3174.  
  3175.  
  3176. Changes included in v0.99u
  3177. --------------------------
  3178. NEW!! An MR/2 ICE mailing list.  Send email to mr2ice.list@secant.com 
  3179. with a subject of SUBSCRIBE.  Discussions of MR/2 ICE bugs, problems,
  3180. solutions, tips and tricks!
  3181.  
  3182. NOTE, LAST TIME!:  If you've registered MR/2 ICE and are not getting 
  3183. email notifications of new version (and want them, I guess), please 
  3184. drop me a note specifying your serial number, real name and email 
  3185. address.
  3186.  
  3187. I may actually wait TWO WEEKS for the next update.  I want to track down 
  3188. some strangeness, and keeping the same released code out longer may 
  3189. help.  Not sure yet, but just to prepare you!  For those getting the 
  3190. occassional SYS3184 (devide by zero), please report the crash address 
  3191. again. I will keep an EXACT DEBUGGING COPY of version U around for the 
  3192. purpose of finding this one.
  3193.  
  3194.  
  3195. o   That anoying "beep" and hour-glass cursor often when opening a 
  3196.     message?  Gone!
  3197.     
  3198. o   Message viewer Tools menu now enabled External Editor for read-only 
  3199.     messages.  Changes saved to disk (e.g., to incoming messages) *are* 
  3200.     reflected in the message window.  For PGP users and other folks 
  3201.     wishing to edit incoming mail for whatever reason (I need it on 
  3202.     occassion :).
  3203.     
  3204. o   Some Quoted-Printable character translation bugs fixed.  
  3205.  
  3206. o   Addresses with commas inside comments (parenthesis) failed.  Fixed.
  3207.  
  3208. o   Most import text/save text standard file dialogs now remember there
  3209.     previous paths and file names.  By request :)
  3210.     
  3211. o   Blank message may now be sent.  MR/2 had trouble with these before.
  3212.  
  3213. o   Ooops, BMT Micro's phone under "help" was listing their FAX number.
  3214.  
  3215. o   Printer template: modified big time.  Played with the footer spacing.
  3216.     Added some new @variables.
  3217.     
  3218. o   Printer Settings page revamped.  Now has Paper Size, simple font
  3219.     and font size selection.  NOTE that I still have some work to do
  3220.     with right margins (A4 paper size still has Letter size's right
  3221.     aligned headings), but this is minor.
  3222.     
  3223.     So, the special A4 template I sent to some of you is obsolete,
  3224.     use the printer.tf file supplied in this release, and set your
  3225.     paper size to A4 in Options->Settings->Printer.
  3226.     
  3227. o   Almost forgot!  By request, and something I've needed myself.
  3228.     Support within viewer for "Move to folder, Next/Prev message".  
  3229.     Navigate menu shows these options with keyboard connections to
  3230.     CTRL+UP and CTRL+DOWN.  No toolbar icons or menu quick-folder 
  3231.     lists, but I should get to these soon.
  3232.  
  3233. o   Modified the print thread to delay in starting.  There was a 
  3234.     hint that this thread might be involved in the exit-while-loading
  3235.     problem.  You won't be able to print for the first 4 seconds ICE
  3236.     is running :)
  3237.  
  3238. o   Minor revision to msgutil.ccc, prompted by Jason Gottschalk's 
  3239.     <os2@tir.com> post to the MR/2 ICE mailing list.  Ctrl-F3 has
  3240.     been made to support viewing of HTML embedded within a message.
  3241.     I only stole a small part of his code (with permission, of 
  3242.     course!) but like his code layout better than mine and will model
  3243.     the next release after that.  Thanks Jason!                
  3244.  
  3245.  
  3246.  
  3247. Changes included in v0.99t
  3248. --------------------------
  3249. NOTE, AGAIN!:  If you've registered MR/2 ICE and are not getting email
  3250. notifications of new version (and want them, I guess), please drop
  3251. me a note specifying your serial number, real name and email address.
  3252. OS/2 Shareware's system does not provide an email address, and I sometimes
  3253. miss the BMT Micro carbon copies (but do get email addresses later).
  3254.  
  3255. o   More printing issues.  Polling my list of registered users, we came 
  3256.     up with a majority confirmation that long descriptions passed to 
  3257.     various drivers caused trouble.  I've fixed a limit of 40 chars to 
  3258.     spooled file descriptions (detail printer view document 
  3259.     descriptions). This should help tremendously.  Some other printing 
  3260.     changes ... I'm hoping to hear of great results, but I assume I'm 
  3261.     not quite done yet.
  3262.     
  3263.     NOTE:  Form change dialogs.  I added these in and expect some of the 
  3264.     remaining problems to be with these.  If the driver knows you last 
  3265.     printed on Legal paper, or on Envelopes, the Job Properties dialog 
  3266.     will pop up.  There still seems to be a problem here (it still 
  3267.     doesn't print after changing the settings) and I am looking into 
  3268.     this.  If this message comes up, try setting the properties outside 
  3269.     of ICE, then reloading and printing again.  BTW, the default paper 
  3270.     size is LETTER for printed messages.  I am curious as to if this 
  3271.     causes problems for European users.  Let me know and I will try to 
  3272.     address them.
  3273.  
  3274.     UPDATE: I modified things a bit at the last minute <oh no! gasp> and 
  3275.     the popup job properties seem to be recognized now.  We'll see.
  3276.     
  3277. o   Modified printer.tf some.  Removed the $HEADER dump of raw headings, 
  3278.     cleaned up spacing and alignment a bit.
  3279.     
  3280. o   Sorry.  I had inserted a new formatting loop in versions S/S2 that 
  3281.     was invoked on pressing the SEND button.  Very slow, very 
  3282.     inefficient. Caused long message (e.g., attachments) to slow so 
  3283.     badly that you would think the system was locked.  Fixed (rewritten, 
  3284.     then written in assembler).
  3285.     
  3286. o   Printer settings use the same code in all 3 places it can be 
  3287.     invoked.
  3288.  
  3289. o   Added some code to the HELP menu for "Registration info" and added a 
  3290.     new "View read.me file" option.  Works OK, except I now realized 
  3291.     that the internal editor has no print capabilities (can't print the 
  3292.     registration form!) so it still needs some work.
  3293.     
  3294. o   Yes, I fixed several tiny bugs, but I can't recall them at this 
  3295.     time. Humph.  I'm getting old :)  Most of the focus *was* on 
  3296.     printers, tho, and now that I'm close on this (I think?), I'll spend 
  3297.     less time on it and get some other stuff done.
  3298.  
  3299.  
  3300. Changes included in v0.99s
  3301. --------------------------
  3302.  
  3303. NOTE 1:  If you've registered MR/2 ICE and are not getting email
  3304. notifications of new version (and want them, I guess), please drop
  3305. me a note specifying your serial number, real name and email address.
  3306. OS/2 Shareware's system does not provide an email address, and I sometimes
  3307. miss the BMT Micro carbon copies (but do get email addresses later).
  3308.  
  3309. NOTE 2:  Groups.  I'm working on some instructions, as this is creating
  3310. much confusion.  At the same time, I'm thinking about ways to improve
  3311. this.
  3312.  
  3313. Printing took an incredible amount of time this week.  QP, configuration
  3314. issues (Explorer, ftp, code pages, etc) and the a blitz on RMB menus are
  3315. next; lots of great ideas!
  3316.  
  3317. o   Printing?  I believe it's fixed ... at least the BIG problem with
  3318.     formated printing.  It turned out to be a driver-specific problem,
  3319.     which I knew before but couldn't place any logic behind it.  I have
  3320.     an office HPIII and HP4Plus that work perfectly.  Others had HP's 
  3321.     that wouldn't.  It all depended on how the driver handled a 
  3322.     seldom-used FORM specification.  This parameter is usually ignored, 
  3323.     so it is now removed and I've managed to print to my collection of
  3324.     dot-matrix test drivers.
  3325.     
  3326.     IF YOU STILL have a problem with formated printing, please let me
  3327.     know.  I'd like to know the version of WARP you are using (I've
  3328.     found that this matters in this case), the printer driver used, and
  3329.     and trap address and source.  I NEED ONLY the address as in 
  3330.     "generated an access violation at xxxxxxxx" and the module (MR2I.EXE,
  3331.     PMSPL.DLL, etc).
  3332.     
  3333. o   Other printer additions: settings.  The "Other port" option for draft
  3334.     printing has been enabled.  You can now specify any weirdness you want,
  3335.     although error checking is at a bare minimum.  Specified file/device
  3336.     is opened in "append text" mode.
  3337.     
  3338.     Also, a new draft setting that controls the end-of-print form feed.
  3339.     Sometimes it's needed, sometimes it produces a blank page.  Now you
  3340.     can pick which one you want.
  3341.  
  3342. o   I added some code to make printer selection persistent.  Testing will
  3343.     be very limited, and I'll know quickly if something doesn't work.  
  3344.     It's simple enough, tho.
  3345.     
  3346. o   The formating problem with outgoing text has been fixed.  It had
  3347.     to do with left over LF's, usually in pasted text whose lines were
  3348.     previously wrapped longer that MR/2's wrap column.
  3349.     
  3350. o   The Message viewer window now has a menu entry for 
  3351.     "Edit->Copy message file name".  This copies the fully qualified
  3352.     file name for the current message to the clipboard.
  3353.     
  3354. o   Minor bugs:  Auto-split window should now work when replying from
  3355.     a folder.
  3356.     
  3357. o   I tried to switch the filter system's REXX stuff to not load
  3358.     the command processor by calling RexxStart() directly.  Still
  3359.     needs work.
  3360.     
  3361. o   Ctrl-Fkey invoked REXX functions ... oh well, I didn't get a chance 
  3362.     to finish for this release.  Basically, a REXX file is invoked with 
  3363.     a key code and the file name, so you can do ANYTHING you want, 
  3364.     including detaching binhex and mime attachments.  This isn't what 
  3365.     I'll depend on for this ... it's just an escape for "special 
  3366.     processing". There's a msgutil.ccc file that can be renamed to a 
  3367.     cmd.  UNDERSTAND, please, that this whole thing may be reworked in 
  3368.     the next release. Consider it a toy/prototype at this time.  Ctrl-F9
  3369.     is not processed, Ctrl+F1->F12 are available other that that.
  3370.     Stay tuned.
  3371.     
  3372.     
  3373.  
  3374. Changes included in v0.99r
  3375. --------------------------
  3376. March is almost here.  I have committed to release a v1.0 sometime in
  3377. this month, and it is important to do so.  This will undoubtable mean
  3378. that v1.0 will not have all of the features on my to-do list.  That 
  3379. list has been growing at a fast pace, and some long-time entries have
  3380. not yet been addressed.
  3381.  
  3382. Releasing a v1.0 is a mere formality to me ... work will not cease, and
  3383. I will continue to upgrade the product quickly.  I'm pushing it with
  3384. once-a-week releases, I will probably drop back to every 2 weeks, with
  3385. "specials" in between, when warranted.
  3386.  
  3387. I anxiously await the release of the two major competitors' updates.  Right
  3388. now they have a bit of an advantage, as my work is out in the open and 
  3389. there's still a bit of mystery as to what to expect from "them".  I can't
  3390. wait to have some visible and relatively static new targets :).  And there's
  3391. the key ... I do not believe that the competitors can maintain the pace
  3392. that I intend to keep.  Only one has the resources, but they also have the
  3393. most overhead.  We'll see.  It will be interesting.
  3394.  
  3395. Rest assured.  If you see a v1.00, v1.01 will be out in another week or
  3396. two, v1.02 shortly after that.  That's how I've reached a version level of
  3397. 2.26 with the QWK reader, usually at a .01 release at a time :)
  3398.  
  3399. I've been beating back bugs.  Lot's of them.  Again, not documenting too 
  3400. well:
  3401.  
  3402. o   Editing template sections is now more reliable.  Problems with changing
  3403.     the size of a section have been fixed.
  3404.  
  3405. o   TCP/IP updates w/regards to SMTP sends ... minor bug with one 
  3406.     user's host.  Some other changes with POP3 receives and odd packet
  3407.     sizes.
  3408.  
  3409. o   Replies crashing on send from folders AND navigation being disabled
  3410.     upon incoming mail.  This was a tricky one to fix, but I believe it's
  3411.     reliable now.  When a message was being copied/moved to a folder
  3412.     (including the copies done by incoming filters), the entire folder
  3413.     index was reloaded, invalidating the previously loaded memory image
  3414.     of any one that was open.  Fixed.
  3415.  
  3416. o   Ah.  I have dusted off my assembler books.  MR/2 ICE now includes 
  3417.     two small assembler routines for manipulating message contents.  
  3418.     This code was applied to some new areas, so existing code will not 
  3419.     increase in speed.  However, I see many places where things can be 
  3420.     made snappier with some assembler applied.  I will start to do this 
  3421.     over time, probably more realistically AFTER v1.0.  I once wrote a 
  3422.     database code generator and report writer (under CTOS/BTOS)  that 
  3423.     blew away all the competition w/regards to speed (and features, too 
  3424.     :).  I accredited the speed to a small core set of assembler 
  3425.     helpers.  I will apply the same technology to MR/2 ICE.
  3426.     
  3427. o   ALT-Q, paste with quote, now wraps better (by removing previous line
  3428.     breaks).
  3429.     
  3430. o   Minors:  RMB invocation of explore.exe will clean up URL's better.
  3431.     Updated the default template file for forwards.  Preparing for the
  3432.     support of selectable sigs and secondary-account specific support
  3433.     files.  Edit menu would disable entries when switching "back" to 
  3434.     the source message ("<" button) that were never reenabled.  Fixed.
  3435.     New reply-time variable: @SignatureFile@ that doesn't yet have
  3436.     a use :)  Spell checker buglets, a couple accelerator issues, etc.,.
  3437.     
  3438. o   POP receives.  Yet another strange case where lost data occured was 
  3439.     plugged. This was due to a connection disconnect and a subsequent 
  3440.     hurried closing if ICE my the user, but it still had ugly results.  
  3441.     This effected PURGE mode only.  I have cleaned up the warning 
  3442.     message so as not to invoke unneeded panic and fixed it so that the 
  3443.     same actions will not lose messages.  NOTE that I have also removed 
  3444.     a "cleanup by purging old messages" loop that may result in dupes.  
  3445.     Maybe.  Better this than lost data, IMO.
  3446.     
  3447. o   Oh, yes!  Almost forgot (Cheryl :-).  I added persistence when 
  3448.     dropping a font on the INBOX.  If this works OK, I'll add 
  3449.     it to the others. This is a test ... colors are pending, but 
  3450.     dragging a font to the inbox should "stick".  There are some kinks, 
  3451.     most w/regards to non CP850 fonts that will be fixed next release.
  3452.     
  3453. o   I have added some code to Filters that enables a REXX script to be 
  3454.     executed upon a filter match.  This is preliminary and spawns a 
  3455.     command shell for now, until I rework it.  I also have an example 
  3456.     script that I will use to maintain, over time, an automated mailing 
  3457.     list.  The file is provided as maillist.ccc ... you should copy
  3458.     this to a .cmd file.  I will only update the .ccc file, so that 
  3459.     overwriting any modifications you may make will be avoided.  To 
  3460.     invoke this file at this time.  I use this as so:
  3461.     
  3462.         Link to Rexx:   maillist.cmd maillist.lst
  3463.         
  3464.     The mail message file name is appended to this command line and
  3465.     the script is run.  Maillist.lst is the email address list I
  3466.     want to create ... it can vary based on your needs.  Naming the list
  3467.     in this manner allows multiple lists to be supported.  The script
  3468.     support two commands at present, SUBSCRIBE and UNSUBSCRIBE, both as
  3469.     the first word of the subject line.  Obviously this is work-in-progress,
  3470.     but it will fill a long-standing personal need :).
  3471.     
  3472.     You would then use it by defining a group, where the group consist
  3473.     of At Least this file (maillist.lst) as an entry.  I *do* intend
  3474.     on continuing until ICE can work as a list server (receiving posts
  3475.     and routing them to all members on the list).
  3476.  
  3477.  
  3478. GENERAL NOTES!
  3479.  
  3480. 1.  The movement between open folders issue was brought to my attention
  3481.     again just now.  This, after a bit of a rough discussion on Usenet
  3482.     not long ago.  As I explained that I didn't, personally, like PM Mail's
  3483.     setup for folders, I remembered another gadget I had coded to help here.
  3484.     The Windows menu.  Has anyone ever looked at this with a bunch of 
  3485.     windows/folders open?  You should!  It's a quick and dirty index into
  3486.     almost any open and accessible MR/2 Window.  The same menu is on the
  3487.     main notebook as well as each message window.  Editor windows are not
  3488.     listed, but are on my todo's.  Just a subtle "fun fact".
  3489.     
  3490. 2.  Installation over existing setups causes constant concerns.  And 
  3491.     questions.  I have built the ZIP files so that the risk of overwriting
  3492.     user-modified files is slim.  So, USUALLY, it is safe to simply unzip
  3493.     a new distribution set over an existing setup.  I WILL RECCOMMEND, as
  3494.     always, to backup the MR/2 ICE base directory, as a precaution.  This
  3495.     also gives you protection against a newly introduced bug that might
  3496.     render your mail system unworkable.
  3497.  
  3498.  
  3499. Changes included in v0.99q
  3500. ----------------------- ---
  3501. SIMPLE HELP NEEDED:  I would like to see some examples of ISO-8859 based
  3502. messages that are not *-1 or *-2 character sets.  Does anyone receive
  3503. messages in one of the other char sets that can forward a copy to
  3504. nick@secant.com?  Thanks!
  3505.  
  3506. ALSO, I'm looking for suggestions for OTHER ftp sites on which to place 
  3507. MR/2 ICE initially on release.  Places that will benefit large numbers 
  3508. of people and ease the strain on my site.  I'll gladly crosslink my web 
  3509. page to these sites.  Gary Hammer's page would be a great choice, I'll 
  3510. write him, but he's pretty quick about grabbing released anyway! 
  3511. Specifically, a place in Europe would be ideal.  I've had some 
  3512. suggestions, but upon logging into these 2 sites, had no idea where I 
  3513. would even place the files! Just trying to spread things about some, and 
  3514. improve access.
  3515.  
  3516. o   Unsynchronized SEND and RECEIVE threads.  From the beginning, I coded
  3517.     it so you could not do both at once.  Not sure why, but I spent the
  3518.     week with them de-synched and all worked well.  I received messages
  3519.     while waiting for my last MR/2 released notice was going out.  I see
  3520.     even more possibilities here :)
  3521.     
  3522. o   A host of bug fixes ... bugs introduced in the P version.  Sorry!
  3523.     includes /L crashing, Read/check marks having a mind of their own
  3524.     and others.  Once again, I wasn't too careful about remembering them
  3525.     all.  Oh, also the new install blank-page-if-no-data-to-list bug 
  3526.     was fixed.    
  3527.  
  3528. o   Improvements to Multiple Account support.  Passwords now work <again!>
  3529.     as do the menu options for change password and delete profile.
  3530.     Oh, ya, pathing bug fixed when a default profile is created by simply
  3531.     starting with the /Mnewprofile.cfg flag.
  3532.     I've got just a couple minor issues to handle this week to call this 
  3533.     "done".  The biggest issue is how to allow each account to have sigs,
  3534.     filters and templates with the least negative impact on existing setups.
  3535.     A couple of other ideas, too ...
  3536.     
  3537. o   I've created a reindex.exe utility, not included this time but will
  3538.     be next release.  This will aid in the creation of more other-mailer
  3539.     to ICE migration tools, as I've externalized the hardest part of
  3540.     MR/2 ICE messages ... the message index creation.
  3541.  
  3542. o   Printing is still struggling, although I've made headway.  If I can't 
  3543.     close out the largest of the bugs in the next week, I may back off and
  3544.     code up a simpler system, worrying about all the fancy features later.
  3545.     Sorry this has continued on so long ...
  3546.  
  3547.  
  3548. Changes included in v0.99p
  3549. ---------------------------
  3550. I've included the listings for a couple of interrim v0.99o fixes
  3551. in this list, since only a couple of folks collected the patched releases.
  3552.  
  3553. I also didn't do any better with documenting smaller bugs that were
  3554. fixed.  I know I did quite a few.  I should be handling the smaller ones
  3555. more quickly.
  3556.  
  3557. o   Code Pages - I handled Latin-2 conversions, but my libraries always
  3558.     used a CP850 font.  Fixed to honor the systems current CP.
  3559.     
  3560. o   CP conversions STILL weren't done unless quoted-printable was 
  3561.     specified.  Fixed.  Also, "quoted-printable" was tested for too
  3562.     tersely, and was not found if prefixed with too many spaces.
  3563.     
  3564. o   Minor menu disabling for folder index fixes.
  3565.  
  3566. o   Conversion of QP and Base64 codes in message headers.  There are
  3567.     still a few quirks, but they are minor.
  3568.     
  3569. o   Folder indices may now be closed simply by clicking on the "Close
  3570.     Window) icon, third from the left.  It seemed more handy to change
  3571.     the meaning somewhat.  We'll try it and see.
  3572.     
  3573. o   Folder message count fixes.  Again.
  3574.  
  3575. o   More menu items disabled when not appropriate.
  3576.  
  3577. o   Two more viewer navigation options ... open next/previous INDEX search
  3578.     hit.  I'm sure I'll find plenty more of these, and I'll probably add
  3579.     the "delete" versions, too.
  3580.  
  3581. o   Some minor fixes to Multiple Accounts.  I expect to delve into this
  3582.     more this week.  That, and finally, formated printing.
  3583.     
  3584. o   Reworked this read me so that change logs are at the top of the file.
  3585.     The 
  3586.  
  3587.  
  3588. Changes included in v0.99o
  3589. --------------------------
  3590. I had hoped to have more "results" in this release, but the process of
  3591. debugging the printing is still underway.  I understand the problem(s)
  3592. much better, but don't (yet) have concrete, blanket results.
  3593.  
  3594. o   How to say this ... printing sometimes works again :).  If you were
  3595.     able to print formated before, then couldn't, you probably can again.
  3596.     The major problem with formated printing still exists ... but I've
  3597.     narrowed it down.
  3598.     
  3599. o   Miscellaneous filter issues handled ... saving, modifying, initial
  3600.     entry activation.  What's there seems to be stable now.
  3601.     
  3602. o   Folder issues with marking read messages, handling counts, etc.
  3603.     Some fixed, a few more to track down.
  3604.     
  3605. o   Quite a few bugs that I don't remember ... it was one of those weeks
  3606.     where I tried to fix some things as soon as I heard about them, but
  3607.     failed to write them down.  For example:  Web Explorer was launched
  3608.     as a child of MR/2 ICE.  So, exiting MR/2 ICE would close any
  3609.     internally launched WEB links.  Fixed so that WE's are separate 
  3610.     independent session.
  3611.     
  3612. o   Translation cleanups.  ICE now recognizes the MIME quoted-printable 
  3613.     header regardless of the charset and performs escape char translations.
  3614.     
  3615. o   Character set conversions.  I massively rewrote this into the 
  3616.     ultimate conversion engine (IMHO :).  MR/2 ICE now supports 45 
  3617.     code pages / character sets, including ISO-8859-1 thru 9.  It 
  3618.     supports more code pages than standard Warp does at this time, but 
  3619.     I've planned for the future :).
  3620.     
  3621.     No DBCS code page conversion is supported at this time.
  3622.     
  3623.     All MIME ISO headers (1-9) should be properly converted for display.
  3624.     I still have send-side conversions to handle.  I'd like to hear, 
  3625.     either positively or negatively, if display-side conversions are
  3626.     working for you (this goes out to non-US users mostly, I guess!).
  3627.     Is this working OK for you or not?
  3628.     
  3629. o   I've removed the DBCS flags from all ENTRY fields ... pasting should 
  3630.     now work.  Investigating better fixes ...
  3631.  
  3632. o   Multiple Instances of MR/2 ICE may now be started, as long as EACH
  3633.     instance references a different mail configuration file.  This allows
  3634.     the monitoring of different accounts.  For example, if you've created
  3635.     a second "account" to monitor mail at a different ISP, and that 
  3636.     account is called ISP2 (thus, a file ISP2.CFG exists), you can monitor
  3637.     mail for both the "default" account, mail.cfg and ISP 2 this way:
  3638.     
  3639.         start MR2i
  3640.         start MR2i /Misp2.cfg
  3641.  
  3642.  
  3643. Changes included in v0.99n2
  3644. ---------------------------
  3645.  
  3646. o   Filter bugs.  First, I left filtering out of SMTP "read" mode.  Fixed.
  3647.  
  3648. o   Filters would actually NOT filter some messages.  This was due to
  3649.     the unobvious occurence of a name collision.  What this proves is 
  3650.     my filter-error recovery works great (if an error occurs, message
  3651.     stays in the inbox).  I've fixed the name collisions ... I could 
  3652.     explain what happened, but it doesn't matter ... it's fixed.  This
  3653.     problem arose when TWO or more messages filtered within the
  3654.     same second to the same folder.  All but the first one would fail
  3655.     and remain in the inbox.
  3656.     
  3657. o   Filter maintenance ... saves sometimes weren't performed.  Fixed.
  3658.  
  3659.  
  3660. Changes included in v0.99n
  3661. --------------------------
  3662. There is MUCH new code in this release.  Please, save your v0.99m
  3663. executable as a precaution, just in case something doesn't work right
  3664. for you.  Previous MR/2 ICE version are usually available on my ftp
  3665. site in the mr2i sub directory.
  3666.  
  3667. o   Added inbound support for quoted-printable message (simple MIME 
  3668.     messages using the ISO-8859-1 character set).  Display only support 
  3669.     at this time (no outgoing translations).  Messages sent in ISO-8859 
  3670.     with proper headers will automatically be converted to your default 
  3671.     code page.  Only code pages 850,437,860,863 and 865 are supported at 
  3672.     this time.
  3673.     
  3674.     This means that those anoying "=0D" symbols in certain messages should
  3675.     be converted, and hi-end ASCII should display language-specific
  3676.     characters properly.  Let me know how this works ...
  3677.  
  3678. o   Filters?  You bet!  Consider this a "real beta", as this code is all 
  3679.     new and messes with the heart of my email delivery engine.  It still 
  3680.     has worked flawlessly here.  The Filter Maintenance form gives away 
  3681.     many of my ideas, and there were even some I believe to be original!  
  3682.     It all starts under the Utility menu.
  3683.     
  3684.     There are many areas of the Filter form that are disabled, as the
  3685.     code to support them is not there yet.  What you have at this time is
  3686.     a pick of simple or freeform search criteria.  You can copy/move a
  3687.     matching messages into a specific folder, if desired.  You can then
  3688.     choose to keep the message in the inbox or delete it from the inbox.
  3689.     If no folder is specified, and you delete the message, it is the
  3690.     same as "killing" it.
  3691.  
  3692.     Simple searches let you pick the area(s) to test, and a simple keyword
  3693.     or phrase (multiple words inside double quotes!).  Boolean symbols are
  3694.     allowed, but this mode is meant for users having simple search needs.
  3695.     
  3696.     Freeform searches follow the syntax spelled out for text searches, 
  3697.     below (see version L).  This allows for very complex search criteria 
  3698.     to be specified.  For example, it is possible to test a user-defined 
  3699.     header line and match against its content.
  3700.     
  3701.     Only Inbound filters are supported at this time.  You can see from 
  3702.     the other options on the form hints of my intended direction.
  3703.     
  3704. o   Font selection and application to the Message Viewer/Editor.  Certain
  3705.     outline fonts were shown in the font selection pick list, but were
  3706.     not actually used when selection.  This has been corrected, and the
  3707.     Russian font example kindly supplied by a user works just fine :).
  3708.     I also fixed the font selection dialog to display with the currently
  3709.     active font displayed.  A bug remains with the outline fonts where
  3710.     point size is not selected correctly.  I'll work on that ...
  3711.  
  3712. o   Folder Index has been enhanced to show a count of "new" messages and 
  3713.     to display folders with new messages in red.
  3714.     
  3715. o   Folder message listings now work better ... icons correspond to the
  3716.     original status of the message, and status-line counts tend to be 
  3717.     more accurate :).  May still be some strangeness, but much of what's
  3718.     been reported is fixed.
  3719.  
  3720.  
  3721. Changes included in v0.99m
  3722. --------------------------
  3723.  
  3724. o   Another UUencoding bug fixed ... actually a bug in the MLE text 
  3725.     import code that would have the largest effect on attached files.
  3726.     Occurred when a partial section being imported ended with a LF.
  3727.     
  3728. o   Double click on a word in the editor no longer invokes popup menu.
  3729.  
  3730. o   Double click to close a window would press an underlying toolbar
  3731.     botton.  Fixed.
  3732.     
  3733. o   Filters have been started and are mostly "in", although you can't 
  3734.     see them yet!  I have spec'd out what I believe to be an extremely 
  3735.     comprehensive filter system.  I looked at quite a few "other 
  3736.     mailers", and read all user comments I have received to date (NOTE 
  3737.     that I could not find filters within Eudora ... but I'm no expert!). 
  3738.     All of this will be implemented in due time, although a subset will 
  3739.     probably be offered to get everyone started.  
  3740.     
  3741. o   New configuration option: Queue unsent message on program start.
  3742.     Does just that ... a popular request!
  3743.  
  3744. o   I laxed off on the nag screen a little.  I moved it back so as to
  3745.     start popping up after 120 days instead of 60.  This will move 
  3746.     back to 30-60, once I release, but I felt funny bugging people this 
  3747.     early.  ALSO note that, once released, unregistered users' X-Mailer 
  3748.     line will be marked with "(unregistered)" after the grace period.
  3749.     This isn't enabled yet ...
  3750.     
  3751. o   Worked on code to handle individualized group sends ... something
  3752.     that will allow groups to be used with POP3 sends too.  Not ready
  3753.     yet, but just so you know what I'm working on :)
  3754.  
  3755.  
  3756. Changes included in v0.99l
  3757. --------------------------
  3758.  
  3759. o   You can now register via the OS/2 Shareware BBS, online with any
  3760.     major credit card!  Use your modem to call the OS/2 Shareware BBS 
  3761.     at (703) 242-4482 or telnet into os2bbs.com.
  3762.  
  3763. o   Resending a message multiple times now only sends it once.  A message
  3764.     can exist in the send queue only once.  After the queue is cleared,
  3765.     it can be readded, but not until.
  3766.  
  3767. o   Address book doubling fixed.
  3768.     
  3769. o   Folder deletion would not remove the folder directory if it was ever
  3770.     reindexed.  Fixed.
  3771.     
  3772. o   Yet another POP3 server variation ... server never reports size of
  3773.     a message.  I now have a mechnism that expands the message buffer
  3774.     before overflow.  Should have done it this way to begin with ...
  3775.     
  3776. o   Pasting-with-quote strangeness fixed up.  Also Remove CR's (CTRL-F9)
  3777.     tendency to chop tail carraige return off.
  3778.     
  3779. o   Marked source-message text is used as the source for a reply's quote
  3780.     if more than 40 characters are marked.
  3781.  
  3782. o   Delete-and-Next now works correctly on the LAST message in the list.
  3783.  
  3784. o   Forwarding a message now respects the "always use external editor"
  3785.     setting.
  3786.  
  3787. o   Logout now confirms with a message box before clearing the current
  3788.     profile.
  3789.  
  3790. o   OK, I added some new search code in.  While it doesn't yet show, 
  3791.     there are a TON of new features in the program :).  For those of
  3792.     you familiar with MR/2 Classic, the complete Virtual Conference
  3793.     string-match engine is now in, waiting to be thoroughly exploited.
  3794.     This code will be the basis for filters, too.
  3795.  
  3796. o   I've added to the main index FIND menu ... Text search options.
  3797.     This will allow you to text search through the contents of ALL
  3798.     message in the currently displayed index.  This begs for some
  3799.     polish and options (and I'll get these in quickly).  The search
  3800.     is currently NOT MULTITHREADED and will make you wait, but will
  3801.     pop up the first "hit" message and highlight all hits.  There
  3802.     are new "Navigate" message-menu options for next hit, previous hit.
  3803.     In all, a basic "grep" system.
  3804.     
  3805.     Now, for text search strings, ICE supports full boolean expressions,
  3806.     parenthesis for grouping, forced case sensitivity (case is ignored
  3807.     by default) and exact word matches.  Oh, and soundexing.  Thanks to
  3808.     MR/2 Classic again :)
  3809.     
  3810.     I have many. many other ideas ...
  3811.     
  3812.     I'll steal some samples from MR/2 Classic's docs and include here
  3813.     to provide some "quick start" instructions for those that want to
  3814.     try this out.
  3815.     
  3816.     
  3817. x   Boolean match logic is now available ...
  3818.  
  3819.     Keywords can be OR'd together, AND'd together and/or NOT'd.  In
  3820.     addition, parenthesis can be used to control the evaluations of
  3821.     the test.  There is also an operator that will match a word,
  3822.     remaining sensitive to case.  I've also added support for quoted
  3823.     strings so that spaces and the special boolean operator symbols
  3824.     can still be searched for.  Some simple examples:
  3825.  
  3826.         (OS/2 | OS2) & !WARP    (OS/2 or OS2) and not warp
  3827.         Windows & OS/2          Windows and OS/2
  3828.         Windows | OS/2          Windows or OS/2
  3829.         ^warp                   warp, but ONLY if all lower case letters
  3830.  
  3831.     The "operator" symbols follow the conventions used by C and C++ for
  3832.     boolean operations:
  3833.  
  3834.         &   is the AND operator
  3835.         |   is the OR operator
  3836.         !   is the NOT operator
  3837.         ()  cause the expression inside to be
  3838.             evaluated as a single expression.
  3839.  
  3840.     and two others that I added:
  3841.  
  3842.         ^   causes a case-sensitive match to be performed.
  3843.             The word that follows must be found with
  3844.             matching capitalization to be concidered a
  3845.             "match".
  3846.             
  3847.         ~   causes an exact word match to be required.  
  3848.             String/phrase that follows must be found with 
  3849.             standing on it's own; not imbedded within another 
  3850.             strings.
  3851.  
  3852.     The following will find all messages that contain one or two
  3853.     different words referencing OS/2 that also mentions "bugs".
  3854.     if the message doesn't match under this criteria, then it is
  3855.     tested for the words "Windows" and "slow" in the same messages:
  3856.  
  3857.         ((OS/2 | OS2) & bugs) | (Windows & slow)
  3858.  
  3859.     The following is somewhat similar.  It will also find all messages
  3860.     that contain one of two different words referencing OS/2 that also
  3861.     mentions "bugs".  If the message is found to match, then it is
  3862.     tested for the words "Windows" and "slow" in the same messages.
  3863.     If these words are both found, however, the message is eliminated
  3864.     (compliments of the "!" NOT operator):
  3865.  
  3866.         ((OS/2 | OS2) & bugs) & !(Windows & slow)
  3867.  
  3868.     A few more examples:
  3869.  
  3870.         ObjectPM | "Object PM"      spaces are ignored unless witin quotes
  3871.  
  3872.         "R&D"                       operator characters must be in quotes
  3873.                                     if part of a search string.
  3874.  
  3875.         R&D                         finds the single letters R and D,
  3876.                                     anywhere in the message.  This *isn't*
  3877.                                     what you want!
  3878.  
  3879.         "(ch | 0xFF)"               more special characters within quotes.
  3880.                                     The operator characters will be treated
  3881.                                     as any other characters.
  3882.  
  3883.         """Windows"""               Looks funny?  It will find the Windows
  3884.                                     in message but only if between quote
  3885.                                     marks.  Two quotes together are treated
  3886.                                     as a single " mark, but they must still
  3887.                                     be part of an entire quoted string.
  3888.                                     Tricky?  Maybe.  Just know that ...
  3889.  
  3890.         ""Windows""                 WILL NOT WORK, and that ...
  3891.  
  3892.         "can you say ""neighbor""?" will find the prase 'can you say
  3893.                                     "neighbor"?'  The word neighbor must be
  3894.                                     within quotes to be concidered a match.
  3895.  
  3896.         "&Windoze"                  Soundex search for anything sounding
  3897.                                     similar to "Windows".
  3898.  
  3899.         ^warp | phasers             Looks for the word "warp" in all lower
  3900.                                     case ONLY, or the word "phasers"
  3901.  
  3902.         ^NT | ^Nick                 Looks for the capital letters "NT" or
  3903.                                     the string "Nick" where only the N is
  3904.                                     capitalized.
  3905.  
  3906. x   Further enhancements to the text-string search function.  Support
  3907.     for selecting message-specific areas to check within a search
  3908.     specification.  For example, you can now ask for all message that
  3909.     have "OS/2" in the SUBJECT field, but not in the message itself.
  3910.     You may tag any word, or set of words within matched parenthesis,
  3911.     with a set of areas to test.  The default is to test all parts of
  3912.     the message.  For example:
  3913.  
  3914.     {S}OS/2                 Matches "OS/2", only checking SUBJECT
  3915.  
  3916.     {F}"jim@gilliland.com"  Finds ONLY message FROM Jim Gilliland
  3917.  
  3918.     {M}"Tim McClanahan" & !{FT}"Tim McClanahan"
  3919.  
  3920.                             Finds references to Tim McClanahan
  3921.                             inside any message text, but excludes
  3922.                             messages FROM or TO him.
  3923.  
  3924.     {S}(MR/2 | MR2 | MR-2)  Matches any of these three strings when
  3925.                             they exist in the SUBJECT field.
  3926.  
  3927.     {Conclusion}            Probably won't find what you want :)
  3928.  
  3929.     "{Conclusion}"          Probably is what you want.  Finds any
  3930.                             occurence of the word "Conclusion" that
  3931.                             is enclosed between curly-brackets.
  3932.  
  3933.     
  3934.     Valid areas are From, To, Subject, Message and Header,
  3935.     represented by the letters F, T, S, M and H, respectively.
  3936.     The value 'H' may be followed by a header field "tag" to specify
  3937.     a specific header line.  For example:
  3938.     
  3939.     
  3940.     {H:Cc}nick@secant.com   will match all email cc'addressed to me
  3941.     
  3942.     !{H:X-Mailer}""         will find all messages without an 
  3943.                             X-MAILER header line.
  3944.     
  3945.     {H:X-Mailer}"MR/2"      will find all messages with an 
  3946.                             X-MAILER header line containing "MR/2".
  3947.     
  3948.     {H:X-Mailer}"" & !{H:X-Mailer}"MR/2" 
  3949.           
  3950.                             will find all messages with an X-MAILER
  3951.                             header line that does NOT containing "MR/2".
  3952.  
  3953.  
  3954.     Another search string modifier ... the tilde (~).  This, when
  3955.     placed at the very beginning of a keyword, requests the match be
  3956.     qualified as an "exact word match".  If the strings is embedded as
  3957.     part of some other word, it will not match.  For example, searching
  3958.     for the word "owl" will match "owl", but also words like "knowledge"
  3959.     and "scowl".  Using the search string "~owl" will match only with
  3960.     "owl" as a standalone word.  Beginning and end of line cases
  3961.     are handled correctly in this mode.
  3962.     
  3963.  
  3964.  
  3965. Changes included in v0.99k
  3966. --------------------------
  3967.  
  3968. o   Fixed a dozen or so little bugs, most of which I didn't record.  
  3969.     Mostly smaller items.  In particular, I remember the logging out
  3970.     bug that left folders open.
  3971.     
  3972. o   Problem with POP3 polls in purge-from-server mode.  Under certain 
  3973.     circumstances, the internal start counter would get corrupt and 
  3974.     the risk of losing mail was possible.  I've fortified this
  3975.     code, making sure the count is always remembered conservatively.
  3976.     
  3977. o   FP16 kludge/fix.  I spent alot of time with a couple of select
  3978.     users creating intermediate version with more logging built in.
  3979.     During this process, I determined that the exit problem appears
  3980.     to be originating in the formatted printer object of MR/2 ICE.
  3981.     I don't know why yet, and I probably won't look harder under the
  3982.     FP16 fix is out.  I've got to rework the printer code anyway.
  3983.     
  3984.     NOTE that I'm not POSITIVE this is the problem, but the logs 
  3985.     indicate it probably is.  I also made soem thread code changes
  3986.     that might help.  
  3987.     
  3988.     If MR/2 ICE exits under Fp16 for you, try running with /V.  This
  3989.     suppresses the formatted printer driver.  I'll await further feedback
  3990.     (as to whether this allows ICE to be loaded reliably).
  3991.     
  3992.  
  3993.  
  3994. Changes included in v0.99j
  3995. --------------------------
  3996.  
  3997. o   Logging into a account would automatically poll for mail.  This
  3998.     has been changed to respect the "automatically poll for mail"
  3999.     flag of the newly loaded profile.
  4000.     
  4001. o   Modified startup logging to flush the output buffer after every 
  4002.     line.  This will prevent 0 length log files and perform the
  4003.     function it was meant to do in the first place.
  4004.  
  4005. o   Resizing of open folder pages now works correctly.
  4006.  
  4007. o   Reorganizing the index of an open folder would leave the folder
  4008.     selection entry in an inconsistent state.  This caused a crash if
  4009.     it was reopened.  Fixed.
  4010.  
  4011. o   Wow.  The option to edit the header AFTER editing never really
  4012.     worked.  I guess most people (except for the 2 folks that 
  4013.     reported this problem :) don't use the after options!  Changes
  4014.     made on the "after" header form were totally ignored.  Fixed.
  4015.  
  4016. o   Related somewhat to the above, I removed the inconsistencies I
  4017.     could find with the insertion of the "Re:" prefix in Subjects.
  4018.     This was getting inserted far too often.  Small nit, but it 
  4019.     bothered me :)
  4020.     
  4021. o   Split screen editor resets to single screen once reply is sent.
  4022.  
  4023. o   Reworked the Inbox and Outbox popup menus a bit.  Removed things
  4024.     that weren't implemented and/or didn't make sense here.  Add the
  4025.     abitlity to rebuild the message index for each of these lists.
  4026.     
  4027.     Rebuilding a major index is something that shouldn't be done
  4028.     without a reason.  I will add more text to the confirmation screen
  4029.     in order to explain more thoroughly.  
  4030.         
  4031.  
  4032. Changes included in v0.99i
  4033. --------------------------
  4034. This is a quick intermediate release targeted towards fixing a few
  4035. items I broke in the last two release.  That, and to make LaMail imports
  4036. cleaner.
  4037.  
  4038. o   File names generated by MR/2 ICE are always full 8 digit names with
  4039.     3 char suffixes.  Shorter base names did not previously function
  4040.     correctly under ICE.  Now they do.  The only suffixes officially
  4041.     recognized for messages are still .RCV and .OUT.
  4042.     
  4043. o   Multiple Accounts.  The new password logic prevented account configs
  4044.     made with older version from working.  I now check the DATE the config
  4045.     (the profile) was created, and if before 12/26/95, the password is
  4046.     tested against the user name (the OLD way).  Otherwise, the password
  4047.     must match that chosen at creation time.  There's a grey area here
  4048.     that isn't handled, but it's small.
  4049.     
  4050. o   Beeping on SEND attempts subsequent to a failure are suppressed.
  4051.  
  4052.  
  4053. Changes included in v0.99h
  4054. --------------------------
  4055. Bad week, but I still managed to fix many bugs ... and I believe I'm
  4056. ready with OS/2 Shareware registration utilities.  I have a on of code
  4057. items started, but can't add them until I've had more time to test.
  4058.  
  4059. o   Logging was changed quite a bit (error/event logging, invoked by
  4060.     the command line switch /L).  The output is directed to a file
  4061.     named "mr2i.log" ... redirection is no longer neccessary and, in
  4062.     fact, will no longer have any effect.
  4063.     
  4064.     I've added logging for the entire startup process of MR/2 ICE.
  4065.     This in an attempt to track problems with fixpack #16 and ICE.
  4066.     If your program exits starngely upon startup, please run:
  4067.     
  4068.         mr2i /L
  4069.         
  4070.     and try again.  If it exits again, please email me the file 
  4071.     "mr2i.log".  Thanks.
  4072.  
  4073. o   Focus issues, fixed as they were reported.
  4074.  
  4075. o   Yet-another attached file problem, caused by the MLE import routines.
  4076.     Adjusted one more time.
  4077.     
  4078. o   Pop3 purging is now performed by the mail fetching thread.  This means
  4079.     that the rest of the interface is functional while purging.
  4080.     
  4081. o   I modified some procedures related to the key system.
  4082.  
  4083. o   Refixed the POP3 receive thread for message size reports that are
  4084.     not what was previously expected.  The G fix didn't work, this one
  4085.     does (as reported by two test subjects :).
  4086.     
  4087. o   Flush send queue after successful POP3 poll.  This happens 
  4088.     automatically, but only if a previous send failed because of a
  4089.     missing internet connection failed.  Only mail queued in this 
  4090.     session is resent.  I've got some other ideas, but this will 
  4091.     provide most of the functionality that has been frequently requested
  4092.     here recently.
  4093.     
  4094. o   Modified all ENTRY type fields to allow DBCS sequences.  Thanks to
  4095.     Matt Smith (ala Prominaire Designer) for the inside scoop.  This may
  4096.     not solve all of the DBCS issues, but I'm working on them!
  4097.     
  4098. o   On a side note, I managed to figure out how to convert character sets
  4099.     to the "current" code page so that non-US displays can show message
  4100.     correctly.  This code is not currently in, but I've been enlightened :)
  4101.     
  4102. o   Better error handling of "disk full" and other write-type errors when
  4103.     trying to record new mail.  These were not properly accomodated
  4104.     previously.
  4105.     
  4106.  
  4107. Changes included in v0.99g
  4108. --------------------------
  4109.  
  4110. o   The BIG news, athough I can't take credit for it!  CONVERSIONS!!
  4111.     Dave Martin has provided two well-done REXX scripts that will 
  4112.     convert PM Mail and LaMail addresses and folders to MR/2 ICE
  4113.     format.  They worked well with my test setups!  See my web page
  4114.     at http://nick.secant.com for more info.
  4115.  
  4116.     I received another smaller REXX file converted, but did not get
  4117.     a response from the author when I asked if I could post it.  Will
  4118.     try again, but these two look very capable!    
  4119.     
  4120. o   BMT Micro is now carrying MR/2 ICE.  Credit card orders can be 
  4121.     placed with BMT Micro at 1-800-414-4268 or visit their WEB page
  4122.     at http://www.wilmington.net/bmtmicro, or email them at
  4123.     orders@bmt.wilmington.net.
  4124.     
  4125.     I will also be taking advantage of the OS/2 Shareware BBS 
  4126.     registration system set up by Peter Norloff.  I just have to 
  4127.     get busy and write a small utility! ...
  4128.  
  4129. o   Bug where POP3 server sent back message size in an unusual 
  4130.     place/format.  All the info is there, but the SIZE of the message 
  4131.     isn't where MR/2 expect it.  So, it "defaulted" to 96K.  When this 
  4132.     happens, large message would cause trouble.  I now have beefed up 
  4133.     the size parsing and I think I've got all the bases covered now.
  4134.  
  4135. o   Also saw some extra work being done by MR/2 ICE, because of the 
  4136.     buffer size I chose.  By increasing my buffer size internally by one 
  4137.     character, I've cut down the number of packets transfered on some 
  4138.     system ... by half! My bet is that the size issue is common
  4139.  
  4140. o   POP3 receive ... closing of messages invoked a cleanup filter
  4141.     that was horribly inefficient.  I spent a short time on this and sped
  4142.     it up tremendously, most noticable with large (uuencoded) messages.
  4143.  
  4144. o   Persisitence of POP3 counter on failure ... MR/2 ICE will now save
  4145.     the last-read counter on each successful read.  Previously, on error,
  4146.     MR/2 would reread many successfully improted messages when restarted.
  4147.  
  4148. o   Folder sorting has been implemented (the form was always there, but 
  4149.     no code was behind it).  Rebuilding a folder index no longer does 
  4150.     the strange things it used to (although I'm aleways watching for 
  4151.     other stange things to appear :)
  4152.  
  4153. o   Counts on folder index screens, folder edits (name, tab text) now save;
  4154.     were previously not flushed to disk.
  4155.     
  4156. o   Open Folder lists now update when added-to using MOVE or COPY message.
  4157.  
  4158. o   Move/Copy on RMB menu have been enhanced to be "conditional cascade"
  4159.     sub menus.  You can still click on the COPY or MOVE text to invoke
  4160.     the pick-list dialog.  Alternately, you can now click on the arrow
  4161.     symbol to get options for NEW folder, or to pick from a list of
  4162.     commonly used folders.
  4163.     
  4164. o   You have always been able to edit Folder info from the folder screen
  4165.     by highlighting a folder and using the RMB to "edit" the folder.
  4166.     This form has a "include in MOVE/COPY submenus" checkbox.  Checking 
  4167.     this for folders of you choice will include them in the submenu
  4168.     mentioned above.  The Y/N flag is now shown on the Folder List, and
  4169.     I'll eventually allow toggling of this flag from there.
  4170.     
  4171. o   Multiple Account improvements.  While not completely finished, things
  4172.     work a little bit better.  For example, any NEW account created will
  4173.     remember and enforce the specified password.  Folder lists are now
  4174.     correctly modified and displayed as accounts are changed.  Accounts
  4175.     that already exist still have a password that matches the user name;
  4176.     I'll allow you to change this next time.
  4177.     
  4178. o   I almost forgot ... I added some code to the logic that is triggered
  4179.     the very first time you run MR/2 ICE.  The program invokes the
  4180.     settings notebook, then immediately explains the common Cirrus Logic
  4181.     video bug that exists, and asks you if you see the settings tabs.
  4182.     If you respond that the BUG does indeed exists, MR/2 ICE sets up
  4183.     a "forced /F9" command line flag.  You can override this with a
  4184.     command line switch, and I'll have this option on the settings form
  4185.     next version.
  4186.     
  4187. o   ALSO, if you invoke the speller and/or thesaurus, and the necessary
  4188.     files do not exist on your system, MR/2 will now pop up a text
  4189.     file (via an editor window) that explains how it works, and where to
  4190.     get the files.  It also suggests using the RBM to load my home page
  4191.     into the browser.
  4192.  
  4193. o   Fixed a problem with some URL's that wouldn't load from the RMB
  4194.     "Web browser" option.  Had to do with them starting with tab 
  4195.     characters.  Fixed.  Converted the ftp logic to also load the
  4196.     browser, at least for now!
  4197.     
  4198.     
  4199.  
  4200. Changes included in v0.99f
  4201. --------------------------
  4202. I did alot this week, but I don't have much to list.  I spend tons of
  4203. time finalizing the registration scheme.  I will start sending
  4204. registration keys via email very soon.  I fixed a dozen or so bugs, 
  4205. but I wrote no details down.  I started several really neat ideas, 
  4206. but can't even hint at them until I'm further along :).
  4207.  
  4208. I expect the next 2 weeks to consist of filling in gaps and crossing off
  4209. items on my bug list.  This includes the uglies in the area of Folders.
  4210. I have started "filters", but this is a biggie and will take a bit of
  4211. time.  At least for what I want to do :).  I worked more than I should
  4212. have trying to get printing problems resolved.  I made progress, I was
  4213. able to identify much of the problem ... waiting for Secant's Component
  4214. division to give me some time to fix it.  I expect this to be soon :)
  4215.  
  4216. o   Pop-up "context" menus in the viewer and message editor.  Use the
  4217.     RMB to quickly cut, copy, append, paste, reply, forward and send.
  4218.     There are some other options, and some disabled items waiting for
  4219.     completion.  Oh, the speller and thesaurus entries are enabled,
  4220.     but appear only on the Editor side.
  4221.     
  4222.     NOTICE, please, the Web Browser and FTP entries on this menu.
  4223.     Click on any fully qualified URL and select one of these to invoke
  4224.     a separate session.  Configuration is called for, but it is 
  4225.     functional as it stands.  I launch the commands EXPLORE or FTP,
  4226.     depending on what you select.  If you use some other browser or 
  4227.     FTP client (I use ncFtp), simply make an EXPLORE.CMD or an FTP.CMD
  4228.     in the MR/2 ICE directory.  For example, my ftp.cmd file looks like:
  4229.     
  4230.         ncftp %1
  4231.         
  4232.     NEVERMIND.  It appears this doesn't work (creating an ftp.cmd file). 
  4233.     I know why.  I'll leave it like this until next release, where I'll 
  4234.     at least convert to CMD files so you can do what you want.  Better 
  4235.     if this can all be configured from a dialog ...
  4236.     
  4237.     So, if your mail includes a web page URL, left click once, RMB,
  4238.     Web Browser and you're loading it.  There's a listing for a 
  4239.     file you want, with a fully qualified URL (for example,
  4240.     ftp://nick.secant.com/mr2i099f.zip), a couple of clicks and
  4241.     another session is loading it.
  4242.     
  4243. o   Fixed a case where the accent character (`) was used in a subject
  4244.     field and blew up my cell box (inbox) code.  I selected this code
  4245.     as my field delimiter.  All of my index entries now filter for this
  4246.     character.
  4247.     
  4248. o   Groups:  The address field is no longer required before allowing
  4249.     a pick-list button to work.  Other minor fixes.
  4250.     
  4251.     BTW, groups do not work with POP3 sends.  I have to think about
  4252.     this, but the current technique for exanding groups requires that
  4253.     MR/2 lists the recipients, and the To: line is ignored.  This is
  4254.     contrary to how POP sending works.
  4255.  
  4256. o   External Edit:  I was ignoring the option of hiding headers in the
  4257.     editor window.  If this is checked, the external edit does not have
  4258.     access to the message header.
  4259.  
  4260. o   New Registration dialog under the main HELP menu.  Will allow me and
  4261.     other distributors to supply key codes for "instant registration", or
  4262.     at least "quick email registration".
  4263.     
  4264. o   More fixes ... I just can't recall them at this time.
  4265.  
  4266.  
  4267. Changes included in v0.99e
  4268. --------------------------
  4269.  
  4270. o   Address Groups are now "in" and seem to be functioning well.  There 
  4271.     has been a minimal of testing, tho.  I personally created a couple 
  4272.     of small groups that worked well.  I also created three larger 
  4273.     groups, all external-file based.  One contained all of my original 
  4274.     beta testers, one contained all users who have registered to-date, 
  4275.     and the third combined these two by "including" the two lists by 
  4276.     tag.
  4277.     
  4278.     I have tried to come up with a very flexible group-addressing scheme,
  4279.     but in doing so, may have made it look a little more complex than
  4280.     it really is.  Groups can be simple lists of individual addresses,
  4281.     all maintained online.  Groups can also be mixes of individual
  4282.     addresses, address book tags, other group tags, and "address from
  4283.     file" entries.  I have included code to prevent circular references,
  4284.     but the error messages/warnings are weak at this time.
  4285.     
  4286.     An address file is simply a text file (I started using the file
  4287.     extension ".lst") that contains one address entry per line.  Great
  4288.     for those of us who keep lists generated from "other" programs.
  4289.     Oh, yes, these entries can also be address book tags, group tags or
  4290.     other file references.
  4291.     
  4292.     THE one thing sorely missing is a "pick group" button on the header
  4293.     entry form and the Pick Group button on address entry needs to be
  4294.     hooked to the same code.  Next release.  Groups WILL popup in the
  4295.     RMB menu, if the appropriate checkbox is marked.
  4296.     
  4297.     As a short example, you could easily create a group that references
  4298.     three other groups.  Each of these groups could reference whatever
  4299.     they needed to ... more groups, addresses from a file, address
  4300.     book entries and/or individual addresses.
  4301.     
  4302.     I'm open for comments.  Try it out, let me know what you think, and
  4303.     feel free to give me your ideas :).
  4304.     
  4305.     Oh, one last note.  Group address entries can be disabled.  To toggle
  4306.     the checkmarks, you can euse the "edit" button on each, but clicking
  4307.     ON THE LISTBOX CHECKMARK will also toggle it.
  4308.     
  4309. o   Importing text CLOSE to 64K would chop a small portion of the text.
  4310.     This became acutely apparent when I tried to send a UUEncoded file
  4311.     that was about 63K.  The problem was the import into the MLE ... I
  4312.     had the "switch to my pieces-parts import" threshold set too close
  4313.     to the MLE's chop-point.  Fixed.
  4314.     
  4315. o   Font selection ... for some silly reason I was showing only BitMap
  4316.     fonts.  That will teach me to steal code from sample programs 
  4317.     without studying it closer :).  Fixed.
  4318.     
  4319. o   Template processing would sometimes remove the "@" symbol in email
  4320.     addresses and other tokens that were supposed to have them.  I believe
  4321.     I fixed this, but it warrants some time-testing.
  4322.     
  4323. o   Hint Bubbles!!! (Tool Tips, whatever you want to call them).  
  4324.     They're fixed, at least as far as speed goes.  I was able to get 
  4325.     some of Mike's time (Mike is Secant's OS/2 Control "guru" :) to look 
  4326.     at what was going on.  A couple of code snips here and there, and
  4327.     we're operating at blinding speeds.  You should be able to turn these
  4328.     on without noticably effecting performance.  NOTE that for MAXIMUM
  4329.     performance, they should still be off ... even faster, creating
  4330.     20 tiny windows still takes time.
  4331.     
  4332. o   Crashes on program load.  Some of these (all?  Too wishfull a thought,
  4333.     I guess) were caused by my changes to the way the printing system
  4334.     is initialized.  If your system had NO OS/2 PRINTER DRIVER installed
  4335.     you would probably crash.  If you had a driver with an internal name
  4336.     that did not have a '.' as part of it ... sme thing [My home system
  4337.     had an old IBMNULL with no '.', and when I switched to that printer,
  4338.     crash!].  These have been fixed, although printing itself is still 
  4339.     being worked on.
  4340.     
  4341. o   NOTE:  an early report of Object Desktop's Tabbed Launchpad crashing
  4342.     ICE on load.  This started with a recent update/path to their v1.02
  4343.     level.  Running ICE with the /T switch worked-around this, as did
  4344.     not invoking the tabbed launchpad.  They've been notified, write to
  4345.     them if this incoveniences you.
  4346.     
  4347. o   Thesaurus and Speller limits were still in a few obscure places
  4348.     (reported as "Unregistered User" limits).  These weren't supposed
  4349.     to be there, and I've removed the ones I can see.  I don't believe
  4350.     there are any more.
  4351.     
  4352. o   Message received from some UUCP gateways were crashing ICE on reply.
  4353.     This was due to invalid date formats in the source message's header.
  4354.     I would assume I had a good date and crash on trying to use it.
  4355.     MR/2 now takes precautions and defaults to a zeroed-out date (1/1/1900)
  4356.     if the date is invalid.  Maybe not the best technique, but certainly
  4357.     better than crashing :)
  4358.     
  4359. o   Calculator now accepts keystrokes matching the button keys.
  4360.  
  4361. o   Pop3 messages reported to MR/2 as "Error" were previously simply 
  4362.     skipped.  This would happen here if/when a message was just being
  4363.     recieved by SendMail, the pop server could see it, but the file was
  4364.     still in use by SendMail.  Now, MR/2 will retry the message, trying 
  4365.     up to 20 times at one second intervals before giving up.
  4366.     
  4367. o   Notebook "back arrow" will no longer show blank pages when invoked
  4368.     from the Inbox screen.
  4369.     
  4370. o   Dozens of other minor fixes too tiny to itemize.    
  4371.  
  4372.  
  4373. Changes included in v0.99d
  4374. --------------------------
  4375.  
  4376. o   Well, address groups are close.  The whole idea, because I wanted to 
  4377.     do it a certain way, is taking longer than I guessed.  With a couple 
  4378.     of more hours, I would have included it.  The menu option for 
  4379.     Address Group Maintenance is disabled.  It is relatively functional, 
  4380.     barring a few bugs, and can be enabled by running with the "//" flag 
  4381.     on the command line.  This is just so those interested can comment 
  4382.     on the overall layout.  It is NOT meant for real use, and may change 
  4383.     before finalized.  SENDS do not recognize Groups yet.
  4384.     
  4385.     In general, groups will allow for lists of raw addresses, aliases, 
  4386.     other groups and/or lists of all of these contained within an 
  4387.     external file.  Resolution will be fully recursive/nested, so that a 
  4388.     group can be defined as a set of other groups, and each of those can 
  4389.     contain more groups.  Address Book entries can contain group names, 
  4390.     also.  I will add code to prevent circular references.
  4391.     
  4392.     There's a chance I may release a mid-week version, if I can complete
  4393.     and test all of this.  I must also finalize my registration key system
  4394.     in the next day or two.
  4395.  
  4396. o   Speedup and memory leaks plugged.  Found these while looking for
  4397.     the reason the message window opened so progressively slower.
  4398.     Found that I had left in some debugging code (checking the heap)
  4399.     2-3 times each message was displayed.  Removing these has sped up
  4400.     the message opening greatly.
  4401.  
  4402. o   Added code to SMTP import process to better recover from file
  4403.     in use errors.  (LDA is still delivering when ICE tries to import).
  4404.  
  4405. o   Progression indicator on pop receive.  Resized both indicators
  4406.     to be smaller and allow more text to show.
  4407.  
  4408. o   Country date settings are now used for most (all?) date/time
  4409.     displays.
  4410.     
  4411. o   External editor is now functional.  You can alwasy use the editor
  4412.     by checking the box on Options->User Preferences, or you can invoke
  4413.     it on demand via the Tools->Edit externally menu item from within
  4414.     the message viewer.
  4415.  
  4416. o   SMTP mode would still include LaMail's NDX files.  It was a case
  4417.     sensitivity issue.  Fixed.
  4418.  
  4419. o   Pressing DEL in the message viewer, then cancel, closed the message.
  4420.  
  4421. o   Suppressed auto poll on startup if auto-poll is off
  4422.  
  4423. o   Toolbar display toggle bug.  Toolbar would sometimes appear twice.
  4424.  
  4425. o   Pop3 long UIDL server error messages handled better
  4426.  
  4427. o   Fixed Text searches inside any editor window. Again.  This time
  4428.     I believe it's fixed for good :)
  4429.  
  4430. o   Ouch.  I accidently hit ALT-C in the reply editor and the message
  4431.     closed w/out warning or chance to save.  Fixed.
  4432.  
  4433.  
  4434. o   Mail tab is now set correctly when login to another account.
  4435.  
  4436. o   Internal editor: now gets focus on startup.
  4437.  
  4438. o   Better detection and resolution when tcpip services file is wrong.
  4439.  
  4440. o   Removed pop3 check before optional password prompt.    
  4441.  
  4442. o   Mesage window: Close via sysmenu, cancel would crash.  Fixed.
  4443.  
  4444.  
  4445.  
  4446. Changes included in v0.99c
  4447. --------------------------
  4448. What a week.  It started off with almost immediately finding that several
  4449. key features of MR/2 ICE were broken by the B release.  I believe this one
  4450. to be in much better shape.
  4451.  
  4452. I've got groups/lists pretty close, and the external editor code was
  4453. yanked at the last second because of a crash in one spot.  Next week,
  4454. I'm sure.
  4455.  
  4456. BEEP on window open.  I tried to get rid of this, but couldn't wait
  4457. any longer.  Sorry!  It's only when you double click and the
  4458. message part is over the click spot.  I'll get it, but it will be
  4459. annoying for a week.
  4460.  
  4461. o   Fixed problems with checking for mail under various user settings.
  4462.  
  4463. o   Pasting text with quoting cleaned up.  Still needs another pass :(
  4464.  
  4465. o   Addresses of the form "nick knight <nick@secant.com>" are now 
  4466.     normalized so that picky SMTP server's should no longer complain.
  4467.     
  4468. o   Ctrl+, Ctrl-, shift del  should now work as they're supposed to.
  4469.  
  4470. o   Cursor pos when header is scrolled off screen starts at current line.
  4471.  
  4472. o   UUEncode process wasn't closing source file.
  4473.  
  4474. o   Complex multi-addresses can now be up to 512 bytes.  Still working on 
  4475.     groups/distribution lists.
  4476.  
  4477. o   Crash when sending and status displays too long (rare).  Fixed.
  4478.  
  4479. o   SMTP Receive and all related file-type problems have been fixed.
  4480.     Sorry!  Includes "can't create folder" problem and user not registered
  4481.     on multi-accounts.
  4482.  
  4483. o   AutoSave and sending would sometimes conflict and crash.  I do believe
  4484.     this was the crash that was so prevelant, yet random enough to not
  4485.     be recreatable "on demand".  My mail has been stable for a couple of 
  4486.     days; I'm sure you guys will tell me if something's still loose in the
  4487.     code.
  4488.  
  4489. o   Ctrl-E is now an accelerator to the internal text editor.  This
  4490.     is available on both the mail index and message windows.  The Message
  4491.     menu's "Edit file" item is now hooked to this editor window.
  4492.     
  4493. o   Notebook page buttons a tad larger
  4494.  
  4495. o   Toolbar FIND on MW no longer loses text highlight.
  4496.  
  4497. o   Problem with POP receive when lines *started* with a '.'.  Fixed. Was
  4498.     messing up around 1 out of every 77 uuencoded messages.
  4499.  
  4500. o   Did I mention the calculator?  No??  Well, I added a simple, integer-
  4501.     only (no decimal points) calculator to the Utilities.  I use this
  4502.     thing often, but can never find it fast.  Now I know where it is.
  4503.     This item is an almost snap-in part from Secant Technologies'
  4504.     ObjectPM toolkit, provided there as a sample.  I plan on spending
  4505.     very little time improving this, except to add a keyboard interface
  4506.     and full decimal support (all easy).  If you find it useful, great,
  4507.     if not, don't use it :)
  4508.  
  4509. o   More fields opened up for hi-end ASCII.  Folder form in particular.
  4510.  
  4511. o   Templates are now editable via the Utilities menu.  This is brand
  4512.     new code, so I'm watching for bugs.  Still can't make a NEW
  4513.     template, but I ran out of time.
  4514.  
  4515. o   Text Editor fix ups and enhancements.
  4516.  
  4517. o   Tons of tiny nats squashed.
  4518.  
  4519.  
  4520. Changes included in v0.99b
  4521. --------------------------
  4522. Again, my todo list above didn't get all the attention I had hoped to give
  4523. it.  Still, it was a pretty productive week.  The best news is that many
  4524. crashes have been eliminated.  There seems to be one more pesky crash
  4525. scenario that I'm having trouble catching (the crash-on-send), but I've
  4526. added some code to try and help.  Ironically, since doing this, I have
  4527. been unable to make it crash.  I may have fixed it while making other  
  4528. code changes, but only time will tell.  Reporting crash addresses is
  4529. very important with this release.  Thanks!
  4530.  
  4531. QUERY:  Has anyone created any from-other-mailer conversion tools that
  4532. they'd like to share?  I've had many requests for conversion tools, and
  4533. I'd certainly like to supply them, and I know I can.  Time is the 
  4534. problem.  I can see how to convert PMMail's stuff to my format, but if 
  4535. I stop to do this, I don't get to add important features to my own work.
  4536. Any REXX guru's want to show there stuff off and get some recognition?
  4537. Of particular interest are scripts that would convert address books and
  4538. folders from PM Mail, Post Road Mailer, Ultimail/LaMail and things like
  4539. PINE.
  4540.  
  4541. o   Added a command line switch: /- which tells MR/2 ICE to minimize
  4542.     on load.  There's still some screens displayed, but then it does
  4543.     minimize.
  4544.     
  4545. o   The /S command line options was broken.  Fixed.  Also, configuring
  4546.     for NO POLLING was ignored.  Fixed.
  4547.     
  4548. o   Crash scenario:  When paging through message using the next/prev
  4549.     menu command or toolbar options, MR/2 ICE did not properly set a
  4550.     complete message state for each message.  This could case crashes
  4551.     under some circumstance.
  4552.     
  4553. o   Crash scenario: Folders not opening, exiting the program abruptly and
  4554.     without explanation, and crashing.  This was a big error on my part.
  4555.     Each folder would actually create another copy of the SEND thread,
  4556.     and this would do some very strange things.  Fixed.
  4557.     
  4558. o   Crash scenario:  Address Book maintenance.  Tags/Aliases longer than
  4559.     a couple of characters would cause a crash when the address book
  4560.     as closed/saved.  Fixed (sorry!).
  4561.     
  4562. o   New prompt option: disable pop3 counter reset warning/prompt.
  4563.  
  4564. o   Send toolbar icon now has correct bubble hint.  Send is no longer
  4565.     disabled in the menu for "new" message.
  4566.  
  4567. o   Bubble hints now use smaller font ... this is possible because:
  4568.  
  4569. o   All 3 Secant-based DLL's are "new" and offer several low level bug
  4570.     fixes, including better font handling.  Was not able to "fix" the
  4571.     Cirrus chipset bug, but smaller fonts now space correctly.  I hope to
  4572.     freeze these DLL's soon and be able to release updates without the
  4573.     DLL's.
  4574.     
  4575. o   Index cellbox: highlighted text is now WHITE on black background.
  4576.  
  4577. o   Address book listings now show tags/aliases.
  4578.  
  4579. o   Tried to increase secaondary thread robustness.  Increased all stack
  4580.     size slightly.  More error checking; more overflow detection code 
  4581.     added to low-level TCPIP interface code.
  4582.     
  4583. o   Password on POP3 prompt form is now masked from the user.
  4584.  
  4585. o   Opened up many form fields to hi-end ASCII character for the European
  4586.     and Chinese (and other, I guess) uses that have requested this.  Please
  4587.     let me know if this helps!
  4588.     
  4589. o   ALT-Q pasting would often crash.  I rewrote this routine, and while it
  4590.     does not crash, it still needs work.  Next release for sure.
  4591.     
  4592. o   Sig editor added and functional.  This will change some next release,
  4593.     but at least you can edit the default SIG file.  I missed having the 
  4594.     complete template editor ready by an hour or two ... next release for
  4595.     sure.
  4596.     
  4597. o   Simple file editor included on utility menu.  Simple?  Don't know
  4598.     about that, but I've got more to add to it.  I got tired of using
  4599.     the E editor to open files for "clipping" sections.  This will work
  4600.     more gracefully, particularly when I add some persistence and
  4601.     history to it.  In the meantime, I'm open for comments.
  4602.     
  4603. o   More tiny little changes that I forgot to document.  More to come ...
  4604.     
  4605.  
  4606. Changes included in v0.99a
  4607. --------------------------
  4608. Unfortunately (or fortunately, depending on your angle :), my todo
  4609. list above didn't get the attention it deserved.  Too many "new" problems
  4610. were reported that required immediate attention.  I expect to have more
  4611. time this week to "fill in the blanks".  I expect weekly-or-so updates
  4612. until I release v1.0.
  4613.  
  4614. o   Removed the Edit signature file menu item.  I added much code to 
  4615.     this feature, but it isn't yet workable (made a bigger monster
  4616.     than originally planned out of the editor).  This will be readded
  4617.     in the next release, complete with the editor.
  4618.     
  4619.     The signature file can be manually edited with the E editor.  Look 
  4620.     for "mr2i.sig".  Note that the sig file itself is just a very simple 
  4621.     file that's "included" by reference into the various template file 
  4622.     sections.  *This* is where MR/2 ICE gets much of it's power, 
  4623.     although not yet documented.  *This* is where you can have as many 
  4624.     selectable reply templates are you want, each with custom 
  4625.     attribution lines, multi-line sigs, information blocks or complete 
  4626.     documents as "canned replies".  I currently use my own template file 
  4627.     to offer canned literature replies for ObjectPM and some of Secant's 
  4628.     other products.  Just FYI, so the feature doesn't go unnoticed by 
  4629.     those of you who might find it useful.  Templates are in "mr2i.tf".
  4630.  
  4631. o   SMTP package is now part of the distribution zip.  See mr2ilda.doc
  4632.     for more information.
  4633.  
  4634. o   Many bugs and nits fixed ... too numerous to even remember.  This
  4635.     version is much more stable than the previous.  Still one crash
  4636.     scenario seems to elude me.  Perhaps I'll catch it by next release.
  4637.  
  4638. o   Empty template sections now work correctly and don't include parts
  4639.     of the next template section.
  4640.     
  4641. o   Pop sends and "no save" would update the index anyway and cause
  4642.     problems.  Fixed.
  4643.  
  4644. o   Removed spell checker and thesaurus limits inherited from me/2.
  4645.     I may reinstate more laxed limits in unregistered programs after
  4646.     60-90 days.
  4647.  
  4648. o   Resending a message after modifying message would crash most
  4649.     consistently.  Fixed.
  4650.     
  4651. o   Protected other multithreaded message handlers so that no harm is
  4652.     done if message is deleted or moved with another thread is processing
  4653.     same.
  4654.     
  4655. o   Some systems have missing default fonts in special windows including
  4656.     the bubble hits, the settings notebook (tabs squashed and no text) and
  4657.     in the calendar.  I'm still chasing this one, but to "work around" the
  4658.     problem, those users can now use a sepcified font using the new command
  4659.     line option /F.  From the new MR/2 ICE FAQ www page:
  4660.  
  4661.     There seems to be a bug in the class libraries I'm using where, on 
  4662.     some systems, the system proportional font fails when used as the 
  4663.     "default".  I have a system in-house that exhibits this problem, so 
  4664.     I'm in search of "the answer".  In the meantime, I have added a 
  4665.     "default font override" command line parameter:
  4666.     
  4667.             Mr2i /F9
  4668.  
  4669.     Where a zero is used to denote the System Proportional Font, and a 
  4670.     number 1-30 can be used to override this setting (for the 
  4671.     problematic windows ONLY). Using /F1 will cause the text to show up 
  4672.     and make the application functional.  For those that are more 
  4673.     particular about their fonts, you can select one of these following 
  4674.     numbers:
  4675.         
  4676.             0 - SystemProp                    16 - HelvOLB 
  4677.             1 - Courier8                      17 - HelvOLBI 
  4678.             2 - Courier10                     18 - TmsRmn8 
  4679.             3 - Courier12                     19 - TmsRmn10 
  4680.             4 - CourierOL                     20 - TmsRmn12 
  4681.             5 - CourierOLI                    21 - TmsRmn14 
  4682.             6 - CourierOLB                    22 - TmsRmn18 
  4683.             7 - CourierOLBI                   23 - TmsRmn24 
  4684.             8 - Helv8                         24 - TmsRmnOL 
  4685.             9 - Helv10                        25 - TmsRmnOLI 
  4686.             10 - Helv12                       26 - TmsRmnOLB 
  4687.             11 - Helv14                       27 - TmsRmnOLBI 
  4688.             12 - Helv18                       28 - SysMono10 
  4689.             13 - Helv24                       29 - SysMono12 
  4690.             14 - HelvOL                       30 - SymbolOL
  4691.             15 - HelvOLI 
  4692.  
  4693. o   While it was possible to use a different POP3 port by editing the
  4694.     TCPIP etc\serviced file and changing the POP entry, I added a
  4695.     command line /P option.  Specifying "Mr2i /P1111" will cause ICE
  4696.     to try the port number 1111 for POP3 services.
  4697.  
  4698. o   When the settings were changed to turn word wrap off, MR/2 would
  4699.     fail to quote text correctly.  Also, the word wrap column changes
  4700.     were always reset to the default, nomatter what you changed them to.
  4701.     This works much better now :)
  4702.  
  4703. o   I calmed the aggressive rewrapping of text somewhat in an effort to
  4704.     stop MR/2 ICE from messing up user sigs.
  4705.  
  4706. o   SMTP users: Remove *.ndx from SMTP new message list so that
  4707.     LaMail setups would quit importing its inbox.ndx file.
  4708.  
  4709. o   Toolbar:  The Reply bitmap is now replaced with a Send bitmap when 
  4710.     in Reply or new message mode.
  4711.  
  4712. o   SMTP read settings now do not require POP settings.  You may leave
  4713.     these blank, as long as the SMTP Host has been filled in and SMTP
  4714.     reading and sending are used.
  4715.  
  4716.  
  4717. Changes included in v0.99
  4718. -------------------------
  4719. First widely distributed beta.  The adventure begins.
  4720.  
  4721. o   Message Index counters (notebook status windows) now update.
  4722.  
  4723. o   Various bugs:  Re-editing header used to cause extra CR's in messages;
  4724.     paste from clipboard w/quote format improved.  Others ...
  4725.     
  4726. o   Settings notebook: more prompt options, more config options.
  4727.     SMTP read choice activated.
  4728.     
  4729. o   Shrunk several forms down to better show on standard VGA systems.
  4730.     Still could use another pass, but at least the settings notebook
  4731.     is mostly on screen :)
  4732.     
  4733. o   SMTP reading is now offered in preliminary form.  Write me for the
  4734.     instruction sheet, as I need to know who's using it and what problems
  4735.     are encountered (write nick@secant.com).
  4736.     
  4737. o   Multiple account support added/enhanced.  Won't document this until
  4738.     next release or so.
  4739.     
  4740. o   Message window:  Toolbar display options functional.  New "Pushbutton"
  4741.     option to hide/display bottom buttons.  Font toggle on menu.  Other
  4742.     minor menu additions.
  4743.     
  4744. o   Tiling and cascading of message windows is in, although some time-
  4745.     testing is required on my end to assur usefulness.
  4746.     
  4747. o   Address book tags now expand!  For example, you can attach a tag of
  4748.     "nk" to my default name in the address book (if you are a new user,
  4749.     the starter address book lists me).  When creating a new message or
  4750.     sending a reply, you can enter "ice" as a user name and it will expand
  4751.     to my full address upon exiting the field.
  4752.     
  4753. o   Major notebook tabs now default to a "hidden" state.  Option on the
  4754.     main index menu enables tabs.  Since "news" was not yet functional,
  4755.     these tabs simply wasted screen area.  Tabs were also reduced in size,
  4756.     for when they *do* display.
  4757.