[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] vile-9.7c.patch.gz
From: |
Thomas Dickey |
Subject: |
[vile] vile-9.7c.patch.gz |
Date: |
Sun, 27 Jul 2008 19:48:22 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
patch by Thomas E. Dickey <address@hidden>
created Sun Jul 27 23:44:37 UTC 2008
------------------------------------------------------------------------------
CHANGES | 20 ++++++++++
MANIFEST | 2 -
bind.c | 35 +++++++++++++++++-
buffer.c | 4 +-
cmdtbl | 11 +++++
doc/macros.doc | 7 ++-
eval.c | 57 +++++++++++++++++------------
filters/bas-filt.l | 26 +++++++++----
filters/vb.key | 34 ++++++++++++-----
filters/vb6.key | 10 ++++-
insert.c | 97 +++++++++++++++++++++++++++++++++++++++-----------
line.c | 14 -------
macros/modes.rc | 34 +++++++++--------
macros/palettes.rc | 30 ++++++---------
macros/which.rc | 31 ++++++++++++++-
package/winvile.iss | 83 ++++++++++++++++++++++++++++++++++++------
patchlev.h | 2 -
perl.xs | 6 +--
proto.h | 3 +
revlist | 48 ++++++++++++------------
statevar.c | 5 ++
vile-9.7.spec | 9 +++-
vile.hlp | 3 +
x11.c | 24 +++++++++---
24 files changed, 427 insertions(+), 168 deletions(-)
------------------------------------------------------------------------------
20080727 (c)
> Tom Dickey:
+ modify winvile installer to optionally refrain from putting the
newly installed directories first in $VILE_STARTUP_PATH, etc.,
if they already exist in the given path. That allows one to
have vile.rc in the first path, e.g.,
c:\vile;c:\program files\vi like emacs
+ add append-number, insert-number, overwrite-number commands to
work with character-numbers.
+ highlight matches in which-keywords, etc., and put a hyperlink on
the highlighted text to view the corresponding file.
+ fix initialization of XIM in xvile; compose sequences did not work.
Also make xvile build XIM code for configurations other than Athena,
by supplying fallback for resource definitions.
(report/analysis by Fabien Coutant).
+ parse preprocessor-style directives for basic syntax highlighter.
+ add complex fences to vbmode for try-blocks, with-blocks and classes.
+ correct pattern for vbmode used for sub- and function-blocks to
ignore leading blanks.
--
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.7c.patch.gz,
Thomas Dickey <=