diff options
author | agc <agc@pkgsrc.org> | 1999-03-02 15:50:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-02 15:50:56 +0000 |
commit | 076398b3c9d1e4447cbd2436fb6c3a4b225d3015 (patch) | |
tree | 27d261db8fbcccdf9249d1e3925713a44cc41e5b /editors/xvile | |
parent | 6f4e4a1f0e9252d1c0341fe4c788df2ae9d723e0 (diff) | |
download | pkgsrc-076398b3c9d1e4447cbd2436fb6c3a4b225d3015.tar.gz |
Update to vile 8.2. Mostly bug fixes since 8.1:
+ check for null top_widget in x_close; other xvile crashes on VMS.
+ modify glob-expansion to always recognize "~" as a synonym for
$HOME if Unix-style passwd interface does not return anything
useful (adapted from a patch by Ed Henderson).
+ rename vile.spec to vile-8.1.spec, change configure option to use
Athena widgets so xvile is built with menu support (Radek Liboska).
** This is not an 8.3 filename, but is used only on Linux.
+ modify to use X11R6 input method and dead key support (patch by
Stanislav Meduna <stano@trillian.eunet.sk>).
+ correct click-timeout value for xvile, overlooked in 8.1u (reported
by Ryan Murray).
+ minor fixes to menu.c so that xvile builds on OpenVMS 7.2 with DEC C.
> patches by Clark Morgan (mostly for visvile):
+ modified the w32 versions of vile so that during clipboard copy
operations any character, c, in the following range:
c > '~' && c >= val(printing-low) && c <= val(printing-high)
is not translated to a hex representation (\xdd).
(from report by Jukka Keto <Jukka.Keto@kati.fi>)
+ extended/updated README.PC
+ add explanation of filterregion() portability (spawn.c)
+ modify in conjunction with visvile, to have the ability to redirect
user-specified keystrokes to DevStudio.
+ add a new file called visvile/visvile.dsm (a collection of DevStudio
macros).
+ added an environment variable called $cfgopts to the editor.
+ add logic to ins_anytime() to prevent recursion or use in minibuffer,
e.g., when pressing the insert-key.
+ correct an ifdef for SYS_VMS in main.c from 8.0s which left other
platforms using vfork (reported by Ryan Murray and Billy Little).
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 6 | ||||
-rw-r--r-- | editors/xvile/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 446042c495a..7ccca5326c9 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 1999/01/30 23:18:46 agc Exp $ +# $NetBSD: Makefile,v 1.16 1999/03/02 15:50:56 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # -DISTNAME= vile-8.1 -PKGNAME= xvile-8.1 +DISTNAME= vile-8.2 +PKGNAME= xvile-8.2 CATEGORIES= editors MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \ ftp://id.wing.net/pub/pgf/vile/ diff --git a/editors/xvile/files/md5 b/editors/xvile/files/md5 index 8a307832b2f..f808ac6d6e0 100644 --- a/editors/xvile/files/md5 +++ b/editors/xvile/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.7 1998/10/05 12:43:46 agc Exp $ +$NetBSD: md5,v 1.8 1999/03/02 15:50:56 agc Exp $ -MD5 (vile-8.1.tgz) = 970477aa874229ba6d3b6fff78d7898a +MD5 (vile-8.2.tgz) = b96a02f2b999d9fba511a373558e4e1a |