home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / c / ch137_e.lha / history < prev    next >
Text File  |  1992-12-03  |  6KB  |  244 lines

  1. 92/12/02 - v1.37
  2.  
  3.     Bug fix:
  4.     * Seems V37 of commodities library doesn't understand the 'ctrl' 
  5.       qualifier (only 'control'). This caused the default hotkey not to
  6.       work on Workbench 2.0. On Workbench 2.1 or 3.0 all worked perfectly.
  7.       Default popup key has been changed to 'control shift c'.  
  8.  
  9.  
  10. 92/10/19 - v1.36
  11.  
  12.     New Features:
  13.  
  14.     * Keyboard shortcuts for many Gadgets:
  15.  
  16.       ex:  Press B  -> build.
  17.            Press d  -> Activate autodoc path stringgadget.
  18.            tryck D  -> Filerequester for autodoc path.
  19.            etc.
  20.  
  21.     Bug fix:
  22.  
  23.     * Mungwall/Enforcer hit during 'hotkey lookup'
  24.  
  25.     * Chelp sometimes tried to open includefiles with bad names. Optimizebug
  26.  
  27.  
  28. 92/10/08 - v1.35
  29.  
  30.     New Features:
  31.     * Environment CHELP to store where the config file resides.
  32.       s: is default.
  33.  
  34.       ex: 
  35.         work:config
  36.     
  37.     Bug fix:
  38.     
  39.     * Chelp guru'd under 68000.
  40.  
  41. 92/09/28 - v1.34
  42.  
  43.     Bug fix:
  44.  
  45.     * Fixed a 0x01000009 /* Freeing memory already freed */ alert
  46.       
  47. 92/09/27 - v1.33
  48.  
  49.     Bug fix:
  50.  
  51.     * If you had too many includefiles Chelp didn't find any includefiles.
  52.  
  53. 92/09/20 - v1.32
  54.  
  55.     Bug fix:
  56.  
  57.     * ASL requester only allocated when chelp's window is open.
  58.  
  59.     * Chelp didn't release lock on then workbench screen.
  60.  
  61. 92/09/17 - v1.31
  62.  
  63.     * First INTERNATIONAL RELEASE !!
  64.  
  65.     Bug fix:
  66.  
  67.     * Font problems in about window fixed.
  68.  
  69.     * System crashed if the arexx out path was other than ram: when you made
  70.       a hotkey lookup in CygnusED.
  71.  
  72. 92/08/28 - v1.30  
  73.  
  74.     New Features:
  75.     * New arexxcommands:
  76.  
  77.  
  78.         GETVAR x - returns for x = 
  79.  
  80.              6 - Hotkey combination for lookup in CED
  81.              7 - Number of keywords in autodocs
  82.              8 - Number of keywords in includefiles
  83.              9 - Search/build Autodocs (ON = 1 / OFF = 0)
  84.             10 - Search/build Includes (ON = 1 / OFF = 0)
  85.             11 - 'Typedef' (ON = 1 / OFF = 0)
  86.             12 - Build #define (ON = 1 / OFF = 0)
  87.  
  88.  
  89.     ***** Hotkey lookup in CygnusEd *****
  90.  
  91.     * You may now lookup a whole includefile by its name without .h extension.
  92.  
  93.     * New Configfileformat. Old config lost! 
  94.  
  95.     Bug fix:
  96.  
  97.     * Bad hotkey combination problem when running Chelp for the first time
  98.       fixed.
  99.  
  100.     * Sorting bug removed.
  101.  
  102.     * Two fast CTRL+C could crash the system. Fixed.
  103.  
  104.  
  105. 92/07/28 - v1.22
  106.  
  107.     * Less memory consuming when resident in memory.
  108.  
  109.  
  110. 92/07/23 - v1.21
  111.  
  112.     New Features:
  113.     * New arexxcommands:
  114.  
  115.         VERSION  - returns version in result ex 'Chelp v1.21'
  116.  
  117.         GETVAR x - returns for x = 
  118.  
  119.             1 - Path to autodocs
  120.             2 - Path to include files
  121.             3 - Path to references files
  122.             4 - Path to arexx output
  123.             5 - Hotkey combination
  124.  
  125.         DEBUG ON - Arexx debugging mode. Debugging info in windowtitle.
  126.         DEBUG OFF - guess !
  127.  
  128.         CLOOK  - Case sensitive lookup.
  129.  
  130.         ex:  CLOOK Open    will give you Open, not open.
  131.  
  132.     * Wildcard support from arexx in lookup.
  133.  
  134.     * Closewindow now hides the window instead of quitting.
  135.  
  136.     * New look for the build gadget when building.
  137.  
  138.     * ASL filerequester - Use gadget next to stringgadgets to enter a path
  139.       with ASL freq.
  140.  
  141.  
  142. 92/06/22 - v1.20
  143.  
  144.     New Features: 
  145.     * You can now search for DEFINE's. 
  146.     * AREXX support.
  147.     * Chelp is now a Commodity - hotkeys and others.
  148.     * Workbench start now functions correctly.
  149.     * Only one main window.
  150.     * Menus in main window.
  151.     * The config file chelp.cfg can now be be in the local directory.
  152.     * New Configfile format. - Save window positions.
  153.     * Shorter reference files => Faster lookup !
  154.     * Optimization of the lookup procedure => Much FASTER lookup !
  155.  
  156.     Bug fix:
  157.     * 'stack overflow' during lookup eliminated !
  158.     
  159.  
  160. 92/01/13 - v1.10
  161.     Bug fix:
  162.     * Chelp -b took "some" time (sorry for that).
  163.     * Chelp -i lost some memory.
  164.     * Didn't close dos.library (do we have bad memory ?). 
  165.  
  166.  
  167. 91/12/26 - v1.09
  168.     Bug fix:
  169.     * Small bug in preference fixed.
  170.  
  171.  
  172. 91/12/24 - v1.08
  173.     Bug fix:
  174.     * Chelp didn't find all structs. Will now find a few more with 
  175.       space/tab at the beginning of the line.
  176.  
  177.  
  178. 91/12/07 - v1.07
  179.     New Features:
  180.     * You may now search for a Subheader in the .doc files.
  181.     * Chelp ?
  182.     * Typedef - You can now choose if you want chelp to show the typedefs. 
  183.     * New Configfile format.
  184.  
  185.  
  186. 91/12/02 - v1.06
  187.     New Features:
  188.     * The build operation can now be selected from a intuition window.
  189.       During build you will see the different files scanned and the
  190.       keywords found.
  191.     * You can now cancel the build operation using the stop gadget.
  192.  
  193.     Bug fixes:
  194.     * Some bugs in errormessages fixed.
  195.     * You will now get a warning in the prefs mode, if you specify a path
  196.       that doesn't exists.
  197.  
  198.  
  199. 91/11/23 - v1.05
  200.     New Features:
  201.     * Chelp is now two versions. One working only under KS2.04 and one
  202.       mini version with only text options.
  203.     * Full support for Pattern Matching in all modes (2.04 version) !!!.
  204.     * Break handler now implemented. This will stop chelp from stealing
  205.       memory if you break during the build operation. (2.04 version)
  206.  
  207.  
  208. 91/11/22 - v1.04
  209.     New Features:
  210.     * chelp -x  - Where x is a non supported flag, gives helpmenu.
  211.     * Added support for case sensitive matching.
  212.       chelp -c keyword  - Case sensitive.    
  213.  
  214.  
  215. 91/11/15 - v1.03
  216.     New Features:
  217.     * Now multiple keywords can be separated by commas in .doc files.
  218.       This feature will help you to have a number of keywords refering
  219.       to the same part of text.
  220.  
  221.  
  222. 91/11/12 - v1.02
  223.     New Features:
  224.     * Checkbox added to preference window.
  225.  
  226.     Bug Fixes:
  227.     * Bug fixed that sometimes could output a CLS (Clear Screen) character 
  228.       on the screen when looking up some functions. 
  229.     * One or more lines could sometimes disappear. Now fixed. 
  230.  
  231.  
  232. 91/10/19 - v1.01b
  233.     Bug Fixes:
  234.     * Small Bug fix. 
  235.  
  236.  
  237. 91/10/10 - v1.01
  238.     New Features:
  239.     * Intuition preference, Rewritten build function.
  240.  
  241.  
  242. 91/10/01 - v1.00 
  243.     * First Version.
  244.