diff options
author | agc <agc> | 2003-08-08 13:32:52 +0000 |
---|---|---|
committer | agc <agc> | 2003-08-08 13:32:52 +0000 |
commit | 19590a19d6df6004c732262a5c298f01c727eb93 (patch) | |
tree | 283e2db4a3c72ba09f6ee070a22fa5cd3fde3bd3 | |
parent | 09e0f5653422018210a9f252b3ee185aefc80066 (diff) | |
download | pkgsrc-19590a19d6df6004c732262a5c298f01c727eb93.tar.gz |
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).
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 19292f07a62..cc4e64d1dfb 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3009 2003/08/08 12:45:14 wiz Exp $ +$NetBSD: CHANGES,v 1.3010 2003/08/08 13:32:52 agc Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3219,3 +3219,4 @@ Changes to the packages collection and infrastructure in 2003: Updated xterset to 0.5.2 [hubertf 2003-08-08] Updated kopete to 0.7 [jmmv 2003-08-08] Updated trn to 4.76 [wiz 2003-08-08] + Updated vile to 9.4 [agc 2003-08-08] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.772 2003/08/08 12:52:12 wiz Exp $ +$NetBSD: TODO,v 1.773 2003/08/08 13:32:53 agc Exp $ Suggested new packages ====================== @@ -255,7 +255,6 @@ Suggested package updates o ttf2pt1-3.4.3 o transcode-0.6.8 o vfu-4.03 - o vile-9.4 o vnc-3.3.7 [http://www.realvnc.com/download.html] o vttest-20030301 o wdm-1.25 |