-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
executable file
·61 lines (40 loc) · 2.16 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
RELEASE NOTES
CALVIN (FORMERLY FREE VI) VERSION 2.3
This is Calvin, a small partial clone of the Unix<tm> vi screen editor.
This zip file contains the files:
read.me This file.
NOTES FOR VERSION 2.3:
There is really only one change in this release: the text on the bottom
line of the screen will not hang around forever. The only real reason for
this release is make it correspond to the source code, which is now being
released in a separate ZIP file.
NOTES FOR VERSION 2.2:
This is another bug-fix release, again having to do with internal errors.
I hope that they are fixed this time. It also changes the `undo' command
to act more like the original vi. In particular, you can move to the location
of the last change in the file by typing `uu'.
NOTES FOR VERSION 2.1:
This is a bug-fix release; this has to do with "internal error..." messages
which Version 2.0 occasionally produced. These could have been produced by
the following bugs, which have now been fixed:
1. If you type 'f' or 't' on a blank line, then it may find the character
in the next line.
2. If you run out of disk space when writing a file or a part of a file,
then it may turn an end-of-line into a Control-M (carriage return).
I hope that these fixes cut down on the number of internal errors.
NOTES FOR VERSION 2.0:
This is the third public release of Calvin, formerly called Free VI. The name
has been changed due to the appearance of other vi clones.
This version is a substantial rewrite of Version 1.9a; the most important
changes are:
1. There is no longer a 50K file size limit.
2. Many more ex ("colon") commands have been added.
3. You can now put multiple file names (and wild cards) on the command
line. Also, the "+" option and EXINIT command variable are now
supported.
4. Varying display parameters are supported (e.g. EGA 43 line mode).
Rather than list all the changes, I will refer you to the documentation file.
Thanks to [email protected] for many helpful suggestions and bug reports.
Calvin is copyrighted, but may be freely distributed.
Paul Vojta