aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2011-01-17 11:01:01 -0800
committerPaul Eggert2011-01-17 11:01:01 -0800
commita3e44e793796153ff1534be9c74fcab50b45de30 (patch)
tree863d5db087c8e034c96d06ea955515f4d3f3d0a3 /admin
parent7f818df9420a1320539f7e3e633003573a570413 (diff)
parent721be9cd4865e9f7d68020adcfa672d2edd52b07 (diff)
downloademacs-a3e44e793796153ff1534be9c74fcab50b45de30.tar.gz
emacs-a3e44e793796153ff1534be9c74fcab50b45de30.zip
Merge from mainline.
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES1
-rw-r--r--admin/ChangeLog9
-rw-r--r--admin/MAINTAINERS1
-rw-r--r--admin/README1
-rw-r--r--admin/alloc-colors.c2
-rwxr-xr-xadmin/build-configs1
-rw-r--r--admin/bzrmerge.el5
-rw-r--r--admin/charsets/Makefile1
-rw-r--r--admin/charsets/big5.awk1
-rw-r--r--admin/charsets/compact.awk1
-rw-r--r--admin/charsets/cp51932.awk4
-rw-r--r--admin/charsets/cp932.awk1
-rw-r--r--admin/charsets/eucjp-ms.awk3
-rw-r--r--admin/charsets/gb180302.awk1
-rw-r--r--admin/charsets/gb180304.awk1
-rw-r--r--admin/charsets/kuten.awk1
-rwxr-xr-xadmin/charsets/mapconv1
-rw-r--r--admin/charsets/mule-charsets.el1
-rwxr-xr-xadmin/check-doc-strings1
-rw-r--r--admin/cus-test.el1
-rwxr-xr-xadmin/diff-tar-files1
-rw-r--r--admin/emacs-pretesters1
-rwxr-xr-xadmin/make-announcement1
-rwxr-xr-xadmin/make-changelog-diff1
-rwxr-xr-xadmin/make-emacs1
-rw-r--r--admin/notes/bzr34
-rw-r--r--admin/notes/iftc1
-rw-r--r--admin/notes/multi-tty1
-rw-r--r--admin/notes/trailing-whitespace1
-rwxr-xr-xadmin/nt/dump.bat3
-rwxr-xr-xadmin/quick-install-emacs4
-rw-r--r--admin/unidata/.gitignore1
-rw-r--r--admin/unidata/bidimirror.awk2
-rw-r--r--admin/unidata/biditype.awk2
-rw-r--r--admin/unidata/copyright.html3
35 files changed, 49 insertions, 46 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 0346bb2e620..7febc93bb33 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -382,4 +382,3 @@ wait
382write 382write
383xfree 383xfree
384 384
385# arch-tag: bc80061a-1168-4911-9766-46aaf2640250
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 5b714193ab1..ca310c1b8f1 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,4 +1,4 @@
12011-01-14 Paul Eggert <eggert@cs.ucla.edu> 12011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Update copyright notes to match recent gnulib-related changes. 3 Update copyright notes to match recent gnulib-related changes.
4 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in, 4 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
@@ -9,6 +9,13 @@
9 subsumed by m4/*.m4 rule). config.guess, config.sub, and 9 subsumed by m4/*.m4 rule). config.guess, config.sub, and
10 doc/man/texinfo.tex are now copied in from gnulib. 10 doc/man/texinfo.tex are now copied in from gnulib.
11 11
122011-01-15 Glenn Morris <rgm@gnu.org>
13
14 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
15
16 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
17 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
18
122011-01-14 Glenn Morris <rgm@gnu.org> 192011-01-14 Glenn Morris <rgm@gnu.org>
13 20
14 * admin.el (set-copyright): Also handle \year in refcards/*.tex. 21 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS
index 432e4f5cf9f..1d988a25626 100644
--- a/admin/MAINTAINERS
+++ b/admin/MAINTAINERS
@@ -216,4 +216,3 @@ src/xrdb.c
216src/xselect.c 216src/xselect.c
217src/xterm.c 217src/xterm.c
218 218
219;;; arch-tag: 869126d4-4851-41b2-8470-14dd492a3c98
diff --git a/admin/README b/admin/README
index 17232f5f3a5..f47ce7964cc 100644
--- a/admin/README
+++ b/admin/README
@@ -90,4 +90,3 @@ mode: outline
90paragraph-separate: "[ ]*$" 90paragraph-separate: "[ ]*$"
91end: 91end:
92 92
93# arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index 38312604248..27aa175fd46 100644
--- a/admin/alloc-colors.c
+++ b/admin/alloc-colors.c
@@ -112,5 +112,3 @@ main (int argc, char **argv)
112 return 0; 112 return 0;
113} 113}
114 114
115/* arch-tag: f1be90ac-5b70-43c2-835e-5a6432a25145
116 (do not change this comment) */
diff --git a/admin/build-configs b/admin/build-configs
index 759750f8475..edabf47fe1f 100755
--- a/admin/build-configs
+++ b/admin/build-configs
@@ -97,4 +97,3 @@ foreach $config (@configs)
97# mode: cperl 97# mode: cperl
98# End: 98# End:
99 99
100# arch-tag: 20a4452d-610a-4e54-9abc-ffe79f5c0d30
diff --git a/admin/bzrmerge.el b/admin/bzrmerge.el
index ca10d2a87a2..6764cbf853a 100644
--- a/admin/bzrmerge.el
+++ b/admin/bzrmerge.el
@@ -115,7 +115,7 @@ are both lists of revnos, in oldest-first order."
115 (re-search-forward "^message:\n") 115 (re-search-forward "^message:\n")
116 (while (and (not skip) 116 (while (and (not skip)
117 (re-search-forward 117 (re-search-forward
118 "back[- ]?port\\|merge\\|re-?generate\\|bump version" nil t)) 118 "back[- ]?port\\|merge\\|sync\\|re-?generate\\|bump version" nil t))
119 (let ((str (buffer-substring (line-beginning-position) 119 (let ((str (buffer-substring (line-beginning-position)
120 (line-end-position)))) 120 (line-end-position))))
121 (when (string-match "\\` *" str) 121 (when (string-match "\\` *" str)
@@ -173,7 +173,8 @@ are both lists of revnos, in oldest-first order."
173 )) 173 ))
174 ;; Try to resolve the conflicts. 174 ;; Try to resolve the conflicts.
175 (cond 175 (cond
176 ((member file '("configure" "lisp/ldefs-boot.el")) 176 ((member file '("configure" "lisp/ldefs-boot.el"
177 "lisp/emacs-lisp/cl-loaddefs.el"))
177 (call-process "bzr" nil t nil "revert" file) 178 (call-process "bzr" nil t nil "revert" file)
178 (revert-buffer nil 'noconfirm)) 179 (revert-buffer nil 'noconfirm))
179 (t 180 (t
diff --git a/admin/charsets/Makefile b/admin/charsets/Makefile
index a041f7f14ab..b16e7ccd748 100644
--- a/admin/charsets/Makefile
+++ b/admin/charsets/Makefile
@@ -307,4 +307,3 @@ install:
307clean: 307clean:
308 rm -f ${CHARSETS} ${TRANS_TABLE} 308 rm -f ${CHARSETS} ${TRANS_TABLE}
309 309
310# arch-tag: 90b3bf30-1fef-45bf-b30c-665c30c22310
diff --git a/admin/charsets/big5.awk b/admin/charsets/big5.awk
index 7cae450ba53..7482d11a2d1 100644
--- a/admin/charsets/big5.awk
+++ b/admin/charsets/big5.awk
@@ -70,4 +70,3 @@ function decode_big5(big5) {
70} 70}
71 71
72 72
73# arch-tag: 36f08d21-0d24-4b67-852d-a9a51299586d
diff --git a/admin/charsets/compact.awk b/admin/charsets/compact.awk
index 83b5a7f0e34..b7d1fd19d8e 100644
--- a/admin/charsets/compact.awk
+++ b/admin/charsets/compact.awk
@@ -120,4 +120,3 @@ END {
120 } 120 }
121} 121}
122 122
123# arch-tag: 7e6f57c3-8e62-4af3-8916-ca67bca3a0ce
diff --git a/admin/charsets/cp51932.awk b/admin/charsets/cp51932.awk
index 6cf2f37dbd3..39ccc1c7dc1 100644
--- a/admin/charsets/cp51932.awk
+++ b/admin/charsets/cp51932.awk
@@ -52,8 +52,4 @@ END {
52 print " (setcar x (cdr x)) (setcdr x tmp)))"; 52 print " (setcar x (cdr x)) (setcdr x tmp)))";
53 print " map)"; 53 print " map)";
54 print " (define-translation-table 'cp51932-encode map))"; 54 print " (define-translation-table 'cp51932-encode map))";
55 print "";
56 print ";; arch-tag: d21c06e5-a548-4dda-8802-c2922ff19da3";
57} 55}
58
59# arch-tag: bbae996b-2d1c-4e85-bb55-ac30146d7504
diff --git a/admin/charsets/cp932.awk b/admin/charsets/cp932.awk
index d6f1966894e..acba0333371 100644
--- a/admin/charsets/cp932.awk
+++ b/admin/charsets/cp932.awk
@@ -114,4 +114,3 @@ END {
114 } 114 }
115} 115}
116 116
117# arch-tag: 998dc444-759d-43ef-87e3-2ab205011394
diff --git a/admin/charsets/eucjp-ms.awk b/admin/charsets/eucjp-ms.awk
index 15803525997..18c19f5fb55 100644
--- a/admin/charsets/eucjp-ms.awk
+++ b/admin/charsets/eucjp-ms.awk
@@ -106,8 +106,5 @@ END {
106 print " (setcar x (cdr x)) (setcdr x tmp)))"; 106 print " (setcar x (cdr x)) (setcdr x tmp)))";
107 print " map)"; 107 print " map)";
108 print " (define-translation-table 'eucjp-ms-encode map))"; 108 print " (define-translation-table 'eucjp-ms-encode map))";
109 print "";
110 print ";; arch-tag: c4191096-288a-4f13-9b2a-ee7a1f11eb4a";
111} 109}
112 110
113# arch-tag: d9cc7af7-2d6e-48cd-8eed-a6d25226de7c
diff --git a/admin/charsets/gb180302.awk b/admin/charsets/gb180302.awk
index 7b89c903beb..6cd9521ce90 100644
--- a/admin/charsets/gb180302.awk
+++ b/admin/charsets/gb180302.awk
@@ -98,4 +98,3 @@ END {
98 index_to_gb(from_gb), index_to_gb(to_gb), from_unicode; 98 index_to_gb(from_gb), index_to_gb(to_gb), from_unicode;
99} 99}
100 100
101# arch-tag: d7dbad89-a512-41a4-8ee0-ba1a4505b8c1
diff --git a/admin/charsets/gb180304.awk b/admin/charsets/gb180304.awk
index c1b691b9a63..3c16cb556ea 100644
--- a/admin/charsets/gb180304.awk
+++ b/admin/charsets/gb180304.awk
@@ -120,4 +120,3 @@ END {
120 } 120 }
121} 121}
122 122
123# arch-tag: 8e5a22ae-610e-411f-ae17-d6e528b30d71
diff --git a/admin/charsets/kuten.awk b/admin/charsets/kuten.awk
index 9d43f2e0e8f..2bc58c438d0 100644
--- a/admin/charsets/kuten.awk
+++ b/admin/charsets/kuten.awk
@@ -4,4 +4,3 @@
4 printf "0x%02X%02X %s\n", ku, ten, $2; 4 printf "0x%02X%02X %s\n", ku, ten, $2;
5} 5}
6 6
7# arch-tag: dade6b45-b4c5-42ab-9d49-d6bf23a710b6
diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv
index deb69e2a1a9..4f7a8b96f54 100755
--- a/admin/charsets/mapconv
+++ b/admin/charsets/mapconv
@@ -143,4 +143,3 @@ else
143 exit 1 143 exit 1
144fi 144fi
145 145
146# arch-tag: c33acb47-7eb6-4872-b871-15e1447e8f0e
diff --git a/admin/charsets/mule-charsets.el b/admin/charsets/mule-charsets.el
index 6234471e9eb..59969c3df28 100644
--- a/admin/charsets/mule-charsets.el
+++ b/admin/charsets/mule-charsets.el
@@ -54,4 +54,3 @@
54 (map-charset-chars 'func (cdr elt)) 54 (map-charset-chars 'func (cdr elt))
55 (write-file (car elt)))) 55 (write-file (car elt))))
56 56
57;;; arch-tag: 515989d7-2e2d-41cc-9163-05ad472fede4
diff --git a/admin/check-doc-strings b/admin/check-doc-strings
index daed2926b20..ef4b203cd79 100755
--- a/admin/check-doc-strings
+++ b/admin/check-doc-strings
@@ -301,4 +301,3 @@ foreach my $fun (sort keys %texi_funtype) {
301 } 301 }
302} 302}
303 303
304# arch-tag: e75331f5-5d1b-4393-ad5b-b0f87b5d47b0
diff --git a/admin/cus-test.el b/admin/cus-test.el
index 060e100f6c4..2fc8b139406 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -525,5 +525,4 @@ in the Emacs source directory."
525 525
526(provide 'cus-test) 526(provide 'cus-test)
527 527
528;;; arch-tag: a4991a31-548d-48fb-8ba1-1ebbe68eb2e7
529;;; cus-test.el ends here 528;;; cus-test.el ends here
diff --git a/admin/diff-tar-files b/admin/diff-tar-files
index 92198bad892..c09d95c2ec1 100755
--- a/admin/diff-tar-files
+++ b/admin/diff-tar-files
@@ -42,4 +42,3 @@ diff -u $old_tmp $new_tmp
42rm -f $new_tmp $old_tmp 42rm -f $new_tmp $old_tmp
43 43
44 44
45# arch-tag: ef2c96e2-ea67-4668-925c-d9a6f3d205cf
diff --git a/admin/emacs-pretesters b/admin/emacs-pretesters
index 2e1ee64b248..3b1270b477c 100644
--- a/admin/emacs-pretesters
+++ b/admin/emacs-pretesters
@@ -215,4 +215,3 @@ Local Variables:
215mode: text 215mode: text
216End: 216End:
217 217
218# arch-tag: caf47b2c-b56b-44f7-a760-b5bfbed15fd3
diff --git a/admin/make-announcement b/admin/make-announcement
index 180c35601b3..4e2e70a9a4b 100755
--- a/admin/make-announcement
+++ b/admin/make-announcement
@@ -86,4 +86,3 @@ make-changelog-diff $oldtag $newtag
86 86
87echo " announcement created in $outfile" >&2 87echo " announcement created in $outfile" >&2
88 88
89# arch-tag: 605e00c7-7330-4c45-81e1-2ed53a13c39f
diff --git a/admin/make-changelog-diff b/admin/make-changelog-diff
index 5ab468c8f5d..88461131a3f 100755
--- a/admin/make-changelog-diff
+++ b/admin/make-changelog-diff
@@ -27,4 +27,3 @@ cvs -q diff -b -r $1 -r $2 $(find -name ChangeLog|sort) |
27 s/^\n// 27 s/^\n//
28 p" 28 p"
29 29
30# arch-tag: 7604a259-40b4-4f97-86b2-496a9c546f0a
diff --git a/admin/make-emacs b/admin/make-emacs
index 9abfa731be5..9937d61d85f 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -185,4 +185,3 @@ exit system "$make CC=\"$cc\" CFLAGS=\"$opts\" @ARGV";
185# mode: cperl 185# mode: cperl
186# End: 186# End:
187 187
188# arch-tag: 5c3f9713-9ece-4a12-b3f8-deaff15974ba
diff --git a/admin/notes/bzr b/admin/notes/bzr
index c66cdd98a3c..7a668b13f1c 100644
--- a/admin/notes/bzr
+++ b/admin/notes/bzr
@@ -38,3 +38,37 @@ Or use shelves; or rebase; or do something else. See the thread for
38yet another fun excursion into the exciting world of version control. 38yet another fun excursion into the exciting world of version control.
39 39
40http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00086.html 40http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00086.html
41
42* How to merge changes from emacs-23 to trunk
43
44The following description uses bound branches, presumably it works in
45a similar way with unbound ones.
46
471) Get clean, up-to-date copies of the emacs-23 and trunk branches.
48Check for any uncommitted changes with bzr status.
49
502) M-x cd /path/to/trunk
51
523) load admin/bzrmerge.el
53
544) M-x bzrmerge RET /path/to/emacs-23 RET
55
56It will prompt about revisions that should be skipped, based on the
57regexp in bzrmerge-missing. If there are more revisions that you know
58need skipping, you'll have to do that by hand.
59
605) It will stop if there are any conflicts. Resolve them.
61Using smerge-mode, there are menu items to skip to the next conflict,
62and to take either the trunk, branch, or both copies.
63
646) After resolving all conflicts, you might need to run the command
65again if there are more revisions still to merge.
66You can commit either before you do this (eg if you had a lot of
67conflicts to resolve and don't want to get confused), or refrain from
68committing until bzrmerge has merged all revisions.
69
70Before committing, check bzr status and bzr diff output.
71
72Note that ChangeLog entries are automatically merged to the top with
73today's date, but you still might want to check them to see that too
74much is not being included.
diff --git a/admin/notes/iftc b/admin/notes/iftc
index e8dcdd3a6d6..983b1486685 100644
--- a/admin/notes/iftc
+++ b/admin/notes/iftc
@@ -24,4 +24,3 @@ it from other casting. We commit the changes and can now go about modifying
24LOW and HIGH separately. When HIGH is ready to handle the type change, the 24LOW and HIGH separately. When HIGH is ready to handle the type change, the
25cast can be removed. 25cast can be removed.
26 26
27;;; arch-tag: 3309cc41-5d59-421b-b7be-c94b04083bb5
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty
index 1dfc56f7a10..aa0fdc772f6 100644
--- a/admin/notes/multi-tty
+++ b/admin/notes/multi-tty
@@ -1360,4 +1360,3 @@ GNU General Public License for more details.
1360You should have received a copy of the GNU General Public License 1360You should have received a copy of the GNU General Public License
1361along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 1361along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1362 1362
1363;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d
diff --git a/admin/notes/trailing-whitespace b/admin/notes/trailing-whitespace
index e29456b3a2f..8c85b8984d5 100644
--- a/admin/notes/trailing-whitespace
+++ b/admin/notes/trailing-whitespace
@@ -5,4 +5,3 @@ there was a mass-change to remove such from various branches in cvs. probably
5it's a good idea to avoid adding trailing whitespace in new code/docs and in 5it's a good idea to avoid adding trailing whitespace in new code/docs and in
6changes. 6changes.
7 7
8;;; arch-tag: de441379-c345-4826-a784-352b5413a698
diff --git a/admin/nt/dump.bat b/admin/nt/dump.bat
index c0e95426ccb..97ed396f206 100755
--- a/admin/nt/dump.bat
+++ b/admin/nt/dump.bat
@@ -18,6 +18,3 @@ copy temacs.exe obj\i386
18obj\i386\temacs -batch -l loadup dump 18obj\i386\temacs -batch -l loadup dump
19copy obj\i386\emacs.exe . 19copy obj\i386\emacs.exe .
20 20
21goto skipArchTag
22 arch-tag: 0ca3036d-3a1e-47ea-87c6-9c0845253496
23:skipArchTag
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index d146fdad605..0e346cf5387 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -1,8 +1,8 @@
1#!/bin/sh 1#!/bin/sh
2### quick-install-emacs --- do a halfway-decent job of installing emacs quickly 2### quick-install-emacs --- do a halfway-decent job of installing emacs quickly
3 3
4## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 4## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
5## Free Software Foundation, Inc. 5## 2010, 2011 Free Software Foundation, Inc.
6 6
7## Author: Miles Bader <miles@gnu.org> 7## Author: Miles Bader <miles@gnu.org>
8 8
diff --git a/admin/unidata/.gitignore b/admin/unidata/.gitignore
index 4f759a363db..3f2d8ca551d 100644
--- a/admin/unidata/.gitignore
+++ b/admin/unidata/.gitignore
@@ -1,4 +1,3 @@
1*.elc 1*.elc
2unidata.txt 2unidata.txt
3 3
4# arch-tag: 1b0c916f-3060-47b4-a8c9-cff5c3598adf
diff --git a/admin/unidata/bidimirror.awk b/admin/unidata/bidimirror.awk
index 7965f36ad0d..70aeb5dae59 100644
--- a/admin/unidata/bidimirror.awk
+++ b/admin/unidata/bidimirror.awk
@@ -1,6 +1,6 @@
1# Generate data for bidi_mirroring_table, see src/bidi.c:bidi_initialize. 1# Generate data for bidi_mirroring_table, see src/bidi.c:bidi_initialize.
2 2
3# Copyright (C) 2010, Free Software Foundation, Inc. 3# Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 4
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6 6
diff --git a/admin/unidata/biditype.awk b/admin/unidata/biditype.awk
index 6e57884a879..865177a1fbb 100644
--- a/admin/unidata/biditype.awk
+++ b/admin/unidata/biditype.awk
@@ -1,6 +1,6 @@
1# Generate data for filling bidi_type_table, see src/bidi.c:bidi_initialize. 1# Generate data for filling bidi_type_table, see src/bidi.c:bidi_initialize.
2 2
3# Copyright (C) 2010, Free Software Foundation, Inc. 3# Copyright (C) 2010, 2011 Free Software Foundation, Inc.
4 4
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
6 6
diff --git a/admin/unidata/copyright.html b/admin/unidata/copyright.html
index 57a6d3945c1..f414ca461f2 100644
--- a/admin/unidata/copyright.html
+++ b/admin/unidata/copyright.html
@@ -340,6 +340,3 @@ PERFORMANCE OF THE DATA FILES OR SOFTWARE.</p>
340 340
341 341
342</html> 342</html>
343
344<!-- arch-tag: 359e3efa-6eb2-4b4e-841c-f002d7924c5e
345 (do not change this comment) -->