[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.6k.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.6k.patch.gz |
Date: |
Thu, 10 Apr 2008 20:52:47 -0400 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
patch by Thomas E. Dickey <address@hidden>
created Fri Apr 11 00:46:04 UTC 2008
------------------------------------------------------------------------------
CHANGES | 30 +
MANIFEST | 4
basic.c | 9
buglist | 13
charsets.c | 5
curses.c | 6
display.c | 5
doc/config.doc | 29 +
edef.h | 7
eightbit.c | 892 ++++++++++++++++++++++++++++++++++++++++++++------
eval.c | 11
filters/genmake.mak | 4
insert.c | 2
line.c | 6
main.c | 202 +++++++----
modetbl | 2
patchlev.h | 2
proto.h | 23 +
revlist | 58 +--
trace.c | 41 ++
trace.h | 3
version.c | 3
vile-9.6.spec | 9
vl_ctype.h | 16
w32cbrd.c | 24 -
wcwidth.c | 6
window.c | 6
x11.c | 25 +
28 files changed, 1173 insertions(+), 270 deletions(-)
------------------------------------------------------------------------------
20080410 (k)
> Tom Dickey:
+ remove obsolete lex-filters for perl and ruby (only the C versions
have been supported).
+ update list of filters in doc/config.doc
+ improve locale initialization, checking if there is no installed
narrow locale corresponding to the given (wide) locale. In that
case, default to either ISO-8859-1 or ASCII, depending on whether
there was actually a wide locale whose encoding is UTF-8 or
ISO-8859-1, or neither (report by Paul Van Tilburg).
+ force the [Printable Chars] buffer to use file-encoding=8bit,
makes it display consistently legal codes in the second column.
+ modify xvile to use imdying() to handle runtime X errors, which
will attempt to save buffers (prompted by discussion with Steven
Lembark).
+ flush the standard output before writing version message using the
standard error, in case there was some output pending (report by
Chris Green).
+ improve bytes_before() behavior on illegal bytes; it was returning
the length of all illegal bytes adjacent to the current position
rather than just one.
+ modify vl_conv_to_utf32() to use consistent error-return code when
continuation byte of UTF-8 fails check. This is needed in some
cases to make ISO-8859-1 data display consistently in UTF-8 buffer
as "\?xx".
+ fix display of ISO-8859-1 encoded file when file-encoding is set
to utf-8 (report by Chris Green).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- [vile] vile-9.6k.patch.gz,
Thomas Dickey <=
- Re: [vile] vile-9.6k.patch.gz, Paul van Tilburg, 2008/04/12
- Re: [vile] vile-9.6k.patch.gz, Thomas Dickey, 2008/04/12
- Re: [vile] vile-9.6k.patch.gz, Paul van Tilburg, 2008/04/14
- Re: [vile] vile-9.6k.patch.gz, Chris G, 2008/04/14
- Re: [vile] vile-9.6k.patch.gz, Thomas Dickey, 2008/04/14
- Re: [vile] vile-9.6k.patch.gz, Thomas Dickey, 2008/04/16
- Re: [vile] vile-9.6k.patch.gz, Paul van Tilburg, 2008/04/17
- Re: [vile] vile-9.6k.patch.gz, Thomas Dickey, 2008/04/17