home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / bazy / quickfile3 / history.doc < prev    next >
Text File  |  1996-06-11  |  14KB  |  387 lines

  1.    3.19.1 11 June 1996
  2.    - Search from ARexx gave a selection with no key fields.
  3.    - Selecting a large number of records can cause a problem if the
  4.      default sort order is used.
  5.  
  6.    3.19.0 06 June 1996
  7.    - Enhanced Search. Now called Query and includes sort order as well as
  8.      Load and Save Query.
  9.    - Added Lock for View
  10.    - Fixed problem causing intermittent crash when changing search
  11.      criteria. Introduced in 3.18.2 I think.
  12.  
  13.    3.18.2 15 May 1996
  14.    - Fixed problem with deletion of last view field (and last index
  15.      properly this time)
  16.  
  17.    3.18.1 04 May 1996
  18.    - Fixed calculation of height of ASL requester
  19.    - Fixed problem with turning help on and off a number of times.
  20.    - Was crashing on WB3 if no .guide file found or if online help was
  21.      turned off.
  22.    - Also crashing trying to adjust config in a window with no open file.
  23.  
  24.    3.18.0 24 April 1996
  25.    - Added concatenation of character fields. Any field except Cycle and
  26.      Date can now be calculated (Have to add date calc sometime).
  27.    - Added Time fields.
  28.    - Fixed problem with deletion of last index followed by add
  29.    - Fixed memory leak in file definition process.
  30.    - Was executing startup.rexx if you cancelled definition mode.
  31.  
  32.    3.17.2
  33.    - Fixed menu shortcut keys. Same key was used twice.
  34.    - Cycle fields can now be set by Import and ARexx PutField command
  35.    - Iconify now controlled by Menu item instead of Zoom gadget.
  36.  
  37.    3.17.1
  38.    - Fixed date validation problem. Not setting A4 in callback routines.
  39.    - Limit length of date field used in date validation routine,
  40.    - Fix Enforcer hit in Search processing. Thanks to James Hamilton
  41.      for the Enforcer output on this one.
  42.  
  43.    3.17.0  12 September 1995
  44.    - Added Select/Unselect individual records
  45.    - Prevent menu selections if no file open (was crashing system)
  46.    - Revised open file code so window size is obtained from view before
  47.      window is opened.
  48.  
  49.    3.16.6  28 August 1995
  50.    - Fixed some enforcer hits. Thanks to David Ekholm for giving me details
  51.      of these.
  52.    - Removed extra field separator from end of headings in exported file.
  53.    - Added characters per line to pitch button.
  54.  
  55.    3.16.5  10 August 1995
  56.    - Fixed calculation of index key buffer size for new index. Was
  57.      sometimes crashing on index build when an index was added.
  58.    - Disable Options/Config and Buffers menu items if no file is open
  59.    - Meaning of Memory Save checkbox was reversed. ie Would save memory
  60.      only if checkbox was NOT checked.
  61.  
  62.    3.16.4  5 August 1995
  63.    - Fixed ARexx ReqString command to allow a null value for default
  64.      string. Was incorrectly returning an error.
  65.  
  66.    3.16.3  22 July 1995
  67.    - Fixed Copy button in Insert mode so it got the correct record.
  68.    - Reduced window redraws from ARexx SetView command.
  69.    - Added summary only and wrap fields to reporting.
  70.  
  71.    3.16.2  18 July 1995
  72.    - Added checkboxes to Print requester for Summary only and Wrap Fields.
  73.    - Rehashed line spacing and counting.
  74.  
  75.    3.16.1  12 July 1995
  76.  
  77.    - Added Print to File.
  78.    - Fixed problem causing a crash if > 200 records added per session.
  79.      Usually only a problem with import
  80.    - Added requester at start and close of program (unregistered only).
  81.    - Added ARexx Find/Replace macro
  82.  
  83.    3.16 24 Jun 1995
  84.  
  85.    - Added font sensitivity.
  86.    - Fixed bug. Calc field values not being returned to ARexx.
  87.    - Revert to allowing field to be added anywhere in view.
  88.    - Added Config menu option for fonts, help and memory save.
  89.    - Played with field alignment (again). Any suggestions welcomed.
  90.    - Changed handling of open of Image file to work with XFH. XFH does
  91.      not support OpenFromLock().
  92.  
  93.    3.15 07 May 1995
  94.  
  95.    - Only allow fields to be added to the end of a view. Previously fields
  96.      could be inserted anywhere but would always display at the end. Not
  97.      perfect but avoids confusion. I may change my mind on this.
  98.    - Search ListView was getting confused as to which item was currently
  99.      selected.
  100.    - Removed useless And/Or buttons from search item requester for first
  101.      item in list.
  102.  
  103.    3.14 30 April 1995
  104.  
  105.    - Fixed some low memory problems. Usual low memory indication is now
  106.      a recoverable alert trying to open a requester.
  107.  
  108.    3.13  6 April 1995
  109.  
  110.    - Using wrong name for library base for iffparse.library which caused
  111.      DICE (compiler) to open it automatically. DICE does not provide a
  112.      message if the open fails - program just loads and quits.
  113.  
  114.    3.12  29 March 1995
  115.  
  116.    - Fixed a nasty bug in GoTo processing that was trashing memory. In one
  117.      of my files this was in the middle of the data buffer!!!. Introduced
  118.      with changes for Rexx I think.
  119.  
  120.    3.11  24 March 1995
  121.  
  122.    - Added ARexx interface
  123.    - Display either filename or image not both at once.
  124.    - Field names are now case insensitive
  125.  
  126.    3.10  05 March 1995
  127.  
  128.    - Fixed to display whole view if a field is moved so that view now fits
  129.      in the window.
  130.    - Index sometimes not correctly updated when you changed an index
  131.      field value.
  132.  
  133.    3.09  18 February 1995
  134.  
  135.    - Added Cycle, Image and External field types.
  136.    - Rehashed field resizing code
  137.    - Removed bug that was chopping last character off print lines.
  138.    - Changed string gadget border to more standard imagery.
  139.    - Fixed nasty bugs in Report Groups
  140.      . Deleting the first group and adding another immediately would
  141.        crash the machine
  142.      . Would not allow you to change a Report group to another type. If
  143.        you deleted it then added the new one you were caught by the
  144.        previous bug - Catch 22.
  145.    - Cancelling out of the report requester after adding or deleting the
  146.      first report group was causing a crash.
  147.    - Fixed Lock error in SaveAs/Reorg - broke it with XFH fix in 3.08.
  148.  
  149.    3.08  04 February 1995
  150.  
  151.    - Replace call to ExamineFH with Examine so QuickFile can work with XFH.
  152.      Thanks to Peter Bagnato for reporting this one.
  153.  
  154.    - Field resizing by dragging on the form display.
  155.  
  156.    - Refuse to accept : or / in index name as this is used in the index
  157.      file name.
  158.  
  159.    3.07  19 January 1995
  160.  
  161.    - Keep highlighted line in sideways scroll of list display.
  162.    - Use highlighted record as current record in insert (for copy).
  163.    - Reintroduce name of registered user in about requester.
  164.    - Disable summary checkboxes (Tot, Cnt, Avg) if no field selected.
  165.  
  166.    3.06  16 January 1995
  167.  
  168.    - Fixed bug causing a crash of rebuild index with old format file def.
  169.    - Cleaned up code for dragging fields in form view.
  170.  
  171.    3.5    08 January 1995
  172.  
  173.    - Fixed bug in export requester. Cycle gadgets should only be enabled
  174.      for CUSTOM format. Could cause a crash.
  175.    - TAB now activates first string gadget, ESC exits from string gadget.
  176.    - Fixed bug in field requester. Any non ASCII key would be treated as
  177.      help key. Used to work - looks like a line of code went missing.
  178.    - Stopped crashes when tiny windows were used. Added iconify function.
  179.    - Show wait pointer at appropriate times.
  180.    - Some code optimisations.
  181.    - Stop errors if help key pressed and no amigaguide docs present
  182.  
  183.    3.4     28 November 1994
  184.  
  185.    - Parse expressions after all fields loaded to prevent invalid field
  186.      requester if referenced field is defined after calc field.
  187.    - Fix to always use correct colours for print to screen
  188.  
  189.    3.3     20 November 1994
  190.  
  191.    - Default number of decimals were displayed but not accepted unless
  192.      RETURN was pressed.
  193.    - Title bar info not displayed for first file opened
  194.    - Use path from current window as a default when opening a new file
  195.  
  196.    3.2     27 October 1994
  197.  
  198.    - Set min window size for definition to prevent crash
  199.    - Losing drawer name after loading old style view definition
  200.    - Loading a new view was updating title in wrong window
  201.    - Tightened up date validation. Was allowing months > 13.
  202.    - Some code optimisation
  203.  
  204.    3.1     23 October 1994
  205.  
  206.    - Combined definition code with main program.
  207.    - Fixed many bugs introduced with version 3.0
  208.      . Crashes trying to display error message for long file name
  209.      . Crashes selecting format in import/export requester
  210.      . Long string in search trashing other auto variables
  211.      . Excessive alloc/freeing of formula string and tree in definition
  212.      . Several memory leaks
  213.  
  214.    3.00b September 1994
  215.  
  216.     Major Upgrade (beta)
  217.  
  218.    - Calculated fields.
  219.    - Extended field attributes to include:
  220.     Mandatory
  221.     Left/right justification
  222.     Number of decimals
  223.    - Indexes can allow or prevent duplicates
  224.    - Multiple open files in separate windows
  225.    - Requesters are now moveable windows
  226.    - Control via keyboard as well as mouse
  227.    - Context sensitive AmigaGuide help
  228.    - Grouping and summaries (total, count and average) in reports.
  229.    - Reports can be directed to screen or printer
  230.    - Prompt on exit if a view is changed but not saved.
  231.    - Improved error detection and reporting
  232.    - Faster sort. Now uses QuickSort. Stack doesn't seem to be a problem.
  233.  
  234.    2.02.05  26 June 1994
  235.  
  236.    - Handle empty selection when updating a field that is part of an index
  237.  
  238.    2.02.04  23 March 1994
  239.  
  240.    - Put up requester if view being loaded references fields that are not
  241.      in the file definition.
  242.    - Fix cursor positioning for incorrect fields when OK is pressed in
  243.      Modify or Insert. Cursor now always go to the field in error.
  244.    - Prevent duplicate field names being defined.
  245.    - Fix QFDefine so it displays a message if it can't find the file passed
  246.      as a parameter.
  247.    - Provide defaults for a new file in QFDefine.
  248.    - Improved sorting where many records are equal. It was extremely slow.
  249.  
  250.    2.02.03  26 January 1994
  251.  
  252.    - Enlarged size of default window
  253.    - Added "Reset Form" menu item
  254.  
  255.    2.02.02  26 December 1993
  256.  
  257.    - Used ChangeWindowBox to size screen for a new view. (I bought a v37
  258.      ROM manual).
  259.    - Corrected initialisation of path for ASL requester
  260.    - Include /AUTO on console window specification. It will now only
  261.      open if it is written to.
  262.  
  263.    2.02.01  18 December 1993
  264.  
  265.    - Added preset formats to export.
  266.    - Allow specification of each control code used for import/export.
  267.    - Removed bug in list report that sometimes suppressed field names
  268.  
  269.    2.01.03  26 November 1993
  270.  
  271.    - Replaced Backup/Restore with Save As and Reorganise
  272.    - Empty date field left old value on form display
  273.  
  274.    2.01.02  18 November 1993
  275.  
  276.    - Cleaned up Search panels
  277.    - Open new window if new view requires a different window size
  278.    - GoTo fixed to work with dates and number fields
  279.    - Fixed some problems with report formatting
  280.  
  281.    2.01.01  10 November 1993
  282.  
  283.    Major upgrade including many significant new features including:
  284.  
  285.    - Support for multiple views that can be saved and loaded as
  286.      required. Includes window size.
  287.  
  288.    - Form view can be tailored by dragging fields around.
  289.  
  290.    - Multi column label printing now properly supported.
  291.  
  292.    - Search facility vastly improved by adding    equal, between, not_like
  293.      sounds_like. Now allows multiple search conditions with and/or.
  294.  
  295.    - Descending sequence added to sort.
  296.  
  297.  
  298.    1.3.5   22 September 1993
  299.  
  300.    1.  Bug Fix. Various problems when sorting a file with a sort table
  301.        exceeding 32767 bytes (over 4000 records).
  302.  
  303.    2.  Prevented rebuild of temporary indexes used for sort and selection
  304.  
  305.    1.3.4   9 September 1993
  306.  
  307.    1.  Bug fix. Crashing machine on export of part of field. Trying to fit
  308.        full field length into shorter area.
  309.  
  310.    1.3.3   1 September 1993
  311.  
  312.    1.  Fixed problem in list display that was trashing memory if a
  313.        database had a small record size.
  314.    2.  Definition was allowing block size to be changed if you increased
  315.        the record size past the maximum for the block.
  316.    3.  Positioning now maintained correctly in list display when you
  317.        change indexes.
  318.  
  319.    1.3.2  28 August 1993 (not released)
  320.  
  321.    1.  Added List button to form screen
  322.    2.  Added Insert, Modify and Delete buttons to list screen.
  323.    3.  Fixed problem where searching a previous selection would search
  324.        the entire data base
  325.    4.  Removed spurious message being displayed when a missing index
  326.        is created.
  327.  
  328.    1.3.1  4 August 1993 (Bug Fixes)
  329.  
  330.    1.  Index search used length of first index for all indexes -> ka-boom.
  331.    2.  Deleted field names were blanked but kept in the definition.
  332.  
  333.  
  334.    1.3.0  23 July 1993 (not released)
  335.  
  336.    1.  Character, date, number and integer data types.
  337.  
  338.    2.  Up to 255 fields per record
  339.  
  340.    3.  Vertical slider gadget added for scrolling through records
  341.  
  342.    4.  Horizontal slider gadget added for scrolling through fields on one
  343.        record. (Both form and list screens).
  344.  
  345.    5.  File definition is now in a separate program
  346.  
  347.    6.  Import/Export of ASCII files
  348.  
  349.    7.  Removed problem that caused a crash when adding more than 12 fields.
  350.  
  351.  
  352.    1.2.2 (not released)
  353.  
  354.      1     Bug fix. Sort index not updated for a delete if records
  355.      had been selected but selection did not contain the record.
  356.      Error message incorrectly being displayed for the selection.
  357.  
  358.  
  359.    1.2.1  16 Feb 93
  360.  
  361.      1     Included list style reports
  362.  
  363.      2     Included ASL and ARP file requesters
  364.  
  365.      3     New print requester to improve control of reports
  366.  
  367.      4     The index field size is now updated correctly when you change the
  368.      length of an existing field used as an index.
  369.  
  370.      5     Index record memory dynamically reallocated if necessary.
  371.  
  372.      6     If you add an index to an existing file, the index will be
  373.      rebuilt automatically when you open the file again.
  374.  
  375.      7     You are now warned if you attempt a backup while displaying
  376.      selected records. Only the selected records will be written to the
  377.      backup file.
  378.  
  379.      8     You can now open a file where the drawer contains only a drive or
  380.      disk name with no directory. eg df0:
  381.  
  382.    1.0.0  24 Nov 92
  383.  
  384.        Initial Release
  385.  
  386.  
  387.