home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Workbench / Shell / CSH548A.LHA / HISTORY < prev    next >
Encoding:
Text File  |  1996-01-21  |  17.9 KB  |  415 lines

  1.  
  2.  
  3.                                   HISTORY
  4.                                  =========
  5.  
  6.  
  7.  
  8. Changes from 5.48 to 5.48a   (public release)
  9. --------------------------
  10.  - corrected mis-usage of muSetProtect (Martin Berndt)
  11.  - fixed some small bugs (Martin Berndt)
  12.  - created optimised 68000 and 68030 version (Martin Berndt)
  13.  
  14.  
  15. Changes from 5.47 to 5.48   (public release)
  16. -------------------------
  17.  - Built-in command "version" now behaves more like Commodore's "version"
  18.     comand. Four new options. See manual for details.
  19.  - Fixed bug in built-in command "dir", custom output format printed
  20.     date _and_ time for "%d" instead of only the date ("%t" is for time).
  21.     This bug was a side effect of the locale kludge in Cshell 5.44.
  22.  - Fixed compability problem with the new redirection (introduced in
  23.     Cshell 5.46) that caused problems with some stupid handlers, eg NULL:,
  24.     which cannot handle MODE_READWRITE but only MODE_NEWFILE. Cshell now
  25.     tries MODE_READWRITE first and falls back to MODE_NEWFILE if R/W fails.
  26.  - Gosh... another KingCON kludge for built-in command "window".
  27.     Try option "-k" (KingCON kludge) if you use KingCON and have problems
  28.     with some options of the "window" command. OR JUST DON'T USE KingCON!
  29.  
  30.  
  31.  
  32. Changes from 5.46 to 5.47   (public release)
  33. -------------------------
  34.  - Replaced "diskchange" with old code from last public release.
  35.     (only of importance for beta testers)
  36.  
  37.  
  38.  
  39. Changes from 5.45 to 5.46   (internal beta release)
  40. -------------------------
  41.  - Rewrote built-in function "diskchange" because of some stupid handlers
  42.     that have problems with Inhibit() and ACTION_INHIBIT.
  43.  - Made "echo mem | csh" work again.
  44.  - Some minor cosmetic changes.
  45.  - Redirected output to a file can now be examined by other programs while
  46.     Cshell is still filling up the file. (files for redirection are now
  47.     opened "shared" instead of "exclusivly")
  48.     [thanks to Gary Duncan for source code]
  49.  - Built-in command "copy" now has (optional) new output format which prints
  50.     full path of files being copied. Use option "-x" to try it out.
  51.     [thanks to Gary Duncan for source code]
  52.  
  53.  
  54.  
  55. Changes from 5.44 to 5.45   (internal beta release)
  56. -------------------------
  57.  - Built-in command "window" resizes/moves window much more faster now.
  58.  - Supports "muSetProtection" if MultiUser is installed.
  59.  - Fixed fatal bug if non-interactive input line was too long.
  60.  - Fixed bug in built-in commands "chown" and "chgrp" which could crash
  61.     under OS 2.x.
  62.  - Built-in commands "chown" and "chgrp" now accept also user and group
  63.     names (as well as numerical IDs). Does only work with "MultiUser".
  64.     [thanks to Carsten Pluntke <Carsten_Pluntke@ouzonix.bo.open.de>]
  65.  - Updated built-in error message texts to AmigaOS 3.1.
  66.  - New option "-t" for built-in command "sleep": wait ticks.
  67.  
  68.  
  69.  
  70. Changes from 5.42 to 5.44   (not released)
  71. -------------------------
  72.  - Skipped 5.43 because of unauthorized version of Cshell on AmiNet
  73.     by Martin Berndt <m_berndt@wanderer.gun.de>.
  74.  - Added extensive disclaimer to documentation.
  75.  - Changed "smakefile" slightly.
  76.  - Changed output format of built-in command "mem" again.
  77.  - Date/time strings now left-justified (right-justified before),
  78.     this fixes some problems with localized date strings.
  79.  - Improved code for built-in command "window" to minimize move operations.
  80.     (the "hopping" windows effect)
  81.  
  82.  
  83.  
  84. Changes from 5.41 to 5.42   (public release)
  85. -------------------------
  86.  - Minor changes in documentation.
  87.  - Built-in command "window" doesn't clear screen anymore.
  88.     If you want to clear screen, use "echo -n ^[c^O" or "echo -n ^L".
  89.  - Fixed timer bug in _prompt (%e) if start and end time of a program
  90.     were not at the same day. (wrong execution time was displayed)
  91.  - New built-in variable "_promptdep" (prompt path depth) and new place-
  92.     holder "%P" for built-in variable "_prompt". Like "%p", "%P" displays
  93.     the current path. With "_promptdep" the user sets the maximum number
  94.     of directories (path parts) displayed for %P (to keep prompt smart
  95.     and short). Default is 3.
  96.  - New built-in variable "_complete" (DOS pattern). What files should
  97.     match on filename completion. Default is "*". For example, if you
  98.     don't want to see files ending with ".bak", set it to "~(*.bak)".
  99.  
  100.  
  101.  
  102. Changes from 5.40 to 5.41   (internal beta release)
  103. -------------------------
  104.  - Changed output format of built-in command "mem" (for option -r)
  105.     a little bit.
  106.  - Fixed various bugs in built-in command "window". The changes for 5.40
  107.     caused an unnecessary usage message when using options -f, -b and -a.
  108.     And options -l and -s didn't work at all. The checking for maximum
  109.     window dimensions are not hardcoded any more but dynamically adjusted
  110.     to the screen dimensions.
  111.  - Finally found (and fixed) rounding bug in "itok()", caused display of
  112.     wrong size for memory or harddisk around 1 GB and 1 TB etc.
  113.     Numbers were rounded down to "0 GB" and "0 TB" instead of rounded
  114.     up to "1 GB" and "1 TB".
  115.     [thanks to Andreas 'Leguan' Geist]
  116.  - Changed shortcut for "Kilobytes" from "KB" (or "K") to "kB" (or "k").
  117.     You may like it or not - but only this way it's consistent. They say
  118.     one should use "K" instead of "k" because it has something to do with
  119.     1024 and not 1000.  But then, why don't we use "m" instead of "M" and
  120.     "g" instead of "G"?
  121.  
  122.  
  123.  
  124. Changes from 5.39 to 5.40   (public release)
  125. -------------------------
  126.  - Fixed error message for built-in command "copy": if no special error
  127.     message was available, always the string "(no mem)" was output.
  128.  - New placeholders "-1" and "-2" for built-in command "window".
  129.  - Increased maximum value for window dimensions from 1023 to 32767
  130.     for built-in command "window".
  131.  - Environment variables LINES and COLUMNS override window bounds
  132.     from Amiga console.device.
  133.     (if env vars are set, no CSI sequence is sent)
  134.  - Built-in command "mem" now shows size of largest available memory block.
  135.  
  136.  
  137.  
  138. Changes from 5.38 to 5.39   (public release)
  139. -------------------------
  140.  - New built-in variable "_timeout" (in microseconds) sets maximum response
  141.     time for terminal to answer WINDOW STATUS REQUEST (for window bounds).
  142.     Defaults to 1 (for local usage), must be set to higher value for remote
  143.     connections.  Only used, if window pointer is not available.
  144.  - Removed command line length limitation (140 chars) for ARexx scripts that
  145.     ends with ".rexx" but are started without the trailing ".rexx".
  146.  - Removed command line length limitation (518 chars) for ARexx scripts and
  147.     external shells (#! in first line), this was a limitation in AmigaOS'
  148.     System() function.  DOS scripts still have this limitation, because you
  149.     cannot RunCommand() "execute".
  150.  - Not only "*" and "?" but also "[" and "]" recognized as AmigaDOS pattern.
  151.     (that means, to use "[" and "]" you must quote (") or escape (\) them!)
  152.  - ... and much more workarounds for serious bugs in DateToStr() and Locale
  153.  - Fixed bug: making an assign to an executable and calling the executable
  154.     by its assign crashed machine.
  155.  - Fixed bug: built-in command "cp" sometimes used already freed memory for
  156.     generating error messages (resulted in some strange error messages)
  157.  - New flag for for command abbreviation ($_abbrev):
  158.     8, search DOS path-list if command wasn't found in Cshell's internal
  159.     program hash list (see "rehash" command)
  160.  
  161.  
  162.  
  163. Changes from 5.37 to 5.38   (internal beta release)
  164. -------------------------
  165.  - CTRL-D now shows matching files if current word is not a directory.
  166.     (if directory then shows contents of directory -- as usual)
  167.     In its current implementation this may have unexpected side effects
  168.     if current word is already a pattern.
  169.  - Class definition for AmigaE in class.sh
  170.     [thanks to Joseph E. Van_Riper III]
  171.  - Now internal timer (eg, %e in the titlebar) not set to zero when a null
  172.     command is encountered.  (same for return code, %x in titlebar)
  173.  - The idea of always using the variable "_dirformat" for "dir" wasn't a
  174.     good idea.  So, "_dirformat" is only used if option -z is given (when
  175.     "_dirformat" is unset then use first argument as format string).
  176.  - New control-code for line-editing: "^V" (ctrl-v) quotes next char.
  177.  - New built-in variable "_kick" holds version number of Operating System.
  178.  - Built-in command "assign" now prints volume name if assign points to
  179.     an unmounted volume (eg, a removed floppy disk) and doesn't pop up
  180.     a requester "Please replace volume ..."
  181.  - It was a stupid idea to force redirecting of all Cshell-related
  182.     system requesters to CSH's screen, because requester windows inherit
  183.     the window title of their "initiator". They appear now again on your
  184.     default public screen.
  185.  - Fixed serious bug (crashed machine) with redirection and launching
  186.     programs into background. (files closed twice)
  187.     Known bug: it's still not possible to run pipes into background...
  188.  - When running programs into background (run, rback, &), internal commands
  189.     and aliases are recognized and executed with "csh -c". Aliases WON'T be
  190.     resolved on this level so they must be declared in .cshrc to run them
  191.     into background.
  192.  - Execution of Rexx-Scripts (without trailing ".rexx") and any other program
  193.     with "#! my_prog" or ";! my_prog" in first line of script now possible
  194.     also from DOS search path and not only $_path.
  195.  - New built-in variable "_mappath" (see manual), enables pathname-mapping
  196.     for commands if script starts with "#!" or ";!" in first line. Converts
  197.     Unix pathes like "/usr/..." to "usr:...".
  198.  - New option "-w" for Cshell, don't use window pointer (useful for KingCON).
  199.  - New option "-V" for Cshell, send only VT100 compatible control sequences
  200.  - Internal variable "o_vt100" now used (if option -t or -V is set),
  201.     don't send control sequences that are not VT100 compatible (eg,
  202.     special Amiga control sequences).
  203.  
  204.  
  205.  
  206. Changes from 5.36 to 5.37   (public release)
  207. -------------------------
  208.  - Built-in command "mkdir" now strips off trailing slash (if any).
  209.  - Built-in command "chmod" now supports "a" for all bits (ugo),
  210.     and if no ownership-bit is specified "chmod" really modifies
  211.     only the user-bits (as stated in the doc) and not all bits.
  212.  - Built-in commands "chown/chgrp" now also run under AmigaOS 2.0+
  213.     (direct DOS packets), not only under AmigaOS 3.0+ (SetOwner).
  214.     [thanks to Carsten Heyl]
  215.  - No requester "please insert volume ..." when you press return
  216.     and your current directory is on an "unmounted" volume
  217.     (eg, a removed floppy disk).
  218.  - Built-in command "dir" now uses contents of variable "_dirformat"
  219.     (if set) automatically as default output format (option -z not
  220.     neccessary for _dirformat anymore). Option -z (followed by an
  221.     argument with format string) can now be used again for another
  222.     custom format for current call as in Cshell 5.19 and before.
  223.     [thanks to Laurent Faillie for his letter]
  224.  - Built-in command "protect" was broken in beta-version 5.36.
  225.  - Source code now "indent" clean.
  226.     (some warnings on first run, but no errors)
  227.  - New option "-c" for built-in command "qsort": be case-sensitive.
  228.  
  229.  
  230.  
  231. Changes from 5.35 to 5.36   (internal beta release)
  232. -------------------------
  233.  - Now output in "path -r" only if at least 1 memory block could not be
  234.     freed.
  235.  - Fixed layout bug in "rm -r <wildcard>" if one or more items could not
  236.     be removed.
  237.  - Fixed serious bug in "rehash", access to already freed memory under
  238.     certain circumstances.  (always think twice before using "char ***" ;-)
  239.  - Manual entry for built-in command "relabel".
  240.  - Error checking code for all NameFromLock() calls.
  241.  - Now 100% Commodore-compatible version string.
  242.  - Now @rnd( ) accepts optional seed parameter.
  243.  - Fixed bogus output for NULL pointers in pattern-matching-routine.
  244.  - Fixed bug in "rehash", recognition of executables was broken.
  245.  - Now multiple drive names are allowed for "diskchange".
  246.  - Now @age() returns null-string if file was not found (instead of 99999).
  247.     [thanks to Gary Duncan]
  248.  - New function @age_mins() returns age of file in minutes.
  249.     [thanks to Gary Duncan]
  250.  - Now requesters appear on same screen as CSH's window.
  251.  - Variable "_abbrev" now handled somewhat different: it enables/disables
  252.     the different modes of command-abbreviation.  See manual for details!
  253.  - Output of "dir -k" and "dir -i" (show classes) looks much nicer now.
  254.  - Added class "gzip" to csh:class.sh.
  255.  - Added support for MultiUser. %U in prompt/titlebar shows current user
  256.     of CSH. Out-comment "#define MULTIUSER_SUPPORT 1" in shell.h to compile
  257.     without MultiUser stuff.
  258.     [thanks to Magnus Lilja]
  259.  - New built-in commands "chown" and "chgrp".
  260.  - Built-in command "chmod" now supports User/Group/Other bits.
  261.  - New placeholders for custom output format (option "-z"),
  262.     "%F" shows group/other bits, %U shows user-id, %G shows group-id.
  263.  
  264.  
  265.  
  266. Changes from 5.34 to 5.35   (public release)
  267. -------------------------
  268.  - Now CSH executes "s:.logout" on exit.
  269.     New option "-L" (noLogout) disables sourcing of "s:.logout".
  270.  - Fixed option "-n" in built-in command "dir", never worked before.
  271.  - Some minor layout changes in built-in command "help".
  272.  - Built-in command "window -q" (query) shows public screen names.
  273.  - New/Changed options for built-in command "strings".
  274.     (not compatible with previous versions!)
  275.  - More sophisticated memory-cleanup for built-in command "path -r" (reset).
  276.  - New option "-M" for CSH, don't clear menus (especially for KingCON).
  277.  - Support for soft-links in built-in command "dir".
  278.     [thanks to Carsten Heyl]
  279.  
  280.  
  281.  
  282. Changes from 5.33 to 5.34   (internal beta release)
  283. -------------------------
  284.  
  285.  - New section SCROLLING in the manual (at the end). Read it !
  286.  - New variable "_prghash" holds filename where program hash list
  287.     is loaded from and saved to.
  288.  - Now CSH also finds programs in resident list if they start with "C:"
  289.     (even if there is no corresponding program in C: directory).
  290.     This is for compatibility reasons (Commodore Shell).
  291.  - In previous versions CSH aborted the commandline if one pattern
  292.     did not match. Now CSH only aborts if all patterns does not
  293.     match.
  294.  - Totally new meaning of variable "_nomatch".  It's now unset by
  295.     default and if you set it then CSH will _not_ abort if all
  296.     patterns does not match.
  297.  - Added option "-m" to CSH, sets "_nomatch" variable.
  298.     (for compatibility reasons)
  299.  - Fixed bug in date command (s/r options).
  300.     [Gary Duncan]
  301.  - New option -a for "copy" command, don't clear archive bit.
  302.     [Gary Duncan]
  303.  - Rewritten code for "window -q", no longer crashes system.
  304.  - New option "-w" for built-in command "window".
  305.     (ignore window width for option -q, so that very long window/screen
  306.      titles are printed completely)
  307.  - Input/output redirection with "<>", the file must be either
  308.     "NIL:" or an interactive file.
  309.  - New variable "_cquote" enables Commodore-style handling of
  310.     quotation marks (eg, for use with ReadArgs);
  311.     variable is unset by default (UNIX-style handling of quotes).
  312.  - Increased some (very small) buffers in "ls" code (could crash
  313.     machine), line limit is now around 1000 chars per line. Had
  314.     to increase internal stack size to 17500.
  315.  
  316.  
  317.  
  318. Changes from 5.32 to 5.33   (internal beta release)
  319. -------------------------
  320.  
  321.  - New built-in command "rehash", buffers programs in DOS search path
  322.     and offers program name completion (ESC-p, ESC-P). Two new "completion
  323.     functions" for keymaps:
  324.     36, CompPrg1     Insert first matching program (or cycle)
  325.     37, CompPrgAll   Shows all matching programs
  326.  - Fixed input-stream problem for DOS scripts.
  327.  - Kludge for running DOS scripts from devices with spaces in their name.
  328.  - Fixed Enforcer hit in "set" command (eg, "set a ="),
  329.     just curious: this Enforcer hit was misinterpreted by an user to be
  330.     a bug in "_every" variable and accidently I found another bug there
  331.     which caused CSH to ignore "_every" if the previous shell command was
  332.     aborted (^C)
  333.  - Fixed Enforcer hit: "unset _path"
  334.  - Built-in command "date" can now read battery-backed up clock directly
  335.     [thanks to Gary Duncan]
  336.  
  337.  
  338.  
  339. Changes from 5.31 to 5.32   (internal beta release)
  340. -------------------------
  341.  
  342.  - Removed "No match" output if "dir" was used on empty directories.
  343.     This was a feature, not a bug.  But misunderstood by most users.
  344.  - New "edit function" for keymaps: 29, insert last word of previous line
  345.     (e.g. "keymap 0 12=29" assigns that function to CTRL+L)
  346.  - Option "-q" of built-in command "rm/delete" didn't work in previous
  347.     versions.  Now aborts as documented.
  348.     This does _not_ affect non-matching wildcards, use "_nomatch" instead.
  349.  - Checking of requested stack size (built-in command "stack").
  350.  - Built-in command "mem" now calls AllocMem(0x7fffffff,0) ten times
  351.     to flush unneeded memory.  (similar to "avail flush")
  352.  - Fixed possible rounding bug in "itok()", caused display of wrong size
  353.     for harddisk partitions around 1 GB etc.
  354.  
  355.  
  356.  
  357. Changes from 5.19 to 5.31   (The Essential)
  358. -------------------------
  359.  
  360.  - ARP free
  361.  - OS 2.0+ only
  362.  - slightly changed pattern matching (pattern.library, dos.library)
  363.  - better support for DOS' command search path and resident list
  364.  - supports "PROGDIR:"
  365.  - supports AmigaOS-scripts
  366.  - Unix-like automagic execution of ".login" and ".cshrc"
  367.  - more built-in commands support ^C (ctrl-c)
  368.  - more reliable support of WILDSTAR-Flag
  369.  - enhanced commands (new options, bug fixes, changed behaviour):
  370.     dir
  371.     path
  372.     info
  373.     rename
  374.     delete
  375.     assign
  376.     touch
  377.     ps
  378.     mkdir
  379.     addbuffers
  380.     cd
  381.     stack
  382.     help
  383.     strings
  384.     menu
  385.     resident
  386.     head
  387.     tail
  388.     set
  389.  - new commands
  390.     ln/makelink
  391.     chmod
  392.  - new (or modified) functions
  393.     @stricmp
  394.     @filedate
  395.     @filenote
  396.     @hextodec
  397.     @confirm
  398.     @ask
  399.  - new variables
  400.     _clipri
  401.     _dirformat
  402.     _nomatch
  403.  - new prompt variable(s)
  404.  - new "edit function" for keymaps
  405.  - detects if current directory was changed by other programs
  406.  - uses ASL file-requester
  407.  - arguments in scripts passed via $0, $1, $2 etc., number of
  408.     arguments in $#
  409.  - enhanced quoting mechanism for filename completion
  410.  - lots of internal changes
  411.  - lots of other bug fixes
  412.  - and lots of changes and new features I forgot to write down ;-)
  413.  
  414.  
  415.