home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / util / libs / reqtools / readme < prev    next >
Text File  |  1994-08-07  |  51KB  |  935 lines

  1.  
  2.                       **********************************
  3.  
  4.                           reqtools.library
  5.  
  6.                           The requester toolkit.
  7.  
  8.                           Release 2.2c
  9.  
  10.                           (c) 1991-1994 Nico François
  11.  
  12.                       **********************************
  13.  
  14.  
  15.    First of all read the DISTRIBUTION file for information on... er well...
  16. distribution :-)
  17.  
  18.    If you have suggestions or remarks about ReqTools, or if you find any
  19. bugs, please let me know.
  20.  
  21.    Contacting the author:
  22.  
  23.      FidoNet:  2:292/603.10 (Nico Francois)
  24.  
  25.      Internet: nico@augfl.be
  26.  
  27.      Mail:     Nico François
  28.                Corbielaan 13
  29.                B-3060 Bertem
  30.                BELGIUM
  31.  
  32.    If you can please use e-mail.  That way you'll stand a much better chance
  33. of getting a reply quickly.
  34.  
  35.  
  36. Contents
  37. ========
  38.  
  39. 1. Introduction
  40.  
  41. 2. Features
  42.  
  43. 3. Installation
  44.  
  45. 4. Using reqtools.library
  46.  
  47.  
  48. 1. Introduction
  49. ===============
  50.  
  51.     reqtools.library is a standard Amiga shared, runtime library.  The purpose
  52. of ReqTools is to make it a lot quicker and easier to build standard requesters
  53. into your programs.  ReqTools is designed with Commodore's style guidelines in
  54. mind, all requesters have the look-and-feel of AmigaDOS Release 2.
  55.  
  56.     If you use ReqTools in your programs you do not have to worry about
  57. requesters too much.  You'll have a lot more time to concentrate on the
  58. really important stuff your program does.
  59.  
  60.     The library has been inspired by req.library (by Colin Fox & Bruce Dawson)
  61. and Commodore's own asl.library.  You will find it shares a lot of the
  62. features with these two libraries, while it has some additional ones as well.
  63. While asl.library was great in look-and-feel I felt it lacked quite a bit in
  64. the power department.  This power _is_ mostly available in req.library, but
  65. this doesn't fit in too well with AmigaDOS Release 2.  So the idea for a new
  66. requester library was born.
  67.  
  68.     I tried to make all requesters in ReqTools very powerful, easy to use and 
  69. with a very nice new-look 3D interface.  Efficiency was also considered very
  70. important.  The 2.0 version of the library is about 38K large.  I'm sure you
  71. will agree this is not too much considering what ReqTools offers.
  72.  
  73.     ReqTools features the following requesters:  a query requester, a string
  74. requester, a number requester, a file requester, a font requester, a palette
  75. requester and new in release 2.0 of ReqTools a volume requester and a screen
  76. mode requester.
  77.  
  78.  
  79. 2. Features
  80. ===========
  81.  
  82.    The requesters have following features:
  83.  
  84.    All requesters:
  85.  
  86.       o have a pixel-perfect Workbench 2.0 3D look, also on Kickstart 1.3.
  87.       o Completely localized!  If you are using Workbench 2.1 or higher the
  88.         text in ReqTools requesters will appear in the language of your
  89.         Workbench (if the catalog for this language is available).
  90.       o adjust to interlaced screens and to the screen's font (rtEZRequest,
  91.         rtGetLong, rtGetString) or to any fixed-width font if the screen's
  92.         font is proportional (rtPaletteRequest/rtFileRequest/rtFontRequest).
  93.         Requesters can also use any suitable font you specify.
  94.       o can appear under the mouse pointer, centered on the
  95.         screen/in a window or at the top left of the screen/a window.
  96.       o can be used asynchronously.
  97.       o check pr_WindowPtr of your process is to find the screen they should
  98.         appear on (can be overridden).
  99.       o use tags for maximum future extendibility.  All standard 2.0 tags are
  100.         supported (like TAG_SKIP, TAG_MORE, etc.).
  101.       o bring the screen they appear on to the front.  The screen that was
  102.         in front previously will be put in front again when the requester
  103.         finishes (if it is still open).
  104.         This behaviour can be switched off.
  105.       o will always appear in the visible portion of the screen (support of
  106.         virtual screens).
  107.       o are extensively tested using enforcer and mungwall debugging tools.
  108.       o have the ability to lock the parent window from all user input and
  109.         give it a standard wait pointer automatically.
  110.       o can share the IDCMP port of the parent window.
  111.       o supports a callback hook for handling IDCMP messages from a shared
  112.         IDCMP port.
  113.       o have keyboard shortcuts for gadgets (key underlined in gadget label).
  114.         Use Right Amiga key with shortcut if a string gadget is active.
  115.  
  116.    rtEZRequest, the query requester:
  117.  
  118.       o easy keyboard shortcuts:
  119.         - Left Amiga V and Left Amiga B (like the standard requesters).
  120.         - Y for positive response.
  121.         - N, R, Esc for negative response.
  122.         - Return can also be used as a shortcut and can be
  123.           associated with any response.  The gadget in question
  124.           will have its text printed bold.
  125.           Default response for Return is the positive response.
  126.         - buttons give visual feedback when keyboard shortcuts
  127.           are used.
  128.         - keyboard shortcuts can be canceled by pressing Shift
  129.           before releasing the key.
  130.         - keyboard shortcuts can be defined to be any character in the
  131.           button's label.  The character in question will be underlined.
  132.       o number of responses only limited by screen width.
  133.       o allows for multiple lines of text.
  134.       o text can be centered in requester (great for about requesters).
  135.       o supports the use of 'printf' formatting codes in text
  136.         and in responses.
  137.       o can be terminated by IDCMP events.
  138.  
  139.    rtFileRequest, the file requester:
  140.  
  141.       o similar in use and look-and-feel as Asl file requester.
  142.       o buffers directories in memory.
  143.       o files and directories can be added or removed from the buffer
  144.         by the calling program.
  145.       o can be put in save mode, disabling double-clicks and asking you if
  146.         directories that can't be found (entered manually) should be created.
  147.       o optional callback hook for verification of files before they are
  148.         added to the buffer.
  149.       o supports multiple selection of files and optionally of directories.
  150.       o when multi-select is on All, Clear and Match.. buttons are available.
  151.         All selects, and Clear unselects all files.  Match.. brings up a
  152.         requester where the user can enter a pattern to select files.
  153.       o can be used as a directory requester (showing no files).
  154.       o optional pattern gadget to match files on.
  155.       o shows all devices (with volume names) and all assigns made.
  156.       o supports TABCYCLE under 2.0
  157.       o pattern matching supports _ALL_ AmigaDOS 2.0 patterns.
  158.       o can be used as a volume requester to get a device or an assign
  159.         from the user.
  160.       o can be resized in height to show more files.
  161.       o Shows disk percentage used next to volume names.
  162.       o Allows you to enter paths in the filename string gadget.  If the
  163.         requester finds a path in the filename it will change the directory
  164.         to that path.  So if you e.g. enter 'Devs:mountlist' in the filename
  165.         gadget the requester will read the 'Devs:' directory and set the
  166.         filename gadget to 'mountlist'.  If you enter 'printers/' it will go
  167.         into the printers directory. Enter '/' to go to the parent directory.
  168.       o Completely keyboard controlable: use up and down cursor keys to
  169.         select files or directories.  Use Shift-Up and Shift-Down to jump
  170.         by one window-full.  Use Ctrl-Up and Ctrl-Down to jump to the start
  171.         or end of the directory.
  172.  
  173.    rtFontRequest, the font requester:
  174.  
  175.       o buffers all fonts in memory.
  176.       o shows sample of font you click on.
  177.       o can be also be used to select the font's style.
  178.       o supports color fonts, can change the screen's palette.
  179.       o supports scaled fonts (AmigaOS Release 2 only).
  180.       o optional callback hook for verification of fonts before they are
  181.         added to the buffer.
  182.       o supports TABCYCLE under 2.0
  183.       o can be resized in height to show more fonts.
  184.       o makes sure selected font is visible in listview when it comes up.
  185.  
  186.    rtScreenModeRequest, the display mode requester (Kickstart 2.0+ only!):
  187.  
  188.       o all modes in the DisplayInfo database can be displayed.
  189.       o allows you to pick a standard overscan setting.
  190.       o user may enter prefered size or choose to get the defaults.
  191.       o number of colors selectable.
  192.       o can be put up with the attributes from a given screen.
  193.       o optional callback hook for examining a display mode before it is
  194.         added to the requester.
  195.       o can be resized in height to show more modes.
  196.       o makes sure selected mode is visible in listview when it comes up.
  197.  
  198.    rtPaletteRequest, the palette requester:
  199.  
  200.       o features Copy, Swap and Spread functions.
  201.       o current values of red, green and blue are displayed.
  202.       o returns the selected color.
  203.  
  204.    rtGetLong, the long integer requester:
  205.  
  206.       o width of requester can be set by caller.
  207.       o a minimum and maximum can be supplied and will be displayed
  208.         in the requester.
  209.       o a value to show up when the requester appears can be supplied.
  210.       o can display buttons with several possible responses.
  211.       o invisible entry is possible (useful for getting a code number).
  212.       o patterned backfill of requester can be switched on or off.
  213.       o some line(s) of (centered) text may be displayed above the entry
  214.         gadget to give the user some extra information.
  215.  
  216.    rtGetString, the string requester:
  217.  
  218.       o width of requester can be set by caller.
  219.       o a string to show up when the requester appears can be supplied.
  220.       o can display buttons with several possible responses.
  221.       o invisible entry is possible (useful for getting a password).
  222.       o patterned backfill of requester can be switched on or off.
  223.       o some line(s) of (centered) text may be displayed above the entry
  224.         gadget to give the user some extra information.
  225.  
  226.  
  227. 3. Installation
  228. ===============
  229.  
  230.    To install reqtools.library copy it to your Libs: directory by hand, or
  231. run the installation script 'Install' (by using 'Execute' from the Shell or
  232. by double-clicking its icon).
  233.  
  234.    reqtools.library is provided in two versions (that are 100% equivalent,
  235. meaning you don't have to care which version the user installed):  one for
  236. Kickstart 1.2 (or higher) and one for Kickstart 2.0 and higher.
  237.  
  238.    The version for Kickstart 2.0 uses 2.0 ROM functions for stuff like
  239. pattern matching, parsing tags, the 3D look, while a lot in the Kickstart 1.3
  240. version is emulated.  It issuggested you use the 2.0 version of the library if
  241. you have Kickstart 2.0 in ROM.
  242.  
  243.    If you are running Workbench 2.1 or higher you will have the possiblity to
  244. use ReqTools in different languages.  Just use the appropriate install script
  245. in the Install/Workbench_2.1+ directory.
  246.  
  247.  
  248. 4. Using reqtools.library
  249. =========================
  250.  
  251.    If you are a C programmer all you need to do is include the correct
  252. header ('libraries/reqtool.h') and open reqtools.library. After that you can
  253. use the functions in the library as if they were C functions. If your program
  254. quits it must of course close the library again. See 'demo.c' for an example.
  255.  
  256.    Glue code for several compilers/languages is included with ReqTools 2.2b.
  257. Look in the Glue directory of the ReqTools distribution to see if glue code
  258. exists for your compiler and/or programming language.  If it doesn't and you
  259. write your own please send it to me and I'll include it in the next release
  260. of ReqTools.
  261.     Note that the source for the Manx C libraries is the same as for the SAS/C
  262. libraries.  See the README.Manx file in the archive
  263. 'Glue/Sas-C/LibSource.lha'.
  264.    Manx C users may have to edit 'libraries/reqtools.h' and change the library
  265. (GfxBase, IntuitionBase, etc.) fields to rt_GfxBase, rt_IntuitionBase etc.
  266. Seems there is a bug in some versions of the Manx C compiler that has problems
  267. otherwise.  Let's hope this gets fixed soon :-)
  268.  
  269.    Functions allowing a variable number of arguments can't be called using
  270. pragmas (in-line library calls, no glue code required).  So if you use these
  271. you must always link with LIB:reqtools.lib or LIB:reqtoolsnb.lib (for SAS-C,
  272. or with the specific libraries for your compiler/language).
  273.  
  274.    Assembly programmers should also include the correct files and open
  275. reqtools.library.  To call a function they must load A6 with the library base,
  276. put the arguments in the appropriate registers and jump to the library vector
  277. offset of the function they want to call.
  278.  
  279.    Remember to open the library with a specific version number if you wish to
  280. use features only found in that version (for example: screen mode requester).
  281.  
  282.    All library functions are explained in the autodoc file 'reqtools.doc'.
  283.  
  284.                                                        Enjoy.
  285.  
  286.  
  287.                                LIBRARY HISTORY:
  288.  
  289. *****************************************************************************
  290. RELEASE 1.0 (Library version 37.556 [1.3] - 37.670 [2.0])
  291.  
  292.     First release.
  293.  
  294. *****************************************************************************
  295. RELEASE 1.0a (Library version 37.557 [1.3] - 37.673 [2.0])
  296.  
  297.     Fixed two minor bugs:
  298.       - if a directory could not be found and you re-invoked the file
  299.         requester it wouldn't check the directory again.
  300.       - devices like PRT:, CON:, etc. now no longer show up in the device
  301.         list of the 2.0 file requester.
  302.  
  303. *****************************************************************************
  304. RELEASE 1.0b (Library version 37.566 [1.3] - 37.678 [2.0])
  305.  
  306.     Fixed bug: entering a pattern when a file requester's directory was
  307.       invalid could cause a crash.
  308.     rtGetString() and rtGetLong() 2.0 requester windows no longer have close
  309.       gadgets.
  310.     Font requester entries are "release verify" instead of "immediate".
  311.     If no minimum or maximum is given for the GetLong requester it will not
  312.       be displayed (1.0 and 1.0a displayed MAXINT or MININT).
  313.     Minor cosmetic adjustments to file, font and palette requesters.
  314.     Oberon interface to the library included.
  315.  
  316. *****************************************************************************
  317. RELEASE 1.0c (Library version 37.592 [1.3] - 37.718 [2.0])
  318.  
  319.     Boopsi dispatch function for rtEZRequestA() buttons optimized (ReqTools
  320.       for Kickstart 2.0).  Occasional flicker just about eliminated.
  321.     Enlarged buttons a bit in rtGetLongA(), rtGetStringA() and the file, font
  322.       and palette requesters.
  323.     Width of scroller gadget in file requester window increased.
  324.     File string gadget is cleared when 'All' or 'Match..' is used.  This
  325.       wasn't done before and could result in unexpected multi-select results.
  326.     Visual feedback for keyboard shortcuts improved (rtEZRequestA()).  Button
  327.       stays depressed as long as the key in question is held down, but still
  328.       for a minumum of 1/10 sec.  New feature:  shortcuts can be canceled by
  329.       pressing Shift before releasing the key.
  330.     Minor bug fix: keyboard shortcuts V and B now really only work together
  331.       with the Left Amiga key.  Used to work without the qualifier.
  332.     rtEZRequestA(), rtGetLongA() and rtGetStringA() will no longer call the
  333.       DOS function Delay(), so they may from now on be called by tasks.
  334.       Every ReqTools requester, except the file and font requesters (they use
  335.       DOS for obvious reasons), can be called from a task.
  336.     EZRequest with only one button now responds to the Return key, whether
  337.       EZREQF_NORETURNKEY is set or not.
  338.     Fixed small bug in libraries/reqtools.i include file.  rtfi_Hook and
  339.       rtfo_Hook were followed by a ; and this could lead to problems.
  340.     Libraries (reqtoolss.lib and reqtoolssr.lib) for Dice C included.
  341.     Pre-release (0.91ß) of RTPatch patcher program included.
  342.  
  343. *****************************************************************************
  344. RELEASE 1.0d (Library version 37.600 [1.3] - 37.726 [2.0])
  345.  
  346.     rtEZRequestA(), rtGetStringA() and rtGetLongA() now switch the processor
  347.       stack to ensure sufficient stack space for the function to succeed.
  348.     Fixed bug in rtGetLong() requester in 2.0 version of ReqTools.  Used to
  349.       return TRUE and a random value if the user pressed Ok when the integer
  350.       gadget was empty.
  351.     File requester is somewhat larger by default.
  352.     Improved automatic requester resizing (if requester would become too big
  353.       for the screen).
  354.     File requester (in save mode) no longer asks "Create drawer?" when you
  355.       entered a drawer string containing a non-existing volume (e.g. 'FOO:').
  356.     Entries in file requester are now sorted immediately when you select the
  357.       slider gadget and not when you release it (1.3 version of ReqTools).
  358.     Latest revision of Oberon interface included.
  359.     Modula-2 interface to the library included.
  360.     Manx C interface to the library included.
  361.  
  362. *****************************************************************************
  363. RELEASE 1.0e (Library version 37.600 [1.3] - 37.726 [2.0])
  364.  
  365.     Rearranged directories a bit.  All glue code now in one directory.
  366.     Installation script now uses Commodore's Installer utility.
  367.     Two Modula-2 interfaces to the library are now included, one for M2Sprint
  368.       and one for M2Amiga.
  369.     Some bugs in the Dice C libs have been fixed (thanks to Magnus Holmgren).
  370.     Interface for HiSoft's HighSpeed Pascal included.
  371.  
  372. *****************************************************************************
  373. RELEASE 2.0 (Library version 38.347 [1.3] - 38.693 [2.0])
  374.  
  375.     All requesters now have keyboard shortcuts.
  376.     Kickstart 2.0 version of ReqTools has been localized.  As long as the
  377.       appropriate catalog file exists ReqTools will appear in the user's
  378.       selected langauge.
  379.     New requester: rtScreenModeRequestA().  A screen mode requester. Can be
  380.       used to get a screen mode, size, depth and overscan type from the user.
  381.       This requester is only available on Kickstart 2.0 or higher, but also
  382.       present in the Kickstart 1.3 version of ReqTools.
  383.     File, font and screenmode requesters are now resizable (in height).
  384.     Font, volume and screen mode requesters will now make sure the current
  385.       entry is visible in the listview when the requester first comes up.
  386.     Improved DOWILDFUNC hook interface.  New tag: RTxx_FilterFunc. Old hook
  387.       interface (using req->Hook and FREQF_DOWILDFUNC flag) is still
  388.       supported, but declared obsolete.  Don't use in new code.
  389.     Several new tags:
  390.       o RT_Locale:  specify a locale to be used instead of the default one.
  391.         Ignored if locale.library isn't present in the system or you are
  392.         using the Kickstart 1.3 version of ReqTools.
  393.       o RT_ShareIDCMP and RT_IntuiMsgFunc:  All requesters can now share
  394.         their IDCMP port with the parent window.  A callback hook for
  395.         intuition messages received not concerning the requester can also be
  396.         set using the RT_IntuiMsgFunc tag.
  397.       o RT_LockWindow:  Enables you to make ReqTools lock the parent window
  398.         from all user input and give the window a standard wait pointer.
  399.         After the requester returns the window will be unlocked and will get
  400.         its original pointer back.
  401.       o RT_Underscore:  With this tag it is possible to define keyboard
  402.         shortcuts for buttons.  You can ask ReqTools to underline a character
  403.         in the button's label and use this as a shortcut.
  404.       o for rtGetString() and rtGetLong(): RTGS_GadFmt, RTGS_GadFmtArgs,
  405.         RTGL_GadFmt and RTGL_GadFmtArgs.  With these tags you may give the
  406.         user several ways out of the string/long requester.
  407.       o for rtGetString() and rtGetLong(): RTGS_Invisible and RTGL_Invisible.
  408.         Can be used to switch on invisible typing to get a password or a code
  409.         number from the user.
  410.       o RTGS_TextFmt, RTGL_TextFmt, RTGS_TextFmtArgs and RTGL_TextFmtArgs:
  411.         These tags allow you to supply some line(s) of text that should be
  412.         printed above the string/integer gadget in the rtGetString() or
  413.         rtGetLong() requesters.
  414.       o RTGS_Flags and RTGL_Flags:  Set certain flags for rtGetString() and
  415.         rtGetLong() requesters.  Used to set the GSREQF_CENTERTEXT or
  416.         GLREQF_CENTERTEXT flags.
  417.       o RTGS_BackFill and RTGL_BackFill:  Switch the patterned backfill in
  418.         the rtGetString() and rtGetLong() requesters on or off.
  419.       o RT_ScreenToFront:  Allows you to switch of the default behaviour of
  420.         popping the screen the requester appears on to the front.
  421.       o RT_TextAttr:  Allows you to specify a font a requester should use
  422.         instead of the screen or default font.
  423.       o RTFI_VolumeRequest:  New flavor of file requester: volume requester.
  424.         Allows you to easily get a device/assign from the user.
  425.       o RTFI_AllowEmpty:  Enables you to allow the file requester to accept
  426.         an empty filename.  Normally cancels the requester if no filename
  427.         was entered.
  428.     Changes to file requester:
  429.       o Shows disk percentage used next to volume names.
  430.       o 'Hide .info' cycle gadget gadget in file requester replaced by
  431.         '.info' toggle gadget next to filename string gadget.
  432.       o Will no longer automatically change directories to their full
  433.         pathname.  Will only do so when needed (e.g. parent of an assign).
  434.       o Allows you to enter paths in the filename string gadget.  If the
  435.         requester finds a path in the filename it will change the directory
  436.         to that path.
  437.       o Completely keyboard controlable: use up and down cursor keys to
  438.         select files or directories.  Use Shift-Up and Shift-Down to jump
  439.         by one window-full.
  440.       o 1.3 version has a 2.0-look sizing gadget and bottom border.
  441.       o Changed 'Disks' to 'Volumes'.
  442.       o Changed '(dir)' to 'Drawer' (right justified).
  443.       o Assigns now displayed differently (with 'Assign' right justified).
  444.       o Added an indicator for number of selected files (if multiselect on).
  445.       o No longer shows 'Add', 'Match..' and 'Clear' gadgets if no multi-
  446.         select is possible.
  447.     New library functions:
  448.       o rtLockWindow() and rtUnlockWindow():  easily lock a window from user
  449.         input and give it a standard wait pointer.
  450.       o rtCloseWindowSafely():  close a window with a shared IDCMP port.
  451.     Updated glue code:
  452.       o Oberon interface updated for ReqTools V38.
  453.       o SAS/C, Manx C and Dice glue code updated for ReqTools V38.
  454.       o New HighSpeed Pascal (for ReqTools V38) interface written by
  455.         Gunter Indenhoek included.
  456.     Demo updated to demonstrate new features of ReqTools 2.0.
  457.     Version 1.0 of RTPatch patcher program included.  Patches req.library,
  458.       arp.library and asl.library to use ReqTools requesters instead.
  459.  
  460. *****************************************************************************
  461. RELEASE 2.0a (Library version 38.350 [1.3] - 38.693 [2.0])
  462.  
  463.     Aaaargh!  Just one day after releasing ReqTools 2.0 a MAJOR bug turned
  464.       up in the Kickstart 1.3 version:  rtLockWindow() was broken!!  Only
  465.       turned up when running on 1.3, since on 1.3 there seems to be no return
  466.       value from intuition.library/Request() (So C=, your autodocs have a bug
  467.       in them as well :-).  Bug fixed.
  468.     Fixed broken install script for Workbench 1.3.
  469.  
  470. *****************************************************************************
  471. RELEASE 2.0b (Library version 38.358 [1.3] - 38.803 [2.0])
  472.  
  473.     Installer is no longer distributed with ReqTools. It is copyrighted by
  474.       Commodore and can only be distributed under license. If you have
  475.       Installer (preferably version 2.12 or higher) make sure it is in your
  476.       command path so the install scripts will work. If you don't have
  477.       Installer you'll have to install ReqTools manually, sorry.
  478.     When you use the up/down arrows in the file requester and no file is
  479.       highlighted yet, ReqTools will now highlight the file at the top of
  480.       the visible area (instead of the first file in the list).
  481.     Some small changes in demo, now demonstrates min/max with rtGetLong(),
  482.       return value when RTGS_GadFmt is used and multi-selection in the file
  483.       requester.
  484.     Changed RTGL_BackFill and RTGS_BackFill tags to use the same spelling as
  485.       WA_BackFill in intuition.h (with a capital F).  Be sure to install the
  486.       new include files.
  487.     Install scripts for Workbench 2.0 or higher now also try to update
  488.       RTPatch (if the the file is found in C: or SYS:WbStartup).
  489.     Added icons for install scripts for all 10 languages.  Install strings
  490.       are all more or less translated.  Catalog translation files of all
  491.       languages not supported yet are now also included, making it easier to
  492.       translate ReqTools.
  493.     From this release on ReqTools will make sure the Dir field of the file
  494.       requester structure is pointing to the current directory while in the
  495.       file filter callback hook (RTFI_FilterFunc).
  496.     Changes in the Kickstart 2.0 version of ReqTools:
  497.       o All requesters use simple refresh windows.  Window refreshing is a
  498.         bit slower, but a lot of chip memory is saved.  Very important when
  499.         you use the requesters on screens with a lot of colors/bitplanes.
  500.       o All requesters have a backfill hook installed that will fill the
  501.         background of the window with the DrawInfo pen BACKGROUNDPEN.  The
  502.         DetailPen and BlockPen of the requesters will now also be set to
  503.         DrawInfo pens (BACKGROUNDPEN and SHADOWPEN).
  504.     Bug fixes:
  505.       o When the RTGL_GadFmt or RTGS_GadFmt tag was used the requester did
  506.         not return the correct value.
  507.       o Small problem with requester resizing on virtual screens. Maximum
  508.         number of entries was restricted to fit the visual area. The maximum
  509.         height of the requester's window is now also set correctly.
  510.       o Empty (current) directory no longer cancels the directory requester.
  511.       o Font requester in Kickstart 1.3 version of the library didn't
  512.         show a font if the font was previously opened in another height.
  513.       o Field rt_Flags in 'libraries/reqtools.[hi]' changed to rt_RTFlags
  514.         since it conflicted with the rt_Flags field in 'rexx/storage.[hi]'.
  515.         Shouldn't cause any problems since the field was private anyway.
  516.       o Entering a something like 'MAIL:/' to go to the parent directory
  517.         of MAIL: now works.
  518.     Some small errors and omissions fixed in the autodoc.
  519.     French catalog revised by David Lebel.  Thank you David for correcting
  520.       my lousy french :-)
  521.     Italian and Swedish catalog files included (thanks Michele and Patrik).
  522.     Updated/bug-fixed Oberon interface included.
  523.     Version 1.0a of RTPatch included.
  524.  
  525. *****************************************************************************
  526. RELEASE 2.0c (Library version 38.362 [1.3] - 38.810 [2.0])
  527.  
  528.     Fixed Enforcer hit in file, font and screenmode requesters of the
  529.       Kickstart 2.0 version of the library.
  530.     Fixed bug: when the pr_WindowPtr of the calling process was -1 and you
  531.       used a tag that needed a parent window (like RT_LockWindow or RT_ReqPos
  532.       with REQPOS_CENTERWIN) ReqTools could crash.
  533.     Pattern and drawer string gadgets no longer refresh the directory in the
  534.       requester if they aren't changed.  Especially useful if you cycle
  535.       through the string gadgets with TAB (Kickstart 2.0 version).
  536.     Included a README file explaining ReqTools' installation scripts need
  537.       Commodore's Installer utility.
  538.     Include file 'libraries/reqtools.h' fixed.  This used a BPTR without
  539.       including 'libraries/dos.h'. Thanks to Olaf Barthel for reporting this.
  540.     Danish catalog file included (thanks Per).
  541.     Version 1.0b of RTPatch included.
  542.  
  543. *****************************************************************************
  544. RELEASE 2.1 (Library version 38.382 [1.3] - 38.961 [2.0])
  545.  
  546.     New major feature: ReqTools preference editor (Kickstart 2.0+ only)!
  547.       o Switch screen to front popping on/off.
  548.       o Display drawers before files in file requester.
  549.       o Mix drawers and files in file requester.
  550.       o Sort entries in file requester immediately.
  551.       o Set default position of all requesters.
  552.       o Set default size of file, font, screenmode and volume requesters.
  553.       o Set minumum and maximum number of entries visible in file, font,
  554.         screenmode and volume requesters.
  555.     Kickstart 2.0 (or higher) version of ReqTools only:
  556.       o The file requester will keep its top entry up to date with what is
  557.         typed in the filename string gadget.  Pressing the up or down arrow
  558.         will select the file that most closely matches the contents of the
  559.         filename string gadget.
  560.       o Entering of pathnames in the filename string gadget has been
  561.         improved.  The file requester will now check if what you enter is a
  562.         directory.  This allows you to enter directories without a trailing
  563.         '/' (for example 'SYS:c').
  564.       o rtSetWaitPointer() and rtLockWindow() will set the standard Intuition
  565.         wait pointer on Kickstart 3.0 machines.  Note that rtUnlockWindow()
  566.         will _not_ restore the original pointer if it was a new pointerclass
  567.         pointer (Kickstart 3.0)!
  568.       o File requester is an AppWindow now.  This means you can drop disk,
  569.         drawer or file icons on the requester's window to go to a directory
  570.         or select a file.
  571.       o All requesters now set an appropriate bitplane write mask in the
  572.         rastport of their windows.  This makes them render and scroll much
  573.         faster on a screen with lots of bitplanes/colors.
  574.     Available system fonts will now be buffered for _all_ font requesters.
  575.       This speeds up font requesters enormously, a font scan is generally
  576.       needed only once now.  The version of ReqTools for Kickstart 2.0 (or
  577.       higher) has been made intelligent enough to see if the assign has been
  578.       changed between two requests.  ReqTools will free the buffer when
  579.       memory gets low.  Note that to accomplish this ReqTools keeps its
  580.       library open count 0.  A real open count is kept internally.
  581.     File requester will no longer show deferred (late) assigns.
  582.     Several bug fixes:
  583.       o Small bug: was no longer possible to exit volume/assign list by
  584.         pressing Return in the drawer gadget without changing the directory.
  585.       o Fixed weird bug with the selection of listview entries.  If you
  586.         selected a non-existing item and dragged the mouse up, an item above
  587.         all others would be complemented.  Thanks to Mathias Korsbäck for
  588.         reporting this.
  589.       o No longer goes into an endless loop when LOCALE: could not be found
  590.         when a catalog had to be loaded.  Thanks to Holger Kruse for
  591.         reporting this.
  592.       o Resizing a file requester with an inexisting directory and with the
  593.         volume list displayed resulted in a crash.
  594.       o Some other miscellaneous bugfixes.
  595.     Norwegian catalog file included (thanks Mario).
  596.     Improved and bug fixed Dice C libraries included (by Magnus Holmgren).
  597.       Includes libs for small code model, large code model and both of these
  598.       with the arguments passed in registers.
  599.     M2Amiga interface updated for ReqTools V38 by Frank Lömker.
  600.     PCQ Pascal interface to the library included, written by Chris Pressey.
  601.     Version 1.1 of RTPatch included.
  602.  
  603. *****************************************************************************
  604. RELEASE 2.1a (Library version 38.385 [1.3] - 38.1002 [2.0])
  605.  
  606.     Serious bug fixed: file requester would crash if you tried to type a
  607.       filename in a requester with a shared IDCMP port.
  608.     Some other small bug fixes.
  609.     rtGetString() and rtGetLong() will activate the string/integer gadget
  610.       when the requester window becomes active.  This should make life easier
  611.       for people using AutoPoint or other sunmouse-like utilities.
  612.     New keyboard shortcuts for file requester:  pressing Control-Up/Down will
  613.       bring you to the start/end of the directory list.
  614.     Kickstart 2.0 (or higher) version of ReqTools only: Faster directory
  615.       reading from a fast hard disk or ram disk.  The file requester now
  616.       tries to read as many files as possible in .5 seconds. If this time-out
  617.       expires, or all files have been read, the display is updated for the
  618.       first time.  After this initial time-out period the display will be
  619.       updated every .2 seconds.  This reduces the amount of rendering calls
  620.       substantially and therefore results in faster directory loading.
  621.     German catalog for preference editor included.  German strings in install
  622.       script have also been updated (by Steffen Salzmann, thanks Steffen).
  623.     Danish catalog for preference editor included (thanks Per).
  624.  
  625. *****************************************************************************
  626. RELEASE 2.1b (Library version 38.388 [1.3] - 38.1017 [2.0])
  627.  
  628.     Recompiled with SAS/C 6.1: fixes bug of the filerequester not returning
  629.       CALL_HANDLER when the RT_ReqHandler tag was used.  Seems SAS/C 6.0
  630.       converted (APTR)0x80000000 to 0.  Don't you just love compiler bugs :-)
  631.     File requester will clear the current selection when the filename string
  632.       gadget is changed.  This allows you to use the filename completion
  633.       multiple times in a row.  Also, using Amiga-X in the string gadget will
  634.       no longer bring you to the start of the directory.
  635.     RTSC_ModeFromScreen will now correctly set the autoscroll setting.  The
  636.       default autoscroll setting is now also correctly read from the screen
  637.       the requester will appear on.  Changed reqtools.doc to reflect this
  638.       change.
  639.     Volume and directory requesters will no longer exit when Shift Return is
  640.       pressed (special request by per Jacobsen :-).  
  641.     Kickstart 2.0 version of ReqTools only:  Requesters with an inactive
  642.       parent window (using the RT_Window tag) will also open in inactive
  643.       state.  Suggested by Jorrit Tyberghein.
  644.     Now respects EZREQF_NORETURNKEY flag also for single button EZRequesters,
  645.       so the Return shortcut is disabled.  Thanks to Bert Wynants for
  646.       pointing this out.  As a result of this most single-button requesters
  647.       will have their buttontext printed in bold, showing you can use the
  648.       return key.
  649.     String gadget edit hook changed to be more according to the rules (using
  650.       sgwork->EditOp instead of checking for Amiga-X and Amiga-Q by itself).
  651.     Some small bugs in include files fixed.  Thanks to Magnus Holmgren and
  652.       Per Jacobsen for reporting these.
  653.     Italian catalog for preference editor included (thanks Michele).
  654.     Spanish catalogs for library and preference editor included.  Translated
  655.       by Juan Carlos Sanchez Garcia.  I had to edit the catalog for the
  656.       preference editor so the prefs window would fit on a 640x200 screen.
  657.       My apologies to spanish ReqTools users if I made mistakes in doing so.
  658.     German catalog file for preference editor fixed.
  659.     Version 1.1a of RTPatch included.
  660.  
  661. *****************************************************************************
  662. RELEASE 2.1c (Library version 38.388 [1.3] - 38.1020 [2.0])
  663.  
  664.     Requesters with an inactive parent window will no longer open inactive.
  665.       This new feature of ReqTools 2.1b was removed since it was more
  666.       annoying than helpful.  Jorrit will be shot at dawn... ;-)
  667.     Palette color spread function was broken in Kickstart 2.0 version of the
  668.       library.  Fixed.  Thanks to Jesper Juul for reporting this bug.
  669.     New danish catalogs and danish install text included (thanks Jesper).
  670.     German catalog for library fixed, some keyboard shortcut keys were used
  671.       twice.
  672.     French catalog for preference editor included (thanks Benoit).
  673.  
  674. *****************************************************************************
  675. RELEASE 2.1d (Library version 38.388 [1.3] - 38.1022 [2.0])
  676.  
  677.     Major new feature: rexx interface to the library.  RexxReqTools is a
  678.       small library that offers lots of rexx commands to use just about all
  679.       ReqTools requesters.  Many thanks to Rafael D'Halleweyn for writing
  680.       this library and giving me permission to include it with ReqTools.
  681.     Finally fixed the refresh bug in the Kickstart 2.0 version of ReqTools.
  682.       Seems it was a bug in the 3.00 ROM.  ReqTools now uses the 'bug-less'
  683.       ScrollWindowRaster() for its window scrolling on 3.0.  Thank you
  684.       Peter Cherna! :-)
  685.     A small bug popped up in the rewriting of the string gadget edit hook
  686.       (Kickstart 2.0 version of ReqTools): keyboard shortcuts were no
  687.       longer possible from integer gadgets.  Fixed.
  688.     Added extra message to install script.  Must still be translated for all
  689.       languages except english and dutch.
  690.     Fixed bug in 'reqtools.i'.  Missing rtfi_IntuiMsgFunc, rtfo_IntuiMsgFunc
  691.       and rtsc_IntuiMsgFunc caused several offsets to be wrong.  Thanks to
  692.       Dirk Vangestel for reporting this.
  693.     Fixed bug in SAS/C and Manx C glue code.  Stubs for rtReqHandler() and
  694.       rtReqHandlerA() didn't save the A6 register.
  695.     Included assembly version of demo source (converted by Dirk Vangestel).
  696.     Most glue code has been archived with LhA (not everyone needs all the
  697.       glue code, just de-archive what you need).
  698.     Fixed enforcer hit in ReqTools preference editor, version 2.1a included.
  699.     Version 1.1b of RTPatch included.
  700.  
  701. *****************************************************************************
  702. RELEASE 2.1e (Library version 38.388 [1.3] - 38.1042 [2.0])
  703.  
  704.     Fixed bug in 'clib/reqtools_protos.h' include file: rtFontRequest() and
  705.       rtScreenModeRequest() had wrong prototypes causing the ReqHandler
  706.       feature to fail to work (without casting).  Thanks to Ebbe Holleris
  707.       Petersen for reporting this problem.
  708.     Fixed small problem in rtEZRequest() requester: if body text was too
  709.       large to fit on the screen and was clipped you could not click on the
  710.       requester's buttons.
  711.     Fixed problem with leading '/' in paths entered in file string gadget.
  712.     Fixed enforcer hits when typing in font requester size gadget.
  713.     Fixed problem with first Shift Down in a file requester with less
  714.       entries than are possibly visible selecting a non-existant entry.
  715.     Fixed problem with typing a single '/' in the path gadget.  This caused
  716.       the file requester to jump to the parent, but the path gadget was
  717.       incorrectly cleared.
  718.     Bug fix: palette requester didn't correctly restore the correct colors
  719.       when it was canceled on an AGA machine with colors from a 24 bit
  720.       palette.  Thanks to Felix Braun for reporting this.  Full AGA support
  721.       will be something for the next release.
  722.     Fixed bug in backfill code.  Didn't always clear window background
  723.       properly on screens with more than 2 bitplanes.  Thanks to David Nouls
  724.       for reporting this.
  725.     Stack checking code in Kickstart 2.0 version of the library completely
  726.       rewritten.  Now uses exec.library StackSwap() to swap the stack.
  727.     Glue code for SAS/C enhanced.  Code hunks are now named 'text' instead
  728.       of 'code', allowing real small code linking.  Glue code now supports
  729.       the autoinitialization and autotermination feature of SAS/C 6.0.  If
  730.       you define ReqToolsBase as external and link with reqtools.lib or
  731.       reqtoolsnb.lib, reqtools.library will be automatically opened.
  732.       Thanks to Brian Ipsen for the suggestion.
  733.     Fixed small bug with rtSetWaitPointer() in HighSpeed Pascal interface.
  734.     Portugese catalogs and install text for library and preference editor
  735.       included.  Translated by Pedro Aguiar.
  736.     Added 'Español' and 'Português' check boxes to languages in install
  737.       script.
  738.     German strings in install script updated by Steffen Salzmann.
  739.     Swedish catalog for library adjusted a bit.
  740.     GCC interface to the library included.  Written by Marc Duponcheel.
  741.     Release 1.2b of RexxReqTools included.
  742.  
  743. *****************************************************************************
  744. RELEASE 2.1f (Library version 38.390 [1.3] - 38.1095 [2.0])
  745.  
  746.     Screenmode requester now knows about EURO72, EURO36, SUPER72, DBLNTSC
  747.       and DBLPAL monitors.
  748.     rtGetVScreenSize() now uses VideoControl() if possible to get the
  749.       visible screen size.
  750.     File requester, font requester and screenmode requester now ignore
  751.       all key presses before the requester is completely set up.  This
  752.       should just about eliminate the problem of a gadget getting pressed
  753.       because the user typed too quickly.
  754.     File requester will use the device name of a volume if it's name is
  755.       not unique (multiple floppies called 'Empty' for example).
  756.     On Kickstart 3.0 or higher the file, font and screenmode requesters will
  757.       use memory pools.
  758.     Palette requester is now fully AGA compatible.  It uses the DisplayInfo
  759.       database to find out the palette range of the screen it is opened on.
  760.       It supports 256 colors out of a pallete of 16,8 million and should
  761.       support even beyond that (not tested since there currently is nothing
  762.       that goes beyond that :-).
  763.     Bug fix: using the close gadget of the palette requester returned 0
  764.       instead of -1 for cancel.
  765.     Bug fix: rtGetLong() requester completely misplaced the min/max display
  766.       when RTGL_TextFmt was used.
  767.     Bug fix: fixed enforcer hits in file requester when FREQF_SELECTDIRS
  768.       was used and a directory was double-clicked.
  769.     Bug fix: font style handling of rtFontRequest() was almost completely
  770.       broken.  Should work ok now.
  771.     Bug fix: min/max display in rtGetLong() requester would become garbled
  772.       during window-refreshing when the RT_ReqHandler feature was used.
  773.     Bug fix: clearing the font name gadget in the rtFontRequest() requester
  774.       and pressing Return caused the requester to return TRUE although
  775.       the 'Cancel' gadget was visibly selected.  The requester now properly
  776.       returns FALSE.
  777.     Fixed some minor errors in include files and autodoc.
  778.     Some updated catalogs included.
  779.     French install text included, translated by Benoit Mortier.
  780.     Release 1.2c of RexxReqTools included.
  781.     Version 1.2 of RTPatch included.
  782.  
  783. *****************************************************************************
  784. RELEASE 2.2 (Library version 38.390 [1.3] - 38.1194 [2.0])
  785.  
  786.     -----------------------------------------------------------------------
  787.     NOTE: All changes listed below are for the Kickstart 2.0 and higher
  788.           version of the library (unless stated otherwise).  Development of
  789.           the 1.3 compatible version of ReqTools has more or less stopped.
  790.     -----------------------------------------------------------------------
  791.     File, font and screenmode are now able to use proportional fonts, making
  792.       them truly font-sensitive.  Palette requester will accept and use a
  793.       proportional font on Kickstart 3.0 or higher only.  Note: this
  794.       required a small catalog change, so be sure to update your catalogs.
  795.     Added cool LED indicator left of the drawer gadget in the file requester.
  796.       People who dislike this can turn this feature off in the ReqTools 2.2
  797.       preference editor.
  798.     File requester will now make sure 'freq->Dir' and 'filename' are
  799.       up-to-date when a callback hook is called (RTFI_FilterFunc and
  800.       RT_IntuiMsgFunc).  If you want to rely on this please check for
  801.       this _exact_ release of ReqTools (or higher of course).
  802.     File requester will show file sizes in localized form now.
  803.     Screenmode requester now handles color depths greater than 8192 colors
  804.       correctly (will use 16K, 32K, 16M,... for high color values).
  805.       Previously the window borders could get overwritten, oops :-)
  806.     Removed hardcoded monitor names from screenmode requester code and made
  807.       screenmode requester construct the name for an unnamed mode from the
  808.       monitor name and dimensions.
  809.     Bug fix: when the SCREQF_GUIMODES flag is used the screenmode requester
  810.       will no longer show modes that haven't got the DIPF_IS_WB flag set.
  811.       This fixes the problem of truecolor Picasso II modes showing up.
  812.     Added a temporary workaround for a SAS/C bug (6.50 and earlier) creating
  813.       incorrect code for taglist switches.  Programs with a missing TAG_END
  814.       in one of their taglists will no longer crash (but are still buggy ;-)
  815.     Changed rtLockWindow() and rtUnlockWindow() nesting code.  Should work
  816.       much better now and allow for infinite nesting.
  817.     Improved calculation of spacing value in rtGetVScreenSize(), will now
  818.       properly return a spacing of 4 for A2024 monitor for example.
  819.     Release 1.2e of RexxReqTools included.
  820.     Version 2.2 of ReqTools preference editor included.
  821.     Version 1.3 of RTPatch included.
  822.  
  823. *****************************************************************************
  824. RELEASE 2.2a (Library version 38.390 [1.3] - 38.1210 [2.0])
  825.  
  826.     Bug fix: on Kickstart 3.0 (V39) the palette requester's slider values
  827.       were sometimes incorrectly displayed (palette requester will now only
  828.       use GTJ_RIGHT on V40 or higher).
  829.     Bug fix: if no locale.library was found (Workbench 2.04) the file and
  830.       font requesters would display a 'D' instead of the file/font size.
  831.     Bug fix: rtSpread() now handles the case where the total size of all
  832.       objects is larger than the total available size correctly (objects will
  833.       overlap in this case of course).
  834.     Quirk fix: file requester will no longer overlap the button gadgets when
  835.       they get too wide for the screen (german locale and lores screen for
  836.       example).  It will scale the buttons in size to make them fit.
  837.     Screenmode requester will no longer fail silently if the current mode
  838.       is invalid.  It now simply picks the first mode id from the current
  839.       list of modes.
  840.     Changed display mode filtering code slightly to fix the problem with
  841.       Picasso II monitor 2.14 (or higher) modes not showing up in the
  842.       screenmode requester.
  843.  
  844. *****************************************************************************
  845. RELEASE 2.2b (Library version 38.390 [1.3] - 38.1248 [2.0])
  846.  
  847.     Bug fix: screenmode requester had some selection problems on certain
  848.       graphic cards (Spectrum, Merlin,...).  Should be fixed now.
  849.     Directory requester will no longer hide the files in directories, but
  850.       will show them ghosted now.  Note that directories will always be
  851.       shown first in the directory requester, regardless of the ReqTools
  852.       prefs setting.
  853.     File requester now has directory completion as well as filename
  854.       completion.  Pressing Alt up/down arrow will select the directory
  855.       that most closely matches the contents of the filename string gadget.
  856.     The file requester now also has volume and assign completion.  Using
  857.       up/down arrow will select the closest matching volume.  Use the Alt
  858.       qualifier to select the closest matching assign.
  859.     The volume list will now first show the volume name, followed by the
  860.       device name.
  861.     New switch in the ReqTools preference editor to force the use of the
  862.       system default font instead of the screen font in the file, volume,
  863.       font, screenmode and palette requesters.
  864.     Fixed enforcer hits in font and screenmode requesters when an intuition
  865.       callback function (RT_IntuiMsgFunc tag) was used.
  866.     Improved method of filtering DOS devices that are shown in the file and
  867.       volume requesters.
  868.     Palette requester: pressing either Alt key with the keyboard shortcut
  869.       for red, green or blue will adjust the color value in steps of 8.
  870.     Fixed SAS/C glue code to be compatible again with the autoinitialization
  871.       and autotermination feature of SAS/C 6.50 and higher.
  872.     Added SAS/C 6.x 'tagcall' pragmas to 'include/pragmas/reqtools.h'.
  873.     Included new glue code for GCC.  Written by Gunther Nikl.
  874.     Version 2.2b of ReqTools preference editor included.
  875.  
  876. *****************************************************************************
  877. RELEASE 2.2c (Library version 38.390 [1.3] - 38.1266 [2.0])
  878.  
  879.     Since using VideoControl() to get the visible display clip only seems
  880.       to work when the screen in question is the frontmost screen the
  881.       rtGetVScreenSize() function now falls back to using QueryOverscan()
  882.       for screens that are in the back (thanks to Dietmar Eilert for
  883.       reporting this).
  884.     Changed method of filtering DOS devices that are shown in the file and
  885.       volume requesters again.
  886.     Window size and gadget layout is now calculated in a sysihack compatible
  887.       way.
  888.     Bug fix: screenmode requester should no longer "lose" characters in the
  889.       color slider values on Kickstarts below V40 (3.1).
  890.     Bug fix: fixed enforcer hits that occured when the screenmode requester
  891.       came up with an empty list (all modes filtered out e.g.).
  892.     Minor bug fix: backfill pattern in EZRequesters now uses BACKGROUNDPEN
  893.       instead of pen 0.
  894.     Polish catalogs for library and preference editor included.  Translated
  895.       by Juan Carlos Marcin Orlowski.
  896.  
  897. *****************************************************************************
  898.  
  899. reqtools.library written by Nico François
  900.  
  901. Thanks to o Kai Bolay for writing the Oberon interface,
  902.           o Frank Lömker and Michael Griebling for writing the Modula-2
  903.             interfaces,
  904.           o Jan van den Baard and Magnus Holmgren for writing the Dice C
  905.             libraries,
  906.           o Martin Steppler for writing the Manx C libraries,
  907.           o Richard Waspe and Gunter Indenhoek for writing the HighSpeed
  908.             Pascal interfaces,
  909.           o Chris Pressey for writing the PCQ Pascal interface,
  910.           o Federico Giannici for the useful suggestions,
  911.           o Peter Stuer, Gunter Indenhoek, Jorrit Tyberghein, Ives Aerts,
  912.             Bert Wynants, Mathias Korsbäck, Christoffer Zettermark and
  913.             Roger Nordin for beta-testing,
  914.           o Michele Giorato for the Italian catalog translations,
  915.           o Patrik Nordvall for the Swedish catalog translation,
  916.           o Per Jacobsen/Jesper Juul for the Danish catalog translations,
  917.           o Mario Gonzalez for the Norwegian catalog translations,
  918.           o Juan Carlos Sanchez Garcia for the Spanish translations,
  919.           o Pedro Aguiar for the Portugese translations,
  920.           o Benoit Mortier for the French catalog translation,
  921.           o Dirk Vangestel for the assembly demo source,
  922.           o Marc Duponcheel and Gunther Nikl for the GCC glue code,
  923.           o Rafael D'Halleweyn for writing RexxReqTools,
  924.           o Herman Stevens for being my Fido boss node and having such a
  925.             great Amiga BBS,
  926.           o All registered ReqTools users/developers.
  927.  
  928.  
  929. "Cry, if you want to cry
  930.  If it helps you see
  931.  If it clears your eyes" - Soundgarden
  932.  
  933.  
  934. (C) 1991-1994 Nico François
  935.