[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.7y.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.7y.patch.gz |
Date: |
Mon, 28 Dec 2009 21:37:02 -0500 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
ftp://invisible-island.net/vile/patches/vile-9.7y.patch.gz
patch by Thomas E. Dickey <address@hidden>
created Tue Dec 29 02:28:46 UTC 2009
------------------------------------------------------------------------------
CHANGES | 35
MANIFEST | 13
aclocal.m4 | 5
ansi.c | 5
basic.c | 12
bind.c | 4
borland.c | 14
buffer.c | 14
builtflt.c | 107 +
configure | 3313 +++++++++++++++++++++---------------------
curses.c | 56
display.c | 187 +-
doc/Vileserv.doc | 50
doc/config.doc | 776 ++++-----
doc/dir.doc | 97 -
doc/filters.doc | 564 +++----
doc/macros.doc | 3020 ++++++++++++++++++++------------------
doc/make-hlp.pl | 62
doc/make-toc.pl | 40
doc/make-toc.sh | 4
doc/menus.doc | 259 +--
doc/modes.doc | 708 ++++----
doc/oleauto.doc | 361 ++--
doc/perl.doc | 92 -
doc/vile-hlp.html | 1723 +++++++++++----------
doc/vile-toc.html | 556 ++++---
doc/visvile.doc | 708 ++++----
dumbterm.c | 31
edef.h | 6
eightbit.c | 12
estruct.h | 39
eval.c | 5
exec.c | 19
fences.c | 6
file.c | 147 +
filters/bat-filt.l | 8
filters/c-filt.c | 20
filters/fdl-filt.l | 4
filters/filters.c | 12
filters/filters.h | 10
filters/htmlfilt.l | 8
filters/m4-filt.c | 36
filters/php-filt.l | 4
filters/pl-filt.c | 42
filters/rc-filt.l | 4
filters/rcs-filt.l | 14
filters/rpm-filt.l | 4
filters/rubyfilt.c | 21
filters/scm-filt.l | 24
filters/sh-filt.l | 279 ++-
filters/tagsfilt.c | 4
filters/vilefilt.l | 4
filters/vl-filt.l | 4
filters/xml-filt.l | 10
filters/xs-filt.l | 6
line.c | 44
macros/modes.rc | 4
macros/uxvile.desktop | 4
macros/xvile.desktop | 4
main.c | 202 +-
makefile.blc | 4
makefile.djg | 4
makefile.icc | 5
makefile.in | 12
makefile.wnt | 3
mktbls.c | 16
modes.c | 4
modetbl | 4
ntconio.c | 113 -
ntwinio.c | 126 -
nullterm.c | 50
os2vio.c | 5
package/winvile.iss | 48
patchlev.h | 2
proto.h | 9
region.c | 7
revlist | 195 +-
select.c | 5
spawn.c | 112 -
statevar.c | 11
tcap.c | 19
trace.c | 41
trace.h | 23
version.c | 7
vile-9.7.spec | 9
vile-9.7y/doc/Vileserv.html | 33
vile-9.7y/doc/config.html | 475 ++++++
vile-9.7y/doc/dir.html | 72
vile-9.7y/doc/filters.html | 324 ++++
vile-9.7y/doc/fixme | 1
vile-9.7y/doc/macros.html | 1691 +++++++++++++++++++++
vile-9.7y/doc/makefile | 54
vile-9.7y/doc/menus.html | 142 +
vile-9.7y/doc/modes.html | 378 ++++
vile-9.7y/doc/oleauto.html | 276 +++
vile-9.7y/doc/perl.html | 58
vile-9.7y/doc/visvile.html | 447 +++++
vile-9.7y/revlist.bak | 450 +++++
vile.1 | 16
vile.hlp | 524 +++---
vl_ctype.c | 27
vmsvt.c | 5
window.c | 36
x11.c | 22
xtermkeys.h | 237 ++-
105 files changed, 12852 insertions(+), 7076 deletions(-)
------------------------------------------------------------------------------
20091228 (y)
> Brendan O'Dea:
+ modify ".desktop" files to use freedesktop category names as in
http://standards.freedesktop.org/menu-spec/1.0/apa.html
+ briefly describe uxvile in the manpage.
+ modify configure check for lex/flex to ensure it does not use ":",
if the program is not found since that would cause an unexpected
build-failure.
> Tom Dickey:
+ change Inno Setup script to install html files rather than doc files
for documentation; added a shortcut to the table of contents.
+ convert all ".doc" files to html, generate ".doc" from those files.
+ improve xterm-fkeys implementation:
+ check for existence of shifted cursor- and editing-keys when the
unshifted keys do not use CSI format.
+ recognize either form of CSI
+ modify xresmode to include shell-output from appres, e.g.,
^X!appres XTerm
+ improve vile-sh-filt for these cases:
+ "${number}"
+ "$(commands)"
+ "$((expression))"
+ "${name#value}", etc.
+ make $font always available, but readonly for non-GUI configurations.
+ use -F option to highlight the code-examples in vile's help-file.
+ add -F command-line option, to only run the syntax filters for the
given files, writing the attributed text to the standard output.
+ modify vl_ctype_init() to save/restore LC_CTYPE setting, in case
some library, such as vile's perl binding, has reset the locale based
on environment settings, etc.
+ add built sources/headers to makefile tags-rule.
+ improve configuration/initialization of curses-driver to ensure that
no attempt is made to display UTF-8 using 8-bit curses (report by
Chris Green).
--
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.7y.patch.gz,
Thomas Dickey <=