[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.8e.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.8e.patch.gz |
Date: |
Mon, 11 Apr 2011 06:02:02 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
ftp://invisible-island.net/vile/patches/vile-9.8e.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Mon Apr 11 09:42:01 UTC 2011
------------------------------------------------------------------------------
CHANGES | 26 ++++++
MANIFEST | 2
basic.c | 4
bind.c | 158 ++++++++++++++++++++++---------------
buffer.c | 8 -
cmdtbl | 7 +
doc/vile-hlp.html | 30 +++++--
doc/vile-toc.html | 4
edef.h | 3
eightbit.c | 29 +++++-
estruct.h | 7 -
exec.c | 10 +-
externs.c | 5 -
fences.c | 6 +
file.c | 8 +
fileio.c | 8 +
filters/ada-filt.l | 9 +-
filters/ada.key | 88 ++++++++++++++++++++-
filters/ecrypt.c | 6 +
filters/filterio.c | 6 +
filters/makefile.2nd | 5 -
globals.c | 4
input.c | 107 +++++++++++++++++++------
line.c | 4
main.c | 20 ++--
makefile.in | 6 -
mktbls.c | 99 +++++++++++++++--------
modes.c | 4
modetbl | 4
package/debian/changelog | 6 +
package/vile.spec | 9 +-
patchlev.h | 2
perl.xs | 4
proto.h | 22 +++--
revlist | 188 ++++++++++++++++++++++-----------------------
tags.c | 4
vile.hlp | 87 +++++++++++---------
vl_ctype.c | 8 -
vl_ctype.h | 4
39 files changed, 675 insertions(+), 336 deletions(-)
------------------------------------------------------------------------------
20110411 (e)
> Tom Dickey:
+ improve ada syntax highlighter by parsing attributes, adding a list
of the predefined attributes to its keyword file.
+ fix character-type initialization to allow built-in locales in 9.7d
to work (report by Ramil Farkhshatov).
+ amend a change from 9.7zd which lost the repeat-count for single-byte
characters in "r" and other uses of lins_chars() (report by Hymie on
mailing list).
+ build-fixes for --disable-extensions
+ add tables, modify functions, to support name-completion for the
":g" global commands. Previously, name-completion used the entire
table, which is about 7 times longer.
+ add "describe-globals" command.
+ add the "pp" operator to documentation of :g in help-file (report by
Wayne on mailing list)
+ change backup-style from universal to buffer-mode (request by Wayne
on mailing list).
+ add a check in bytes_at0() to ensure that the offset is positive.
+ modify logic used when cursor-tokens is set, to extract the token
from the screen. It was only searching for the first token which
began on or after the current position. Now it searches for tokens
which may begin before the current position (report by Ian Watson).
+ build-fix for xvile with cygwin, broken in 9.8a changes to
consolidate w32vile.h includes.
--
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.8e.patch.gz,
Thomas Dickey <=