diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-07 19:33:30 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-07 19:33:30 +0000 |
commit | f1f69ce2f9eaaeae7bf8935a9169b9dcab0371ff (patch) | |
tree | ea11bbb60e645927e7caf97641e37745ddb8e245 /editors/emacs22/files/patch-lispref-Makefile.in | |
parent | 533d9d89fc8a222399747f490e6226e8a9044a62 (diff) |
Updat GNU Emacs to v. 23.1.
Emacs 23 has a wide variety of new features, including:
* Improved Unicode support.
* Font rendering with Fontconfig and Xft.
* Support for using X displays and text terminals in one session,
and for running as a daemon.
* Support for multi-file commits in distributed version-control
systems (VC-dir).
* New modes and packages for viewing PDF and postscript files
(Doc-view mode), connecting to processes through D-Bus (dbus),
connecting to the GNU Privacy Guard (EasyPG), editing XML
documents (nXML mode), editing Ruby programs (Ruby mode), and more.
Detailed list is available at: http://www.gnu.org/software/emacs/NEWS.23.1
PR: ports/137956
Submitted by: Ashish SHUKLA <wahjava at gmail.com>
Approved by: keramida@ceid.upatras.gr (maintainer tineout, 19 days)
Notes
Notes:
svn path=/head/; revision=241005
Diffstat (limited to 'editors/emacs22/files/patch-lispref-Makefile.in')
-rw-r--r-- | editors/emacs22/files/patch-lispref-Makefile.in | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/editors/emacs22/files/patch-lispref-Makefile.in b/editors/emacs22/files/patch-lispref-Makefile.in index c721452cd6e1..e69de29bb2d1 100644 --- a/editors/emacs22/files/patch-lispref-Makefile.in +++ b/editors/emacs22/files/patch-lispref-Makefile.in @@ -1,38 +0,0 @@ ---- lispref/Makefile.in.orig 2008-09-07 05:24:57.000000000 +0300 -+++ lispref/Makefile.in 2008-09-07 05:24:57.000000000 +0300 -@@ -33,7 +33,7 @@ - TEXI2DVI = texi2dvi - SHELL = /bin/sh - INSTALL_INFO = install-info --MAKEINFO = makeinfo --force -+MAKEINFO = makeinfo --force --no-split - - # The name of the manual: - VERSION=2.9 -@@ -110,7 +110,7 @@ - # This is for use in a separate distro of the Emacs Lisp manual. - install: elisp - $(srcdir)/mkinstalldirs $(infodir) -- cp elisp elisp-[1-9] elisp-[1-9][0-9] $(infodir) -+ cp elisp $(infodir) - ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp - - # This is for use in a separate distro of the Emacs Lisp manual. -@@ -126,7 +126,7 @@ - - maintainer-clean: clean - rm -f elisp.dvi elisp.oaux -- cd $(infodir); rm -f elisp elisp-[1-9] elisp-[1-9][0-9] -+ cd $(infodir); rm -f elisp - - dist: $(infodir)/elisp elisp.dvi - -rm -rf temp -@@ -136,7 +136,7 @@ - $(srcdir)/Makefile.in $(srcs) \ - $(srcdir)/../man/texinfo.tex \ - elisp.dvi elisp.aux elisp.??s \ -- $(infodir)/elisp $(infodir)/elisp-[1-9] $(infodir)/elisp-[1-9][0-9] \ -+ $(infodir)/elisp \ - temp/$(manual) - -(cd temp/$(manual); rm -f mkinstalldirs) - cp $(srcdir)/mkinstalldirs temp/$(manual) |