[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.7x.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.7x.patch.gz |
Date: |
Sat, 14 Nov 2009 21:26:28 -0500 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ftp://invisible-island.net/vile/patches/vile-9.7x.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Sun Nov 15 02:17:39 UTC 2009
------------------------------------------------------------------------------
CHANGES | 22
MANIFEST | 8
btree.c | 4
charsets.c | 46
curses.c | 14
display.c | 9
eightbit.c | 16
estruct.h | 17
eval.c | 17
file.c | 59
filters/atr2html.c | 35
filters/filters.c | 7
filters/filters.h | 27
filters/manfilt.c | 21
filters/sql-filt.l | 10
filters/sql.key | 6
insert.c | 10
isearch.c | 4
line.c | 27
map.c | 26
modes.c | 4
npopen.c | 4
oneliner.c | 6
patchlev.h | 2
path.c | 14
perl.xs | 4
proto.h | 8
random.c | 8
region.c | 4
revlist | 94
statevar.c | 21
tags.c | 6
tbuff.c | 4
tcap.c | 16
termio.c | 6
trace.c | 13
ucrypt.c | 28
version.c | 10
vile-9.7.spec | 9
vile-9.7x/doc/make-hlp.pl | 127
vile-9.7x/doc/make-hlp.sh | 4
vile-9.7x/doc/make-toc.pl | 12
vile-9.7x/doc/make-toc.sh | 4
vile-9.7x/doc/vile-hlp.html | 8517 +++++++++++++++++++++++++++
vile-9.7x/doc/vile-toc.html | 201
vile.hlp |13100 +++++++++++++++++++++---------------------
window.c | 6
word.c | 10
x11.c | 12
xterm.c | 28
50 files changed, 16115 insertions(+), 6552 deletions(-)
------------------------------------------------------------------------------
20091114 (x)
> Tom Dickey:
+ add a special case in canonpath(), and add SYS_CYGWIN to OPT_UNC_PATH
definition so that UNC-paths are recognized with Cygwin.
+ add doc/vile-toc.html, a table of contents for vile-hlp.html
+ generate vile.hlp from doc/vile-hlp.html
+ correct check for flags on sql keywords from 9.7b, which was using
the class definition rather than the instance.
+ use xterm patch #251 feature for saving/restoring title in termcap
and curses drivers.
+ add doc/vile-hlp.html, which is a marked-up version of vile.hlp
+ change atr2html to not use <pre>, since <font> inside <pre> is
nonstandard.
+ add logic for case in vtlistc() when vtcol is negative because the
screen is shifted-right, but the text is nonprinting or
wide-characters. vtcol was not updated, and the region should be
filled with blanks.
+ minor fixes/improvements to ldel_bytes(), based on reports of an
infinite loop for amd64 platforms (reports by Gary Jennejohn, Joran
Ahlback, Ramil Farkhshatov, Clem Taylor, Joachim Schimpf)
+ strict compiler-warning fixes.
--
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.7x.patch.gz,
Thomas Dickey <=