home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / devs&handlers / gmc_434 / english.docs / readme_version < prev    next >
Text File  |  1991-01-18  |  17KB  |  428 lines

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