home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / camstr1k.zip / HISTORY < prev    next >
Text File  |  1994-03-06  |  25KB  |  500 lines

  1. 03/05/94
  2. --------
  3.  Added - You can now use ALT-A in the Auto Dialer Screen to ADD a BBS.
  4.  Added - The program will also create the PROEXEC one by default.
  5.          However, I haven't added the necessary code to make all of the
  6.          proper files for the PROEXEC.
  7.  Added - When using the Dialer portion of the program, it will update
  8.          the line status to indicate what exactly is being done.
  9.  Added - You can now press the SPACE bar to CYCLE while trying to log
  10.          onto a BBS.
  11.  Fixed - The program will no longer ABORT if the BBS you're calling
  12.          keeps getting RING singals.  Instead, it will cycle to the
  13.          next BBS number (if there).
  14.  
  15. 03/04/94
  16. --------
  17.  REMOVED - The internal editor is GONE <sigh>.  The program is getting
  18.            too big <sigh>.  This means that you need to use an external
  19.            editor.  We will be supplying one.  By doing this, it will
  20.            allow us to add a SpellChecker into our editor in a future
  21.            version.
  22.  REMOVED - The ScrollBack Buffer is GONE.  Since there is no internal
  23.            editor, no sense in wasting memory for something that isn't
  24.            being used.
  25.  
  26. 03/03/94
  27. --------
  28.  Added - You adding a file attachment, you can now press ALT-F.  This
  29.          will pop up a window so you can enter in a file spec for a
  30.          specific file.  So if you wanted to attach a certain file
  31.          and didn't know the EXACT path/filename, you could enter
  32.          something like F:\QMODEM\*.ZIP.  You could then search through
  33.          your various directories for the file that you want to attach
  34.          to a message.
  35.  Added - When attaching a file, it's possible that you THINK you know
  36.          the correct filename path.  Well, if you happen to enter in an
  37.          incorrect filename, you will not be able to save the message.
  38.          The prompt will go to the File Attachment line and let you
  39.          enter in a different filename (or just use the ALT-F).
  40.  Added - You can now PICK your conference when entering/replying to a
  41.          message (in case you don't know the conference number off the
  42.          top of your head).  Simply press the F3 key.
  43.  
  44. 03/02/94
  45. --------
  46.  Fixed - When editing a reply, the SIGNATURE file will not be added to
  47.          the message (since it already exists).
  48.  Added - Each conference can now have its own SIGNATURE file.
  49.  Added - You will now be prompted with a "Do you want to abort this
  50.          message (Y/[N])" prompt if you press the ESC key while editing
  51.          the header portion of the message.
  52.  Changed - When entering a new message, the TO and SUBJECT fields are
  53.            left EMPTY.
  54.  
  55. 03/01/94
  56. --------
  57.  Fixed - When saving a message, the cursor wasn't being displayed.
  58.  Added - If you're running under DV, you can use the CTRL-O key to
  59.          quote the message you're replying to.
  60.  
  61. 02/07/93
  62. --------
  63.  Added - Have added MEMCHECK and CHEAP libraries to the code. What this
  64.          means is that if a BUG appears, it will be reported to you and
  65.          will be created in a file called "MEMCHECK.LOG".
  66.  
  67.          You will also need to have the MEMCHECK.CFG file in your
  68.          CAMSTER directory and also set an environment as follows in
  69.          your AUTOEXEC.BAT file:
  70.  
  71.               SET MEMCHECK=ON
  72.  
  73.          This will enable the debugging code to go into affect.  The
  74.          program will run a little slower, but it will help us in
  75.          finding any bugs.
  76.  
  77.          Please check your MEMCHECK.LOG file each time you use Camster.
  78.          I am going to modify the code so it calls in the internal LIST
  79.          function upon exiting the program.  That way you can see if
  80.          any debug info is available.  If it is, please let us know
  81.          ASAP.
  82.  
  83.  Fixed - If your PATH to your work directory was longer than 25
  84.          characters, then most likely the file attachment ability would
  85.          not work correctly.
  86.  
  87. 12/13/93
  88. --------
  89.  Fixed - Other changes were made, but I forgot to add them to this
  90.          file.  Sorry!!
  91.  Fixed - There was a problem with using the external.  It would create
  92.          musical notes sometimes.  I've been unable to duplicate it
  93.          at this point, so I'm hoping it is fixed.
  94.  Fixed - The AnsiTerm emulator wasn't working properly when viewing
  95.          messages, news, newfiles, or bulletins when it was told to
  96.          change the background color.
  97.  Fixed - If trying to access the "Files" menu from within a QWK packet
  98.          and the file didn't exist, you were prompted with a
  99.          "AnisTerm Error #2".  I've fixed it so it doesn't display this
  100.          error message.
  101.  Fixed - When adding/dropping a conference, the name of the TO field
  102.          was being changed to the person of the last message you read.
  103.  Fixed - The Help Information line for the "Directories" was spelled
  104.          incorrectly.
  105.  Fixed - When editing a reply, the TO field was being changed to the
  106.          FROM field.  I thought I fixed it in the Beta I released, but
  107.          it only fixed it if you were using an EXTERNAL editor.  The
  108.          internal editor still had a problem.
  109.  
  110.  Fixed - When dialing a bbs via the command line and using the /REP
  111.          option, it wouldn't upload the REP packet if the name of
  112.          the REP packet ID was less than 8 characters.  Example, if the
  113.          reader was trying to upload PROEXEC.REP, it wouldn't because
  114.          PROEXEC is only 7 characters.  However, if YOURMAIL.REP was
  115.          going to be uploaded, it would work just fine.
  116.  
  117. 11/04/93 BETA H release
  118. -----------------------
  119.  Fixed - When REPLYING to a message with an external editor, it didn't
  120.          work.  Broke it when I reduce the file access (as a file was
  121.          missing).
  122.  Fixed - Editing a REPLY with an external editor was broken.
  123.  Fixed - When editing a reply, the TAGLINE wasn't removed.
  124.  Fixed - My screen management routines weren't working properly and
  125.          could still cause RANDOM problems to happen.  I finally found
  126.          the problem and fixed the code.
  127.  Opps  - Forgot to add the updated CAMSTER.HDX (help file) to the Beta
  128.          G release.
  129.  
  130. 11/01/93 BETA G release
  131. -----------------------
  132. Changed/Fixed/Added
  133.   There were probably some other changes that we made, but not all of
  134.   them got added to this file.  We're hoping to have Camster release
  135.   by the end of November (if not sooner).
  136.  
  137.  Changed - The look of viewing messages is now different.  There's now
  138.            only one line at the bottom of the screen, and we have made
  139.            the HEADER portion of the message Dynamic.  This means that
  140.            if you read a message that doesn't contain any PCB Long
  141.            header Types, you'll have more viewing pleasure per screen.
  142.  Added - There's now a Header Spacer that you can disable.  What this
  143.          means is that if you want more viewing per message, you should
  144.          disable this.  This will give you one extra line, but doesn't
  145.          look as pretty <g>.
  146.  Changed - When reading messages in a conference, the program no longer
  147.            writes the message to disk.  We've had a lot of people
  148.            comment about this.  We've changed it so it no longer does
  149.            this.
  150.  Fixed - When using the internal editor, the Quote portion wasn't
  151.          working properly.  It was always using "=>" as the Quote
  152.          character.  It'll now work however you've defined it in
  153.          the setup portion of the program.
  154.  Added - Event running of the Dial Portion.  This means you can use
  155.          Camster to call a BBS during your EVENT to upload your REP
  156.          packet and download a QWK packet.  See the CAMSTER.DOC file
  157.          on how to use (it's at the very end).
  158.  Added - When replying to a message, and if you're in a PostLink type
  159.          conference, it will copy the Routed Number into the Header
  160.          portion of the message.  Also, if the message is private, it
  161.          automatically sets the routed and private mail information
  162.          properly.  There have been too many times when I have left a
  163.          private message to someone in RIME and have forgot to add the
  164.          the Routed Information or vice versa <arg>..
  165.  Fixed - When saving a message, the ALT-S (Save Message) didn't work
  166.          properly.
  167.  Changed - When viewing messages in the previous releases, I hard coded
  168.            two Help Lines and I believe around 7 Header Messages. I
  169.            have changed it so there is only one help line (which now
  170.            displays the current BBS info) and so that the header
  171.            portion is dynamic.
  172.  Added - You can now have the option of having a BLANK LINE spacer
  173.          inbetween the header and the actual contents of the message.
  174.  Added - You can now set the Right Margin on the internal editor.  The
  175.          minimum length is 40, maximum is 79.
  176.  Added - You can now set the Tab Length size.  Minimum is 2, maximum is
  177.          15.
  178.  Fixed - If using the CTRL-RightArrow/LeftArrow, as soon as you got to
  179.          the last word for that movement, it would either go to the end
  180.          or beginning of the screen.  I've fixed it so it stays at the
  181.          end/begin of each word (depending on which key you're using).
  182.  Added - ALT-N will take you to the Configuration Screen from anywhere
  183.          in the program.
  184.  Added - F5 will shell to DOS from anywhere in the program.
  185.  Fixed - If you added a backslash to the WORK directory, the program
  186.          wouldn't run properly.  Matter of fact, it wouldn't let you
  187.          into the Select QWK option.
  188.  Fixed - The READ and REPLY Status flags in the PERSONAL and the
  189.          first conference to have any messages were being shared by
  190.          each other.  This is incorrect. What would happen is that
  191.          the READ/REPLY flags could be set on a message that you hadn't
  192.          READ or/and REPLIED to.
  193.  Fixed - There was a problem in my ANSI driver routine.  It was
  194.          basically corrupting memory <arg>.
  195.  Fixed - In the main configuration area, Directories, ATTACHMENT was
  196.          spelled incorrectly.
  197.  Fixed - If a .QWK packet didn't have any .NDX files, the program would
  198.          work fine the first time with PERSONAL messages in the
  199.          conference.  However, if you quit that packet and then opened
  200.          another .QWK packet (that didn't have any .NDX files), the
  201.          program would indicate that you didn't have any PERSONAL
  202.          messages, when in fact you did.
  203.  Fixed - The internal editor is now 400 lines maximum.
  204.  Fixed - If you were using the external editor, it would fill the end
  205.          of the message with NULL's.  This was incorrect.  It should of
  206.          been SPACE's.
  207.  Added - You can now create a VERBOSE LOG file. The NORMAL log file
  208.          hasn't fully been implemented, but will be before the next
  209.          wide area beta.
  210.  Added - Have added an option to Disable the Serial I/O when writing
  211.          to a disk.  You should only use this option if you have a
  212.          high speed modem and you don't have a 16550AFN Chip, or you
  213.          are downloading files to a FLOPPY Disk.
  214.  Added - Have added an option for the Western Digital 16550 Chip.  The
  215.          WD 16550 chip has some problems.  If you have this UART chip,
  216.          and run into problems with the the communication routines
  217.          (especially Zmodem), turn this on.
  218.  
  219.  
  220.  Fixed - The "Disable CTS/RTS" wasn't enabled properly.
  221.  
  222.  Fixed - If you were manually trying to download a file and the auto
  223.          Zmodem started, it would put the file(s) in the current
  224.          directory.  It'll now put it in the proper path.
  225.  
  226.  Fixed - If your path to your QWK/REP was not the same, the renaming
  227.          of the QWK packets wasn't working.  This is because I was
  228.          trying to rename a QWK file in the REP directory <arg>.
  229.  
  230.          This also caused problems if a QWK file already existed, as
  231.          Zmodem would APPEND to the current QWK packet, thus making it
  232.          completed unusable.  I've changed the code now so that if this
  233.          does happen in the future, the QWK packet will be overwritten.
  234.  
  235. 09/13/93
  236. --------
  237.  Fixed - The ATDT was being forced and wasn't using the dial string
  238.          defined by the user.
  239.  Fixed - COM1 and COM3 were not working.  This was due to not using the
  240.          correct variable <arg>.
  241.  Fixed - If your modem didn't have echo on, the display wasn't being
  242.          updated properly (the "Phone: " portion).
  243.  
  244.          There was something else, but I can't remember now <arg>.
  245.  
  246. 09/03/93
  247. --------
  248.  Fixed - The uploading of a REP packet wasn't working right.  The
  249.          program was sending two U<cr> strings, which for some reason
  250.          caused the program to not send the file.
  251.  Fixed - The CAM-MAIL.PPF file was setup incorrectly.  When I made
  252.          changes to the .PFF files yesterday, I made a typo on the
  253.          CAM-MAIL.PFF file.
  254.  
  255. 09/02/93
  256. --------
  257.  Fixed - The modem initialization string wasn't being sent properly.
  258.  Fixed - The program was sending sometimes sending an N when getting to
  259.          the Main Board Prompt in a PCBoard Configuration.  I believe I
  260.          have fixed this problem.
  261.  
  262.          The above fix was due to the PROMPT file being setup wrong.
  263.          The proble was with the MORE? and (H)ELP prompts.  I changed
  264.          them so they look like this:
  265.  
  266.             More   -  (H)ELP, MORE?
  267.             Help   -  (H)ELP?
  268.  
  269.          Make sure that your PRESS (ENTER) prompt does NOT contain a N
  270.          for the action.  It shouldn't be sending an N character.
  271.  
  272.  Fixed - When using the Prompt Editor, it would sometimes keep
  273.          switching between Yes/No prompts <arg>..  Not good!
  274.  Fixed - I wasn't closing a file when first initializing the reader.
  275.          This would eventually cause an out of memory problem.
  276.  Fixed - Sometimes my Keyboard buffer wasn't being empty.  This would
  277.          cause certain areas of the program to not work properly.
  278.          Normally this condition could be found when pressing the ESC
  279.          key.  What would happen is that after you hit the <enter> key,
  280.          and you would try to access another menu and press <enter>,
  281.          the program would think you pressed something else and nothing
  282.          would work <g>...
  283.  
  284.          I also noticed something with the QMAIL door on Salt Air.  A
  285.          lot of their prompts are colorized in several places.  What
  286.          this means is that the actual prompt isn't what the program
  287.          expects.  Make sure you give a N;Q;NS on the Graphics question
  288.          to avoid these problems (I haven't wrote an ANSI filter at
  289.          time when looking for prompts, but plan to in the future to
  290.          avoid this problem.
  291.  
  292. 08/08/93 - 09/02/93
  293. -------------------
  294.  Quite a few things were added and things were fixed as well.  I spent
  295.  two or three weeks alone testing the communication routines (making
  296.  sure that they worked properly).  If you run into any problems with
  297.  the communcation or automation of loggin into a BBS, please let me
  298.  know ASAP!!
  299.  
  300.  INTERNAL EDITOR LIMITED -  Due to the size of the program at this
  301.                             point and all of the text being in near
  302.                             memory, you will only have about 80 lines
  303.                             when replying to a message, but will have
  304.                             the full 150 lines when entering a message.
  305.                             If you need more than 80 lines for a reply,
  306.                             you'll need to use an external editor.
  307.                             Hopefully in Beta E I will convert all of
  308.                             near memory text into FAR memory to free
  309.                             up quite a bit of room.  This will also
  310.                             allow you to customize some of the prompts.
  311.  
  312.  Added - File attachment Directory, Download Directory, and a
  313.          Upload Directory!  These are used when manually trying to
  314.          upload/download files or when a QWK packet contains a PCBoard
  315.          file attachment (will be adding WildCat's in the next
  316.          release).
  317.  Added - A message will now indicate that it has a REPLY if you reply
  318.          to a message.  I would suggest that you delete your BOOKMARK.*
  319.          files since the file format had to be changed to include this.
  320.  Added - You can now type the first letter of the Select Menu Screen to
  321.          execute the option (Qwk Config, Auto Caller, etc..).
  322.  Added - When using the internal QUOTE REPLY function and if you were
  323.          using a mouse, the NORMAL CURSOR was not displayed.  I've
  324.          changed the code so that the CURSOR is displayed if a mouse is
  325.          being used.  This means that if you are using a MOUSE, you
  326.          will have two cursors.  The mouse cursor and the normal
  327.          cursor.
  328.  Added - Pressing ALT-D in the Select Packet Menu will DELETE the
  329.          Highlighted Packet.  Be sure as there is no YES/NO prompt.
  330.  Added - When entering the SUBJECT/TO field, and these are blank and
  331.          you try to save the message, you will be put back into the
  332.          header portion of the message and will need to make sure they
  333.          aren't blank (which one of them must be <g>).
  334.  
  335.  Fixed - When using the EDIT REPLY function and if you were using an
  336.          external editor, you would be forced into using the Internal
  337.          editor instead.
  338.  Fixed - When Adding/Droping a conference, I wasn't closing a file.
  339.          This would eventually cause an out of memory error and finally
  340.          no file handles left <g>.  This would only happen if you tried
  341.          to add/drop about 10 conferences.  Otherwise, you would of
  342.          never of seen it.  Hopefully it'll fix the problem some people
  343.          have mentioned about the Adding/Droping not working properly.
  344.  Fixed - If you enter a message for a QWK packet and there previously
  345.          wasn't a REP packet, the Yes/No option in the Packet Menu
  346.          wasn't being updated.
  347.  Fixed - If you went into the Bulletin Menu, the temporary bulletin
  348.          file wasn't being deleted, causing the prompt about your work
  349.          directory not being empty to be displayed.
  350.  Fixed - Request Return Receipt was spelled incorrectly.
  351.  Fixed - There were several places where ALT- was spelled ATL- <arg>.
  352.  Fixed - ALT-S wasn't working when trying to Save a Message.  It was
  353.          doing something else <arg>.
  354.  
  355. 07/28/93
  356. --------
  357.  
  358.  Added - Enable Taglines has been changed from a YES/NO option to:
  359.  
  360.              Yes/Pick/Random/Sticky
  361.  
  362.          The code has also been modified so that if you have a
  363.          conference with its own tagline file, that conference will
  364.          have its own set of pointers to keep track of what the last
  365.          tagline selected.
  366.  
  367.          Also, if you have enabled Pick, it will automatically go into
  368.          the tagline manager.
  369.  
  370.          Please note, if you are using a third party program to use
  371.          taglines, please DISABLE taglines in the reader so you won't
  372.          get duplicate taglines.  In order to use a third party program
  373.          to manage your taglines, you need to specify that you are
  374.          using an external editor.  Instead of calling your editor
  375.          directly from the reader, you will need to use a BATCH file to
  376.          call your EDITOR and your TAGLINE manager.
  377.  
  378.  Fixed - The Packet Screen was not being updated after reading a QWK
  379.          packet.
  380.  
  381.  Fixed - I added code to keep track of messages in a conference, but
  382.          never fully implemented it.  If you read a conference and
  383.          decide you want to quit that conference, and then later
  384.          rejoin that conference, it will take you back to where you
  385.          left off.
  386.  
  387.          This acts as what most people know as a BOOKMARK. The bookmark
  388.          will automatically be saved and be read in if you decide to
  389.          start reading this packet.  That way you don't lose your
  390.          place.
  391.  
  392.  Fixed - When using the STATS command to display your BBS Information,
  393.          the USERS FULL NAME was being displayed twice (opps).
  394.  
  395.  Enhanced - When using the internal scrollback buffer with the MOUSE
  396.             enabled, the mouse release key was too fast.  This could
  397.             cause text to be tagged and untagged very easily.
  398.  
  399.             I also modified it so if you press the RIGHT button mouse,
  400.             it will act as if ESC was pressed (this is how it should
  401.             act anyways).  This was causing people to go insane <g> due
  402.             to them tagging text and then hitting the right button and
  403.             nothing would happen.
  404.  
  405.  Enhanced - When using the LIST Messages function, it will now take you
  406.             to the exact message that you were currently reading.  That
  407.             way you won't lose your place when you're reading a
  408.             conference that has a LOT of messages.
  409.  
  410.  Changed - I made a new TAGLINE.TGS file.  It contains only about 300
  411.            taglines and I believe it doesn't contain anything that
  412.            might be offensive.  If there is, please let me know.
  413.  
  414.  Fixed - When using the internal editor, it wasn't very clear on how to
  415.          QUOTE part of a message.  In order to quote part of a message,
  416.          simply hit the SCROLL LOCK key.
  417.  
  418.  Fixed - The HELP file didn't contain any information on how to import
  419.          a text file into the internal editor.  You use the ALT-I key
  420.          to import a text file.
  421.  
  422.  Fixed - If replying to a message and using the external spell checker,
  423.          and you wanted to spell check your reply message, it wouldn't
  424.          do it.
  425.  
  426.  Added - You can now have a Signature file.  You define the file in the
  427.          QWK Configuration, Messages/Editors Options.
  428.  
  429.  Fixed - If you tried to use the Bulletin Option when reading a packet,
  430.          and you didn't have any bulletins, a file would be created and
  431.          was left open (meaning it couldn't be deleted).
  432.  
  433.  Added - You will now be prompted to delete a REP packet if it is older
  434.          than the QWK packet you are going to read.
  435.  
  436. 07/27/93
  437. --------
  438.  
  439.  Added - For each conference you can now define whether or not you want
  440.          the LIST function to be displayed before reading messages in a
  441.          conference.  Basically, this means that you can see the TO,
  442.          FROM, SUBJECT, and NUMBER header fields before you actually
  443.          start reading messages.  This allows you to select where you
  444.          want to start reading in a specific conference.
  445.  
  446.          In order to enable this, you need to use the ALT-C option in
  447.          the Conference Screen (where all of the conferences are
  448.          displayed).  This allows you to specify which conferences you
  449.          want this option to be enabled with.
  450.  
  451.  Added - When using the Conf/Message/List option (insert key when
  452.          reading messages), it will now display a √ if a message has
  453.          been read.
  454.  
  455. 07/23/93
  456.  
  457.  Fixed - The BBS Name in the Qwk Packet Selection Area wasn't being
  458.          displayed.
  459.  Fixed - The Read (Yes/No) wasn't enabled.  It will now display
  460.          whether or not you've read this QWK Packet.  The TERM READ in
  461.          this case means whether or not you have looked at this packet.
  462.  
  463.          Probably in the future I'll change it to work according to
  464.          how much of the packet has been read, but currently, it's
  465.          either YES or NO (sorry folks).
  466.  Fixed - The HEADER portion of entering/replying to a message had no
  467.          HELP.
  468.  Fixed - The TagLine manager was pointing to the WRONG HELP files.
  469.  Fixed - If you turned off (Beep On Personal Messages), the program
  470.          would still beep on personal messages.
  471.  Fixed - There was a small problem with animating an ANSI message with
  472.          ANSI MUSIC.  This is a very TRICKY area because not all people
  473.          follow the standards, so you have to try and make up the parts
  474.          they don't add <arg>.  At any rate, hopefully this will do the
  475.          job a little better.
  476.  Fixed - When editing the HEADER of a message (TO,FROM,SUBJ,etc) the
  477.          <enter> key would only move between the TO,FROM, SUBJ fields.
  478.          You can now also use the <enter> key to scroll down to the
  479.          Private/ConfNumber/CarbonCopy/RequestRR/TagLines.
  480.  Fixed - The EDIT REPLY options was not working(PERIOD).
  481.  
  482.  Added - You can now KILL a reply.  Please note that if you KILL all of
  483.          your reply messages AND if you previously had a REP packet,
  484.          the REP packet will not be deleted.  This is done for SAFETY
  485.          reasons.
  486.  Added - You can now use the Right/Left arrow keys to go to the
  487.          next/previous message.
  488.  Added - You can now specify up to four Tagline Quote characters. Also,
  489.          if you use the %N% in this option, please note that it
  490.          defaults to the Users Initials and adds a '>' character.
  491.          However, if you wish to bypass the '>' characters when using
  492.          the %N% parameter, simply add the character of your choice.
  493.          Examples:
  494.  
  495.               %N%    Looks like -  CD> Hello there
  496.               %N%?   Looks like -  CD? Hello there
  497.               %N%α   Looks like -  CDα Hello there
  498.  
  499.  Added - Updated the CAMSTER.HDX file to reflect the new additions.
  500.