head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.2 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.5.0.14 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.5.0.12 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.10 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.8 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.4 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.4.0.2 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.3.0.6 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.4 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.2 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.2.0.2 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.1.1.1.0.6 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.4 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.2 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.6 date 2013.02.12.04.47.32; author minskim; state dead; branches; next 1.5; 1.5 date 2011.05.20.22.56.39; author minskim; state Exp; branches; next 1.4; 1.4 date 2011.03.01.04.12.45; author minskim; state Exp; branches; next 1.3; 1.3 date 2010.06.14.23.58.18; author minskim; state Exp; branches; next 1.2; 1.2 date 2010.01.18.19.34.20; author minskim; state Exp; branches; next 1.1; 1.1 date 2009.06.05.02.57.57; author minskim; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.06.05.02.57.57; author minskim; state Exp; branches; next ; desc @@ 1.6 log @Update emacs-snapshot to 24.3.50.20130207. Patches provided by Makoto Fujiwara in PR 47552 and modified by me. Notable changes since 24.3: ** `apropos-variable' is now `apropos-user-option' ** `eval-defun' on an already defined defcustom calls the :set function, if there is one. ** The option `set-mark-default-inactive' has been deleted. This unfinished feature was introduced by accident in Emacs 23.1; simply disabling Transient Mark mode does the same thing. ** `initial-buffer-choice' can now specify a function to set up the initial buffer. ** ACL support has been added. ** New option `scroll-bar-adjust-thumb-portion'. ** Improved fullscreen support for Nextstep (Mac OS X). ** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', bound to and M-, respectively. ** Delphi mode is now called OPascal mode. ** jit-lock-debug-mode lets you use the debuggers on code run via jit-lock. ** completing-read-multiple's separator can now be a regexp. The default separator is changed to allow surrounding spaces around the comma. See share/emacs/24.3.50/etc/NEWS for the complete list of changes. @ text @$NetBSD: patch-ac,v 1.5 2011/05/20 22:56:39 minskim Exp $ --- Makefile.in.orig 2011-05-19 07:55:34.000000000 +0000 +++ Makefile.in @@@@ -132,7 +132,7 @@@@ MAN_PAGES=ctags.1 ebrowse.1 emacs.1 emac infodir=@@infodir@@ INFO_FILES=ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse \ ede ediff edt eieio efaq eintr elisp emacs emacs-mime epa erc \ - ert eshell eudc flymake forms gnus idlwave info mairix-el \ + ert eshell eudc flymake forms gnus idlwave mairix-el \ message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc \ reftex remember sasl sc semantic ses sieve smtpmail speedbar \ tramp url vip viper widget woman @@@@ -460,7 +460,7 @@@@ $(srcdir)/src/stamp-h.in: $(AUTOCONF_INP install: all install-arch-indep install-arch-dep install-leim blessmail @@true -MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done +MV_DIRS = for i in $$dir; do if test -e $$i ; then rm -fr `basename "$$i"` ; mv "$$i" . ; fi; done ### Install the executables that were compiled specifically for this machine. ### It would be nice to do something for a parallel make @@@@ -626,7 +626,6 @@@@ install-arch-indep: mkdir info install-e test "$(HAVE_MAKEINFO)" = "no" && test ! -f $$elt && continue; \ for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \ ${INSTALL_DATA} $$f $(DESTDIR)${infodir}/$$f; \ - chmod a+r $(DESTDIR)${infodir}/$$f; \ if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \ rm -f $(DESTDIR)${infodir}/$$f.gz; \ ${GZIP_PROG} -9n $(DESTDIR)${infodir}/$$f; \ @@@@ -635,16 +634,7 @@@@ install-arch-indep: mkdir info install-e done); \ else true; fi -unset CDPATH; \ - thisdir=`/bin/pwd`; \ - if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd $(DESTDIR)${infodir} && /bin/pwd)` ]; \ - then \ - for elt in $(INFO_FILES); do \ - test "$(HAVE_MAKEINFO)" = "no" && test ! -f $$elt && continue; \ - (cd $${thisdir}; \ - ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \ - done; \ - else true; fi - -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS} + chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS} thisdir=`/bin/pwd`; \ cd ${mansrcdir}; \ for page in ${MAN_PAGES}; do \ @ 1.5 log @Update emacs-snapshot to 24.0.50.20110520. Changes: - Fix some integer overflow issues, such as string length overflow. - Fix handling of break-hardlink-on-save with non-existent files. - Common Lisp indentation improvements on defmethod and lambda-lists. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Update emacs-snapshot to 20110224. - Reorganize icon directories and files. - Obsolete packages: pc-mode, pc-select, pgg, spell, and sregex. - Import modules from gnulib: filemode, crypto/md5, stdint, getloadavg, and strftime. @ text @d3 1 a3 1 --- Makefile.in.orig 2011-02-24 08:45:25.000000000 +0000 d14 1 a14 1 @@@@ -455,7 +455,7 @@@@ $(srcdir)/src/stamp-h.in: $(AUTOCONF_INP d23 2 a24 2 @@@@ -621,7 +621,6 @@@@ install-arch-indep: mkdir info install-e test "$(HAVE_MAKEINFO)" = "no" && ! test -e $$elt && continue; \ d31 1 a31 1 @@@@ -630,16 +629,7 @@@@ install-arch-indep: mkdir info install-e d39 1 a39 1 - test "$(HAVE_MAKEINFO)" = "no" && ! test -e $$elt && continue; \ @ 1.3 log @Update emacs-snapshot to 24.0.50.20100612. Changes: - Move version control related files to the "vc" subdirectory. @ text @d3 1 a3 1 --- Makefile.in.orig 2010-06-12 12:32:17.000000000 +0000 d5 1 a5 1 @@@@ -135,7 +135,7 @@@@ MAN_PAGES=b2m.1 ctags.1 ebrowse.1 emacs. d9 2 a10 2 - eshell eudc flymake forms gnus idlwave info mairix-el \ + eshell eudc flymake forms gnus idlwave mairix-el \ d14 1 a14 1 @@@@ -409,7 +409,7 @@@@ $(srcdir)/src/stamp-h.in: $(AUTOCONF_INP d23 2 a24 2 @@@@ -581,7 +581,6 @@@@ install-arch-indep: mkdir info install-e test "$(MAKEINFO)" = "off" && ! test -e $$elt && continue; \ d31 1 a31 1 @@@@ -590,16 +589,7 @@@@ install-arch-indep: mkdir info install-e d39 1 a39 1 - test "$(MAKEINFO)" = "off" && ! test -e $$elt && continue; \ @ 1.2 log @Update emacs-snapshot to 23.1.91.20100111. Changes: * .dir-locals.el (change-log-mode): Restore bug-reference-mode. * info/dir: Add Semantic. * info/dir: Add EDT entry. * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org. * elisp package updates: edt, cedet, chart, eieio, files-x, font-setting, hfy-cmap, htmlfontify, mule-conf, ucs-normalize, mpc, imap, tramp, levents, lucid, sym-comp, org, js, and subword. @ text @d3 1 a3 1 --- Makefile.in.orig 2009-12-14 19:02:43.000000000 -0800 d5 1 a5 1 @@@@ -141,7 +141,7 @@@@ MAN_PAGES=b2m.1 ctags.1 ebrowse.1 emacs. d14 1 a14 1 @@@@ -403,7 +403,7 @@@@ $(srcdir)/src/stamp-h.in: $(AUTOCONF_INP d23 1 a23 1 @@@@ -574,21 +574,11 @@@@ install-arch-indep: mkdir info install-e d28 4 a31 1 done; \ @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- Makefile.in 2009-05-04 01:13:20.000000000 +0000 d5 9 d23 23 @ 1.1.1.1 log @Import the development version of emacs (23.0.94). This package is based on emacs-current in pkgsrc-wip, which was originally packaged by OBATA Akio. @ text @@