Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-07-28 | Add USE_CURSES for packages that need curses functionality that only | wiz | 1 | -25/+9 | |
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared. | |||||
2000-06-25 | Upgrade vim packages to version 5.7. Use internal curses if possible. | pooka | 2 | -8/+21 | |
New since version 5.6 --------------------- Not much: - 19 new syntax files. - "explorer.vim" script, works like a file browser. And many bug fixes! This version is aimed at stability. | |||||
2000-02-15 | Factor out common commands in post-install target into two for loops. | agc | 1 | -15/+9 | |
2000-02-15 | On Solaris use curses, not ncurses. | agc | 1 | -12/+20 | |
Also work around misreadings of the POSIX spec with the ln(1) command on Solaris. | |||||
2000-02-15 | When multi-line dependencies occur, use a "DEPENDS+= package" format | agc | 1 | -3/+3 | |
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies. | |||||
2000-01-25 | Remove all files that might conflict with a `normal vi', eg. bin/ex and | pooka | 2 | -6/+2 | |
man/man1/view.1. The functionality is still there, the links are just no longer created. | |||||
2000-01-17 | Upgrade vim packages to vim 5.6. | pooka | 4 | -35/+9 | |
New since version 5.5 --------------------- Not much: - New "Edit with Vim" popup menu entry for MS-Windows. Avoids problems with the MS Office taskbar. - 18 new syntax files. - "z+" and "z^" commands. And many bug fixes! This version is aimed at stability. See ":help version-5.6" in Vim for the details. | |||||
2000-01-15 | Update dependency on ncurses to >=4.2 | jlam | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
2000-01-04 | Explain things a bit more fully. | agc | 1 | -1/+1 | |
1999-12-21 | "vim-gtk" conflicts with "vim-xaw". | tron | 1 | -2/+2 | |
1999-12-21 | Remove incorret ".gz" from softlink target when linking manual pages. | tron | 1 | -5/+5 | |
1999-12-21 | Use softlinks for manual pages which makes the manual handling of | tron | 1 | -20/+13 | |
"MANZ" completely unnecessary. | |||||
1999-12-21 | Make these packages install is MANZ=1 is set | pooka | 1 | -5/+12 | |
1999-12-21 | Fix this package also | pooka | 4 | -105/+0 | |
1999-12-21 | Make way for a new glorious vim package structure | pooka | 8 | -382/+66 | |
1999-11-22 | Update "vim-gtk" package to version 5.5 using patches supplied by | tron | 11 | -272/+286 | |
Antti Kantee in PR pkg/8832. Changes since version 5.4: - Support for a mouse scroll wheel in X11 (GTK, Athena and Motif). Should also work in an xterm when translations are installed. - Support for decompression of bzip2 files in the example vimrc file. - Handling of patch numbers, they show up in the ":version" output. - Uninstall program for MS-Windows, for those that have a problem with the "Edit with Vim" popup menu entry. And many bug fixes! This version is aimed at stability. | |||||
1999-11-12 | Make this package compile on Solaris. | agc | 1 | -5/+11 | |
1999-10-23 | Use wildcard dependence for "gtk+" package. | tron | 1 | -2/+2 | |
1999-08-28 | Update dependency on gtk+-1.2.4 | rh | 1 | -2/+2 | |
1999-08-08 | Initial import of vim-gtk, a VIM variant with the optional gui using GTK+ | rh | 12 | -0/+520 | |
instead of Xaw. |