[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.7b.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.7b.patch.gz |
Date: |
Mon, 14 Jul 2008 19:36:59 -0400 |
User-agent: |
Mutt/1.5.17+20080114 (2008-01-14) |
patch by Thomas E. Dickey <address@hidden>
created Mon Jul 14 23:31:27 UTC 2008
------------------------------------------------------------------------------
CHANGES | 26
MANIFEST | 8
borland.c | 93 +
buglist | 12
cmdtbl | 39
configure | 2486 +++++++++++++++++-----------------
configure.in | 58
dirstuff.h | 4
display.c | 26
doc/filters.doc | 12
eightbit.c | 11
filters/bas-filt.l | 4
filters/conffilt.l | 10
filters/docbook.key | 74 -
filters/filters.c | 118 +
filters/filters.h | 5
filters/filters.rc | 14
filters/genmake.mak | 3
filters/key-filt.c | 316 +++-
filters/makefile.djg | 29
filters/sh-filt.l | 18
filters/sql-filt.l | 15
filters/sql.key | 13
filters/vb.key | 922 +++---------
filters/xml.key | 18
macros/modes.rc | 70
main.c | 6
makefile.djg | 93 -
makefile.in | 13
patchlev.h | 2
path.c | 4
revlist | 74 -
version.c | 8
vile-9.7.spec | 9
vile-9.7b/filters/.mailcap.keywords | 15
vile-9.7b/filters/mailcap.key | 15
vile-9.7b/filters/mc-filt.l | 144 +
vile-9.7b/filters/vb6.key | 795 ++++++++++
vile-9.7b/filters/vbs.key | 213 ++
vile.hlp | 3
40 files changed, 3614 insertions(+), 2184 deletions(-)
------------------------------------------------------------------------------
20080714 (b)
> Mark Robinson
+ modify configure script, etc., to build "minvile" and "convile"
flavors using MinGW.
> Tom Dickey:
+ add dtd majormode.
+ move most of the ".XXXrc" files to confmode, except ".XXXshrc".
+ minor fix for vile-sh-filt to allow filenames with embedded "-"'s.
+ tabulate in borland.c the shift/control/alt flavors of cursor- and
function-keys, defining function keys up to 48 to reflect this.
+ modify makefile.djg to make it simpler to build locale configuration.
+ fill in some DTD-related keywords in xml.key
+ add a brief mode format "%M" for modeline-format
+ improve basic syntax filter by accepting a "." at the beginning of
identifiers to distinguish methods and properties from other names.
+ split-out vb6 majormode from vbmode, leaving the latter for .Net
+ modify vile-conf-filt to disallow quoted strings to extend to
multiple lines without escaping the newline.
+ add mailcap mode.
+ add "-c" option to vile-key-filt, which tells it to display tokens
in their final color rather than based on syntax.
+ extend syntax keyword parsing to allow flags to be set for each
keyword, e.g., to mark keywords that are used to delimit comments.
Use this in vile-sql-filt to treat "prompt" and similar keywords
specially.
--
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.7b.patch.gz,
Thomas Dickey <=