[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.8k.tgz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.8k.tgz |
Date: |
Sun, 07 Jul 2013 20:43:24 -0400 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ftp://invisible-island.net/vile/patches/vile-9.8k.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Mon Jul 8 00:37:55 UTC 2013
------------------------------------------------------------------------------
AUTHORS | 6
CHANGES | 26
MANIFEST | 6
aclocal.m4 | 21
api.c | 6
configure | 4119 +++----
display.c | 9
doc/Vileserv.doc | 4
doc/Vileserv.html | 82
doc/config.doc | 12
doc/config.html | 1935 ++-
doc/dir.doc | 5
doc/dir.html | 201
doc/filters.doc | 8
doc/filters.html | 1219 +-
doc/macros.doc | 6
doc/macros.html | 4765 +++++----
doc/make-hlp.pl | 76
doc/menus.doc | 4
doc/menus.html | 488
doc/modes.doc | 11
doc/modes.html | 996 +
doc/oleauto.doc | 6
doc/oleauto.html | 756 -
doc/perl.doc | 4
doc/perl.html | 137
doc/vile-hlp.html |21646 ++++++++++++++++++++++++-----------------
doc/vile-man.html | 2
doc/vile-toc.html | 10
doc/visvile.doc | 8
doc/visvile.html | 972 +
eval.c | 15
filters/filters.rc | 7
filters/genmake.mak | 4
filters/manfilt.c | 6
filters/rubyfilt.c | 10
insert.c | 15
macros/modes.rc | 19
main.c | 6
makefile.in | 9
modetbl | 3
package/debian/changelog | 6
package/vile.spec | 9
patchlev.h | 2
perl.xs | 11
revlist | 98
vile-9.8k/filters/json.key | 4
vile-9.8k/filters/jsonfilt.l | 157
vile-9.8k/filters/ps1-filt.l | 129
vile-9.8k/filters/ps1.key | 143
vile.hlp | 1263 +-
51 files changed, 23742 insertions(+), 15720 deletions(-)
------------------------------------------------------------------------------
20130707 (k)
> Brendan O'Dea:
+ correct a couple of places in api.c which used characters rather
than bytes, which made
:%perldo s/^/X/
do the wrong thing for UTF-8 encoding.
+ change perl.xs to use bullets in a few cases to work with newer
Perl's POD parser. Also add a "back" tag (Debian #708027).
+ improve configure script for perl by locating xsubpp by the same
process as the module is loaded, e.g., using @INC (prompted by
discussion of Gentoo #380741).
> Tom Dickey:
+ add "®ex-escape" function to allow a literal string to be assigned
to "$search" without confusion (discussion with Wayne Cuddy).
+ add ".tmac" suffix to nrmode
+ modify ins_anytime() to request a screen update on completion so that
temporary changes to the screen such as empty lines for the "o"
command will be undone if needed (Savannah #37988).
+ add powershell mode
+ convert non-generated html documentation to HTML4-strict; change
font-coloring to use css.
+ amend change for Savannah #37806 to exclude buffers where the file
encoding is 8bit, fixing a mispositioning of the cursor, e.g., for
ISO-8859-2 encoding (report by Radek Liboska).
+ add json mode
--
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.8k.tgz,
Thomas Dickey <=