home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff398.lzh / GMC / english.docs / README_version < prev    next >
Text File  |  1990-11-01  |  14KB  |  351 lines

  1.  
  2.       This is version 9.6 of the program GMC-Handler
  3.  
  4.  
  5.  
  6.       V9.6: - Workbench window will be activated when right mouse button
  7.               is pressed and released.
  8.  
  9.             - Error in output of history list removed which caused that
  10.               the close gadget was ignored afterwards.
  11.  
  12.  
  13.       V9.5: - Numbers of the edit functions correspond now to the descrip-
  14.               tion in V9.4.
  15.  
  16.             - Shift-Help output corrected for new edit functions
  17.  
  18.             - Error in UNDO function removed.
  19.  
  20.  
  21.       V9.4: - Error in RAW mode removed that was built in in V9.3.
  22.  
  23.             - Command line editing has now true jump/delete to next/previous
  24.               word (5/6) and jump/delete to next/previous block (3/4) (old
  25.               word functions). See GMC.Doc and SetGMC.Doc.
  26.  
  27.  
  28.       V9.3: - Ctrl-C..F work also under KS 2.0.
  29.  
  30.             - Path in window title is refreshed also under KS 2.0.
  31.  
  32.             - Better support of dir/file name completer under KS 2.0 (only
  33.               the new logical directories aren't supported yet).
  34.  
  35.  
  36.       V9.2: - Workbench does now a refresh on its objects if the iconify
  37.               function is used.
  38.  
  39.  
  40.       V9.1: - Dir/File name completer now works with quoted files/dirs.
  41.               But it can't display names that contain also quotes.
  42.  
  43.             - Internal modifications
  44.  
  45.  
  46.       V9.0: - Dir/File name completer now doesn't work with the last path-
  47.               file-part but with the path-file-part in which or behind which
  48.               the cursor stands. If the cursor stands upon a space and the
  49.               character to the left of the cursor is also a space, the search
  50.               directory is the current one and the search pattern is an
  51.               empty string. The C: directory is never used automatically
  52.               as the search directory.
  53.  
  54.             - The TAB key can also be configurated by SetGMC. The syntax is
  55.               the same as with the cursor and delete keys. Only the semantic
  56.               differs. It is possible to assign a number from 0 to 7 to
  57.               every qualifier. These numbers are interpreted as bit pattern
  58.               with the following meaning:
  59.  
  60.                  Bit 2: show info files
  61.                  Bit 1: show directories
  62.                  Bit 0: show normal files
  63.  
  64.             - The syntax for the beep function was extended
  65.  
  66.                  BEEP <v> <c> <d> <m>
  67.  
  68.               If m is equal 0, there will be beeps only if a part of the
  69.               window is obscured by another window. If m is equal 1, there
  70.               will be always a beep. If the window's screen isn't the front
  71.               most screen, there will be also always a beep, this is inde-
  72.               pendent from m.
  73.  
  74.             - The priority of the beep signal has the new value of 80
  75.               instead of 0.
  76.  
  77.             - In RAW mode no beeps are generated.
  78.  
  79.             - Now the directory path in the window title can be switched
  80.               off again.
  81.  
  82.             - The iconify function will be disabled if the dos.library has
  83.               a version number greater than 34, so with Kickstart 1.4/2.0.
  84.  
  85.             - Scrolling the window buffer to its end will no longer block
  86.               intuition.
  87.  
  88.             - WaitIO() for audio request removed.
  89.  
  90.             - It is no longer possible that a icon is produced but the big
  91.               window don't disappear.
  92.  
  93.             - SetGMC will display the command list if an unknown command
  94.               is entered in the interactive mode.
  95.  
  96.             - Internal modifications
  97.  
  98.  
  99.       V8.0: - Now configuration of GMC processes is done by an external
  100.               command SetGMC instead of internal set commands. The same
  101.               program can be used for default setting for all following
  102.               GMC processes. SetGMC can be made resident. Description in
  103.               SetGMC.Doc.
  104.  
  105.             - Actual directory path of the Shell/CLI process in the window
  106.               title. Path is updated on reception of READ packets, normaly
  107.               after display of new prompts.
  108.  
  109.             - Beep function if window isn't the front most on the front most
  110.               screen. It is poosible to set the loudness, the duration, and
  111.               the time interval that must be pass away between the send-back
  112.               of a READ packet and the reception of the next one, to cause a
  113.               beep.
  114.  
  115.             - Close gadget of Kickstart 2.0 can be generated by appending
  116.               "/CLOSE" to the title in the startup window description.
  117.               (e.g. "NewShell GMC:0/0/640/200/SHELL/CLOSE"). This works only
  118.               with Shell from KS 2.0.
  119.  
  120.             - If the file name completer displays a directory name, a '/' is
  121.               appended to the name.
  122.  
  123.             - The UnDo buffer is cleared after the window was resized (no
  124.               correct display possible in all cases).
  125.  
  126.             - In script file only outputs are recorded that are made after
  127.               the script file was opened. The buffer won't be cleared any
  128.               longer when a script file is closed.
  129.  
  130.             - No more keyboard locking for the duration of outputs if the
  131.               window is resized during these outputs.
  132.  
  133.             - Additional newline removed in CTRL-\.
  134.  
  135.             - Now page length setting for printer dump works again.
  136.  
  137.             - GMC will terminate if the first packet isn't an OPEN packet.
  138.               But it will reply with "Unknown Packet Type".
  139.  
  140.             - New operating manual.
  141.  
  142.  
  143.       V7.5: - Now GMC won't terminate, if a key is hit or a non-open packet
  144.               is received before the first open packet. Keys before the
  145.               first open packet are ignored.
  146.  
  147.  
  148.       V7.4: - Now GMC can also handle dead keys.
  149.  
  150.             - ExtFuncProc compiled with Aztec 5.0a. It is possible that
  151.               the old version of ExtFuncProc can crash on CPU with cache
  152.               (MC68020 and greater). ExtFuncProc supports now FPU's.
  153.               There is no change in the interface to ExtFuncProc.
  154.  
  155.             - If it isn't possible to start ExtFuncProc for any reason,
  156.               however a GMC window will be opened and an error message
  157.               will be shown. With this GMC window it isn't possible to
  158.               used the PRT_SCR and the script function. If there is a pro-
  159.               gram called ExtFuncProc but not the right one, GMC will open
  160.               its window with an error message and won't hang any longer.
  161.               In this case, it is possible that 20 Bytes of memory are lost.
  162.  
  163.             - With "Set PARSER:0" the internal set command parser is inacti-
  164.               vated for output in the GMC window. Then it isn't possible
  165.               that wrong or not wished Set's are executed. This feature don't
  166.               reflect parsing keyboard input. "Set PARSER:1" reactivates the
  167.               parser also for output. Default is a full activate parser. The
  168.               last command of the Shell/CLI-Startup should be "Set PARSER:0".
  169.  
  170.  
  171.       V7.3: - Buffer output by the line is now possible with Alt-DOWN.
  172.  
  173.  
  174.       V7.2: - Compiled with Aztec 5.0a
  175.  
  176.             - Function keys settings can be now deleted by "Set <q>F<n>:"
  177.  
  178.             - Bug fixed in Packet SET_SCREEN_MODE (GURU with "LS df0: -r").
  179.  
  180.             - "Next Page  >>>  Ctrl-DOWN" will be now erased when the buffer
  181.               output is continued.
  182.  
  183.             - After "Next Page  >>>  Ctrl-DOWN" the percentage of displayed
  184.               buffer is shown.
  185.  
  186.             - The ESC key has now the function of an undo key to bring back
  187.               the state of the command line before the last change.
  188.  
  189.             - GMC keeps tracking of the command line when the window is re-
  190.               sized. This function must be activated by "Set NEWSIZE:1".
  191.               The function works only in CON mode.
  192.  
  193.             - Internal Set commands are ignored in RAW mode.
  194.  
  195.             - If a command line is finished by Shift-RETURN, it won't be sent
  196.               to the Shell/CLI but inserted in the command line history.
  197.  
  198.             - All arp.library functions are replaced by internal functions.
  199.  
  200.             - Internal modifications
  201.  
  202.  
  203.       V7.1: - Bug fixed, which caused a script file that may contain not all
  204.               the output to the window.
  205.  
  206.             - After the contents of the output buffer is displayed all out-
  207.               standing ReadRequest are cleared. This removes CLI/Shell error
  208.               message 'Unknown command "' if the output of some commands
  209.               like "ls" is in the buffer.
  210.  
  211.             - Internal Set command now shows error messages on wrong argu-
  212.               ments.
  213.  
  214.             - Help text for new function added.
  215.  
  216.  
  217.       V7.0: - IMPORTANT - IMPORTANT - IMPORTANT -
  218.               The STACK entry in the MountList was increased to 2500 Bytes.
  219.  
  220.             - Script function added: "Set SCRIPT:<filename>" specifies
  221.               a file in which the buffer is stored when its end is reached.
  222.               <filename> must start with a physical or logical device. If
  223.               <filename> is "" an opened script file will be closed.
  224.               This happens also if the GMC: window is closed.
  225.  
  226.             - Print buffer can also be shown in the window. Ctrl-UP jumps
  227.               to the start of the buffer, Ctrl-DOWN shows the next page in
  228.               the buffer.
  229.  
  230.             - Initial size of print buffer is always 4KByte. The buffer size
  231.               can be changed with "Set DUMP:nnnnnn". nnnnnn must be greater
  232.               than the old buffer size.
  233.  
  234.             - PRT_SCR function rewritten. GMC starts a new process with name
  235.               ExtFuncProc (if it doesn't already exist). Instead of a func-
  236.               tion started with ARP-ASynchRun, this process loads the
  237.               printer.device. ExtFuncProc can execute almost every library
  238.               function and it can be used from any other process, handler,
  239.               and task. The program ExtFuncProc must be placed in in the
  240.               directory L: It is probable that this modification fixed the
  241.               GURU on printout in V6.x.
  242.  
  243.             - Bug fixed in error checking during handler startup.
  244.  
  245.             - Internal modifications.
  246.  
  247.  
  248.       V6.2: - Function "Set PAGELEN:nn" added. If nn is not 00, at the
  249.               beginning of every screen dump the page length will be set.
  250.               nn is the page length in lines.
  251.  
  252.             - DISK_INFO packet: Entry DiskType will be correctly set
  253.               in RAW mode.
  254.  
  255.             - '|', '(', and ')' as separators added.
  256.  
  257.             - Printout of command line recall and internal set command
  258.               corrected.
  259.  
  260.             - ATTENTION: If after the start of a printout and before its
  261.               end new characters are typed, it is possible that the program
  262.               crashed which opened the GMC window. At the moment, it hap-
  263.               pened only three times with ARP-Shell V39.
  264.  
  265.  
  266.       V6.1: - "Set XY:xxx/yyy" works now also inside startup, instead of
  267.               only working from keyboard.
  268.  
  269.             - No more error message with "Set fkeys:<n>".
  270.  
  271.             - All internal "Sets" (except "Set <x>F<n>:<string>") are
  272.               tested now on additional characters after a correct command.
  273.  
  274.  
  275.       V6.0: - PRT_SCR function performs a printout of the recent output
  276.               in the window (memory depends on the inital window size).
  277.  
  278.             - The contents of the window won't be destroyed by an ICONIFY
  279.               and output in the window can go on.
  280.  
  281.             - Icon position can be defined by "set XY:xxx/yyy"
  282.  
  283.             - Command lines with length 1 won't be saved in command history
  284.  
  285.             - If the handler was started in RAW mode it is possible to
  286.               start it with a given window.
  287.  
  288.             - GMC: don't run with module terminal.mod of M2Amiga.
  289.  
  290.             - Internal modifications
  291.  
  292.  
  293.       V5.1: - More help in CTRL-Help
  294.  
  295.             - Modification in command line expansion
  296.                   only TAB:  Only files without info files
  297.                   Shift:     Only info files
  298.                   Ctrl:      Only directories
  299.                   Alt:       All files and directories
  300.  
  301.             - Internal modifications
  302.  
  303.  
  304.       V5.0: - IMPORTANT - IMPORTANT - IMPORTANT -
  305.               The STACK entry in the MountList was increased to 1700 Bytes
  306.  
  307.             - Built-in set function ignores case of keywords and qualifiers
  308.  
  309.             - Command line history works now with a buffer of a fix amount
  310.               (2KByte)
  311.  
  312.             - Search function in command line history ignores case
  313.  
  314.             - Command line expansion with TAB key
  315.               (e.g.  "type s:st"  TAB  "type s:startup-sequence")
  316.  
  317.             - Functions of the arp.library (V39) are used
  318.  
  319.             - Function !n to recall previous command lines is removed
  320.  
  321.  
  322.       V4.1: - Search pattern won't be changed if only cursor keys are used
  323.  
  324.             - Delete to start/end of line function changed
  325.  
  326.  
  327.       V4.0: - Flexible assignment of the cursor and delete keys
  328.  
  329.             - Repeated search in the command history possible without
  330.               new input of the search pattern
  331.  
  332.             - Iconify function won't be executed after the handler receives
  333.               a DiskInfo packes (e.g. More)
  334.  
  335.  
  336.       V3.0: - Iconify function added
  337.  
  338.  
  339.       V2.0: - ACTION_SCREEN_MODE, ACTION_WAIT_CHAR packets added
  340.  
  341.             - Function keys and help keys can be switched off
  342.  
  343.             - Command line storage and recall changed
  344.  
  345.             - Bug in ACTION_DISK_INFO packet fixed
  346.  
  347.             - Several minor bugs fixed
  348.  
  349.  
  350.       V1.0: First released version
  351.