home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / utree / part02 / CHANGES next >
Encoding:
Text File  |  1992-09-06  |  4.2 KB  |  93 lines

  1.  
  2.        UTREE - screen oriented filesystem utility
  3.        CHANGES, klin, Fri Mar  6 07:26:25 1992
  4.  
  5. ------------------------------------------------------------------------------
  6.  
  7. utree 3.00-um
  8.       - Apr 20 1991, klin
  9.        Initial version 3.00-um for distribution
  10.       - May  5 1991, klin
  11.        Minor bug fixes and extensions
  12.  
  13. utree 3.01-um
  14.       - Jun  4 1991, klin
  15.        Z-command for zooming filelist/files in/out added
  16.       - Oct  7 1991, klin
  17.        File size patterns =!<> added, time patterns changed to from <> to ()
  18.        Bug in putchar() deleted
  19.        Minor changes in screen handling
  20.       - Oct 15 1991, klin
  21.        Handling of symbolic links changed
  22.        Option -L for following symbolic links added
  23.        Option -f lst for building the tree from list file lst added
  24.       - Oct 26 1991, klin
  25.        Marking directories changed
  26.        Sorting/zooming filelists on tree screen changed
  27.        Copying and moving files changed (select directory)
  28.        Select directory added
  29.        Some more minor changes in functions
  30.        Print formatted tree list added
  31.        Filter utree.prlist for printing formatted tree list files created
  32.  
  33. utree 3.02-um
  34.       - Nov  1 1991, klin
  35.        Screen layout changed
  36.        Goto parent directory on tree screen (<-command) added
  37.        Option -u changed to -n (no scan tree)
  38.        Option -u added (update file lists in tree)
  39.        Stuff for APOLLO node names added
  40.        Bug in calling editor in empty directory deleted
  41.        Other minor changes
  42.       - Nov 10 1991, klin
  43.        Functions key handling changed (typedef kchar and ksymbol)
  44.        Reading list files changed for handling relative given pathnames
  45.        Postscript driver for utree.prlist
  46.        Utree.backup.sh and utree.mklist.sh extended
  47.       - Nov 24 1991, klin
  48.        Some error fixes and extensions for XENIX reported and done by
  49.        Rolf Gebhardt (Nov 22 1991)
  50.        Change to current directory list for some commands on tree screen
  51.        Video attributes changed
  52.  
  53. utree 3.03-um
  54.       - Feb 11 1992, klin
  55.        Shell screen put into own module hist.[ch] and command history added
  56.        Status screen put into own module stat.c
  57.        Generic list type glist for using from within line editor added
  58.        Most list types changed for using of the generic list type glist
  59.        Lineeditor extended for using of generic lists
  60.        Handling of variables and filetype command changed
  61.       - Feb 15 1992, klin
  62.        Video handling and meaning of option -v changed
  63.        Display attributes and user customizable video mode flag added
  64.        Partinioning of directory and file window on tree screen changed
  65.        Option -p for tree screen partitioning added
  66.        Variables VIDEOMODE and FILELINES added
  67.       - Feb 22 1992, klin
  68.        Some commands on tree changed to work on current directory or subtree
  69.        or tagged files dependent on command letter entered in lowercase or
  70.        uppercase letter. The commands working on current directory/subtree
  71.        are: f/F=find, g/G=grep, n/N=sort, t/T=tag, u/U=untag, z/Z=zoom.
  72.        The commands working on current directory/tagged files are:
  73.        b/B=backup, c/C=change/copy, l,L=list, m/M=mkdir/move, r/R=remove.
  74.        Formatcharacters %H and %R for home and root directory added
  75.       - Feb 22 1992, klin
  76.        Many commands on tree changed to handle current directory or subtree
  77.        (find, grep, sort, tag, untag, zoom) or tagged files in subtree
  78.        (backup, copy, list, move, remove) dependent if command letter is
  79.        entered in upper or lower case (like commands on file screen)
  80.       - Feb 23 1992, klin
  81.        Key handling changed. Bindings screen and user customizable and
  82.        definable key bindings added. Key bindings from statically defined
  83.        bindings to default bindings changed which are bound at startup.
  84.        User defined key bindings can be done at startup in terminal
  85.        dependent binding files or at run time on the bindings screen.
  86.        Variable HISTSIZE (settable at startup only) added.
  87.        Save variables, commands, history and key bindings if there were
  88.        any changes and if the new variable AUTOSAVE is set to ON.
  89.        Command line option -o for omitting saving changes added
  90.       - Mar  6 1992, klin
  91.        Some minor changes before distribution
  92.  
  93.