Mercurial > emacs
annotate admin/FOR-RELEASE @ 70879:238e43ed886e
startup.el (command-line): For names of preloaded files, don't append
".elc" (now done in Fload), and call file-truename on the lisp directory.
subr.el (eval-after-load): Fix the doc-string. Allow FILE to match ANY
loaded file with the right name, not just those in load-path. Put a
regexp matching the file name into after-load-alist, rather than the name
itself.
subr.el: New functions load-history-regexp,
load-history-filename-element, do-after-load-evaluation.
international/mule.el (load-with-code-conversion): Do the eval-after-load
stuff by calling do-after-load-evaluation.
author | Alan Mackenzie <acm@muc.de> |
---|---|
date | Wed, 24 May 2006 13:22:12 +0000 |
parents | 423563b78756 |
children | cb7b2f48a590 c44562301a11 |
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 |
63585
ba0246b5a6bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63566
diff
changeset
|
8 ** Update release dates of manuals. |
ba0246b5a6bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63566
diff
changeset
|
9 |
ba0246b5a6bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63566
diff
changeset
|
10 ** Get rid of overfull and underfull boxes in manuals. |
63566
f39bd4f7c7bd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63471
diff
changeset
|
11 |
63591
e477f7119e3c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63585
diff
changeset
|
12 ** Check for widow and orphan lines in manuals; |
e477f7119e3c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63585
diff
changeset
|
13 make sure all the pages really look ok in the manual as formatted. |
e477f7119e3c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63585
diff
changeset
|
14 |
63774
ab5140e18bc9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63726
diff
changeset
|
15 ** Update facemenu-unlisted-faces, adding whatever other |
ab5140e18bc9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63726
diff
changeset
|
16 face name prefixes should be in it for good results. |
63591
e477f7119e3c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63585
diff
changeset
|
17 |
64101 | 18 ** Update AUTHORS. |
19 | |
20 ** Regenerate the postscript files of the reference cards in etc. | |
21 | |
64145
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64137
diff
changeset
|
22 ** Ask maintainers of refcard translations to update them. |
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64137
diff
changeset
|
23 |
66982
99199f06f44c
TODO before release: Tell people to use the new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66980
diff
changeset
|
24 ** Send an email to the various distributions, including the GNOME |
99199f06f44c
TODO before release: Tell people to use the new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66980
diff
changeset
|
25 and KDE projects, to use the new Emacs icons in etc/images/icons. |
99199f06f44c
TODO before release: Tell people to use the new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66980
diff
changeset
|
26 |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
27 * BUGS |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
28 |
70684
bd74847f4dd5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70607
diff
changeset
|
29 ** We need a way a Lisp file encoded in iso-2022 can assure |
bd74847f4dd5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70607
diff
changeset
|
30 reliable decoding regardless of user options. |
bd74847f4dd5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70607
diff
changeset
|
31 |
70804
f9fc135ed521
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70684
diff
changeset
|
32 ** Clean up MUSTBENEW in Fcopy_file. |
f9fc135ed521
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70684
diff
changeset
|
33 |
70365
a3dbc7833b9e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70100
diff
changeset
|
34 ** JD Smith's 17 Apr 2006 bug report that CVS operations |
a3dbc7833b9e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70100
diff
changeset
|
35 get mysterious unreproducible failures. |
a3dbc7833b9e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
70100
diff
changeset
|
36 |
69917
9c5ad38c7798
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69308
diff
changeset
|
37 ** Is there a basic problem with cl-byte-compile-compiler-macro? |
9c5ad38c7798
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69308
diff
changeset
|
38 |
69192
0d69e599a46a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69191
diff
changeset
|
39 ** Markus Gritsch's report about Emacs looping on Windoze with the following |
0d69e599a46a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69191
diff
changeset
|
40 .emacs file, and then reduce Emacs frame width to "something quite narrow": |
0d69e599a46a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69191
diff
changeset
|
41 (setq-default truncate-lines t) |
0d69e599a46a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69191
diff
changeset
|
42 (custom-set-variables |
0d69e599a46a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69191
diff
changeset
|
43 '(hscroll-margin 20) |
0d69e599a46a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69191
diff
changeset
|
44 '(hscroll-step 1) |
0d69e599a46a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
69191
diff
changeset
|
45 ) |
69184 | 46 |
64988
94244c068735
Remove reference to UDP server processes hanging on Windows
Juanma Barranquero <lekktu@gmail.com>
parents:
64891
diff
changeset
|
47 ** TCP server processes do not work on Windows. |
64857
deebf79b94bc
Add W32-specific issues.
Juanma Barranquero <lekktu@gmail.com>
parents:
64849
diff
changeset
|
48 |
deebf79b94bc
Add W32-specific issues.
Juanma Barranquero <lekktu@gmail.com>
parents:
64849
diff
changeset
|
49 TCP/IP server processes created with `make-network-process' consume |
deebf79b94bc
Add W32-specific issues.
Juanma Barranquero <lekktu@gmail.com>
parents:
64849
diff
changeset
|
50 excesive CPU on some Windows environments. Usages of 50% and 100% |
deebf79b94bc
Add W32-specific issues.
Juanma Barranquero <lekktu@gmail.com>
parents:
64849
diff
changeset
|
51 CPU time have been observed on different Window XP configurations. |
65727 | 52 Seems to be a problem in sys_select in w32proc.c. |
64857
deebf79b94bc
Add W32-specific issues.
Juanma Barranquero <lekktu@gmail.com>
parents:
64849
diff
changeset
|
53 |
69056 | 54 In its current form, it sys_select says the socket is ready, so we |
55 call server_accept_connection which again calls accept() which returns | |
56 -1 with errno == WSAEWOULDBLOCK (10035) indicating that there is no | |
57 pending connection to accept. | |
58 | |
69057 | 59 It seems that to fix this, w32 server sockets must use WSAAsyncSelect |
60 + FD_ACCEPT to request notifications of incoming connections... | |
69056 | 61 |
62 | |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
63 * DOCUMENTATION |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
64 |
67598
85f29ee972ff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67554
diff
changeset
|
65 ** Add a node to the Lisp manual describing key sequences from the |
85f29ee972ff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67554
diff
changeset
|
66 Lisp point of view. |
85f29ee972ff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67554
diff
changeset
|
67 |
66674
114b68892a38
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66558
diff
changeset
|
68 ** Check man/info.texi. |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
69 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
70 ** Check the Emacs Lisp manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
71 |
59403
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
72 Each manual section should be checked for factual correctness |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
73 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
|
74 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
|
75 people who have checked it. |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
76 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
77 SECTION READERS |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
78 ---------------------------------- |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
79 lispref/abbrevs.texi "Luc Teirlinck" Chong Yidong |
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
80 lispref/advice.texi joakim@verona.se Chong Yidong |
65924
27e12359729e
Checked files: man/anti.texi, man/maintaining,texi, and lispref/anti.texi
Chong Yidong <cyd@stupidchicken.com>
parents:
65916
diff
changeset
|
81 lispref/anti.texi Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
82 lispref/backups.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
83 lispref/buffers.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
84 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
|
85 lispref/commands.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
86 lispref/compile.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
87 lispref/control.texi "Luc Teirlinck" Chong Yidong |
67648
0f13c8c5ea20
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67645
diff
changeset
|
88 lispref/customize.texi Chong Yidong "Luc Teirlinck" |
60317 | 89 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
|
90 lispref/display.texi Chong Yidong |
63394
32f54f04c71e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63232
diff
changeset
|
91 lispref/edebug.texi Chong Yidong "Luc Teirlinck" |
62247 | 92 lispref/elisp.texi "Luc Teirlinck" Lute Kamstra |
65701
f884f1a84bd0
Checked lispref/errors.texi and lispref/maps.texi
Chong Yidong <cyd@stupidchicken.com>
parents:
65699
diff
changeset
|
93 lispref/errors.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
94 lispref/eval.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
95 lispref/files.texi "Luc Teirlinck" Chong Yidong |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
96 lispref/frames.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
97 lispref/functions.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
98 lispref/hash.texi "Luc Teirlinck" Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
99 lispref/help.texi "Luc Teirlinck" Chong Yidong |
65370
c20c676c58f9
Checked hooks.texi, locals.texi.
Chong Yidong <cyd@stupidchicken.com>
parents:
65350
diff
changeset
|
100 lispref/hooks.texi Lute Kamstra Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
101 lispref/internals.texi "Luc Teirlinck" Chong Yidong |
65333
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65303
diff
changeset
|
102 lispref/intro.texi "Luc Teirlinck" Josh Varner |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
103 lispref/keymaps.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
104 lispref/lists.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
105 lispref/loading.texi "Luc Teirlinck" Chong Yidong |
65370
c20c676c58f9
Checked hooks.texi, locals.texi.
Chong Yidong <cyd@stupidchicken.com>
parents:
65350
diff
changeset
|
106 lispref/locals.texi Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
107 lispref/macros.texi "Luc Teirlinck" Chong Yidong |
65701
f884f1a84bd0
Checked lispref/errors.texi and lispref/maps.texi
Chong Yidong <cyd@stupidchicken.com>
parents:
65699
diff
changeset
|
108 lispref/maps.texi Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
109 lispref/markers.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
110 lispref/minibuf.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
111 lispref/modes.texi Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
112 lispref/nonascii.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
113 lispref/numbers.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
114 lispref/objects.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
115 lispref/os.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
116 lispref/positions.texi "Luc Teirlinck" Chong Yidong |
65001
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
117 lispref/processes.texi Chong Yidong ttn |
60716
056673a2ec2d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60504
diff
changeset
|
118 lispref/searching.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
119 lispref/sequences.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
120 lispref/streams.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
121 lispref/strings.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
122 lispref/symbols.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
123 lispref/syntax.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
124 lispref/text.texi Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
125 lispref/tips.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
126 lispref/variables.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
127 lispref/windows.texi "Luc Teirlinck" Chong Yidong |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
128 |
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
|
129 ** 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
|
130 |
62257
89b47aae4ff5
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62250
diff
changeset
|
131 The first line of every tutorial must begin with text ending in a period |
89b47aae4ff5
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62250
diff
changeset
|
132 (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective language. |
89b47aae4ff5
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62250
diff
changeset
|
133 This should be followed by "See end for copying conditions", likewise |
89b47aae4ff5
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62250
diff
changeset
|
134 in the respective language. |
61202
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
135 |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
136 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
|
137 names of the people who have checked it. |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
138 |
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
|
139 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
|
140 ---------------------------------- |
61202
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
141 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
|
142 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
|
143 etc/TUTORIAL.cn |
61356 | 144 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
|
145 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
|
146 etc/TUTORIAL.es Marcelo Toledo |
65001
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
147 etc/TUTORIAL.fr ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
148 etc/TUTORIAL.it ttn |
61373 | 149 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
|
150 etc/TUTORIAL.ko |
61208 | 151 etc/TUTORIAL.nl Lute Kamstra |
62086
5393e8e13b21
Updated header of TUTORIAL.pl.
Marcelo Toledo <marcelo@gnu.org>
parents:
62067
diff
changeset
|
152 etc/TUTORIAL.pl Slawomir Nowaczyk <slawek@cs.lth.se> |
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
|
153 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
|
154 etc/TUTORIAL.ro |
61559
818ed72fc2d1
TUTORIAL.ru and TUTORIAL.th updated header.
Marcelo Toledo <marcelo@gnu.org>
parents:
61538
diff
changeset
|
155 etc/TUTORIAL.ru Alex Ott <alexott@gmail.com> |
61538
1ba2007fb029
TUTORIAL.sk updated header.
Marcelo Toledo <marcelo@gnu.org>
parents:
61506
diff
changeset
|
156 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
|
157 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
|
158 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
|
159 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
|
160 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
|
161 |
56267 | 162 |
163 Local variables: | |
164 mode: outline | |
165 end: |