aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/FOR-RELEASE51
-rw-r--r--admin/bzrmerge.el20
-rw-r--r--admin/grammars/python.wy3
-rw-r--r--admin/grammars/wisent-grammar.el4
-rw-r--r--admin/make-tarball.txt3
-rw-r--r--admin/notes/bugtracker11
-rw-r--r--admin/notes/lel-TODO11
8 files changed, 70 insertions, 38 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 597beb60ce2..2178df6caf0 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12012-01-19 Glenn Morris <rgm@gnu.org>
2
3 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
4 "skip?" question, since there can be multiple such for any revision.
5
12012-01-14 Eli Zaretskii <eliz@gnu.org> 62012-01-14 Eli Zaretskii <eliz@gnu.org>
2 7
3 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as 8 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index daf8e33d041..abe53ad0b0d 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -100,10 +100,10 @@ names of the people who have checked it.
100SECTION READERS 100SECTION READERS
101---------------------------------- 101----------------------------------
102TUTORIAL cyd 102TUTORIAL cyd
103TUTORIAL.bg 103TUTORIAL.bg ogi
104TUTORIAL.cn 104TUTORIAL.cn
105TUTORIAL.cs 105TUTORIAL.cs
106TUTORIAL.de 106TUTORIAL.de wl
107TUTORIAL.eo 107TUTORIAL.eo
108TUTORIAL.es 108TUTORIAL.es
109TUTORIAL.fr 109TUTORIAL.fr
@@ -111,14 +111,14 @@ TUTORIAL.he eliz
111TUTORIAL.it 111TUTORIAL.it
112TUTORIAL.ja 112TUTORIAL.ja
113TUTORIAL.ko 113TUTORIAL.ko
114TUTORIAL.nl 114TUTORIAL.nl Pieter Schoenmakers
115TUTORIAL.pl 115TUTORIAL.pl
116TUTORIAL.pt_BR 116TUTORIAL.pt_BR
117TUTORIAL.ro 117TUTORIAL.ro
118TUTORIAL.ru 118TUTORIAL.ru Alex Ott
119TUTORIAL.sk 119TUTORIAL.sk
120TUTORIAL.sl 120TUTORIAL.sl Primoz PETERLIN
121TUTORIAL.sv 121TUTORIAL.sv Mats Lidell
122TUTORIAL.th 122TUTORIAL.th
123TUTORIAL.zh 123TUTORIAL.zh
124 124
@@ -126,7 +126,7 @@ TUTORIAL.zh
126 126
127abbrevs.texi cyd 127abbrevs.texi cyd
128ack.texi 128ack.texi
129anti.texi 129anti.texi cyd
130arevert-xtra.texi cyd 130arevert-xtra.texi cyd
131basic.texi cyd 131basic.texi cyd
132buffers.texi cyd 132buffers.texi cyd
@@ -180,60 +180,59 @@ xresources.texi cyd
180** Check the Lisp manual. 180** Check the Lisp manual.
181 181
182abbrevs.texi 182abbrevs.texi
183advice.texi 183advice.texi cyd
184anti.texi 184anti.texi
185back.texi 185back.texi
186backups.texi 186backups.texi
187buffers.texi 187buffers.texi
188commands.texi 188commands.texi
189compile.texi 189compile.texi cyd
190control.texi 190control.texi cyd
191customize.texi 191customize.texi cyd
192debugging.texi 192debugging.texi
193display.texi 193display.texi
194edebug.texi 194edebug.texi
195elisp.texi 195elisp.texi
196errors.texi 196errors.texi
197eval.texi 197eval.texi cyd
198files.texi 198files.texi
199frames.texi 199frames.texi
200functions.texi 200functions.texi cyd
201hash.texi 201hash.texi cyd
202help.texi 202help.texi
203hooks.texi 203hooks.texi
204index.texi 204index.texi
205internals.texi 205internals.texi
206intro.texi 206intro.texi cyd
207keymaps.texi 207keymaps.texi
208lists.texi 208lists.texi cyd
209loading.texi 209loading.texi cyd
210locals.texi 210locals.texi
211macros.texi 211macros.texi cyd
212maps.texi 212maps.texi
213markers.texi 213markers.texi
214minibuf.texi 214minibuf.texi
215modes.texi 215modes.texi
216nonascii.texi 216nonascii.texi
217numbers.texi 217numbers.texi cyd
218objects.texi 218objects.texi cyd
219os.texi 219os.texi
220package.texi 220package.texi
221positions.texi 221positions.texi
222processes.texi 222processes.texi
223searching.texi 223searching.texi
224sequences.texi 224sequences.texi cyd
225streams.texi 225streams.texi
226strings.texi 226strings.texi cyd
227symbols.texi 227symbols.texi cyd
228syntax.texi 228syntax.texi
229text.texi 229text.texi
230tips.texi 230tips.texi
231variables.texi 231variables.texi cyd
232windows.texi 232windows.texi
233 233
234* PLANNED ADDITIONS 234* PLANNED ADDITIONS
235 235* pov-mode (probably not for Emacs-23: waiting for a Free POV-Ray).
236** pov-mode (probably not for Emacs-23: waiting for a Free POV-Ray).
237** gas-mode ? 236** gas-mode ?
238 237
239 238
diff --git a/admin/bzrmerge.el b/admin/bzrmerge.el
index 2efb17603cd..cb63d5b16ba 100644
--- a/admin/bzrmerge.el
+++ b/admin/bzrmerge.el
@@ -133,9 +133,23 @@ are both lists of revnos, in oldest-first order."
133 (setq str (substring str (match-end 0)))) 133 (setq str (substring str (match-end 0))))
134 (when (string-match "[.!;, ]+\\'" str) 134 (when (string-match "[.!;, ]+\\'" str)
135 (setq str (substring str 0 (match-beginning 0)))) 135 (setq str (substring str 0 (match-beginning 0))))
136 (if (save-excursion (y-or-n-p (concat str ": Skip? "))) 136 (let ((help-form "\
137 (setq skip t)))) 137Type `y' to skip this revision,
138 (if skip 138`N' to include it and go on to the next revision,
139`n' to not skip, but continue to search this log entry for skip regexps,
140`q' to quit merging."))
141 (case (save-excursion
142 (read-char-choice
143 (format "%s: Skip (y/n/N/q/%s)? " str
144 (key-description (vector help-char)))
145 '(?y ?n ?N ?q)))
146 (?y (setq skip t))
147 (?q (keyboard-quit))
148 ;; A single log entry can match skip-regexp multiple
149 ;; times. If you are sure you don't want to skip it,
150 ;; you don't want to be asked multiple times.
151 (?N (setq skip 'no))))))
152 (if (eq skip t)
139 (push revno skipped) 153 (push revno skipped)
140 (push revno revnos))))) 154 (push revno revnos)))))
141 (delete-region (point) (point-max))) 155 (delete-region (point) (point-max)))
diff --git a/admin/grammars/python.wy b/admin/grammars/python.wy
index 65f317145a0..f7808fd20b8 100644
--- a/admin/grammars/python.wy
+++ b/admin/grammars/python.wy
@@ -1,7 +1,8 @@
1;;; python.wy -- LALR grammar for Python 1;;; python.wy -- LALR grammar for Python
2 2
3;; Copyright (C) 2002-2012 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2012 Free Software Foundation, Inc.
4;; Copyright (C) 2001-2010 Python Software Foundation 4;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
5;; 2009, 2010 Python Software Foundation; All Rights Reserved
5 6
6;; Author: Richard Kim <ryk@dspwiz.com> 7;; Author: Richard Kim <ryk@dspwiz.com>
7;; Maintainer: Richard Kim <ryk@dspwiz.com> 8;; Maintainer: Richard Kim <ryk@dspwiz.com>
diff --git a/admin/grammars/wisent-grammar.el b/admin/grammars/wisent-grammar.el
index be014a56906..714b5211127 100644
--- a/admin/grammars/wisent-grammar.el
+++ b/admin/grammars/wisent-grammar.el
@@ -470,13 +470,13 @@ Menu items are appended to the common grammar menu.")
470 "srecode/srt-wy") 470 "srecode/srt-wy")
471 ("wisent-javascript-jv-wy.el" 471 ("wisent-javascript-jv-wy.el"
472 "semantic/wisent/js-wy" 472 "semantic/wisent/js-wy"
473 "Copyright (C) 1998-2011 Ecma International" 473 "Copyright (C) 1998-2011 Ecma International."
474 ,wisent-make-parsers--ecmascript-license) 474 ,wisent-make-parsers--ecmascript-license)
475 ("wisent-java-tags-wy.el" 475 ("wisent-java-tags-wy.el"
476 "semantic/wisent/javat-wy") 476 "semantic/wisent/javat-wy")
477 ("wisent-python-wy.el" 477 ("wisent-python-wy.el"
478 "semantic/wisent/python-wy" 478 "semantic/wisent/python-wy"
479 "Copyright (C) 2001-2010 Python Software Foundation" 479 "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Python Software Foundation; All Rights Reserved."
480 ,wisent-make-parsers--python-license))) 480 ,wisent-make-parsers--python-license)))
481 481
482(defun wisent-make-parsers () 482(defun wisent-make-parsers ()
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 06793b31097..0acd29bbc13 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -102,3 +102,6 @@ For each step, check for possible errors.
10213. For a pretest, announce it on emacs-devel and BCC the pretesters. 10213. For a pretest, announce it on emacs-devel and BCC the pretesters.
103 For a release, announce it on info-gnu@gnu.org, 103 For a release, announce it on info-gnu@gnu.org,
104 info-gnu-emacs@gnu.org, and emacs-devel. 104 info-gnu-emacs@gnu.org, and emacs-devel.
105
10614. For a release, update the Emacs homepage in the web repository.
107 Also add the new NEWS file as NEWS.xx.y.
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index dd1ea46ceb2..3c24212ea10 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -640,3 +640,14 @@ I think you also have to add them to 'tags' and 'tags_single_letter'
640in /usr/share/perl5/Debbugs/Config.pm. 640in /usr/share/perl5/Debbugs/Config.pm.
641And update /var/www/Developer.html with a description of what the tag means. 641And update /var/www/Developer.html with a description of what the tag means.
642And the "valid tags" list in /var/www/index.html. 642And the "valid tags" list in /var/www/index.html.
643
644** Backups
645
646The FSF sysadmins handle multi-generational backups of the filesystem
647on debbugs.gnu.org. But if you really want to have your own backup of
648the bug database, you can use rsync (this requires login access to
649debbugs.gnu.org):
650
651 rsync -azvv -e ssh USER@debbugs.gnu.org:/var/lib/debbugs/ DEST
652
653Note that this occupies well over 1G of disk space.
diff --git a/admin/notes/lel-TODO b/admin/notes/lel-TODO
index 065a10f20e4..139aa09e919 100644
--- a/admin/notes/lel-TODO
+++ b/admin/notes/lel-TODO
@@ -7,6 +7,7 @@ See the end of the file for license conditions.
7* Status Key 7* Status Key
8 - -- as yet unknown 8 - -- as yet unknown
9 n/a -- not applicable (internal, uninteresting, etc) 9 n/a -- not applicable (internal, uninteresting, etc)
10 obsolete -- an obsolete feature, to be removed in future
10 todo -- not documented but should be 11 todo -- not documented but should be
11 NODE -- documented in or under info node NODE 12 NODE -- documented in or under info node NODE
12 13
@@ -26,7 +27,6 @@ See the end of the file for license conditions.
26 bytecomp (elisp) Compilation Functions 27 bytecomp (elisp) Compilation Functions
27 checkdoc (elisp) Documentation Tips 28 checkdoc (elisp) Documentation Tips
28 cl (cl) 29 cl (cl)
29 cl-19 n/a
30 cl-compat n/a 30 cl-compat n/a
31 cl-specs n/a 31 cl-specs n/a
32 copyright - 32 copyright -
@@ -47,13 +47,12 @@ See the end of the file for license conditions.
47 generic (elisp) Generic Modes 47 generic (elisp) Generic Modes
48 gulp n/a 48 gulp n/a
49 helper - 49 helper -
50 levents - 50 levents obsolete
51 lisp-float-type - 51 lisp-float-type -
52 lisp-mnt - 52 lisp-mnt -
53 lisp-mode n/a 53 lisp-mode n/a
54 lmenu - 54 lmenu obsolete
55 lselect - 55 lucid obsolete
56 lucid -
57 macroexp (elisp) Expansion 56 macroexp (elisp) Expansion
58 pp (emacs) Program Indent 57 pp (emacs) Program Indent
59 re-builder - 58 re-builder -
@@ -62,7 +61,7 @@ See the end of the file for license conditions.
62 ring (elisp) Rings 61 ring (elisp) Rings
63 rx - 62 rx -
64 shadow - 63 shadow -
65 sregex - 64 sregex obsolete
66 syntax (elisp) Position Parse 65 syntax (elisp) Position Parse
67 testcover - 66 testcover -
68 timer (elisp) Timers 67 timer (elisp) Timers