home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / drawing / air20.zip / CHANGES.DOC < prev    next >
Text File  |  1993-11-02  |  5KB  |  95 lines

  1. Changes to AIR since 1.0
  2.  
  3. Changes are listed as I did them, and are basically notes. If you are
  4. already familiar with AIR, reading this is probably all you need to do.
  5. Who reads DOC's anyway ?????
  6.  
  7.    Version: 2.0
  8.    ------------------
  9.   0. Added a couple more screens, total in program now 9.
  10.  
  11.   1. The screen file name and the RIP file name can now be up to
  12.      40 characters in length. This applies to command line modes,
  13.      and interactive mode.
  14.  
  15.   2. You can now specify a directory to change to when starting AIR
  16.      just type AIR <directory>, AIR will change to the specified directory
  17.      and put you in interactive mode.
  18.  
  19.      If an invalid directory is given, you will be taken into interactive
  20.      mode in the current directory, unless other errors were made.
  21.  
  22.   3. Pressing F1 while in the Name field, presents a file list that allows
  23.      you to move through the directories, to find the file you wish.
  24.  
  25.      As you change directories, the new directory will display just below
  26.      the pick list.
  27.  
  28.      Upon selecting the file of choice, you will be returned to the working
  29.      directory before editing is continued.
  30.  
  31.      In other words, the new RIP file is always created in the directory
  32.      you are "working" in. If you start in \BBS\SCREENS\, but specifiy
  33.      another directory, as in AIR \ansi, the file will be created in \ansi.
  34.      Else the file will be created in the current directory, if you started
  35.      AIR with 'AIR' alone. - See the manual!
  36.  
  37.   4. When in the Sysop Message field, pressing F1 will display a list
  38.      of pre-defined messages that you create. It looks for a file named
  39.      MESSAGES.AIR, and if found will read in up to 20 lines. You select the
  40.      line you wish and press ENTER or click with left mouse button.
  41.  
  42.      MESSAGES.AIR is a simple ascii text file you create. See the included
  43.      copy for instructions. It should be stored in a PATH directory, so it
  44.      can be found from anywhere.
  45.      If you wish to include BBS variables in these lines, you may do so,
  46.      they will be properly displayed in the Frame's message area. Keep in
  47.      mind that the variable will expand, so be sure there is enough room.
  48.  
  49.      Currently the data entry code used in AIR does not accept the Ctl
  50.      characters, this will possibly be modified soon. For the time being,
  51.      codes must be placed in the MESSAGES.AIR file.
  52.  
  53.      If you leave the Message field blank, the program's default message will
  54.      be placed in the RIP frame.
  55.  
  56.   5. Same list has been created for the RIP name field. The file is called
  57.      RIPNAMES.AIR, and follows the same format, but entries are limited to
  58.      40 characters in length. There is no default for this field, if you
  59.      don't choose from the list, you need to type in a name, you cannot
  60.      leave until a name has been entered.
  61.      You can store up to 20 RIP file names in this list.
  62.      The list must be in a path directory, or the current, for AIR to find
  63.      it.
  64.      If you select a name from the list that contains no directory path, or
  65.      enter a name only, no directory, in the field, AIR will add the name of
  66.      the "Work" directory (changed to via AIR <dirname> or the current
  67.      directory (AIR no parameters). - See Manual!
  68.  
  69.   6. Upon Exit, whether normal or due to an error, AIR returns to the
  70.      directory that was active when the program was invoked.
  71.  
  72.   7. AIR now displays a message, F1: List, just above the Help line, when you
  73.      are in any field that has a lookup list.
  74.  
  75.   8. AIR now prompts, in interactive mode, if you would like to do another
  76.      screen. (Y)es will return to the editing fields, (N)o, or any other key
  77.      will exit the program. Pressing ENTER will select (Y)es....
  78.  
  79.   9. Adjusted the template number field to accept two digits, allowing for
  80.      future two digit template numbers. (Thinking Big!!)
  81.  
  82.  10. Stretched the message length to 65 characters. This may be tight for
  83.      a couple of screens, you will just have to test...
  84.      Also now allows up to 20 message lines to be picked from.
  85.  
  86.  11. Corrected Host Command for Exit Button in template #6 for RemoteAccess.
  87.  
  88.  12. Jon Kent has supplied a new version of FlatView, this one supports
  89.      Ansi, so you can view a more representative version of what your
  90.      callers will see, it's not perfect, but damn close! The character files
  91.      are inluded in the EXE, so extended fonts will show properly without
  92.      having the individual CHR files laying around.
  93.  
  94.   Read WHATSUP.DOC for upcomming attractions!
  95.