[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.5o.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.5o.patch.gz |
Date: |
Mon, 15 Jan 2007 20:46:46 -0500 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
vile 9.5o
patch by Thomas E. Dickey <address@hidden>
created Tue Jan 16 01:43:11 UTC 2007
------------------------------------------------------------------------------
CHANGES | 13 +
MANIFEST | 3
buffer.c | 3
chgdfunc.h | 11 +
configure | 376 ++++++++++++++++++++++++-------------------------
configure.in | 6
estruct.h | 64 +++++---
exec.c | 6
file.c | 12 +
macros/modes.rc | 4
main.c | 8 -
makefile.wnt | 6
mktbls.c | 18 +-
modes.c | 10 -
modetbl | 22 ++
package/winvile.iss | 13 -
patchlev.h | 2
proto.h | 10 +
revlist | 43 ++---
vile-9.5.spec | 9 -
vile-9.5o/charsets.c | 218 ++++++++++++++++++++++++++++
vile.hlp | 8 -
22 files changed, 597 insertions(+), 268 deletions(-)
------------------------------------------------------------------------------
20070115 (o)
> Tom Dickey:
+ change Inno Setup script to not put version numbers on the SendTo
and context-menu entries.
+ start adding support for UTF-8 (modes "byteorder-mark" and
"file-encoding"). The byteorder-mark is workable, but the
file-encoding is a stub. This works to strip the BOM from files
as they are loaded, making syntax highlighting work for XML files.
+ correct two places in exec.c which used skip_blanks() rather than
skip_space_tab() from 9.5l changes. This caused the command
parser to treat ^K as a blank, breaking digraph.rc which uses
that character (report by Gary Jennejohn).
--
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.5o.patch.gz,
Thomas Dickey <=