vile
[Top][All Lists]
Advanced

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

[vile] vile-9.5l.patch.gz


From: Thomas Dickey
Subject: [vile] vile-9.5l.patch.gz
Date: Tue, 07 Nov 2006 20:52:58 -0500
User-agent: Mutt/1.5.13 (2006-08-11)

 vile 9.5l - patch 2006/11/07 - Thomas Dickey <address@hidden>
 ------------------------------------------------------------------------------
 CHANGES            |   55 +
 MANIFEST           |    2 
 aclocal.m4         |   77 ++
 api.c              |    4 
 basic.c            |   89 +-
 bind.c             |   69 +-
 buffer.c           |  132 ++++
 buglist            |   16 
 chgdfunc.h         |    4 
 cmdtbl             |  277 ++++----
 configure          | 1612 ++++++++++++++++++++++++++++-----------------------
 configure.in       |   10 
 csrch.c            |   10 
 display.c          |   10 
 doc/macros.doc     |   16 
 edef.h             |  192 +++---
 estruct.h          |    3 
 eval.c             |   18 
 exec.c             |  614 ++++++++++++-------
 file.c             |    8 
 filters/filters.h  |    5 
 filters/lua-filt.l |    6 
 filters/tc-filt.l  |   26 
 filters/ti-filt.l  |   18 
 filters/txt-filt.l |   59 +
 globals.c          |    4 
 history.c          |    7 
 insert.c           |   80 +-
 line.c             |   11 
 macros/modes.rc    |    9 
 macros/which.rc    |    5 
 main.c             |  285 ++++-----
 makefile.in        |    9 
 map.c              |    9 
 menu.c             |   17 
 mktbls.c           |   10 
 modes.c            |   38 -
 modetbl            |   14 
 ntwinio.c          |    8 
 opers.c            |   32 -
 patchlev.h         |    2 
 proto.h            |   25 
 random.c           |   46 +
 revlist            |  110 +--
 search.c           |   40 -
 select.c           |    6 
 tags.c             |   18 
 undo.c             |   13 
 version.c          |  124 ++-
 vile-9.5.spec      |    9 
 vile.1             |  138 +++-
 vile.hlp           |   55 +
 window.c           |   11 
 word.c             |   16 
 wordmov.c          |    4 
 55 files changed, 2719 insertions(+), 1768 deletions(-)
 ------------------------------------------------------------------------------

 20061107 (l)
        > Tom Dickey:
        + modify ":describe-bindings" to show whether the command accepts a
          range, and whether it is undoable.
        + add ":goto-percent" function.
        + add (nvi/vim) ex-commands: a!, c!, i!
        + add ":c" as alias for ":change-til" (nvi/vim).
        + change unimplemented ":c" to ":co" (reference O'Reilly vi-book)
        + fix makefile dependency for tags
        + review/update use of "CNT" in describe-bindings
        + revised command-line option parsing to use scripting more effectively:
          + multiple startup files are allowed.
          + most command-line options are translated to their equivalent script
            and executed, rather than saving state for the most recent of each
            option.  This makes the -s, -S, -g, -G options obsolete (but still
            accepted).
          + add "-c" option (the POSIX form of "+").
        + modify configure script to use ncurses5-config, etc., if found when
          handling the --with-screen=ncurses or --with-screen=ncursesw options.
          It also is checked when handling the --with-ncurses option for the
          termcap/terminfo driver.
        + add suffix/name rules for "Jam" files.
        + fix preamble pattern for pymode so it does not match a ":" line
          which should be shmode.
        + implement patterns as line-specifiers in ex-mode.
          (this does not work with history-scrolling yet).
        + remove incorrect check for empty parameter from which-menu from 9.4m
          changes.
        + check xvile menu to ensure that "C" header is given, adding a
          dummy one if not (report by Chris Green).
        + add checks to ensure that neither modelines nor majormodes can alter
          these modes: all, crypt, readonly, viewonly.
        + implement vi-style modeline, limited to setting buffer- and window-
          modes, or majormodes.
        + add "#" as an alias for number-lines-til
        + improve highlighting of comment-lines (denoted by "--") in txtmode.
        + fixes for termcap syntax highlighter (tcmode):
          + allow description field to be empty
          + color the "|" between aliases.
          + improve string- and escape-parsing
        + fixes for terminfo syntax highlighter (timode):
          + allow description field to be empty
          + color the "|" between aliases.
          + allow aliases to contain blanks.

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