Commit graph

9 commits

Author SHA1 Message Date
agc
b77570afed Update vile from version 9.3 to 9.4
Changes for vile 9.4 (released Mon Aug 04 2003)

Various bug fixes and some new functionality:
	+ modify vilefilt.l to highlight shell commands.
	+ add cases for 'u', 'U', 'x' and 'X' to RegStrChr2(), making the
	  [:upper:] and [:xdigit:] regular expression character classes work.
	+ tested with gcc 3.3 and g++ 3.3, modifying several interfaces to use
	  'const'.  gcc 3.x also introduces more nonstandard name-pollution.
	+ modify manpage.rc to check if the current buffer is perl, and if so,
	  to render contents using pod2man or pod2text.
	+ add un-filters (atr2ansi, atr2html, atr2text) which convert encoded
	  control/A text to different forms.
	+ modify support for ^X-e to make it use the whole line if the current
	  buffer is a directory.
	+ increase output- and state transitions-limits for latexflt.l,
	  rpm-filt.l, sh-filt.l and vilefilt.l to compile with Solaris and HPUX
	  lex programs (report by Adam Denton).
	+ modify vile-manfilt to decode UTF-8 emitted by groff 1.18
	+ add Ruby syntax filter (rb-filt.l, rb.key).
	+ fix: java has no 'operator' keyword.
	+ add texmode, as a variation of latexmode.
	+ add .ltx, .sty suffixes for latexmode.
	+ implement xml-filter based on html-filter.
	+ implement xterm-title mode.
	+ add syntax filter for rpm ".spec" files.
	+ add syntax filter for PostScript ".ps" files.
	+ add syntax filter for enscript ".st" files.
	+ make cursor-movement on a yank command match vi's, tested for various
	  left/up motions such as yk, yh, yH, y1G, y0, y-, yb (report by
	  George Eccles).
	+ updates to allow vile to build with perl 5.8.0 (ifdef's checked for
	  5.6.1, 5.5.3 and 5.4.5).
	+ rewrote spell.rc to make it work properly if the spell-filter is
	  built-in (reported by Clark Morgan).
2003-08-08 13:31:06 +00:00
agc
3003269e90 Make the colour syntax highlighting recognise a lot more of BSD makefiles
than it used to.
2002-11-27 15:04:04 +00:00
agc
4c6b3cec93 Update the vile package from version 9.0 to 9.3. A large number of
bugs have been fixed over the 3 years since 9.0 was released, some
major portability improvements have been made, and remove pkgsrc
patch-ac

"+ work around NetBSD 1.5's use of MK symbol in curses.h (reported by
 Matthias Buelow)."
2002-11-27 10:45:04 +00:00
wiz
c6c1a47955 Fix build with curses on 1.5 (extern int *MK was making trouble). 2001-01-23 15:36:27 +00:00
jlam
73a9058e8a Add PERL_POLLUTE to compile correctly with perl>=5.6.0 until source catches
up with latest perl API.  While here, modify the builds so that vile and
xvile don't conflict when xpkgwedge is installed.

Fixes pkg/10947 by Matthias Scheler <tron@lyssa.zhadum.de>.
2000-09-06 08:16:14 +00:00
agc
ec78d42110 Update the vile package to version 8.3.
Changes since 8.2 include:
	+ Add xpm support in xvile.
	+ make C-style indent logic available as a mode 'cindent', so it can be
	  assigned as part of a majormode.  It is part of the builtin cmode.
	+ added "-132" and "-80" command-line switches to set screen width from
	  command line.
	+ many other bug fixes, restructuring, and changes.
1999-06-26 23:04:50 +00:00
agc
f64007959c Update the vile package to version 8.1. 1998-10-05 12:30:51 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
62b0ecf202 Initial import of FreeBSD's editors ports into the NetBSD packages
system.
1997-10-06 12:41:48 +00:00