Mercurial > emacs
annotate admin/FOR-RELEASE @ 61208:ea3f847d73b1
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Fri, 01 Apr 2005 18:18:25 +0000 |
parents | 27302c01afb4 |
children | ee24a0da4818 |
rev | line source |
---|---|
56253
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
1 Tasks needed before the next release. |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
2 |
61193
4a6c38cb9e23
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61171
diff
changeset
|
3 * TO BE DONE SHORTLY BEFORE RELEASE |
61063
4b6f377ee225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60716
diff
changeset
|
4 |
61193
4a6c38cb9e23
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61171
diff
changeset
|
5 ** `undo-ask-before-discard', currently set to t for debugging purposes |
61063
4b6f377ee225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60716
diff
changeset
|
6 has to be set to nil: when t, it can leak memory and cause other problems. |
4b6f377ee225
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
60716
diff
changeset
|
7 |
56267 | 8 * NEW FEATURES |
9 | |
56272
134a7ba00965
Add Gnus and face remapping entries.
Kim F. Storm <storm@cua.dk>
parents:
56270
diff
changeset
|
10 ** Face remapping. |
134a7ba00965
Add Gnus and face remapping entries.
Kim F. Storm <storm@cua.dk>
parents:
56270
diff
changeset
|
11 |
58110
97a3448cd53c
Add a note about VC-over-Tramp.
André Spiegel <spiegel@gnu.org>
parents:
58059
diff
changeset
|
12 ** Make VC-over-Tramp work where possible, or at least fail |
97a3448cd53c
Add a note about VC-over-Tramp.
André Spiegel <spiegel@gnu.org>
parents:
58059
diff
changeset
|
13 gracefully if something isn't supported over Tramp. |
97a3448cd53c
Add a note about VC-over-Tramp.
André Spiegel <spiegel@gnu.org>
parents:
58059
diff
changeset
|
14 To be done by Andre Spiegel <spiegel@gnu.org>. |
97a3448cd53c
Add a note about VC-over-Tramp.
André Spiegel <spiegel@gnu.org>
parents:
58059
diff
changeset
|
15 |
59403
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
16 ** define-minor-mode should not put :require into defcustom. |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
17 See msg from rms to emacs-devel on 21 Dec. |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
18 |
59744
19a1efbcc922
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
59726
diff
changeset
|
19 ** Update Speedbar. |
19a1efbcc922
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
59726
diff
changeset
|
20 |
60199 | 21 ** Enhance scroll-bar to handle tall line (similar to line-move). |
22 | |
23 | |
56267 | 24 * FATAL ERRORS |
25 | |
61195
37792ab26953
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61193
diff
changeset
|
26 ** Make unexec handle memory mapping policy of the latest versions of Linux. |
37792ab26953
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61193
diff
changeset
|
27 |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
28 ** Investigate reported crashes in compact_small_strings. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
29 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
30 ** Investigate reported crashes related to using an |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
31 invalid pointer from string_free_list. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
32 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
33 |
57829
95e2d2018daa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57356
diff
changeset
|
34 * LOSSAGE |
95e2d2018daa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57356
diff
changeset
|
35 |
61195
37792ab26953
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61193
diff
changeset
|
36 ** Fix ispell.el bug reported by Peter Dyballa <Peter_Dyballa@Web.DE> |
37792ab26953
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61193
diff
changeset
|
37 on 18 Feb to emacs-pretest-bug. |
37792ab26953
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61193
diff
changeset
|
38 |
57829
95e2d2018daa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57356
diff
changeset
|
39 ** Clean up flymake.el to follow Emacs Lisp conventions. |
56267 | 40 |
58310
0f51d789a78e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58286
diff
changeset
|
41 ** Fix up url-ldap.el. |
0f51d789a78e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58286
diff
changeset
|
42 |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
43 * BUGS |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
44 |
58814
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
45 ** Ange-ftp should ignore irrelevant IPv6 errors: |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
46 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
47 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl> |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
48 From: "Piet van Oostrum" <piet@cs.uu.nl> |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
49 To: emacs-pretest-bug@gnu.org |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
50 Subject: Ange-ftp can't deal with IPV6/IPV4 fallback |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
51 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
52 Symptoms: |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
53 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
54 C-x C-f /ftp.nluug.nl:/ |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
55 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
56 The problem is that the DNS first gives an IPV6 address. However our |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
57 router doesn't do IPV6. Ftp then falls back to IPV4: |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
58 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
59 ftp> open ftp.nluug.nl |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
60 Trying 2001:610:1:80aa:192:87:102:36... |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
61 ftp: connect to address 2001:610:1:80aa:192:87:102:36: No route to host |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
62 Trying 192.87.102.36... |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
63 Connected to ftp.nluug.nl. |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
64 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
65 Ange-ftp chokes on the `No route to host' message and doesn't look any |
58997 | 66 further. |
58814
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
67 |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
68 I think in the near future we will see more of this problem, so it might be |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
69 time to make anfe-ftp more intelligent. |
8cf051896b6b
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
58404
diff
changeset
|
70 |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
71 |
56267 | 72 * GTK RELATED BUGS |
73 | |
56253
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
74 ** Make GTK scrollbars behave like others w.r.t. overscrolling. |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
75 |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
76 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
77 * REDISPLAY RELATED BUGS |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
78 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
79 ** Avoid unbreakable loops in redisplay. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
80 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
81 Redisplay may loop if there is an error in some display property, e.g. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
82 (space 'left-margin) |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
83 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
84 A fix would be to somehow disable handling of display properties if an error |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
85 is encountered. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
86 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
87 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
88 ** custom mode-line face makes Emacs freeze up |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
89 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
90 From: Stephen Berman <Stephen.Berman@gmx.net> |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
91 Date: Sun, 24 Oct 2004 02:08:56 +0200 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
92 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
93 1. Start Emacs with -q -no-site-file. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
94 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
95 2. Type `M-x customize-face' and at the prompt `mode-line'. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
96 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
97 3. In the Custom buffer for mode-line face |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
98 a. check width and give it the value `narrow'; |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
99 b. check height and give it the value 120 in 1/10 pt; |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
100 c. check underline and give it the value `on' (or `colored'); |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
101 d. check overline and give it the value `on' (or `colored'). |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
102 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
103 4. Set for current session. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
104 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
105 5. Invoke Ediff on any two files. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
106 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
107 6. Now Emacs is frozen and consumes 95-99% of CPU. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
108 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
109 The customizations in step 3 appear to be the minimum necessary to |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
110 induce this bug. Leave out any one of them and Ediff runs without a |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
111 problem. Also if the 1/10 point value of height is 130 or greater |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
112 there's no bug (with the default font family; with e.g. Helvetica the |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
113 bug is induced only by a value of 100 or less). |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
114 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
115 I've noticed this freeze up only when invoking Ediff. The only thing |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
116 I've been able to do is kill Emacs externally, via top or with kill |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
117 when run in gdb, after interrupting. When the freeze up happens |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
118 within a gdb session, there is no automatic debugging feedback. After |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
119 interrupting I can get a backtrace, here's an example: |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
120 |
57894 | 121 Update: Maybe only reveals itself when compiled with GTK+ |
122 | |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
123 |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
124 * DOCUMENTATION |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
125 |
58047
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
126 ** Document Custom Themes. |
f770ded5ea67
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
57894
diff
changeset
|
127 |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
128 ** Finish updating the Emacs Lisp manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
129 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
130 ** Update the Emacs manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
131 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
132 *** Update man/info.texi. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
133 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
134 *** Update man/ack.texi. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
135 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
136 ** Add missing years in copyright notices of all files. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
137 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
138 ** Update AUTHORS. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
139 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
140 ** Reorder NEWS entries. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
141 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
142 ** Check the Emacs manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
143 |
59403
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
144 Each manual section should be checked for factual correctness |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
145 regarding recent changes by at least two people. After each file |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
146 name, on the same line or the following line, come the names of the |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
147 people who have checked it. |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
148 |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
149 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
150 SECTION READERS |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
151 ----------------------------- |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
152 man/abbrevs.texi Chong Yidong Joakim Verona |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
153 man/anti.texi |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
154 man/basic.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
155 man/buffers.texi "Luc Teirlinck" Chong Yidong |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
156 man/building.texi "Ted Zlatanov" <tzz@lifelogs.com> |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
157 man/calendar.texi joakim@verona.se Chong Yidong |
61193
4a6c38cb9e23
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61171
diff
changeset
|
158 man/cmdargs.texi Chong Yidong "Luc Teirlinck" |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
159 man/commands.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
160 man/custom.texi Chong Yidong |
60199 | 161 man/dired.texi Chong Yidong joakim@verona.se |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
162 man/display.texi "Luc Teirlinck" Chong Yidong |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
163 man/emacs.texi "Luc Teirlinck" |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
164 man/entering.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
165 man/files.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
166 man/fixit.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
167 man/frames.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
168 man/glossary.texi Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
169 man/help.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
170 man/indent.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
171 man/killing.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
172 man/kmacro.texi "Luc Teirlinck" Chong Yidong |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
173 man/macos.texi |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
174 man/maintaining.texi |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
175 man/major.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
176 man/mark.texi "Luc Teirlinck" Chong Yidong |
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
177 man/mini.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
178 man/misc.texi Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
179 man/msdog.texi Chong Yidong |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
180 man/mule.texi "Luc Teirlinck" |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
181 man/m-x.texi "Luc Teirlinck" Chong Yidong |
60716
056673a2ec2d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60504
diff
changeset
|
182 man/picture.texi Joakim Verona <joakim@verona.se> Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
183 man/programs.texi "Stephen Eglen" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
184 man/regs.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
185 man/rmail.texi Chong Yidong |
60716
056673a2ec2d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60504
diff
changeset
|
186 man/screen.texi "Luc Teirlinck" Chong Yidong |
056673a2ec2d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60504
diff
changeset
|
187 man/search.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
188 man/sending.texi Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
189 man/text.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
190 man/trouble.texi Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
191 man/windows.texi "Luc Teirlinck" Chong Yidong |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
192 man/xresources.texi |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
193 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
194 ** Check the Emacs Lisp manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
195 |
59403
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
196 Each manual section should be checked for factual correctness |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
197 regarding recent changes by at least two people. After each file |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
198 name, on the same line or the following line, come the names of the |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
199 people who have checked it. |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
200 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
201 SECTION READERS |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
202 ---------------------------------- |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
203 lispref/abbrevs.texi "Luc Teirlinck" Chong Yidong |
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
204 lispref/advice.texi joakim@verona.se Chong Yidong |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
205 lispref/anti.texi |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
206 lispref/backups.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
207 lispref/buffers.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
208 lispref/calendar.texi Joakim Verona <joakim@verona.se> Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
209 lispref/commands.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
210 lispref/compile.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
211 lispref/control.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
212 lispref/customize.texi Chong Yidong |
60317 | 213 lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
214 lispref/display.texi Chong Yidong |
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
215 lispref/edebug.texi Chong Yidong |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
216 lispref/elisp.texi "Luc Teirlinck" |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
217 lispref/errors.texi "Luc Teirlinck" |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
218 lispref/eval.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
219 lispref/files.texi "Luc Teirlinck" Chong Yidong |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
220 lispref/frames.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
221 lispref/functions.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
222 lispref/hash.texi "Luc Teirlinck" Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
223 lispref/help.texi "Luc Teirlinck" Chong Yidong |
61208 | 224 lispref/hooks.texi Lute Kamstra |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
225 lispref/internals.texi "Luc Teirlinck" Chong Yidong |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
226 lispref/intro.texi "Luc Teirlinck" |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
227 lispref/keymaps.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
228 lispref/lists.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
229 lispref/loading.texi "Luc Teirlinck" Chong Yidong |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
230 lispref/locals.texi |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
231 lispref/macros.texi "Luc Teirlinck" Chong Yidong |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
232 lispref/maps.texi |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
233 lispref/markers.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
234 lispref/minibuf.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
235 lispref/modes.texi Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
236 lispref/nonascii.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
237 lispref/numbers.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
238 lispref/objects.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
239 lispref/os.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
240 lispref/positions.texi "Luc Teirlinck" Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
241 lispref/processes.texi Chong Yidong |
60716
056673a2ec2d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60504
diff
changeset
|
242 lispref/searching.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
243 lispref/sequences.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
244 lispref/streams.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
245 lispref/strings.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
246 lispref/symbols.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
247 lispref/syntax.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
248 lispref/text.texi Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
249 lispref/tips.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
250 lispref/variables.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
251 lispref/windows.texi "Luc Teirlinck" Chong Yidong |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
252 |
61171
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
253 ** Check the Emacs Tutorial. |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
254 |
61202
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
255 The first line of every tutorial must begin with a sentence saying |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
256 "Emacs Tutorial" in the respective language. This should be followed |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
257 by "See end for copying conditions", likewise in the respective |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
258 language. |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
259 |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
260 After each file name, on the same line or the following line, come the |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
261 names of the people who have checked it. |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
262 |
61171
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
263 |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
264 SECTION READERS |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
265 ---------------------------------- |
61202
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
266 etc/TUTORIAL rms |
61171
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
267 etc/TUTORIAL.bg |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
268 etc/TUTORIAL.cn |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
269 etc/TUTORIAL.cs |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
270 etc/TUTORIAL.de |
61202
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
271 etc/TUTORIAL.es |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
272 etc/TUTORIAL.fr |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
273 etc/TUTORIAL.it |
61171
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
274 etc/TUTORIAL.ja |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
275 etc/TUTORIAL.ko |
61208 | 276 etc/TUTORIAL.nl Lute Kamstra |
61171
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
277 etc/TUTORIAL.pl |
61202
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
278 etc/TUTORIAL.pt_BR |
61171
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
279 etc/TUTORIAL.ro |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
280 etc/TUTORIAL.ru |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
281 etc/TUTORIAL.sk |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
282 etc/TUTORIAL.sl |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
283 etc/TUTORIAL.sv |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
284 etc/TUTORIAL.th |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
285 etc/TUTORIAL.zh |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
286 |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
287 |
7647346fa1e1
Tracking the confirmation of translators in admin/FOR-RELEASE for the new title of the tutorial that will also appear in the splash screen. Improvements and corrections in TUTORIAL.es and TUTORIAL.pt_BR.
Marcelo Toledo <marcelo@gnu.org>
parents:
61063
diff
changeset
|
288 |
56267 | 289 |
290 Local variables: | |
291 mode: outline | |
292 end: |