summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
1999-03-26Find send-pr.el in /usr/share/gnatssommerfe1-3/+8
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-03-10Backout change made for debugging purpose.tron1-2/+1
1999-03-10Make "xemacs" work on "arm32" port. Patches supplied by Richard Earnshawtron10-15/+167
in PR pkg/6295.
1999-03-08Upgrade to the latest stable version of wily. Changes since version 0.13.36agc2-4/+4
are unknown, but this version has been stable for me over the last month.
1999-03-08s/make/${MAKE}/gagc2-4/+4
1999-03-08Get rid of rubbish at the strat of the Makefile.agc1-6/+1
1999-03-06Enable jove.agc1-2/+2
1999-03-06Initial import of jove-4.16, "Jonathon's Own Version of EMACS", anagc6-0/+126
emacs-style editor but lacking the LISP engine. This package was constructed by James Graham (greywolf@starwolf.com), with minor cleanups by me.
1999-03-04Update dependence for "png" package.tron1-2/+2
1999-03-02Update to vile 8.2. Mostly bug fixes since 8.1:agc4-9/+9
+ 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).
1999-02-28-current has info files in /usr/share/info now.sommerfe1-0/+7
Let emacs know this..
1999-02-25Delete site-load.el since it's not needed any moresommerfe1-2/+1
1999-02-25Correct patches (last set didn't apply correctly).sommerfe2-31/+45
1999-02-25Fix mh-e's use of nmh (previous patch was insufficient, as nmh issommerfe4-10/+228
split in three parts, not two; also, repl's interface changed in nmh so reply-to-all was busted) Fix report-emacs-bug. Re-byte-compile patched mh-*.el
1999-02-23Shorten some comments to fit neatly in pkg_info display, without losing anyabs1-1/+1
information.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf4-12/+4
1999-02-12Because "vim" still doesn't work with NetBSD's termcap library in X11tron1-3/+4
window mode we use "ncurses" again.
1999-02-12Disable builtin termcap entries so that "vim" works with NetBSD's termcaptron2-3/+14
library. Patch supplied by Ingolf Koch.
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-31/+31
1999-02-06Update hexedit to 1.1.0. While here also make sure INSTALL is initializedfrueauf2-6/+6
right, 1.3.3 install does not ignore -c if called with -d, pointed out in pr 6934.
1999-02-04Set USE_X11=yes, to denote that the package uses X11 libraries andagc2-2/+5
headers to build (from Tim Rightnour).
1999-02-04Make UNEXEC work on NetBSD/pmax - this makes the DOC-link-trickfrueauf5-18/+317
unnecessary and emacs work much better on pmax. Thanks to Jonathan Stone for the src/unexelf.c patch.
1999-02-02Enable "xcoral".tron1-2/+2
1999-02-02Adapt this package to NetBSD.tron5-23/+60
1999-02-02Initial import of FreeBSD "xcoral" port:tron7-0/+545
A multiwindow mouse-based text editor for X.
1999-01-31Make at least the CANNOT_DUMP version of emacs work on NetBSD/pmax.frueauf6-9/+71
Two patches provided by Jonathan Stone.
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-20Compile in support for session managementhubertf1-1/+2
Fixes PR 6851 by Johnny C. Lam <lamj@stat.cmu.edu>
1999-01-10Use "ncurses" because "vim" doesn't work with our "termlib".tron2-4/+20
1999-01-04Set NOT_FOR_ARCHS=mips cause they need more porting to work on pmax.frueauf2-3/+5
1999-01-04Don't check for deprecated symbol "unix".tron1-0/+17
1998-12-30rgrep needs -lm and -ltermcap for slang to be happy.garbled1-3/+12
1998-12-20Adapt to Netbsd. Split patch-a into multiple files.bad8-82/+107
1998-12-20Import of beav-1.40.11, a full featured binary editor and viewer.bad6-0/+111
1998-11-17I'm not going to pretend I know why there are two copies of this file, butmycroft1-1/+2
they should both be in the PLIST.
1998-11-13Update pico to 3.4 (from Pine 4.05)tv7-47/+75
1998-11-12Fix some more pkglint nits.frueauf3-8/+9
1998-11-12Remove a blank line, flagged as a fatal error in pkglint.agc1-2/+1
1998-11-01Also populate /usr/pkg/share/{doc,info}. Don't make /usr/pkg/share/bin.hwr3-7/+66
1998-10-31Remove unnecesary mkdir rules.frueauf1-5/+1
1998-10-31Dito to what I fixed in slrn/Makefile.frueauf1-13/+12
1998-10-31Enable jed.hwr1-2/+2
1998-10-31Import of the Jed editor. Jed is powerful and extensible throughhwr9-0/+204
S-Lang functions.
1998-10-05Update xvile package to version 8.1.agc4-6/+23
1998-10-05Update the vile package to version 8.1.agc4-25/+21
1998-10-03Gracefully try to delete the site-lisp dirs, and quietly continue if thetv1-3/+3
directories are not empty. Fixes PR 6232, Greg Woods <woods@weird.com>.
1998-09-28Update hexedit to 1.0.0.frueauf5-44/+56
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled2-2/+6
on alpha. There may be more, but I haven't seen them yet.
1998-09-17Remove the exec/unexec ln stuff to xemacs, just list bin/xemacs.frueauf2-6/+4
Pointed out by Bob Baron (through Alistair Crooks).