vile
[Top][All Lists]
Advanced

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

[vile] vile-9.7d.patch.gz


From: Thomas Dickey
Subject: [vile] vile-9.7d.patch.gz
Date: Sun, 17 Aug 2008 20:55:01 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

 patch by Thomas E. Dickey <address@hidden>
 created  Mon Aug 18 00:50:25 UTC 2008
 ------------------------------------------------------------------------------
 CHANGES            |   29 
 MANIFEST           |    2 
 aclocal.m4         |   56 
 bind.c             |   18 
 cmdtbl             |   12 
 configure          | 3103 +++++++++++++++++++++++++--------------------------
 configure.in       |   31 
 doc/macros.doc     |   20 
 edef.h             |    6 
 estruct.h          |   11 
 eval.c             |    8 
 exec.c             |  215 ++-
 filters/lex-filt.l |   33 
 filters/m4.key     |   41 
 filters/vilefilt.l |    6 
 input.c            |   23 
 line.c             |    4 
 macros/modes.rc    |    6 
 main.c             |  173 +-
 makefile.in        |    4 
 menu.c             |    3 
 modetbl            |    3 
 npopen.c           |   37 
 opers.c            |   90 -
 patchlev.h         |    2 
 proto.h            |   22 
 revlist            |   70 -
 select.c           |    4 
 spawn.c            |   93 -
 statevar.c         |   10 
 tbuff.c            |   23 
 trace.c            |    9 
 undo.c             |   67 +
 vile-9.7.spec      |    9 
 vile.hlp           |   17 
 35 files changed, 2353 insertions(+), 1907 deletions(-)
 ------------------------------------------------------------------------------

 20080817 (d)
        > Tom Dickey:
        + add "show-undo-stack" command.
        + fixes for passing macro parameters which contain a leading quote,
          to avoid reinterpreting that as a string to de-quote (report by Janis
          Rucis).
        + improve vilefilt.l:
          + remain in NORMAL state when an operator is found, since a motion
            should follow.
          + correct SSTRING pattern, which should not allow escaped
            single-quotes.
        + disable autocolor while processing any &function (report by Janis
          Rucis).
        + implement user-definable operators (prompted by discussion with Janis
          Rucis):
          + store-operator command
          + $cmd-motion variable
          Caveat: the "undo" applies to individual commands within the macro,
          rather than to the whole macro.
        + add a null-pointer check to kcod2fnc(), to handle case where parameter
          of &gtmotion is incorrect (report by Janis Rucis).
        + modify leak-checking to include forked processes, e.g., for npopen.
        + add link-test to the configure --with-perl option, in case Perl is
          only partly installed (report by Janis Rucis).
        + add case for dragonfly to CF_XOPEN_SOURCE configure macro.
        + extend vile-lex-filt to handle some of flex's scanner skeleton:
          + treat lines beginning with "%%" as a comment if they contain text.
          + recognize copy-directives "%+", "%-" and "%*".

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