aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorKaroly Lorentey2006-07-14 05:56:32 +0000
committerKaroly Lorentey2006-07-14 05:56:32 +0000
commit99715bbc447eb633e45ffa23b87284771ce3ac74 (patch)
tree3a8a53dfe3dbdd9f8e36965e9f043eae522d3c0e /admin
parent556b89447234f15d1784a23dadbfe429464463a8 (diff)
parent763bb2d43615bc3ae816422f965d76d5e1ae4bdd (diff)
downloademacs-99715bbc447eb633e45ffa23b87284771ce3ac74.tar.gz
emacs-99715bbc447eb633e45ffa23b87284771ce3ac74.zip
Merged from emacs@sv.gnu.org.
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-331 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-332 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-333 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-334 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-335 Add note about "link" button-class to etc/TODO * emacs@sv.gnu.org/emacs--devo--0--patch-336 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-337 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-338 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-339 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-340 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-341 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-342 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-343 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-344 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-345 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-346 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-347 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-348 Update for ERC 5.1.3. * emacs@sv.gnu.org/emacs--devo--0--patch-349 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-350 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/gnus--rel--5.10--patch-111 Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. * emacs@sv.gnu.org/gnus--rel--5.10--patch-112 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-113 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-114 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-572
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog8
-rw-r--r--admin/FOR-RELEASE27
-rw-r--r--admin/README78
3 files changed, 76 insertions, 37 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 938f69d0250..7519bfcee90 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,11 @@
12006-07-09 Kim F. Storm <storm@cua.dk>
2
3 * README: Use outline format. Add FOR-RELEASE.
4
52006-06-27 Chong Yidong <cyd@stupidchicken.com>
6
7 * FOR-RELEASE: Checking of info.texi done.
8
12006-06-08 Reiner Steib <Reiner.Steib@gmx.de> 92006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
2 10
3 * FOR-RELEASE: Update refcard section. 11 * FOR-RELEASE: Update refcard section.
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 3d06efe7932..853fdc9d3bf 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -2,9 +2,6 @@ Tasks needed before the next release.
2 2
3* TO BE DONE SHORTLY BEFORE RELEASE 3* TO BE DONE SHORTLY BEFORE RELEASE
4 4
5** `undo-ask-before-discard', currently set to t for debugging purposes
6has to be set to nil: when t, it can leak memory and cause other problems.
7
8** Update release dates of manuals. 5** Update release dates of manuals.
9 6
10** Get rid of overfull and underfull boxes in manuals. 7** Get rid of overfull and underfull boxes in manuals.
@@ -12,9 +9,6 @@ has to be set to nil: when t, it can leak memory and cause other problems.
12** Check for widow and orphan lines in manuals; 9** Check for widow and orphan lines in manuals;
13make sure all the pages really look ok in the manual as formatted. 10make sure all the pages really look ok in the manual as formatted.
14 11
15** Update facemenu-unlisted-faces, adding whatever other
16face name prefixes should be in it for good results.
17
18** Update AUTHORS. 12** Update AUTHORS.
19 13
20** Regenerate the postscript files of the reference cards in etc. 14** Regenerate the postscript files of the reference cards in etc.
@@ -39,17 +33,6 @@ and KDE projects, to use the new Emacs icons in etc/images/icons.
39 33
40* BUGS 34* BUGS
41 35
42** text_property_stickiness can be called with a POS value that is before BEGV.
43
44text_property_stickiness is called from get_pos_property,
45which is called from find_field, which is called from
46various user-level functions in editfns.c.
47
48** JD Smith's 17 Apr 2006 bug report that CVS operations
49get mysterious unreproducible failures.
50
51** Is there a basic problem with cl-byte-compile-compiler-macro?
52
53** Markus Gritsch's report about Emacs looping on Windoze with the following 36** Markus Gritsch's report about Emacs looping on Windoze with the following
54.emacs file, and then reduce Emacs frame width to "something quite narrow": 37.emacs file, and then reduce Emacs frame width to "something quite narrow":
55 (setq-default truncate-lines t) 38 (setq-default truncate-lines t)
@@ -76,8 +59,6 @@ It seems that to fix this, w32 server sockets must use WSAAsyncSelect
76 59
77* DOCUMENTATION 60* DOCUMENTATION
78 61
79** Check man/info.texi.
80
81** Check the Emacs Lisp manual. 62** Check the Emacs Lisp manual.
82 63
83Each manual section should be checked for factual correctness 64Each manual section should be checked for factual correctness
@@ -98,7 +79,7 @@ lispref/compile.texi "Luc Teirlinck" Chong Yidong
98lispref/control.texi "Luc Teirlinck" Chong Yidong 79lispref/control.texi "Luc Teirlinck" Chong Yidong
99lispref/customize.texi Chong Yidong "Luc Teirlinck" 80lispref/customize.texi Chong Yidong "Luc Teirlinck"
100lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra 81lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra
101lispref/display.texi Chong Yidong 82lispref/display.texi Chong Yidong Jason Rumney
102lispref/edebug.texi Chong Yidong "Luc Teirlinck" 83lispref/edebug.texi Chong Yidong "Luc Teirlinck"
103lispref/elisp.texi "Luc Teirlinck" Lute Kamstra 84lispref/elisp.texi "Luc Teirlinck" Lute Kamstra
104lispref/errors.texi "Luc Teirlinck" Chong Yidong 85lispref/errors.texi "Luc Teirlinck" Chong Yidong
@@ -114,7 +95,7 @@ lispref/intro.texi "Luc Teirlinck" Josh Varner
114lispref/keymaps.texi "Luc Teirlinck" Chong Yidong 95lispref/keymaps.texi "Luc Teirlinck" Chong Yidong
115lispref/lists.texi "Luc Teirlinck" Chong Yidong 96lispref/lists.texi "Luc Teirlinck" Chong Yidong
116lispref/loading.texi "Luc Teirlinck" Chong Yidong 97lispref/loading.texi "Luc Teirlinck" Chong Yidong
117lispref/locals.texi Chong Yidong 98lispref/locals.texi Chong Yidong Nick Roberts
118lispref/macros.texi "Luc Teirlinck" Chong Yidong 99lispref/macros.texi "Luc Teirlinck" Chong Yidong
119lispref/maps.texi Chong Yidong 100lispref/maps.texi Chong Yidong
120lispref/markers.texi "Luc Teirlinck" Chong Yidong 101lispref/markers.texi "Luc Teirlinck" Chong Yidong
@@ -152,7 +133,7 @@ SECTION READERS
152etc/TUTORIAL rms 133etc/TUTORIAL rms
153etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg> 134etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
154etc/TUTORIAL.cn 135etc/TUTORIAL.cn
155etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz> 136etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
156etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org> 137etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
157etc/TUTORIAL.es Marcelo Toledo 138etc/TUTORIAL.es Marcelo Toledo
158etc/TUTORIAL.fr ttn 139etc/TUTORIAL.fr ttn
@@ -164,7 +145,7 @@ etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se>
164etc/TUTORIAL.pt_BR Marcelo Toledo 145etc/TUTORIAL.pt_BR Marcelo Toledo
165etc/TUTORIAL.ro 146etc/TUTORIAL.ro
166etc/TUTORIAL.ru Alex Ott <alexott@gmail.com> 147etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
167etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz> 148etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
168etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si> 149etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
169etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se> 150etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
170etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org> 151etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>
diff --git a/admin/README b/admin/README
index e5116fcbaa3..008717bcee5 100644
--- a/admin/README
+++ b/admin/README
@@ -1,21 +1,71 @@
1 The admin directory
2
1This directory contains scripts and other things useful for developing 3This directory contains scripts and other things useful for developing
2and maintaining Emacs. These files are not part of Emacs releases 4and maintaining Emacs. These files are not part of Emacs releases
3because they are not deemed generally useful, and you have to know 5because they are not deemed generally useful, and you have to know
4what you do when using them. 6what you do when using them.
5 7
6Brief description of scripts found here: 8
7 9* Instructions and scripts used to prepare an Emacs release.
8admin.el utilities for setting version numbers and alike 10
9alloc-color.c a utility program that allocates a given number of 11** FOR-RELEASE
10 colors on X. Can be used to debug Emacs with 12
11 dense colormaps (PseudoColor). 13Living list of activities that must be completed before the next release.
12build-configs build Emacs in various configurations 14
13check-doc-strings check doc strings against documentation 15** make-tarball.txt
14cus-test.el tests for custom types and load problems 16
15diff-tar-files show files added/removed between two tar files 17Instructions to create pretest or release tarballs, annoucements, etc.
16make-emacs build Emacs in various ways 18
17make-tarball.txt instructions to create pretest or release tarballs 19** admin.el
18quick-install-emacs install emacs quickly (`incrementally') 20
19revdiff get CVS diffs of files 21Utilities for setting version numbers and alike.
22
23** make-announcement, make-changelog-diff
24
25Scripts used to prepare release announcements.
26
27
28* Scripts that can be used to build and test Emacs.
29
30** build-configs
31
32Build Emacs in various configurations.
33
34** make-emacs
35
36Build Emacs in various ways.
37
38** quick-install-emacs
39
40Install emacs quickly (`incrementally').
41
42** alloc-color.c
43
44A utility program that allocates a given number of colors on X. Can
45be used to debug Emacs with dense colormaps (PseudoColor).
46
47** check-doc-strings
48
49Check doc strings against documentation.
50
51** cus-test.el
52
53Tests for custom types and load problems.
54
55** diff-tar-files
56
57Show files added/removed between two tar files.
58
59** revdiff
60
61Get CVS diffs of files.
62
63
64
65
66Local variables:
67mode: outline
68paragraph-separate: "[ ]*$"
69end:
20 70
21# arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463 71# arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463