distrib: let automake add missing files
[nvi.git] / Changes
blob55e78b29bb1551fc0d413bbe758af107c7f331e9
1 Changes in 1.81.5
2     * tcl support compiles again
3 Changes in 1.81.4
4     * add Changes document
5     * the preserve command overwrote the edited file; the problem
6       is really in DB; a bandaid was added
7     * configure changes
8         - -rpath now on by default
9         - check for iconv
10     * handle incomplete/invalid input
11     * upgrade libtool and automake
12     * Motif front-end was getting out of sync; fixed
13     * ^T works in presence of wide chars
14     * fix use of OPT_GLOBAL (YAMAMOTO Takashi <takashi.yamamoto@bigfoot.com>)
15     * missing fallback function added
16     * fix use of both leftright and number
17         (problem reported by Dima Dorfman <dima@unixfreak.org>)
18     * install everything 1.79 installed
19     * fix count argument for commands
20         (problem reported by Arfst Ludwig <Arfst.Ludwig@LHSystems.COM>)
21     * perl changes
22         - map no longer assumes its argument is the name of a perl function
23         - EXISTS for marks
24     * documentation changes
25         - vi.ref converted to texinfo
26         - vsplit documented
27 Changes in 1.81.3
28     * support for newer ncurses
29     * various other wide character related changes
30     * eliminate spurious cursor movements on split screens
31     * use of gtk-1.2 allowed again
32     * small fix to Motif front-end