annotate admin/FOR-RELEASE @ 90147:e1fbb019c538

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 258-271) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 66) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 21 Apr 2005 05:59:53 +0000
parents 146c086df160 71c8a6678c21
children 08185296b491
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
8 * NEW FEATURES
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
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
250baa36f408 Add scroll-bar note.
Kim F. Storm <storm@cua.dk>
parents: 60167
diff changeset
21 ** Enhance scroll-bar to handle tall line (similar to line-move).
250baa36f408 Add scroll-bar note.
Kim F. Storm <storm@cua.dk>
parents: 60167
diff changeset
22
61506
d1e357adedb5 Add: Adapt mouse-sel-mode to mouse-1-click-follows-link.
Kim F. Storm <storm@cua.dk>
parents: 61430
diff changeset
23 ** Adapt mouse-sel-mode to mouse-1-click-follows-link.
d1e357adedb5 Add: Adapt mouse-sel-mode to mouse-1-click-follows-link.
Kim F. Storm <storm@cua.dk>
parents: 61430
diff changeset
24
60199
250baa36f408 Add scroll-bar note.
Kim F. Storm <storm@cua.dk>
parents: 60167
diff changeset
25
56267
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
26 * FATAL ERRORS
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
27
61195
37792ab26953 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 61193
diff changeset
28 ** 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
29
57845
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
30 ** Investigate reported crashes in compact_small_strings.
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
31
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
32 ** Investigate reported crashes related to using an
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
33 invalid pointer from string_free_list.
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
34
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
35
57829
95e2d2018daa *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 57356
diff changeset
36 * LOSSAGE
95e2d2018daa *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 57356
diff changeset
37
95e2d2018daa *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 57356
diff changeset
38 ** Clean up flymake.el to follow Emacs Lisp conventions.
56267
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
39
58282
7c3f5740a5cc *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 58196
diff changeset
40 * BUGS
7c3f5740a5cc *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 58196
diff changeset
41
58814
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
42 ** Ange-ftp should ignore irrelevant IPv6 errors:
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
43
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
44 Message-Id: <4121-Tue23Mar2004165249+0100-piet@cs.uu.nl>
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
45 From: "Piet van Oostrum" <piet@cs.uu.nl>
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
46 To: emacs-pretest-bug@gnu.org
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
47 Subject: Ange-ftp can't deal with IPV6/IPV4 fallback
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
48
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
49 Symptoms:
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
50
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
51 C-x C-f /ftp.nluug.nl:/
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
52
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
53 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
54 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
55
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
56 ftp> open ftp.nluug.nl
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
57 Trying 2001:610:1:80aa:192:87:102:36...
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
58 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
59 Trying 192.87.102.36...
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
60 Connected to ftp.nluug.nl.
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
61
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
62 Ange-ftp chokes on the `No route to host' message and doesn't look any
58997
f7098e12436d *** empty log message ***
Kim F. Storm <storm@cua.dk>
parents: 58814
diff changeset
63 further.
58814
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 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
66 time to make anfe-ftp more intelligent.
8cf051896b6b *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 58404
diff changeset
67
58282
7c3f5740a5cc *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 58196
diff changeset
68
56267
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
69 * GTK RELATED BUGS
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
70
56253
5eca32ea0d37 Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
71 ** 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
72
57845
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
73
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
74 * REDISPLAY RELATED BUGS
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
75
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
76 ** Avoid unbreakable loops in redisplay.
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
77
d68febf099b4 Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents: 57829
diff changeset
78 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
79 (space 'left-margin)
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 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
82 is encountered.
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
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
85 * DOCUMENTATION
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
86
58047
f770ded5ea67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 57894
diff changeset
87 ** Document Custom Themes.
f770ded5ea67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 57894
diff changeset
88
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
89 ** Finish updating the Emacs Lisp manual.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
90
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
91 ** Update the Emacs manual.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
92
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
93 *** Update man/info.texi.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
94
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
95 *** Update man/ack.texi.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
96
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
97 ** Add missing years in copyright notices of all files.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
98
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
99 ** Update AUTHORS.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
100
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
101 ** Reorder NEWS entries.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
102
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
103 ** Check the Emacs manual.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
104
59403
091d63cb5ca6 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59372
diff changeset
105 Each manual section should be checked for factual correctness
091d63cb5ca6 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59372
diff changeset
106 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
107 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
108 people who have checked it.
57175
e0ab3b50dc85 (Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents: 57167
diff changeset
109
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
110
57175
e0ab3b50dc85 (Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents: 57167
diff changeset
111 SECTION READERS
e0ab3b50dc85 (Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents: 57167
diff changeset
112 -----------------------------
60504
7e29653a0f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60317
diff changeset
113 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
114 man/anti.texi
59954
c48813f32e6b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59894
diff changeset
115 man/basic.texi "Luc Teirlinck" Chong Yidong
59894
0d396bc457d8 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59801
diff changeset
116 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
117 man/building.texi "Ted Zlatanov" <tzz@lifelogs.com>
60504
7e29653a0f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60317
diff changeset
118 man/calendar.texi joakim@verona.se Chong Yidong
61193
4a6c38cb9e23 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 61171
diff changeset
119 man/cmdargs.texi Chong Yidong "Luc Teirlinck"
60504
7e29653a0f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60317
diff changeset
120 man/commands.texi "Luc Teirlinck" Chong Yidong
59954
c48813f32e6b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59894
diff changeset
121 man/custom.texi Chong Yidong
60199
250baa36f408 Add scroll-bar note.
Kim F. Storm <storm@cua.dk>
parents: 60167
diff changeset
122 man/dired.texi Chong Yidong joakim@verona.se
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
123 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
124 man/emacs.texi "Luc Teirlinck"
59954
c48813f32e6b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59894
diff changeset
125 man/entering.texi "Luc Teirlinck" Chong Yidong
59894
0d396bc457d8 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59801
diff changeset
126 man/files.texi "Luc Teirlinck" Chong Yidong
60226
da8941727664 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60199
diff changeset
127 man/fixit.texi "Luc Teirlinck" Chong Yidong
59894
0d396bc457d8 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59801
diff changeset
128 man/frames.texi "Luc Teirlinck" Chong Yidong
60504
7e29653a0f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60317
diff changeset
129 man/glossary.texi Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
130 man/help.texi "Luc Teirlinck" Chong Yidong
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
131 man/indent.texi "Luc Teirlinck" Chong Yidong
59954
c48813f32e6b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59894
diff changeset
132 man/killing.texi "Luc Teirlinck" Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
133 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
134 man/macos.texi
e0ab3b50dc85 (Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents: 57167
diff changeset
135 man/maintaining.texi
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
136 man/major.texi "Luc Teirlinck" Chong Yidong
60226
da8941727664 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60199
diff changeset
137 man/mark.texi "Luc Teirlinck" Chong Yidong
da8941727664 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60199
diff changeset
138 man/mini.texi "Luc Teirlinck" Chong Yidong
60504
7e29653a0f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60317
diff changeset
139 man/misc.texi Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
140 man/msdog.texi Chong Yidong
57175
e0ab3b50dc85 (Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents: 57167
diff changeset
141 man/mule.texi "Luc Teirlinck"
60226
da8941727664 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60199
diff changeset
142 man/m-x.texi "Luc Teirlinck" Chong Yidong
60716
056673a2ec2d *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60504
diff changeset
143 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
144 man/programs.texi "Stephen Eglen" Chong Yidong
59954
c48813f32e6b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59894
diff changeset
145 man/regs.texi "Luc Teirlinck" Chong Yidong
61420
132c9732a8f0 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 61373
diff changeset
146 man/rmail.texi Chong Yidong "Luc Teirlinck"
60716
056673a2ec2d *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60504
diff changeset
147 man/screen.texi "Luc Teirlinck" Chong Yidong
056673a2ec2d *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60504
diff changeset
148 man/search.texi "Luc Teirlinck" Chong Yidong
61371
6ac5acdd8165 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 61356
diff changeset
149 man/sending.texi Chong Yidong "Luc Teirlinck"
59894
0d396bc457d8 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59801
diff changeset
150 man/text.texi "Luc Teirlinck" Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
151 man/trouble.texi Chong Yidong
59894
0d396bc457d8 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59801
diff changeset
152 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
153 man/xresources.texi
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
154
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
155 ** Check the Emacs Lisp manual.
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
156
59403
091d63cb5ca6 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59372
diff changeset
157 Each manual section should be checked for factual correctness
091d63cb5ca6 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59372
diff changeset
158 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
159 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
160 people who have checked it.
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
161
57175
e0ab3b50dc85 (Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents: 57167
diff changeset
162 SECTION READERS
e0ab3b50dc85 (Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents: 57167
diff changeset
163 ----------------------------------
60285
c927537088e9 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60226
diff changeset
164 lispref/abbrevs.texi "Luc Teirlinck" Chong Yidong
c927537088e9 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60226
diff changeset
165 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
166 lispref/anti.texi
60285
c927537088e9 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60226
diff changeset
167 lispref/backups.texi "Luc Teirlinck" Chong Yidong
59894
0d396bc457d8 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59801
diff changeset
168 lispref/buffers.texi "Luc Teirlinck" Chong Yidong
60504
7e29653a0f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60317
diff changeset
169 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
170 lispref/commands.texi "Luc Teirlinck" Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
171 lispref/compile.texi "Luc Teirlinck" Chong Yidong
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
172 lispref/control.texi "Luc Teirlinck" Chong Yidong
60504
7e29653a0f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60317
diff changeset
173 lispref/customize.texi Chong Yidong
60317
dbdab00b8f09 *** empty log message ***
Lute Kamstra <lute@gnu.org>
parents: 60307
diff changeset
174 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
175 lispref/display.texi Chong Yidong
7e29653a0f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60317
diff changeset
176 lispref/edebug.texi Chong Yidong
57175
e0ab3b50dc85 (Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents: 57167
diff changeset
177 lispref/elisp.texi "Luc Teirlinck"
e0ab3b50dc85 (Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents: 57167
diff changeset
178 lispref/errors.texi "Luc Teirlinck"
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
179 lispref/eval.texi "Luc Teirlinck" Chong Yidong
59894
0d396bc457d8 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59801
diff changeset
180 lispref/files.texi "Luc Teirlinck" Chong Yidong
0d396bc457d8 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59801
diff changeset
181 lispref/frames.texi "Luc Teirlinck" Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
182 lispref/functions.texi "Luc Teirlinck" Chong Yidong
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
183 lispref/hash.texi "Luc Teirlinck" Chong Yidong
60285
c927537088e9 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60226
diff changeset
184 lispref/help.texi "Luc Teirlinck" Chong Yidong
61208
ea3f847d73b1 *** empty log message ***
Lute Kamstra <lute@gnu.org>
parents: 61202
diff changeset
185 lispref/hooks.texi Lute Kamstra
60504
7e29653a0f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60317
diff changeset
186 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
187 lispref/intro.texi "Luc Teirlinck"
60285
c927537088e9 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60226
diff changeset
188 lispref/keymaps.texi "Luc Teirlinck" Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
189 lispref/lists.texi "Luc Teirlinck" Chong Yidong
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
190 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
191 lispref/locals.texi
60285
c927537088e9 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60226
diff changeset
192 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
193 lispref/maps.texi
60285
c927537088e9 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60226
diff changeset
194 lispref/markers.texi "Luc Teirlinck" Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
195 lispref/minibuf.texi "Luc Teirlinck" Chong Yidong
59954
c48813f32e6b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59894
diff changeset
196 lispref/modes.texi Chong Yidong
60504
7e29653a0f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60317
diff changeset
197 lispref/nonascii.texi "Luc Teirlinck" Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
198 lispref/numbers.texi "Luc Teirlinck" Chong Yidong
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
199 lispref/objects.texi "Luc Teirlinck" Chong Yidong
60226
da8941727664 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60199
diff changeset
200 lispref/os.texi "Luc Teirlinck" Chong Yidong
59954
c48813f32e6b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59894
diff changeset
201 lispref/positions.texi "Luc Teirlinck" Chong Yidong
60285
c927537088e9 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60226
diff changeset
202 lispref/processes.texi Chong Yidong
60716
056673a2ec2d *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60504
diff changeset
203 lispref/searching.texi "Luc Teirlinck" Chong Yidong
60226
da8941727664 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60199
diff changeset
204 lispref/sequences.texi "Luc Teirlinck" Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
205 lispref/streams.texi "Luc Teirlinck" Chong Yidong
59954
c48813f32e6b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59894
diff changeset
206 lispref/strings.texi "Luc Teirlinck" Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
207 lispref/symbols.texi "Luc Teirlinck" Chong Yidong
60226
da8941727664 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60199
diff changeset
208 lispref/syntax.texi "Luc Teirlinck" Chong Yidong
59894
0d396bc457d8 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59801
diff changeset
209 lispref/text.texi Chong Yidong
60226
da8941727664 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60199
diff changeset
210 lispref/tips.texi "Luc Teirlinck" Chong Yidong
60049
17bee7f39dee *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 60009
diff changeset
211 lispref/variables.texi "Luc Teirlinck" Chong Yidong
59894
0d396bc457d8 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 59801
diff changeset
212 lispref/windows.texi "Luc Teirlinck" Chong Yidong
57063
db5f50a7e5fa (Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents: 57060
diff changeset
213
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
214 ** 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
215
61202
27302c01afb4 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 61195
diff changeset
216 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
217 "Emacs Tutorial" in the respective language. This should be followed
27302c01afb4 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 61195
diff changeset
218 by "See end for copying conditions", likewise in the respective
27302c01afb4 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 61195
diff changeset
219 language.
27302c01afb4 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 61195
diff changeset
220
27302c01afb4 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 61195
diff changeset
221 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
222 names of the people who have checked it.
27302c01afb4 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 61195
diff changeset
223
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
224
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
225 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
226 ----------------------------------
61202
27302c01afb4 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 61195
diff changeset
227 etc/TUTORIAL rms
61221
ee24a0da4818 TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in revision 1.59, Emacs is not transliterated to cyrillic anymore; fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>, TUTORIAL.sv: Sync some other changes with the TUTORIAL version 1.61 in CVS by Mats Lidell <matsl@contactor.se>. Corrected admin/ChangeLog entry. Updated admin/FOR-RELEASE.
Marcelo Toledo <marcelo@gnu.org>
parents: 61208
diff changeset
228 etc/TUTORIAL.bg Ognyan Kulev <ogi@fmi.uni-sofia.bg>
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
229 etc/TUTORIAL.cn
61356
0520e8d73d6f TUTORIAL.cs updated.
Marcelo Toledo <marcelo@gnu.org>
parents: 61332
diff changeset
230 etc/TUTORIAL.cs Pavel Janík <Pavel@Janik.cz>
61332
aa57f6966124 TUTORIAL.de first line updated.
Marcelo Toledo <marcelo@gnu.org>
parents: 61324
diff changeset
231 etc/TUTORIAL.de Werner LEMBERG <wl@gnu.org>
61221
ee24a0da4818 TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in revision 1.59, Emacs is not transliterated to cyrillic anymore; fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>, TUTORIAL.sv: Sync some other changes with the TUTORIAL version 1.61 in CVS by Mats Lidell <matsl@contactor.se>. Corrected admin/ChangeLog entry. Updated admin/FOR-RELEASE.
Marcelo Toledo <marcelo@gnu.org>
parents: 61208
diff changeset
232 etc/TUTORIAL.es Marcelo Toledo
61295
b5620f09a3b2 Mark TUTORIAL.{fr,it,ja} as checked.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 61222
diff changeset
233 etc/TUTORIAL.fr Thien-Thi Nguyen
b5620f09a3b2 Mark TUTORIAL.{fr,it,ja} as checked.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 61222
diff changeset
234 etc/TUTORIAL.it Thien-Thi Nguyen
61373
bd95d1a94df4 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 61371
diff changeset
235 etc/TUTORIAL.ja Kenichi Handa <handa@m17n.org>
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
236 etc/TUTORIAL.ko
61208
ea3f847d73b1 *** empty log message ***
Lute Kamstra <lute@gnu.org>
parents: 61202
diff changeset
237 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
238 etc/TUTORIAL.pl
61221
ee24a0da4818 TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in revision 1.59, Emacs is not transliterated to cyrillic anymore; fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>, TUTORIAL.sv: Sync some other changes with the TUTORIAL version 1.61 in CVS by Mats Lidell <matsl@contactor.se>. Corrected admin/ChangeLog entry. Updated admin/FOR-RELEASE.
Marcelo Toledo <marcelo@gnu.org>
parents: 61208
diff changeset
239 etc/TUTORIAL.pt_BR Marcelo Toledo
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
240 etc/TUTORIAL.ro
61559
818ed72fc2d1 TUTORIAL.ru and TUTORIAL.th updated header.
Marcelo Toledo <marcelo@gnu.org>
parents: 61538
diff changeset
241 etc/TUTORIAL.ru Alex Ott <alexott@gmail.com>
61538
1ba2007fb029 TUTORIAL.sk updated header.
Marcelo Toledo <marcelo@gnu.org>
parents: 61506
diff changeset
242 etc/TUTORIAL.sk Pavel Janík <Pavel@Janik.cz>
61324
1f1b8a1bcc8a Added field maintainer in etc/TUTORIAL.translators. Slovenian TUTORIAL confirmed in admin/FOR-RELEASE. TUTORIAL.ja was set as confirmed, but it still not agree with the correct form.
Marcelo Toledo <marcelo@gnu.org>
parents: 61295
diff changeset
243 etc/TUTORIAL.sl Primoz PETERLIN <primoz.peterlin@biofiz.mf.uni-lj.si>
61221
ee24a0da4818 TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in revision 1.59, Emacs is not transliterated to cyrillic anymore; fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>, TUTORIAL.sv: Sync some other changes with the TUTORIAL version 1.61 in CVS by Mats Lidell <matsl@contactor.se>. Corrected admin/ChangeLog entry. Updated admin/FOR-RELEASE.
Marcelo Toledo <marcelo@gnu.org>
parents: 61208
diff changeset
244 etc/TUTORIAL.sv Mats Lidell <matsl@contactor.se>
61559
818ed72fc2d1 TUTORIAL.ru and TUTORIAL.th updated header.
Marcelo Toledo <marcelo@gnu.org>
parents: 61538
diff changeset
245 etc/TUTORIAL.th Virach Sornlertlamvanich <virach@tcllab.org>
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
246 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
247
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
248
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
249
56267
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
250
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
251 Local variables:
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
252 mode: outline
d8b8139546ea Use outline-mode.
Kim F. Storm <storm@cua.dk>
parents: 56266
diff changeset
253 end: