summaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
AgeCommit message (Collapse)AuthorFilesLines
1999-06-26Update the vile package to version 8.3.agc1-2/+3
Changes since 8.2 include: + Add xpm support in xvile. + make C-style indent logic available as a mode 'cindent', so it can be assigned as part of a majormode. It is part of the builtin cmode. + added "-132" and "-80" command-line switches to set screen width from command line. + many other bug fixes, restructuring, and changes.
1999-03-08s/make/${MAKE}/gagc1-2/+2
1999-03-02Update to vile 8.2. Mostly bug fixes since 8.1:agc1-2/+2
+ 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).
1998-10-05Update the vile package to version 8.1.agc1-2/+2
1998-07-20Always fetch the archive that contains the version in its name to preventfrueauf1-4/+3
confusion if a new version is available.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-06-02Upgrade to version 8.0 of vile, and use the new Perl utilities.agc1-8/+6
1998-05-06vile-7.4 is on the MASTER_SITES now, so grab the 7.3 distfile fromagc1-3/+7
ftp.netbsd.org. We'll do a 7.4 package ASAP, when circumstances permit.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-24portlint: move WRKSRChubertf1-2/+2
1997-12-19Update vile package from version 7.2c to 7.3agc1-5/+5
1997-10-06Add NetBSD RCS Ids.agc1-2/+4
Update version of vile from 7.2 to 7.2c
1997-10-06Initial import of FreeBSD's editors ports into the NetBSD packagesagc1-0/+25
system.