home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 627a.lha / kd_freq.library_v3.10 / changes next >
Text File  |  1992-04-12  |  5KB  |  124 lines

  1. ----------------------------------------------------------------------------
  2. Release 3.10 changes:                                          29 March 1992
  3.  
  4. 1. User List:
  5.  
  6.    The User List is simply a list of directories and files that the user
  7.    defines and can access quickly.  To get to the list, just click the right
  8.    mouse button once to get the User List, or hit the F2 key.  You can then
  9.    pick any entry in that list to go to that directory, or select that file.
  10.  
  11.    The User List is read from a file called "s:kd_freq.user.list", which you
  12.    create.  It is simply a list of directories or files, each on its own line.
  13.    Each entry must be terminated with a return.  A directory must end with
  14.    a : or a / so that it is recognized as one.  A file is any entry which
  15.    doesn't end with a : or a /.  The library will read the user.list file
  16.    when it FIRST starts up, so any changes to this file won't show up until
  17.    the next time the library starts itself.  (normally at boot-up time).
  18.  
  19.    You can also quickly add the current file/directory to the User List,
  20.    just hit F8 and it will be added to the user list, however, this will
  21.    only remain for the duration of the current session.. once the library
  22.    is flushed, these will be lost.  As long as the library is not flushed,
  23.    all programs using the library access the same list, so if you add an
  24.    entry from the FR in one program, it'll show up in the other, i.e. the
  25.    User List is global.
  26.  
  27.    Note: If the user list is empty, it will NOT show up, and the FR will skip
  28.          it and go to the next list instead.
  29.  
  30.          The User List ignores duplicate entries.
  31.  
  32.  
  33. 2. History List:
  34.  
  35.    The history list is the last 100 files you OK'd in any invocation of
  36.    the FR during the current session.  (i.e. since the library was loaded).
  37.    It acts like the User List, except that entries are added to it
  38.    automatically as you use the FR.  If you cancel the FR, the entry will
  39.    not be stored.   To access the History list click on the right mouse
  40.    button twice, or hit the F2 key twice.
  41.  
  42.    Note: If the history list is empty, the FR will skip it and show the
  43.          storage devices list instead.
  44.  
  45.          The History List is NOT sorted, it shows up in reverse order of
  46.          selection, i.e. last file selected shows up at the top of the list.
  47.  
  48.          The History List deletes duplicate entries.  When the list is
  49.          filled up, the new entry pushes out the oldest entry.
  50.  
  51.  
  52. 3. Programmer's changes:
  53.  
  54.    a. New Flag, FR_SELECTLISTTIME, allows you to ask the FR to return to
  55.       you the Select List file in order of selection, not sorted.  As each
  56.       file is cliked on, a time stamp is attached to it, and when the list
  57.       is returned to the program, it is returned in order of selection.
  58.       Note this only works with the select list, not the old extended list.
  59.  
  60.    b. If the user ok's a requester with marked entries without entering
  61.       them in the select list, these are automatically entered in the select
  62.       list before returning the list to the program.  This makes it unnecessary
  63.       to hit the Select gadget in order to store the marked files.
  64.  
  65.    c. New flag, FR_DIRSONLY, makes the FR come up in Dirs-Only mode.  This
  66.       totally ingores files and only allows the user to select a path.
  67.       The file, hide, and show gadgets disappear, and only directories are
  68.       shown in the file list area.
  69.  
  70.    d. New flag, FR_USEPENS, allows you to set up the basic render pen colors
  71.       within the FR.  Note that the higher the pen number, the slower the
  72.       rendering generally will be.
  73.  
  74.  
  75. Bug Fixes:
  76.  
  77. 1. ASL font requesters were incorrectly bypassed when using BackTalk.  This
  78.    no longer happens.  FR_Bypass passes those font requests back to the
  79.    asl.library now, as it should.
  80.  
  81. 2. FR_Bypass was not coming up in the screen font when bypassing a request.
  82.    Fixed.
  83.  
  84. 3. The Select List display would get messed up when a proportional font was
  85.    used.. fixed.
  86.  
  87. 4. Clicking on an empty entry sometimes caused garbage to show up in the
  88.    file gadget.. fixed.
  89.  
  90. ----------------------------------------------------------------------------
  91. FR_Bypass changes:
  92.  
  93. 1. Auto-Center option, makes FR always come up centered on screens.
  94. 2. New control panel to change Bypass settings on the fly.
  95. 3. Option to force FR to always come up on its own screen, or to only do
  96.    that if destination screen is lo-res.
  97.  
  98. Read the FR_Bypass.DOC for details.
  99.  
  100.  
  101. Bug Fixes:
  102.  
  103. 1. PageStream 2.2 and 2.2HL FR calls now work correctly.
  104. 2. TurboText font calls are no longer incorrectly intercepted.
  105. 3. other small bug fixes.
  106.  
  107. ----------------------------------------------------------------------------
  108. Release 3.01 changes:                                            17 Nov 1991
  109.  
  110. 1. Program-definable gadget that can be used from within the requester.
  111.    Read the docs for programming details for the ExtraButton.
  112.  
  113. 2. Added 'About' feature in Injector.  Just click on the 'About' gadget
  114.    to see instructions on how to use the Injector.
  115.  
  116. 3. Directory string gadget now shows the last part of the directory's path
  117.    name if it is longer than the string gadget.
  118.  
  119. 4. New program, WFind is a simple program that does what Find does, except
  120.    it searches for files using a wildcard pattern, like the FR feature
  121.    does.  I put this here along with WFind.c so that you can play with it.
  122.  
  123. ----------------------------------------------------------------------------
  124.