386BSD 0.1 development
[unix-history] / usr / othersrc / public / utree-3.03um / CHANGES
CommitLineData
9c6a1b95
WJ
1
2 UTREE - screen oriented filesystem utility
3 CHANGES, klin, Sat Apr 11 11:20:18 1992
4
5------------------------------------------------------------------------------
6
7utree 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
13utree 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
33utree 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
53utree 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
93utree 3.03a-um (patchlevel a)
94 - Mar 15 1992, klin
95 Some bug fixes in keys.h, bind.c, term.c, tree.c and vars.c.
96 On shell screen search in history list for commands given by
97 command number (!number) or a search pattern (!pattern).
98 Includefile patchlevel.h added
99utree 3.03b-um (patchlevel b)
100 - Mar 22 1992, klin
101 Bug fixes in edit.c (catch unhandled key symbols) and vars.c
102 (don't free empty string) and minor changes
103utree 3.03c-um (patchlevel c)
104 - Mar 30 1992, klin
105 Bug fixes in echo.c (handle key sumbols correctly), hist.c (correct
106 handling of history list) and stat.c (correct permissions string)
107utree 3.03d-um (patchlevel d)
108 - Apr 2 1992, klin
109 Bug fixes and updates in manual and help pages.
110 Time stamps for history commands added
111utree 3.03e-um (patchlevel e)
112 - Apr 11 1992, klin
113 Minor bug in handling of not readable directories fixed (list.c)
114 Use colors for video attributes (define USEANSICOLORS).
115 Only ANSI compatible color settings may be used!