home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / CAMSTR1E.ZIP / HISTORY < prev    next >
Text File  |  1993-09-03  |  12KB  |  246 lines

  1. 09/02/93
  2. --------
  3.  Fixed - The modem initialization string wasn't being sent properly.
  4.  Fixed - The program was sending sometimes sending an N when getting to
  5.          the Main Board Prompt in a PCBoard Configuration.  I believe I
  6.          have fixed this problem.
  7.  
  8.          The above fix was due to the PROMPT file being setup wrong.
  9.          The proble was with the MORE? and (H)ELP prompts.  I changed
  10.          them so they look like this:
  11.  
  12.             More   -  (H)ELP, MORE?
  13.             Help   -  (H)ELP?
  14.  
  15.          Make sure that your PRESS (ENTER) prompt does NOT contain a N
  16.          for the action.  It shouldn't be sending an N character.
  17.  
  18.  Fixed - When using the Prompt Editor, it would sometimes keep
  19.          switching between Yes/No prompts <arg>..  Not good!
  20.  Fixed - I wasn't closing a file when first initializing the reader.
  21.          This would eventually cause an out of memory problem.
  22.  Fixed - Sometimes my Keyboard buffer wasn't being empty.  This would
  23.          cause certain areas of the program to not work properly.
  24.          Normally this condition could be found when pressing the ESC
  25.          key.  What would happen is that after you hit the <enter> key,
  26.          and you would try to access another menu and press <enter>,
  27.          the program would think you pressed something else and nothing
  28.          would work <g>...
  29.  
  30.          I also noticed something with the QMAIL door on Salt Air.  A
  31.          lot of their prompts are colorized in several places.  What
  32.          this means is that the actual prompt isn't what the program
  33.          expects.  Make sure you give a N;Q;NS on the Graphics question
  34.          to avoid these problems (I haven't wrote an ANSI filter at
  35.          time when looking for prompts, but plan to in the future to
  36.          avoid this problem.
  37.  
  38. 08/08/93 - 09/02/93
  39. -------------------
  40.  Quite a few things were added and things were fixed as well.  I spent
  41.  two or three weeks alone testing the communication routines (making
  42.  sure that they worked properly).  If you run into any problems with
  43.  the communcation or automation of loggin into a BBS, please let me
  44.  know ASAP!!
  45.  
  46.  INTERNAL EDITOR LIMITED -  Due to the size of the program at this
  47.                             point and all of the text being in near
  48.                             memory, you will only have about 80 lines
  49.                             when replying to a message, but will have
  50.                             the full 150 lines when entering a message.
  51.                             If you need more than 80 lines for a reply,
  52.                             you'll need to use an external editor.
  53.                             Hopefully in Beta E I will convert all of
  54.                             near memory text into FAR memory to free
  55.                             up quite a bit of room.  This will also
  56.                             allow you to customize some of the prompts.
  57.  
  58.  Added - File attachment Directory, Download Directory, and a
  59.          Upload Directory!  These are used when manually trying to
  60.          upload/download files or when a QWK packet contains a PCBoard
  61.          file attachment (will be adding WildCat's in the next
  62.          release).
  63.  Added - A message will now indicate that it has a REPLY if you reply
  64.          to a message.  I would suggest that you delete your BOOKMARK.*
  65.          files since the file format had to be changed to include this.
  66.  Added - You can now type the first letter of the Select Menu Screen to
  67.          execute the option (Qwk Config, Auto Caller, etc..).
  68.  Added - When using the internal QUOTE REPLY function and if you were
  69.          using a mouse, the NORMAL CURSOR was not displayed.  I've
  70.          changed the code so that the CURSOR is displayed if a mouse is
  71.          being used.  This means that if you are using a MOUSE, you
  72.          will have two cursors.  The mouse cursor and the normal
  73.          cursor.
  74.  Added - Pressing ALT-D in the Select Packet Menu will DELETE the
  75.          Highlighted Packet.  Be sure as there is no YES/NO prompt.
  76.  Added - When entering the SUBJECT/TO field, and these are blank and
  77.          you try to save the message, you will be put back into the
  78.          header portion of the message and will need to make sure they
  79.          aren't blank (which one of them must be <g>).
  80.  
  81.  Fixed - When using the EDIT REPLY function and if you were using an
  82.          external editor, you would be forced into using the Internal
  83.          editor instead.
  84.  Fixed - When Adding/Droping a conference, I wasn't closing a file.
  85.          This would eventually cause an out of memory error and finally
  86.          no file handles left <g>.  This would only happen if you tried
  87.          to add/drop about 10 conferences.  Otherwise, you would of
  88.          never of seen it.  Hopefully it'll fix the problem some people
  89.          have mentioned about the Adding/Droping not working properly.
  90.  Fixed - If you enter a message for a QWK packet and there previously
  91.          wasn't a REP packet, the Yes/No option in the Packet Menu
  92.          wasn't being updated.
  93.  Fixed - If you went into the Bulletin Menu, the temporary bulletin
  94.          file wasn't being deleted, causing the prompt about your work
  95.          directory not being empty to be displayed.
  96.  Fixed - Request Return Receipt was spelled incorrectly.
  97.  Fixed - There were several places where ALT- was spelled ATL- <arg>.
  98.  Fixed - ALT-S wasn't working when trying to Save a Message.  It was
  99.          doing something else <arg>.
  100.  
  101. 07/28/93
  102. --------
  103.  
  104.  Added - Enable Taglines has been changed from a YES/NO option to:
  105.  
  106.              Yes/Pick/Random/Sticky
  107.  
  108.          The code has also been modified so that if you have a
  109.          conference with its own tagline file, that conference will
  110.          have its own set of pointers to keep track of what the last
  111.          tagline selected.
  112.  
  113.          Also, if you have enabled Pick, it will automatically go into
  114.          the tagline manager.
  115.  
  116.          Please note, if you are using a third party program to use
  117.          taglines, please DISABLE taglines in the reader so you won't
  118.          get duplicate taglines.  In order to use a third party program
  119.          to manage your taglines, you need to specify that you are
  120.          using an external editor.  Instead of calling your editor
  121.          directly from the reader, you will need to use a BATCH file to
  122.          call your EDITOR and your TAGLINE manager.
  123.  
  124.  Fixed - The Packet Screen was not being updated after reading a QWK
  125.          packet.
  126.  
  127.  Fixed - I added code to keep track of messages in a conference, but
  128.          never fully implemented it.  If you read a conference and
  129.          decide you want to quit that conference, and then later
  130.          rejoin that conference, it will take you back to where you
  131.          left off.
  132.  
  133.          This acts as what most people know as a BOOKMARK. The bookmark
  134.          will automatically be saved and be read in if you decide to
  135.          start reading this packet.  That way you don't lose your
  136.          place.
  137.  
  138.  Fixed - When using the STATS command to display your BBS Information,
  139.          the USERS FULL NAME was being displayed twice (opps).
  140.  
  141.  Enhanced - When using the internal scrollback buffer with the MOUSE
  142.             enabled, the mouse release key was too fast.  This could
  143.             cause text to be tagged and untagged very easily.
  144.  
  145.             I also modified it so if you press the RIGHT button mouse,
  146.             it will act as if ESC was pressed (this is how it should
  147.             act anyways).  This was causing people to go insane <g> due
  148.             to them tagging text and then hitting the right button and
  149.             nothing would happen.
  150.  
  151.  Enhanced - When using the LIST Messages function, it will now take you
  152.             to the exact message that you were currently reading.  That
  153.             way you won't lose your place when you're reading a
  154.             conference that has a LOT of messages.
  155.  
  156.  Changed - I made a new TAGLINE.TGS file.  It contains only about 300
  157.            taglines and I believe it doesn't contain anything that
  158.            might be offensive.  If there is, please let me know.
  159.  
  160.  Fixed - When using the internal editor, it wasn't very clear on how to
  161.          QUOTE part of a message.  In order to quote part of a message,
  162.          simply hit the SCROLL LOCK key.
  163.  
  164.  Fixed - The HELP file didn't contain any information on how to import
  165.          a text file into the internal editor.  You use the ALT-I key
  166.          to import a text file.
  167.  
  168.  Fixed - If replying to a message and using the external spell checker,
  169.          and you wanted to spell check your reply message, it wouldn't
  170.          do it.
  171.  
  172.  Added - You can now have a Signature file.  You define the file in the
  173.          QWK Configuration, Messages/Editors Options.
  174.  
  175.  Fixed - If you tried to use the Bulletin Option when reading a packet,
  176.          and you didn't have any bulletins, a file would be created and
  177.          was left open (meaning it couldn't be deleted).
  178.  
  179.  Added - You will now be prompted to delete a REP packet if it is older
  180.          than the QWK packet you are going to read.
  181.  
  182. 07/27/93
  183. --------
  184.  
  185.  Added - For each conference you can now define whether or not you want
  186.          the LIST function to be displayed before reading messages in a
  187.          conference.  Basically, this means that you can see the TO,
  188.          FROM, SUBJECT, and NUMBER header fields before you actually
  189.          start reading messages.  This allows you to select where you
  190.          want to start reading in a specific conference.
  191.  
  192.          In order to enable this, you need to use the ALT-C option in
  193.          the Conference Screen (where all of the conferences are
  194.          displayed).  This allows you to specify which conferences you
  195.          want this option to be enabled with.
  196.  
  197.  Added - When using the Conf/Message/List option (insert key when
  198.          reading messages), it will now display a √ if a message has
  199.          been read.
  200.  
  201. 07/23/93
  202.  
  203.  Fixed - The BBS Name in the Qwk Packet Selection Area wasn't being
  204.          displayed.
  205.  Fixed - The Read (Yes/No) wasn't enabled.  It will now display
  206.          whether or not you've read this QWK Packet.  The TERM READ in
  207.          this case means whether or not you have looked at this packet.
  208.  
  209.          Probably in the future I'll change it to work according to
  210.          how much of the packet has been read, but currently, it's
  211.          either YES or NO (sorry folks).
  212.  Fixed - The HEADER portion of entering/replying to a message had no
  213.          HELP.
  214.  Fixed - The TagLine manager was pointing to the WRONG HELP files.
  215.  Fixed - If you turned off (Beep On Personal Messages), the program
  216.          would still beep on personal messages.
  217.  Fixed - There was a small problem with animating an ANSI message with
  218.          ANSI MUSIC.  This is a very TRICKY area because not all people
  219.          follow the standards, so you have to try and make up the parts
  220.          they don't add <arg>.  At any rate, hopefully this will do the
  221.          job a little better.
  222.  Fixed - When editing the HEADER of a message (TO,FROM,SUBJ,etc) the
  223.          <enter> key would only move between the TO,FROM, SUBJ fields.
  224.          You can now also use the <enter> key to scroll down to the
  225.          Private/ConfNumber/CarbonCopy/RequestRR/TagLines.
  226.  Fixed - The EDIT REPLY options was not working(PERIOD).
  227.  
  228.  Added - You can now KILL a reply.  Please note that if you KILL all of
  229.          your reply messages AND if you previously had a REP packet,
  230.          the REP packet will not be deleted.  This is done for SAFETY
  231.          reasons.
  232.  Added - You can now use the Right/Left arrow keys to go to the
  233.          next/previous message.
  234.  Added - You can now specify up to four Tagline Quote characters. Also,
  235.          if you use the %N% in this option, please note that it
  236.          defaults to the Users Initials and adds a '>' character.
  237.          However, if you wish to bypass the '>' characters when using
  238.          the %N% parameter, simply add the character of your choice.
  239.          Examples:
  240.  
  241.               %N%    Looks like -  CD> Hello there
  242.               %N%?   Looks like -  CD? Hello there
  243.               %N%α   Looks like -  CDα Hello there
  244.  
  245.  Added - Updated the CAMSTER.HDX file to reflect the new additions.
  246.