diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 7 | ||||
| -rw-r--r-- | admin/FOR-RELEASE | 18 | ||||
| -rw-r--r-- | admin/bzrmerge.el | 6 | ||||
| -rw-r--r-- | admin/unidata/Makefile.in | 42 |
4 files changed, 48 insertions, 25 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index ac2323c77d0..a3a756bde64 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-04-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk". | ||
| 4 | |||
| 5 | * unidata/Makefile.in: Add FSF copyright. | ||
| 6 | Make it use autoconf features, and work for out-of-tree builds. | ||
| 7 | |||
| 1 | 2012-04-07 Eli Zaretskii <eliz@gnu.org> | 8 | 2012-04-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * unidata/README: | 10 | * unidata/README: |
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index f1bfa35a2b8..ad427397524 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -53,12 +53,17 @@ pt-br Rodrigo Real | |||
| 53 | ru Alex Ott | 53 | ru Alex Ott |
| 54 | sk Miroslav Vaško | 54 | sk Miroslav Vaško |
| 55 | 55 | ||
| 56 | ** For a major release, add a "New in Emacs XX" section to faq.texi. | ||
| 57 | |||
| 56 | ** Remove temporary +++/--- lines in NEWS. | 58 | ** Remove temporary +++/--- lines in NEWS. |
| 57 | 59 | ||
| 58 | ** Try to reorder NEWS: most important things first, related items together. | 60 | ** Try to reorder NEWS: most important things first, related items together. |
| 59 | 61 | ||
| 60 | ** Consider bumping customize-changed-options-previous-release. | 62 | ** Consider bumping customize-changed-options-previous-release. |
| 61 | 63 | ||
| 64 | ** cusver-check from admin.el cam help find new defcustoms missing | ||
| 65 | :version tags. | ||
| 66 | |||
| 62 | * BUGS | 67 | * BUGS |
| 63 | 68 | ||
| 64 | ** Check for modes which bind M-s that conflicts with a new global binding M-s | 69 | ** Check for modes which bind M-s that conflicts with a new global binding M-s |
| @@ -155,13 +160,8 @@ mini.texi rgm | |||
| 155 | misc.texi cyd | 160 | misc.texi cyd |
| 156 | modes.texi cyd | 161 | modes.texi cyd |
| 157 | msdog.texi rgm (can't actually test any of it though) | 162 | msdog.texi rgm (can't actually test any of it though) |
| 158 | It was not obvious to me that the following is true (it could well be though): | ||
| 159 | |||
| 160 | Emacs on Windows automatically determines your default printer and | ||
| 161 | sets the variable `printer-name' to that printer's name. | ||
| 162 | |||
| 163 | msdog-xtra.texi rgm (can't actually test any of it though) | 163 | msdog-xtra.texi rgm (can't actually test any of it though) |
| 164 | mule.texi | 164 | mule.texi rgm (not 100% sure about "Fontsets") |
| 165 | m-x.texi cyd | 165 | m-x.texi cyd |
| 166 | package.texi cyd | 166 | package.texi cyd |
| 167 | picture-xtra.texi rgm | 167 | picture-xtra.texi rgm |
| @@ -182,7 +182,7 @@ xresources.texi cyd | |||
| 182 | 182 | ||
| 183 | abbrevs.texi rgm | 183 | abbrevs.texi rgm |
| 184 | advice.texi cyd | 184 | advice.texi cyd |
| 185 | anti.texi | 185 | anti.texi rgm |
| 186 | back.texi rgm | 186 | back.texi rgm |
| 187 | backups.texi cyd | 187 | backups.texi cyd |
| 188 | buffers.texi cyd | 188 | buffers.texi cyd |
| @@ -211,7 +211,7 @@ loading.texi cyd | |||
| 211 | macros.texi cyd | 211 | macros.texi cyd |
| 212 | maps.texi rgm | 212 | maps.texi rgm |
| 213 | markers.texi rgm | 213 | markers.texi rgm |
| 214 | minibuf.texi | 214 | minibuf.texi rgm |
| 215 | modes.texi cyd | 215 | modes.texi cyd |
| 216 | nonascii.texi cyd | 216 | nonascii.texi cyd |
| 217 | numbers.texi cyd | 217 | numbers.texi cyd |
| @@ -219,7 +219,7 @@ objects.texi cyd | |||
| 219 | os.texi cyd | 219 | os.texi cyd |
| 220 | package.texi rgm | 220 | package.texi rgm |
| 221 | positions.texi cyd | 221 | positions.texi cyd |
| 222 | processes.texi | 222 | processes.texi rgm |
| 223 | searching.texi rgm | 223 | searching.texi rgm |
| 224 | sequences.texi cyd | 224 | sequences.texi cyd |
| 225 | streams.texi cyd | 225 | streams.texi cyd |
diff --git a/admin/bzrmerge.el b/admin/bzrmerge.el index cb63d5b16ba..0c72c8b5c93 100644 --- a/admin/bzrmerge.el +++ b/admin/bzrmerge.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; bzrmerge.el --- help merge one Emacs bzr branch to another | 1 | ;;; bzrmerge.el --- help merge one Emacs bzr branch to another |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: | 6 | ;; Keywords: maint |
| 7 | 7 | ||
| 8 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 8 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
| 9 | ;; it under the terms of the GNU General Public License as published by | 9 | ;; it under the terms of the GNU General Public License as published by |
| @@ -28,7 +28,7 @@ | |||
| 28 | (require 'cl)) ; assert | 28 | (require 'cl)) ; assert |
| 29 | 29 | ||
| 30 | (defvar bzrmerge-skip-regexp | 30 | (defvar bzrmerge-skip-regexp |
| 31 | "back[- ]?port\\|merge\\|sync\\|re-?generate\\|bump version" | 31 | "back[- ]?port\\|merge\\|sync\\|re-?generate\\|bump version\\|from trunk" |
| 32 | "Regexp matching logs of revisions that might be skipped. | 32 | "Regexp matching logs of revisions that might be skipped. |
| 33 | `bzrmerge-missing' will ask you if it should skip any matches.") | 33 | `bzrmerge-missing' will ask you if it should skip any matches.") |
| 34 | 34 | ||
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index c890dad8903..ecbd0490246 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | # Makefile -- Makefile to generate character property tables. | 1 | # Makefile -- Makefile to generate character property tables. |
| 2 | |||
| 3 | # Copyright (C) 2012 Free Software Foundation, Inc. | ||
| 4 | |||
| 2 | # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 3 | # National Institute of Advanced Industrial Science and Technology (AIST) | 6 | # National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | # Registration Number H13PRO009 | 7 | # Registration Number H13PRO009 |
| @@ -18,25 +21,33 @@ | |||
| 18 | # You should have received a copy of the GNU General Public License | 21 | # You should have received a copy of the GNU General Public License |
| 19 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 | # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 20 | 23 | ||
| 24 | SHELL = /bin/sh | ||
| 25 | |||
| 26 | srcdir = @srcdir@ | ||
| 27 | abs_builddir = @abs_builddir@ | ||
| 28 | top_srcdir = @top_srcdir@ | ||
| 29 | abs_top_builddir = @abs_top_builddir@ | ||
| 21 | 30 | ||
| 22 | EMACS = ../../src/emacs | 31 | EMACS = ${abs_top_builddir}/src/emacs |
| 23 | DSTDIR = ../../lisp/international | 32 | DSTDIR = ${top_srcdir}/lisp/international |
| 24 | RUNEMACS = ${EMACS} -Q -batch | 33 | emacs = ${EMACS} -batch --no-site-file --no-site-lisp |
| 25 | 34 | ||
| 26 | all: ${DSTDIR}/charprop.el | 35 | all: ${DSTDIR}/charprop.el |
| 27 | 36 | ||
| 28 | .el.elc: | 37 | .el.elc: |
| 29 | ${RUNEMACS} -batch -f batch-byte-compile $< | 38 | ${emacs} -f batch-byte-compile $< |
| 30 | 39 | ||
| 31 | unidata.txt: UnicodeData.txt | 40 | unidata.txt: ${srcdir}/UnicodeData.txt |
| 32 | sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' < UnicodeData.txt > $@ | 41 | sed -e 's/\([^;]*\);\(.*\)/(#x\1 "\2")/' -e 's/;/" "/g' < ${srcdir}/UnicodeData.txt > $@ |
| 33 | 42 | ||
| 34 | ${DSTDIR}/charprop.el: unidata-gen.elc unidata.txt | 43 | ${DSTDIR}/charprop.el: ${srcdir}/unidata-gen.elc unidata.txt |
| 35 | ELC=`/bin/pwd`/unidata-gen.elc; \ | 44 | cd ${DSTDIR} && ${emacs} -l ${srcdir}/unidata-gen \ |
| 36 | DATADIR=`/bin/pwd`; \ | 45 | -f unidata-gen-files ${srcdir} ${abs_builddir}/unidata.txt |
| 37 | DATA=unidata.txt; \ | 46 | |
| 38 | cd ${DSTDIR}; \ | 47 | ## Like the above, but generate in PWD rather than lisp/international. |
| 39 | ${RUNEMACS} -batch --load $${ELC} -f unidata-gen-files $${DATADIR} $${DATA} | 48 | charprop.el: ${srcdir}/unidata-gen.elc unidata.txt |
| 49 | ${emacs} -l ${srcdir}/unidata-gen \ | ||
| 50 | -f unidata-gen-files ${srcdir} unidata.txt | ||
| 40 | 51 | ||
| 41 | install: charprop.el | 52 | install: charprop.el |
| 42 | cp charprop.el ${DSTDIR} | 53 | cp charprop.el ${DSTDIR} |
| @@ -46,4 +57,9 @@ clean: | |||
| 46 | if test -f charprop.el; then \ | 57 | if test -f charprop.el; then \ |
| 47 | rm -f `sed -n 's/^;; FILE: //p' < charprop.el`; \ | 58 | rm -f `sed -n 's/^;; FILE: //p' < charprop.el`; \ |
| 48 | fi | 59 | fi |
| 49 | rm -f charprop.el unidata-gen.elc unidata.txt | 60 | rm -f charprop.el ${srcdir}/unidata-gen.elc unidata.txt |
| 61 | |||
| 62 | distclean: clean | ||
| 63 | -rm -f ./Makefile | ||
| 64 | |||
| 65 | maintainer-clean: distclean | ||