[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.7zb
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.7zb |
Date: |
Thu, 11 Feb 2010 05:38:09 -0500 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ftp://invisible-island.net/vile/patches/vile-9.7zb.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Thu Feb 11 10:31:11 UTC 2010
------------------------------------------------------------------------------
CHANGES | 38 +++
MANIFEST | 3
basic.c | 10
cmdtbl | 4
curses.c | 140 ++++++++-----
display.c | 557 +++++++++++++++++++++++++++++++++-------------------
doc/macros.doc | 22 +-
doc/macros.html | 22 +-
doc/vile-hlp.html | 24 +-
doc/vile-toc.html | 4
edef.h | 5
eightbit.c | 195 ++++++++++++------
estruct.h | 9
eval.c | 162 +++++++++++----
fences.c | 8
file.c | 89 +++++---
input.c | 61 +++--
insert.c | 8
line.c | 14 +
main.c | 139 +++++++++---
makefile.in | 4
mktbls.c | 10
modes.c | 3
modetbl | 17 +
patchlev.h | 2
proto.h | 31 ++
random.c | 6
regexp.c | 58 ++++-
region.c | 6
revlist | 86 ++++----
select.c | 10
statevar.c | 43 +++-
vile-9.7.spec | 9
vile.hlp | 20 +
vl_ctype.c | 123 +++++++++--
vl_ctype.h | 33 +--
w32cbrd.c | 8
w32cmd.c | 71 +++---
w32misc.c | 15 -
w32vile.h | 3
word.c | 31 +-
wordmov.c | 23 +-
xterm.c | 54 ++++-
43 files changed, 1524 insertions(+), 656 deletions(-)
------------------------------------------------------------------------------
20100211 (zb)
> Tom Dickey:
+ modify curses driver to support color-schemes.
+ modify vl_ctype2tbuff() to handle wide-characters.
+ add $title-encoding, to control whether vile 8-bit or UTF-8 encoding
when setting xterm title.
+ improve special_formatter(), used in modeline formatting, to display
UTF-8 filenames.
+ make ifdef'ing of gettimeofday() in random.c consistent with estruct.h
(report by Chris Green).
+ in UTF-8 locales, limit buffer names to ASCII, to simplify name
management in wide/narrow encodings.
+ modify regexp.c to handle wide-characters for \< and \> markers.
+ change makefile.in to use "install-bin" rule rather than
"install-vile"
or "install-xvile", according to the target, since that interferes
with building both versions before installing (report by Radek
Liboska).
+ extend :show-printable to show detail for the character in the
current buffer if showchar mode is set.
+ modify lins_chars() so that pasting UTF-8 text into a non-UTF-8
buffer automatically converts it into the non-UTF-8 locale. This is
not the same as other methods such as yank/put, which copy bytes.
+ remove iconv() logic in vl_mb_getch() which does not work for
non-UTF-8/non-ISO-8859-1 encodings (report by Radek Liboska).
+ correct return-value for vl_mb_is_8bit(), to correctly display
non-UTF-8/non-ISO-8859-1 codes (report by Radek Liboska).
+ modify :show-printable to show results from system locale settings
if a parameter is given.
+ minor formatting fix to output of :show-printable to show the "sh"
on the end of each row.
+ modify vtputc() to correctly display non-UTF-8/non-ISO-8859-1 codes
when running in a UTF-8 locale (prompted by report by Radek Liboska).
+ add $latin1-expr variable, which can be used to specify whether a
derived narrow locale really has Latin1 (ISO-8859-1) encoding. This
is used to provide a default encoding for the case where the user's
locale uses UTF-8 encoding, and the system has no corresponding
narrow locale installed (report by Chris Green).
--
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.7zb,
Thomas Dickey <=