[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.7u
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.7u |
Date: |
Mon, 24 Aug 2009 20:54:13 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ftp://invisible-island.net/vile/patches/vile-9.7u.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Tue Aug 25 00:44:51 UTC 2009
------------------------------------------------------------------------------
CHANGES | 40
MANIFEST | 7
aclocal.m4 | 135 +
bind.c | 11
configure | 3674 +++++++++++++++++++++---------------------
configure.in | 7
curses.c | 17
display.c | 9
eval.c | 4
fences.c | 27
file.c | 132 -
filters/awk-filt.l | 63
filters/bat-filt.l | 4
filters/css-filt.l | 4
filters/flt_defs.h | 5
filters/genmake.mak | 5
filters/genmake.sh | 35
filters/ini-filt.l | 4
filters/rubyfilt.c | 4
filters/spellflt.l | 4
filters/xml-filt.l | 4
filters/yaccfilt.l | 6
input.c | 10
macros/modes.rc | 10
oneliner.c | 6
patchlev.h | 2
perl.xs | 10
proto.h | 6
random.c | 4
region.c | 57
revlist | 80
select.c | 78
tcap.c | 13
vile-9.7.spec | 9
vile-9.7u/filters/xq-filt.l | 413 ++++
vile-9.7u/filters/xq.key | 394 ++++
vile-9.7u/install-sh | 294 +++
vile.hlp | 4
vl_ctype.h | 4
word.c | 25
x11.c | 349 +++
41 files changed, 3825 insertions(+), 2144 deletions(-)
------------------------------------------------------------------------------
20090824 (u)
> Mike Mackovitch:
+ use temporary bp variable in calls to writeout() to ensure that the
buffer marked as unchanged will be the same. This works around the
Perl api's use of fake windows, setting curbp to match the current
window, e.g., when redisplaying [Buffer List].
> Tom Dickey:
+ rename install.sh to install-sh, to avoid suffix-rules
+ move definitions for GCC_PRINTFLIKE and GCC_SCANFLIKE into configure
macro.
+ add configure check for HPUX 11 _XOPEN_SOURCE definition.
+ modify configure check for lex states to show the number of states
the lex implementation supports. The html filter currently uses 16.
+ modify genmake.mak to require flex for html syntax filter; some less
capable lex's have a too-low limit on states.
+ improve awk syntax highlighter:
+ highlight inline comments.
+ highlight regular expression used as parameter, e.g., in sub().
+ change $0, etc., to Ident2 class for consistency with other filters.
+ highlight some cases of unbalanced right-parenthesis or
curly-braces.
+ handle XA_COMPOUND_TEXT and XA_UTF8_STRING selection types in xvile.
+ allow ^VUddddd input for Unicode in decimal (base ten).
+ modify logic for complex fences to avoid setting pre_op_dot, which
would result in selecting only the innermost level of complex fences
on a reverse-direction, rather than the outermost level.
+ prevent run_a_hook() from running while an operator command is
running, to lessen the chance of autocolor modifying variables used
in the interactive operations, e.g., "d%" (report by Paul Fox).
+ add xq (XQuery) majormode and syntax filter.
+ restore xterm title string after running subprocess (report by Paul
Van Tilburg).
+ reduce scope of curbp in file.c and region.c, prompted by Perl fix.
+ fix mark/column translation for multibyte characters in a case where
the working column value was decremented past a multibyte character
boundary.
+ build-fix for configure --disable-extensions
+ build-fix for OS/2 EMX; the ksh implementation did not handle the
genmake.sh script.
--
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.7u,
Thomas Dickey <=