From 076398b3c9d1e4447cbd2436fb6c3a4b225d3015 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 2 Mar 1999 15:50:56 +0000 Subject: 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 ). + 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 ) + 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). --- editors/xvile/Makefile | 6 +++--- editors/xvile/files/md5 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'editors/xvile') 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 -- cgit v1.2.3