[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.7s.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.7s.patch.gz |
Date: |
Fri, 05 Jun 2009 21:01:25 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ftp://invisible-island.net/vile/patches/vile-9.7s.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sat Jun 6 00:57:39 UTC 2009
------------------------------------------------------------------------------
CHANGES | 33 ++++++++++++++
MANIFEST | 2
bind.c | 42 +++++++++++++++---
buglist | 9 +++-
builtflt.c | 78 +++++++++++++++++++++--------------
cmdtbl | 9 +++-
filters/css-filt.l | 28 +++++++++---
filters/filterio.c | 40 +++++++++++++-----
filters/filters.c | 87 ++++++++++++++++++++++-----------------
filters/filters.h | 3 -
filters/filters.rc | 4 -
filters/flt_defs.h | 3 -
filters/genmake.sh | 4 -
filters/htmlfilt.l | 13 +++--
filters/scm-filt.l | 12 ++---
filters/vile.key | 4 -
modes.c | 113 +++++++++++++++++++++++++++++++++++++--------------
patchlev.h | 2
path.c | 14 ++----
proto.h | 3 -
random.c | 4 -
regexp.c | 48 ++++++++++-----------
region.c | 18 ++++----
revlist | 58 +++++++++++++-------------
spawn.c | 34 ++++++++-------
trace.c | 12 ++---
vile-9.7.spec | 9 +++-
vl_ctype.h | 7 ++-
xtermkeys.h | 10 ++--
29 files changed, 453 insertions(+), 250 deletions(-)
------------------------------------------------------------------------------
20090605 (s)
> Tom Dickey:
+ improve css syntax filter (and matching filter embedded in html
syntax filter):
+ recognize comma for state transitions
+ color non-keyword identifiers with Ident class.
+ fixes for building filters with lex (not flex).
+ check for majormodes which have a "before" property referring to each
other, and exit from resulting infinite loop.
+ revert a performance fix from 9.7o in regexp.c to search-limits,
which broke the report of "Only one occurrence of pattern".
+ fixes to make -v option for internal/external filters work from the
beginning of loading keyword files.
+ add show-local-modes, as an easier-to-remember variation for the
count+show-modes flavor implemented in 970619 7.1f
+ modify listmodes() to save its last parameters, so callers such as
for the animated feature can redisplay local-mode displays.
+ modify filter keyword-processing to save/restore the default settings
for table- and attribute-values so that merging one keyword file into
another will not override the parent file's settings.
+ suppress "Press return to continue" when running a shell command
which is modified by "~hidden" or "~quiet".
+ improve checks for insecure file permissions (adapted from Steven
Lembark):
+ modify check for insecure file permissions to exclude absolute
paths which are given by the user in scripts.
+ write details on the reason why permissions failed to [Trace].
+ only check ownership of files in current or home directory.
+ change default color for Ident2 class to C3. It was C6, which was
the same as Number.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [vile] vile-9.7s.patch.gz,
Thomas Dickey <=