aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs21/files
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak after utmp changes.Martin Cracauer2010-06-041-0/+35
| | | | | | | | | Maintainer timeout, I mailed this in February when I fixed emacs22. Tested on amd64/current and i386/8-stable. Notes: svn path=/head/; revision=255737
* - fix build for png-1.4.1Dirk Meyer2010-03-281-0/+20
| | | | Notes: svn path=/head/; revision=251653
* Resurrect editors/emacs21 in advance of editors/emacs upgrade.MANTANI Nobutaka2007-07-1618-0/+561
| | | | | | | Set LATEST_LINK=emacs21. Notes: svn path=/head/; revision=195751
* Move the ancient emacs 19.x port from editors/emacs toKris Kennaway2004-03-2115-495/+0
| | | | | | | | | | editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983 Notes: svn path=/head/; revision=104813
* Port to amd64.Kris Kennaway2004-03-183-5/+201
| | | | | | | | | Submitted by: James Van Artsdalen (james-freebsd-amd64 at jrv.org) Pointed out by: gallatin Much rejoicing by: kris Notes: svn path=/head/; revision=104551
* Add patch-src:process.c.MANTANI Nobutaka2004-02-081-0/+91
| | | | | | | | | | | | Due to the change in src/sys/kern/uipc_syscalls.c between rev. 1.153 and 1.154, connectiton attempt fails with EALREADY after connect (2) is interrupted. The patch fixes this problem. Obtained from: http://www.init-main.com/d/resource/process.c.diff Patch author: takawata Notes: svn path=/head/; revision=100388
* Fix build on ia64.MANTANI Nobutaka2003-11-262-5/+17
| | | | | | | | Submitted by: Ken Smith <kensmith@cse.Buffalo.EDU> Approved by: portmgr (kris) Notes: svn path=/head/; revision=94794
* Update to 21.3.MANTANI Nobutaka2003-04-081-5/+5
| | | | | | | Submitted by: Frank Ruell <stoerte@dreamwarrior.net> Notes: svn path=/head/; revision=78601
* Add a patch to fix segmentation fault on -current.MANTANI Nobutaka2002-10-271-0/+13
| | | | | | | Submitted by: motoyuki Notes: svn path=/head/; revision=68923
* Add patches to support sparc64.MANTANI Nobutaka2002-10-063-1/+27
| | | | | | | Submitted by: tmm Notes: svn path=/head/; revision=67477
* Fix byte-compile error of dired.el.MANTANI Nobutaka2002-05-151-2/+2
| | | | | | | Submitted by: IWATSUKI Hiroyuki <don@ma.nma.ne.jp> Notes: svn path=/head/; revision=59157
* Fix dired-mode for Japanese locale.MANTANI Nobutaka2002-05-121-1/+1
| | | | | | | Submitted by: IWATSUKI Hiroyuki <don@ma.nma.ne.jp> Notes: svn path=/head/; revision=58963
* Byte-compile only patched elisp files.MANTANI Nobutaka2002-03-061-0/+17
| | | | | | | | Stop removing ${PREFIX}/share/emacs/21.1/etc and ${PREFIX}/share/emacs/21.1/etc before install. Notes: svn path=/head/; revision=55649
* Link libncurses to avoid segfaults when emacs is executed with -nw optionMANTANI Nobutaka2002-02-231-0/+14
| | | | | | | | | and TERM=kterm-color. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp> Notes: svn path=/head/; revision=55121
* Fix build error on the Alpha platform.MANTANI Nobutaka2002-02-131-0/+11
| | | | | | | | PR: 34888 Submitted by: Matthew Luckie <kluckie@ihug.co.nz> Notes: svn path=/head/; revision=54629
* Set ALL_TARGET=bootstrap to byte-compile patched elisp files.MANTANI Nobutaka2001-12-061-0/+19
| | | | | | | | | | | Add WITHOUT_XIM and WITHOUT_MENUBAR_FONTSET switch. Make dired output in Japanese locale the same as FreeBSD ls. Submitted by: kuriyama, yoichi Reviewed by: knu Notes: svn path=/head/; revision=51135
* Fix to make vc-backup file only if vc-make-backup-files is t.Jun Kuriyama2001-11-171-0/+24
| | | | | | | Use (make-backup-file-name-1) to reflect backup-directory-alist in vc-mode. Notes: svn path=/head/; revision=50134
* New port for emacs-21.1.Shigeyuki Fukushima2001-10-233-0/+72
Notes: svn path=/head/; revision=49130