vile
[Top][All Lists]
Advanced

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

[vile] vile-9.7h.patch.gz


From: Thomas Dickey
Subject: [vile] vile-9.7h.patch.gz
Date: Mon, 10 Nov 2008 20:13:12 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

 patch by Thomas E. Dickey <address@hidden>
 created  Tue Nov 11 01:08:52 UTC 2008
 ------------------------------------------------------------------------------
 CHANGES              |   27 ++
 MANIFEST             |    2 
 borland.c            |   67 ++++
 builtflt.c           |   10 
 chgdfunc.h           |    3 
 configure            |  659 ++++++++++++++++++++++++-------------------------
 configure.in         |    5 
 estruct.h            |   24 +
 file.c               |    9 
 filters/htmlfilt.l   |    4 
 filters/makefile.djg |    4 
 filters/sql-filt.l   |   33 +-
 macros/which.rc      |    5 
 main.c               |   48 ++-
 makefile.djg         |   34 ++
 modes.c              |   21 +
 modetbl              |   12 
 patchlev.h           |    2 
 perl/CaptHook.pm     |  244 +++++++++++++++---
 proto.h              |    6 
 random.c             |  191 ++++++++++++--
 revlist              |   56 ++--
 select.c             |   10 
 trace.c              |   46 ---
 version.c            |   11 
 vile-9.7.spec        |    9 
 vile.hlp             |   21 +
 w32oo.cpp            |    6 
 28 files changed, 1024 insertions(+), 545 deletions(-)
 ------------------------------------------------------------------------------

 20081110 (h)
        > J Chris Coppic:
        + updated CaptHook.pm
        > Mark Robinson
        + fix compiler-name for MinGW in version.c
        + build-fix for MinGW
        > Tom Dickey:
        + add "auto" value for recordseparator mode, which tells vile that if
          all of the line-endings are CR/LF to use "crlf", and if all are
          LF, to use "lf".  This overrides the dos mode which provides a
          platform bias of the recordseparator mode.
        + add a few overlooked mode initializations in init_mode_value().
        + add percent-autocolor mode, which can be used to override the
          autocolor mode for very large files.
        + modify makefile.djg and borland.c to allow building
          syntax-highlighting version for DJGPP, using builtin-filters.
        + modify $startup-path for DOS/Windows where VILE_STARTUP_PATH is not
          #define'd to add $exec-path to allow vile to find startup scripts in
          the same directory as the executable (request by Rugxulo).
        + fixes for which.rc in case vile is running in view or readonly mode.
        + modify check for language value in html filter to accept anything
          beginning "javascript", e.g., "javascript1.1".
        + modify sql filter to highlight hexadecimal constants, which may be
          used in T-SQL.
        + correct parsing of C-style comments in sql filter, which did not
          handle trailing blanks after the "*/" marker.

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