[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.5n.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.5n.patch.gz |
Date: |
Mon, 08 Jan 2007 20:12:27 -0500 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
vile 9.5n
patch by Thomas E. Dickey <address@hidden>
created Tue Jan 9 01:07:29 UTC 2007
------------------------------------------------------------------------------
CHANGES | 19
MANIFEST | 2
aclocal.m4 | 100 +
buffer.c | 29
configure | 3976 +++++++++++++++++++++++++++-----------------------
configure.in | 27
edef.h | 4
eval.c | 3
filters/iss-filt.l | 51
filters/iss.key | 19
filters/m4-filt.c | 32
filters/sh-filt.l | 5
input.c | 18
macros/modes.rc | 7
macros/vileinit.rc | 8
main.c | 48
modes.c | 15
package/winvile.iss | 286 +++
patchlev.h | 6
path.c | 6
proto.h | 7
random.c | 9
revlist | 56
statevar.c | 12
vile-9.5.spec | 9
vile.1 | 6
w32reg.c | 11
window.c | 4
28 files changed, 2811 insertions(+), 1964 deletions(-)
------------------------------------------------------------------------------
20070108 (n)
> Tom Dickey:
+ add a character-class check to find_b_file() to prevent names such
as "<vile.1>" from being canonicalized into "vile.1" on win32 via
FindFirstFile(). This fixes a problem where ^X-n would sometimes
display the wrong buffer.
+ add shifted-cursor-key bindings for winvile, like xterm.
+ amend cursor-tokens mode so that ^X-e in a directory-buffer always
uses the whole line (no regular expressions).
+ fix a null-pointer dereference in the cursor-tokens mode.
+ minor fix to sh-filt.l to handle lines like
: ${BUILD_CC:='${CC}'}
+ improve iss-flt.l to highlight preprocessor lines.
+ improve winvile.iss (Inno Setup):
+ use values in patchlev.h to set the package version information.
+ add context menu and Send To shortcuts
+ install the keyword files
+ add configure --with-valgrind option.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature
- [vile] vile-9.5n.patch.gz,
Thomas Dickey <=