[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.5p.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.5p.patch.gz |
Date: |
Wed, 25 Apr 2007 17:29:00 -0400 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
vile 9.5p
patch by Thomas E. Dickey <address@hidden>
created Wed Apr 25 21:01:05 UTC 2007
------------------------------------------------------------------------------
CHANGES | 17 +++-
MANIFEST | 4
builtflt.c | 30 +++++++
estruct.h | 4
filters/filters.h | 3
filters/spellflt.l | 177 ++++++++++++++++++++++++++++++++++++-------
filters/txt-filt.l | 7 +
makefile.wnt | 19 ++--
ntwinio.c | 64 ++++-----------
patchlev.h | 2
revlist | 28 +++---
vile-9.5.spec | 9 +-
vile-9.5p/makeargv.c | 90 +++++++++++++++++++++
vile-9.5p/makeargv.h | 13 +++
wvwrap.cpp | 201 +++++++++++++++++++++++++++++++------------------
15 files changed, 488 insertions(+), 180 deletions(-)
------------------------------------------------------------------------------
20070425 (p)
> Tom Dickey:
+ modify spell- and txt-filters to allow users to add words to their
respective ".keywords" files to override the builtin highlighting.
+ correct check of return of ffread() in spellflt.l's workaround for
platforms such as win32 which have no usable popen(). That made
spelling checks require two ^X-i presses.
+ modify spellflt.l to chop words according to Camel-case, so
tokens such as "ChopWords" are treated by the spell checker as
multiple words.
+ fix a limit check in argc/argv[] parsing for winvile (report by
Larry Gensch).
+ modify wvwrap.exe to work with pathnames containing "$", "&" and "'".
+ change OPT_MULTIBYTE definition to depend on OPT_LOCALE.
--
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.5p.patch.gz,
Thomas Dickey <=