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