pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update vile from version 9.3 to 9.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf67f5ff9773
branches:  trunk
changeset: 459826:cf67f5ff9773
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri Aug 08 13:32:52 2003 +0000

description:
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).

diffstat:

 doc/CHANGES |  3 ++-
 doc/TODO    |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 059a6117df18 -r cf67f5ff9773 doc/CHANGES
--- a/doc/CHANGES       Fri Aug 08 13:31:06 2003 +0000
+++ b/doc/CHANGES       Fri Aug 08 13:32:52 2003 +0000
@@ -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 @@
        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]
diff -r 059a6117df18 -r cf67f5ff9773 doc/TODO
--- a/doc/TODO  Fri Aug 08 13:31:06 2003 +0000
+++ b/doc/TODO  Fri Aug 08 13:32:52 2003 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index