vile
[Top][All Lists]
Advanced

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

[vile] vile-9.6d.patch.gz


From: Thomas Dickey
Subject: [vile] vile-9.6d.patch.gz
Date: Thu, 24 Jan 2008 20:55:14 -0500
User-agent: Mutt/1.5.17 (2007-11-01)

 patch by Thomas E. Dickey <address@hidden>
 created  Fri Jan 25 01:52:45 UTC 2008
 ------------------------------------------------------------------------------
 CHANGES              |   20 +++++++++-
 MANIFEST             |    2 -
 api.c                |   16 ++++----
 basic.c              |    8 ++--
 builtflt.c           |    4 +-
 display.c            |    8 ++--
 doc/macros.doc       |   21 +++++-----
 doc/modes.doc        |    6 +--
 estruct.h            |    8 ++--
 eval.c               |    9 +++-
 exec.c               |   10 ++---
 fences.c             |    4 +-
 filters/difffilt.l   |    8 ++--
 filters/fdl-filt.l   |   18 ++++-----
 filters/filterio.c   |    9 ++++
 filters/latexflt.l   |   46 +++++++++++------------
 filters/makefile.wnt |    6 ++-
 filters/perlfilt.l   |   10 ++---
 filters/rpm-filt.l   |   16 ++++----
 filters/sccsfilt.l   |   14 +++----
 filters/texifilt.l   |   22 +++++------
 filters/txt-filt.l   |   36 +++++++++---------
 filters/vilefilt.l   |    4 +-
 finderr.c            |    4 +-
 input.c              |    4 +-
 line.c               |   38 +++++++++----------
 macros/modes.rc      |   11 +++--
 main.c               |    8 ++--
 modes.c              |   26 +++++++++----
 ntconio.c            |    9 ++--
 ntwinio.c            |    4 +-
 opers.c              |   58 ++++++++++++++---------------
 patchlev.h           |    2 -
 path.c               |    4 +-
 perl.xs              |   24 ++++++------
 proto.h              |   14 +++++--
 region.c             |   68 +++++++++++++++++-----------------
 revlist              |   96 ++++++++++++++++++++++++-------------------------
 search.c             |    4 +-
 select.c             |   62 +++++++++++++++----------------
 trace.c              |   12 +++---
 trace.h              |    6 +--
 vile-9.6.spec        |    9 +++-
 vile.hlp             |   19 ++++++++-
 w32cbrd.c            |    6 +--
 w32misc.c            |    6 +--
 word.c               |    4 +-
 x11.c                |    6 +--
 48 files changed, 441 insertions(+), 368 deletions(-)
 ------------------------------------------------------------------------------

 20080124 (d)
        > Tom Dickey:
        + documentation improvements (suggested by Steven Lembark).
        + add ".t" to perlmode, using $mode-pathname, noting that while perl
          uses it, other programs do also (request by Steven Lembark).
        + strip redundant "mode" from majormode names, avoiding the potential
          for creating foomodemode when the script says
                  define-majormode foomode
          (prompted by report by Steven Lembark).
        + make vile's symbol-tables accessible to vilemode in winvile.  This
          required some renaming to avoid symbol conflicts:
          + rename TEXT and PATTERN states in filters to sTEXT and sPATTERN
          + rename RECTANGLE to rgn_RECTANGLE, and the other region-shapes
            to match.
        + add stub for vl_check_cmd() to filterio.c, to work when the some
          filters are external, and the selected built-in or loadable filters
          did not include vilefilt.l (reports by Adam Denton, Steven Lembark).

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