aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs19/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix termcap problem.shige2000-07-121-6/+9
| | | | | PR: ports/17496 Submitted by: Tetsurou OKAZAKI <okazaki@be.to>
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-8/+19
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Fix for systems where __FreeBSD__ >= 3.steve1999-04-101-3/+3
| | | | | | PR: 10783 Submitted by: Peter Jeremy <peter.jeremy@auss2.alcatel.com.au> Diagnosed by: David Deatherage <DDeatherage@bridge.com>
* Unbreak for 4.X.jseger1999-04-051-0/+11
| | | | PR: ports/10782
* Add fix for Alpha.simokawa1999-01-234-6/+112
| | | | - patch for configure, unexelf.c, alpha.h, PLIST and etc.
* Lock file correction and reflect change in /etc/mtree/BSD.local.dist.kuriyama1999-01-021-0/+10
| | | | | PR: ports/8289 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Allow emacs to run stripped.steve1998-10-111-3/+13
| | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
* Convert to ELF.steve1998-10-102-16/+64
| | | | | PR: 8090 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
* Fix the emacsclient bug.motoyuki1998-10-091-0/+22
| | | | PR: ports/8208
* Rename a patch file that didn't adhere to the usual namingjdp1997-12-231-0/+11
| | | | conventions.
* Add patches to use the unexec function from xemacs. This eliminatesjdp1997-12-232-2/+706
| | | | | the need for a hack in ld.so to make emacs work. I have submitted these changes to a GNU emacs maintainer.
* Add a bunch of info files that were missing from various lists. Myasami1997-12-141-0/+13
| | | | | | goodness, I don't even know how long they were missing! PR: 5286 (pointed out the ccmode omission)
* Align all info entries at 4th tab stop (as in system info entries).asami1997-06-081-15/+16
|
* If compiling under native ncurses (instead of libcurses), we have topeter1997-05-261-3/+21
| | | | | | | use the terminfo version of tparam() since the termcap version supplies tgoto() which seriously screws up text display. ncurses-4.1 has both a termcap and terminfo internal interface and is quicker with the terminfo one even when it's read a termcap.db file.
* Spread info dir entries into all relevant files. The previous versionasami1997-05-201-11/+137
| | | | | (with all entries listed in emacs.texi) deleted only the first entry when the user did a pkg_delete (a bug in install-info, maybe?).
* Hey guys, thanks for the number of comments on my install-info inquiryasami1997-04-181-0/+95
| | | | | | (which was about equal to number of FreeBSD installations on Hale Bopp itself). Seems like I need to just go ahead and commit it so people can try out and scream!
* Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PRasami1997-04-091-0/+11
ports/3175.