vile
[Top][All Lists]
Advanced

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

[vile] vile-9.7q.patch.gz


From: Thomas Dickey
Subject: [vile] vile-9.7q.patch.gz
Date: Mon, 18 May 2009 20:03:58 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 ftp://invisible-island.net/vile/patches/vile-9.7q.patch.gz
 patch by Thomas E. Dickey <address@hidden>
 created  Mon May 18 23:58:25 UTC 2009
 ------------------------------------------------------------------------------
 CHANGES                   |   24 +++
 MANIFEST                  |    3 
 bind.c                    |  152 +++++++++++++----------
 builtflt.c                |   41 ++++--
 dirstuff.h                |   23 +++
 doc/filters.doc           |    7 -
 estruct.h                 |    5 
 filters/as.key            |    4 
 filters/bas-filt.l        |    4 
 filters/c-filt.c          |    4 
 filters/cpp.key           |    6 
 filters/css-filt.l        |    4 
 filters/cweb.key          |    4 
 filters/docbook.key       |    4 
 filters/esqlfilt.l        |    4 
 filters/filterio.c        |   31 +++-
 filters/filters.c         |  287 ++++++++++++++++++++++++++++++++++++++------
 filters/filters.h         |    6 
 filters/filters.rc        |   71 +++++++++-
 filters/flt_defs.h        |    4 
 filters/hs-filt.l         |    4 
 filters/htmlfilt.l        |   40 +-----
 filters/imake.key         |    6 
 filters/imakeflt.l        |    4 
 filters/iss-filt.l        |    4 
 filters/iss.key           |    4 
 filters/lex-filt.l        |   12 -
 filters/lex.key           |    4 
 filters/manfilt.c         |    5 
 filters/rc-filt.l         |    4 
 filters/spellflt.l        |    8 -
 filters/sql-filt.l        |    4 
 filters/tex.key           |    4 
 filters/xml-filt.l        |  109 ++++++++++++++--
 filters/xml.key           |    3 
 filters/xresfilt.l        |    4 
 filters/yaccfilt.l        |    6 
 line.c                    |   39 +++--
 macros/modes.rc           |   15 +-
 main.c                    |    5 
 modes.c                   |    5 
 modetbl                   |   12 +
 patchlev.h                |    2 
 path.c                    |   23 ---
 random.c                  |   35 ++---
 regexp.c                  |   52 -------
 region.c                  |   73 +++++++----
 revlist                   |  111 ++++++++---------
 trace.c                   |    4 
 vile-9.7.spec             |    9 +
 vile-9.7q/filters/xsl.key |  171 ++++++++++++++++++++++++++
 vile.hlp                  |   16 ++
 vl_ctype.c                |   33 +----
 vl_ctype.h                |   59 ++++++++-
 w32oo.cpp                 |   17 ++
 word.c                    |   83 +++++++++---
 56 files changed, 1203 insertions(+), 474 deletions(-)
 ------------------------------------------------------------------------------

 20090518 (q)
        > Tom Dickey:
        + improve which-source and which-exec commands (prompted by Paul Fox):
          + use the same check for file-ownership as was done in 9.5m, showing
            files which fail this check with "?" rather than "*".
          + add a trace message showing filenames which fail the check.
          + add check-access mode, to make this configurable.
        + add show-filtercolors macro, using the "-Q" option of syntax filters.
        + add "-Q" option to syntax filters, which makes the filter write a
          ".keyword" table to stderr to show the effect of the "-k" option.
        + as part of improvements for xml filter, modify the way keyword tables
          are loaded.  Before, symbols were implicitly loaded into the default
          tablename defined by the filter.  Now, they are loaded into the
          table named by the "k" option to the filter.  Adjusted ".key" files
          to use ".merge" rather than ".include" for the case where they used
          the old behavior.
        + improve xml filter (used for xsl mode) by using the prefixes defined
          by xmlns properties to select different symbol tables.
        + add xsl mode
        + make format-til, lower-til, upper-til and flip-til work for UTF-8
          (anon report on Savannah).
        + correct allocation of temporary filename in spellflt.l for tmpnam(),
          from 9.7f changes.

-- 
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]