v1.10 (10/19/94)
----------------
 * Record #52 in PCBTEXT.RIP was not correct.  It made reference to a
   NOSCRIP.PPE when it should have just been NOSCRIP (no extension).

 * Fixed spelling mistakes in the following files:

       SYSGRNT_.RIP
       NOSYSCH.RIP
       VCONMEM.RIP
       PPEABRT_.RIP
       RQRECPT.RIP
       SYSREMV_.RIP
       PPEEXPR_.RIP
       RDPWSET.RIP
       FILE.RIP        (\PCB\RIP\MENUS\ subdirectory)

 * BATPRMPT.PPE had a bug in it which caused the "Edit Batch" button not
   to work.  Fixed.

 * SETPROT.PPE was not working properly if you manually entered a protocol
   letter instead of using the mouse.  Made one small minor change to the
   PPE which has fixed things.  When stuffing the keyboard, I make sure the
   value is in upper-case.  Please keep an eye on this because I cannot
   *logically* see how this fixed the problem yet every test I perform now
   shows the problem to be fixed.

*  Modified record #175 in PCBTEXT.RIP to reset the graphics and text
   windows before printing the text.  Prior to this change, there is a
   real good chance the user would not know you were trying to chat.

*  Modified PREMSG.RIP to better ensure users will be in the 80x43 font
   instead of the default font chosen in RIPterm.  For the curious what
   was happening is PREMSG.RIP would set the text window size and font
   and promptly reset the graphics and text windows.  Resetting the text
   windows evidently restores the default set in RIPTerm.  This does not
   cause a problem for callers who define 80x43 as their default font, but
   does cause problems for callers who select something like 80x25 as
   the default font.

*  Record #676 in PCBTEXT.RIP was pointing to a display file called
   CREAQWK.  The actual filename should have been CREATQWK (note the
   missing T).  Fixed.

*  VRFYCITY in the \PCB\RIP subdirectory still had a text window defined
   where it should not.  Fixed.

*  Fixed some misspellings in the PCBTEXT.RIP.  For example CREATQWK.RIP,
   DESECONF.RIP.  These two entries in PCBTEXT.RIP were different than the
   actual filename in DOS.

*  The "Select All" and "Deselect All" buttons when selecting conferences
   for scanning were not working properly.  Also, the DESECONF.RIP was set
   to say "Deselecting ALL Conferences" when it should have just said
   "Selecting ALL Conferences".

*  Once the "Selecting All Conferences" screen was finally displaying,
   it was staying on the screen making the screen look cluttered.  Remedied
   this situation by moving the box to the bottom of the screen and also
   converting it to be more like a pop-up box.  It will display for 3
   seconds and then go away allowing PCBoard to display "streaming" dots
   while conferences are being selected.

   NOTE:  Because I had to make changes to the DESECONF.RIP file and it
          was already improperly named, I took this opportunity to rename
          it.  The new filename is SLCTALL_.RIP.  You will need to change
          record #565 in PCBTEXT to reflect the name change and will want
          to also delete DESECONF.RIP from your \PCB\RIP subdirectory.

*  Many of the menu screens that were "out of order" if you used the TAB
   key to select the buttons.  The buttons have been re-arranged to be in
   a more logical order.

*  Several PPEs turn the cursor off or on to enhance the display.  To help
   centralize the PPL code and prevent duplication, I've included a source
   file called RIPCURS.PPS.  This source file is included with the $INCLUDE
   compiler directive in the following files: SETPROT.PPS, SLCTCNF.PPS.

*  The PWCONF.RIP did not have a big enough text window to display the entire
   password prompt properly.  Increased the size of the text window so the
   "? (       )" could be printed properly within the space allowed.

*  Fixed problems with records 51, 155, 639, 641, 646-648, 650-652, and 656.
   Most records were lacking % signs to properly specify the PCBRIP
   environment variable.

*  Enhanced the CALDISP.RIP file in \PCB\RIP\PPE\ to give brief instructions
   regarding how the objects on the screen are to be used.

*  Fixed some more menu options which were not resetting the text windows
   when they should.  In particular the file "View" and "Test" functions
   in FILE.RIP were not resetting the screens.

*  Modified SLCTCNF.PPS and recompiled to accomodate the changes made for
   v15.2.  For those keeping score, v15.2 introduced the ability to support
   long conference names and therefore the two column list of conferences
   in the SELECT user command had to be modified to list just one column
   on the screen.

*  Updated support for the new records in PCBTEXT (v15.2 additions).  The
   new files are:

        CREDGON      |
        CREDGON_ RIP |___ Record #716
        CRDOUT1      |
        CRDOUT1_.RIP |___ Record #719
        CRDOUT2      |
        CRDOUT2_.RIP |___ Record #720
        FOLOWUP  RIP      Record #737
        POSTTO   RIP      Record #736
        CAPCONF  RIP      Record #733
        CAPMAX   RIP      Record #732
        QWKATCH  RIP      Record #735
        QWKPERS  RIP      Record #734

*  Modified INVCONF_.RIP, CONFSEL_.RIP, CONFDES_.RIP, CNFJOIN_.RIP, and
   CNFABND_.RIP to handle longer conference names.  This change was
   necessary due to the long conference name support in v15.2.

*  Also had to update the menus and rearrange the title information to
   better accomodate long conference names.

*  Added a new PPE (READATE) which takes advantage of the calendar engine
   (CALENG.PPS).  It's simply used whenever someone requests to read from
   a set date forward.  The separate PPE had to be used because the default
   date is the last logon and not the last DIR scan as is the case with
   CALENDAR.PPS.

*  Updated the WELCOME.RIP file to show v15.2 instead of v15.1.  Chances
   are you have already replaced the default screen with your own, but in
   case you have not, you need to be aware of this change.

*  Updated GRAF-D from version 2.20 to v2.31.  This new verison of
   GRAF-D makes some changes in RIP/ANSI detection to accomodate the
   internal Fido in v15.2+.

*  The "NEW" button on the File menu was not resetting the screen on a
   mouse click.  This was resulting in the new files list not being
   seen.  Fixed.

*  Modified the SLCTCNF.RIP file so the buttons now "invert" upon being
   selected.  This gives the user a better sense as to if their mouse is
   working or not.

v1.00 (04/06/94)
----------------
 * Inital Release

