vile
[Top][All Lists]
Advanced

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

[vile] ANN: vile-9.8p


From: Thomas Dickey
Subject: [vile] ANN: vile-9.8p
Date: Sun, 1 Feb 2015 19:10:10 -0500
User-agent: Mutt/1.5.20 (2009-06-14)

Files:
        ftp://invisible-island.net/vile/current/vile-9.8p.tgz
        ftp://invisible-island.net/vile/current/vile-9.8p.tgz.asc
        ftp://invisible-island.net/vile/patches/MD5sums
        ftp://invisible-island.net/vile/patches/vile-9.8p.patch.gz
        ftp://invisible-island.net/vile/patches/vile-9.8p.patch.gz.asc

 ftp://invisible-island.net/vile/patches/vile-9.8p.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Mon Feb  2 00:03:02 UTC 2015
 ------------------------------------------------------------------------------
 CHANGES                  |   52 
 MANIFEST                 |    2 
 aclocal.m4               |   62 
 builtflt.c               |    7 
 configure                | 3757 +++++++++++++++++++++------------------------
 configure.in             |    6 
 display.c                |    9 
 doc/filters.doc          |   12 
 doc/filters.html         |   24 
 doc/vile-hlp.html        |    4 
 doc/vile-toc.html        |    4 
 eightbit.c               |    2 
 estruct.h                |   14 
 eval.c                   |    4 
 exec.c                   |   67 
 fences.c                 |    4 
 file.c                   |    8 
 filters/ant.key          |  932 +++++++++--
 filters/c.key            |   94 +
 filters/filters.rc       |    6 
 filters/manfilt.c        |    5 
 filters/mvn.key          |  214 ++
 filters/tcl-filt.l       |   41 
 filters/xml-filt.l       |  187 ++
 filters/yacc.key         |    6 
 filters/yaccfilt.l       |    6 
 finderr.c                |   10 
 history.c                |   22 
 input.c                  |   11 
 isearch.c                |   10 
 itbuff.c                 |    4 
 macros/modes.rc          |    7 
 main.c                   |    6 
 mktbls.c                 |    7 
 ntconio.c                |   39 
 ntwinio.c                |    4 
 oneliner.c               |    6 
 package/convile.nsi      |    8 
 package/debian/changelog |    6 
 package/minvile.nsi      |    8 
 package/vile.spec        |    9 
 package/winvile.iss      |    4 
 package/winvile.nsi      |    6 
 patchlev.h               |    4 
 path.c                   |    4 
 proto.h                  |   11 
 random.c                 |   31 
 regexp.c                 |   68 
 revlist                  |  112 -
 search.c                 |   27 
 tbuff.c                  |    4 
 vile.hlp                 |    4 
 vl_regex.h               |   30 
 w32info.rc               |   12 
 w32pipe.c                |   26 
 x11plain.c               |    4 
 56 files changed, 3666 insertions(+), 2367 deletions(-)
 ------------------------------------------------------------------------------

 20150201 (p)
        > from https://github.com/ricksladkey/vile (Rick Sladkey):
          + check in ntconio.c if running in ConEmu, e.g., ConEmuPID variable
            is set, and if so, allow its bold/italic extensions.
          + modify ntconio.c to honor Unicode keyboard input.
          + amend GetCurrentDirectory() buffer size for Unicode.
        > Tom Dickey:
        + add configure check for stricmp, omitted from recent Cygwin.
        + partial fix for recalling from history this command:
                'a,.s/$/;/
          With the fix, one can edit the previous command, and issue minor
          variations.
        + improve suffix rules for mvn mode by allowing a version number in
          the filename.
        + improve ant, mvn modes to highlight user-defined tags, e.g., within
          "${" and "}".
        + update mvnmode keywords to maven 3.2.5
        + modify vile-xml-filt to color property names according to the new
          "xmlprops" table.
        + update antmode keywords to ant 1.9.4, including a representative set
          of property names.  The updated table also attempts to distinguish
          between tasks and subtasks.
        + add the more useful types/macros from c99 headers to c.key
        + repaint all windows on an "unnamed" buffer if told to reread and
          discard changes (report by Hymie on mailing list).
        + modify logic used in global substitutions to ensure that "^" for
          beginning of the line is matched only once (report by Wayne Cuddy).
        + fix a few build problems with --disable-extensions
        + modify configure macro CF_WITH_APP_DEFAULTS to check OSX-related
          pathnames for MacPorts and Apple's variant.
        + improve configure macro CF_SUBDIR_PATH, changing it to a loop, adding
          /usr/pkg (NetBSD) and /opt/local (Mac OSX)
        + update yacc.key for current byacc keywords.
        + modify yaccfilt.l to handle escaped newlines in quoted strings.
        + build-fix for xvile without multibyte support.
        + add error patterns for bison and byacc.
        + correct workaround in manfilt.c for bullet characters from 9.8g;
          they were lost when using UTF-8 encoding.
        + improve tcl-filt.l handling of single character between curly braces,
          showing that as string-attribute.
        + modify tcl-filt.l to handle square brackets quoted by curly braces
          (report by Wayne Cuddy).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]