[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.7e.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.7e.patch.gz |
Date: |
Sun, 28 Sep 2008 20:22:20 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
patch by Thomas E. Dickey <address@hidden>
created Mon Sep 29 00:18:01 UTC 2008
------------------------------------------------------------------------------
CHANGES | 15
MANIFEST | 6
aclocal.m4 | 38
buffer.c | 9
configure | 2587 +++++++++++++++++++++---------------------
configure.in | 5
doc/filters.doc | 8
file.c | 9
filters/c-filt.c | 8
filters/filters.rc | 12
filters/genmake.mak | 3
macros/modes.rc | 19
main.c | 13
patchlev.h | 2
perl.xs | 16
proto.h | 3
revlist | 45
spawn.c | 6
trace.c | 17
trace.h | 4
vile-9.7.spec | 9
vile-9.7e/filters/hs-filt.l | 124 ++
vile-9.7e/filters/hs.key | 85 +
vile-9.7e/filters/objc.key | 50
24 files changed, 1798 insertions(+), 1295 deletions(-)
------------------------------------------------------------------------------
20080928 (e)
> Tom Dickey:
+ add checks to two places where a empty buffer would be reused when
loading a new buffer, to disallow that if the first buffer was one
specified on the command-line. This case is addressed:
mkdir foo bar
vile foo/file bar/file
as well as toggling the current/alternate buffers with "_" (report
by Decklin Foster).
+ add Haskell (haskell) mode.
+ add objective-c (objc) mode.
+ use PERL_SYS_INIT3() and PERL_SYS_TERM() in perl.xs (Debian #495068).
+ fixes to resume UTF-8 after suspend (^Z) or subshell (report by Janis
Rucis).
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- [vile] vile-9.7e.patch.gz,
Thomas Dickey <=