vile
[Top][All Lists]
Advanced

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

[vile] vile-9.5m.patch.gz


From: Thomas Dickey
Subject: [vile] vile-9.5m.patch.gz
Date: Wed, 13 Dec 2006 20:13:39 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

 vile 9.5m - patch 2006/12/13 - Thomas Dickey <address@hidden>
 ------------------------------------------------------------------------------
 CHANGES            |   39 +
 MANIFEST           |    2 
 aclocal.m4         |   37 -
 bind.c             |   93 +-
 buffer.c           |   36 -
 chgdfunc.h         |    6 
 cmdtbl             |   10 
 configure          | 1740 +++++++++++++++++++++++++--------------------------
 display.c          |   26 
 doc/macros.doc     |   21 
 doc/ncu-indent     |   36 -
 edef.h             |   19 
 estruct.h          |   70 +-
 eval.c             |   36 -
 exec.c             |    4 
 filec.c            |    6 
 filters/xres.key   |   76 ++
 filters/xresfilt.l |    3 
 input.c            |  203 +++++
 insert.c           |    4 
 line.c             |  128 ++-
 macros/manpage.rc  |   64 +
 macros/modes.rc    |   49 +
 macros/vileinit.rc |    6 
 main.c             |  102 ++
 makefile.in        |    4 
 map.c              |   11 
 modes.c            |  135 +++
 modetbl            |   25 
 msgs.c             |   20 
 patchlev.h         |    2 
 path.c             |    4 
 proto.h            |  122 +--
 regexp.c           | 1174 +++++++++++++---------------------
 revlist            |   86 +-
 search.c           |    4 
 statevar.c         |   80 +-
 tags.c             |    4 
 trace.c            |    6 
 undo.c             |   27 
 vile-9.5.spec      |   11 
 vile.hlp           |  116 ++-
 vl_ctype.h         |   24 
 43 files changed, 2609 insertions(+), 2062 deletions(-)
 ------------------------------------------------------------------------------

 20061212 (m)
        > Tom Dickey:
        + add showvariables mode, for testing expressions used in [Variables].
        + correct comparisons used for handling bounds in regular expressions,
          e.g., the "2" in "\(this\|[l-m]\)\{2\}".
        + change behavior of regular expression OR'd alternatives - only the
          first match was used rather than the longest one.
        + fix configure script macros which omitted X_EXTRA_LIBS in one case,
          and repeated libs in another.
        + fill in complete list of event names for xres.key from Xt/TMParse.c
        + make ShowFormatted macro more configurable by allowing environment
          variables $VILE_NROFF_FILT and $VILE_TABLE_FILT to override the
          choice of programs therein.
        + disallow source'ing from the current directory if the source'd file
          might be writable by other users.
        + improve fences in vbs- and vbmode.
        + fix xresfilt.l; X resource files do not have embedded comments.
        + minor improvements/fixes to &default, to allow it to assume that
          '$' is implied for modes.
        + modify locale initialization to work with koi8rxterm.
        + add character classes [:ident:], [:octal:] and [:path:], and change
          the association of \w and \W to [:ident:], making [:alnum:] no longer
          include "_".
        + add cursor-tokens mode to control whether vile uses regular
          expressions, character classes or a combination to obtain tokens
          from the screen.
        + add $buf-fname-expr to show the combined bufname-expr, pathname-expr
          used to interpret ^X-e.
        + add bufname-expr, identifier-expr and pathname-expr buffer modes to
          provide regular expression parsing of $bufname, $identifier and
          $pathname in the show-variables command as well as for the related
          expansion of tokens from the cursor position.  If the expressions are
          empty, the code falls through to use the corresponding older
          character-class parsing.  Default values are provided for each *-expr
          mode.
        + fix a case where set-window might remove the only window before
          attempting to put a file in it.
        + quote "$HOME" in CF_SUBDIR_PATH, for cygwin users.

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