[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.7k
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.7k |
Date: |
Wed, 18 Feb 2009 21:04:16 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
patch by Thomas E. Dickey <address@hidden>
created Thu Feb 19 01:59:43 UTC 2009
------------------------------------------------------------------------------
CHANGES | 21
MANIFEST | 3
aclocal.m4 | 61
buffer.c | 8
charsets.c | 14
config.guess | 32
config.sub | 18
configure | 3519 +++++++++++++++++++++++++------------------------
configure.in | 9
descrip.mms | 9
edef.h | 4
eightbit.c | 6
eval.c | 42
filters/bas-filt.l | 20
input.c | 4
insert.c | 4
macros/modes.rc | 8
main.c | 296 ----
makefile.blc | 7
makefile.djg | 4
makefile.icc | 5
makefile.in | 19
makefile.wnt | 6
modes.c | 13
modetbl | 5
patchlev.h | 2
proto.h | 13
random.c | 4
regexp.c | 794 +++++++++--
revlist | 75 -
search.c | 9
statevar.c | 27
trace.c | 25
vile-9.7.spec | 9
vile-9.7k/vl_ctype.c | 369 +++++
vile.hlp | 7
vl_ctype.h | 24
vl_regex.h | 4
38 files changed, 3231 insertions(+), 2268 deletions(-)
------------------------------------------------------------------------------
20090218 (k)
> Tom Dickey:
+ allow for continuation marker in vbmode comments.
+ add static/shared/enum keywords to vbmode fences.
+ add ".r" files to rexxmode
+ add $term-cols, $term-lines and $term-resizes variables.
+ correct comparison in set-char-class and unset-char-class that
prevented setting "upr" class.
+ modify side-effects of setting global file-encoding to reset the
locale-based character set tables so that "ascii" will display 8-bit
characters in printable form, and setting to "8bit", "utf-8", etc.,
will restore the default character set tables.
+ amend change to insertion from 9.7i, which broke compose sequences
(report by Paul Van Tilburg).
+ add configure check for SIGWINCH, to fix resizing on OS X (report by
Daniel L Ashbrook)
+ implement on-the-fly character classes for regular expressions in
UTF-8 buffers.
+ add configure check for -Wno-unknown-pragmas, to help older versions
of gcc not warn about the pragmas in perl.xs
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- [vile] vile-9.7k,
Thomas Dickey <=