Mercurial > emacs
annotate admin/FOR-RELEASE @ 67474:a75f6e2ee182
(hi-lock-mode) Renamed from hi-lock-buffer-mode; react if global-hi-lock-mode
seems intended.
(global-hi-lock-mode) Renamed from hi-lock-mode.
(hi-lock-archaic-interface-message-used, hi-lock-archaic-interface-deduce): New
variables.
(turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
(hi-lock-face-buffer, hi-lock-face-phrase-buffer)
(hi-lock-find-patterns, hi-lock-font-lock-hook): Replace hi-lock-buffer-mode
with hi-lock-mode.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 10 Dec 2005 11:47:28 +0000 |
parents | f9832f025dd5 |
children | 11413776131b 39bb10ce301a |
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 ** Spell check the manuals. |
ba0246b5a6bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63566
diff
changeset
|
11 |
ba0246b5a6bb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63566
diff
changeset
|
12 ** Get rid of overfull and underfull boxes in manuals. |
63566
f39bd4f7c7bd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63471
diff
changeset
|
13 |
63591
e477f7119e3c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63585
diff
changeset
|
14 ** Check for widow and orphan lines in manuals; |
e477f7119e3c
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63585
diff
changeset
|
15 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
|
16 |
63774
ab5140e18bc9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63726
diff
changeset
|
17 ** Update facemenu-unlisted-faces, adding whatever other |
ab5140e18bc9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63726
diff
changeset
|
18 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
|
19 |
64101 | 20 ** Update AUTHORS. |
21 | |
22 ** Regenerate the postscript files of the reference cards in etc. | |
23 | |
64145
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64137
diff
changeset
|
24 ** Ask maintainers of refcard translations to update them. |
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64137
diff
changeset
|
25 |
64263
07ae9d7af2e5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64190
diff
changeset
|
26 ** Check what should be deleted or updated in MORE.STUFF. |
07ae9d7af2e5
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64190
diff
changeset
|
27 |
66982
99199f06f44c
TODO before release: Tell people to use the new icons.
Chong Yidong <cyd@stupidchicken.com>
parents:
66980
diff
changeset
|
28 ** 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
|
29 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
|
30 |
56267 | 31 * NEW FEATURES |
32 | |
65727 | 33 ** Rework how fringe bitmaps are defined and used. |
34 Currently, bitmap usage and bitmap appearence are "mixed-up" in a | |
35 one-level representation. It would be cleaner to split the | |
36 representation into a two-level model where first level maps | |
37 bitmap usage to a bitmap name, and second level maps bitmap name to | |
38 a bitmap appearence. | |
39 [Assigned to KFS] | |
40 | |
56267 | 41 * FATAL ERRORS |
42 | |
57845
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
43 ** Investigate reported crashes in compact_small_strings. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
44 |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
45 ** Investigate reported crashes related to using an |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
46 invalid pointer from string_free_list. |
d68febf099b4
Add redisplay related errors.
Kim F. Storm <storm@cua.dk>
parents:
57829
diff
changeset
|
47 |
58282
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
48 * BUGS |
7c3f5740a5cc
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58196
diff
changeset
|
49 |
67400
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
50 ** Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS" |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
51 |
64988
94244c068735
Remove reference to UDP server processes hanging on Windows
Juanma Barranquero <lekktu@gmail.com>
parents:
64891
diff
changeset
|
52 ** TCP server processes do not work on Windows. |
64857
deebf79b94bc
Add W32-specific issues.
Juanma Barranquero <lekktu@gmail.com>
parents:
64849
diff
changeset
|
53 |
deebf79b94bc
Add W32-specific issues.
Juanma Barranquero <lekktu@gmail.com>
parents:
64849
diff
changeset
|
54 TCP/IP server processes created with `make-network-process' consume |
deebf79b94bc
Add W32-specific issues.
Juanma Barranquero <lekktu@gmail.com>
parents:
64849
diff
changeset
|
55 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
|
56 CPU time have been observed on different Window XP configurations. |
65727 | 57 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
|
58 |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
59 * DOCUMENTATION |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
60 |
67400
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
61 ** Fix some of these doc strings by adding \\<keymap-name> where needed. |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
62 |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
63 ada-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
64 array-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
65 artist-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
66 autoarg-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
67 bibtext-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
68 bookmark-bmenu-other-window-with-mouse |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
69 checkdoc-minor-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
70 constrain-to-field |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
71 copy-file |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
72 decipher-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
73 define-generic-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
74 define-ibuffer-op |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
75 diff-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
76 dired-maybe-insert-subdir |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
77 ediff-merge-buffers-with-ancestor |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
78 ediff-merge-directories-with-ancestor |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
79 ediff-merge-directory-revisions-with-ancestor |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
80 edir-merge-revisions-with-ancestor |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
81 edirs-merge-with-ancestor |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
82 edit-picture |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
83 ethio-fidel-to-sera-mail-or-marker |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
84 ethio-sera-to-fidel-mail-or-marker |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
85 face-attribute-specified-or |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
86 face-equal |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
87 flyspell-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
88 hexl-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
89 hi-lock-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
90 ibuffer |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
91 ido-find-file |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
92 internal-lisp-face-equal-p |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
93 isearch-forward |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
94 kmacro-start-macro |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
95 kmacro-start-macro-or-insert-counter |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
96 make-byte-code |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
97 mh-user-agent-compose |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
98 next-single-char-property-change |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
99 octave-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
100 outline-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
101 pascal-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
102 picture-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
103 previous-single-char-property-change |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
104 python-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
105 read-from-minibuffer |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
106 read-key-sequence |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
107 read-key-sequence-vector |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
108 reftex-index-phrases-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
109 reftex-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
110 rmail-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
111 sh-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
112 shell-script-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
113 solar-equinoxes-solstices |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
114 table-capture |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
115 table-insert |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
116 table-split-cell-horizontally |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
117 view-mode |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
118 w32-shell-dos-semantics |
722a21c764a9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
67391
diff
changeset
|
119 |
66674
114b68892a38
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66558
diff
changeset
|
120 ** Check man/info.texi. |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
121 |
62067
bee2af4a7427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61602
diff
changeset
|
122 ** Add missing years in copyright notices of all files. |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
123 |
62067
bee2af4a7427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61602
diff
changeset
|
124 Please record your name here and say which part of the distribution |
bee2af4a7427
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61602
diff
changeset
|
125 you're going to handle. |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
126 |
62141 | 127 DIRECTORY STATUS IN CHARGE |
128 --------- ------ --------- | |
65092
a54c7c22bb33
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65001
diff
changeset
|
129 etc (and subdirs) done Thien-Thi Nguyen (ttn(@gnu.org)) |
62397 | 130 leim working Kenichi Handa |
65001
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
131 lib-src done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
132 lisp done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
133 lisp/calc done ttn |
67466 | 134 lisp/calendar done Glenn Morris |
65001
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
135 lisp/emacs-lisp done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
136 lisp/emulation done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
137 lisp/eshell done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
138 lisp/gnus done ttn |
62275 | 139 lisp/international done Kenichi Handa |
64749
5e716228ee1e
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64704
diff
changeset
|
140 lisp/language done Kenichi Handa |
65001
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
141 lisp/mail done ttn |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66012
diff
changeset
|
142 lisp/mh-e done Bill Wohler |
65001
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
143 lisp/net done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
144 lisp/obsolete done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
145 lisp/play done ttn |
64704
daf852151794
Update copyright years section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64700
diff
changeset
|
146 lisp/progmodes done Nick Roberts |
65001
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
147 lisp/term done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
148 lisp/textmodes done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
149 lisp/url done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
150 lispintro done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
151 lispref done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
152 lwlib done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
153 m4 done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
154 mac (and subdirs) done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
155 man done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
156 msdos done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
157 nt (and subdirs) done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
158 oldXMenu done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
159 src (and subdirs) done ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
160 vms done ttn |
62141 | 161 |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
162 ** Check the Emacs manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
163 |
59403
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
164 Each manual section should be checked for factual correctness |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
165 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
|
166 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
|
167 people who have checked it. |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
168 |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
169 SECTION READERS |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
170 ----------------------------- |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
171 man/abbrevs.texi Chong Yidong Joakim Verona |
65924
27e12359729e
Checked files: man/anti.texi, man/maintaining,texi, and lispref/anti.texi
Chong Yidong <cyd@stupidchicken.com>
parents:
65916
diff
changeset
|
172 man/anti.texi Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
173 man/basic.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
174 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
|
175 man/building.texi "Ted Zlatanov" <tzz@lifelogs.com> |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
176 man/calendar.texi joakim@verona.se Chong Yidong |
61193
4a6c38cb9e23
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61171
diff
changeset
|
177 man/cmdargs.texi Chong Yidong "Luc Teirlinck" |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
178 man/commands.texi "Luc Teirlinck" Chong Yidong |
67373
13ebe78ad942
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
67197
diff
changeset
|
179 man/custom.texi Chong Yidong "Luc Teirlinck" |
60199 | 180 man/dired.texi Chong Yidong joakim@verona.se |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
181 man/display.texi "Luc Teirlinck" Chong Yidong |
62648 | 182 man/emacs.texi "Luc Teirlinck" Lute Kamstra |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
183 man/entering.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
184 man/files.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
185 man/fixit.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
186 man/frames.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
187 man/glossary.texi Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
188 man/help.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
189 man/indent.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
190 man/killing.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
191 man/kmacro.texi "Luc Teirlinck" Chong Yidong |
66832 | 192 man/macos.texi 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
|
193 man/maintaining.texi Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
194 man/major.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
195 man/mark.texi "Luc Teirlinck" Chong Yidong |
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
196 man/mini.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
197 man/misc.texi Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
198 man/msdog.texi Chong Yidong |
63681 | 199 man/mule.texi "Luc Teirlinck" Kenichi Handa |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
200 man/m-x.texi "Luc Teirlinck" Chong Yidong |
60716
056673a2ec2d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60504
diff
changeset
|
201 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
|
202 man/programs.texi "Stephen Eglen" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
203 man/regs.texi "Luc Teirlinck" Chong Yidong |
61420
132c9732a8f0
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61373
diff
changeset
|
204 man/rmail.texi Chong Yidong "Luc Teirlinck" |
60716
056673a2ec2d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60504
diff
changeset
|
205 man/screen.texi "Luc Teirlinck" Chong Yidong |
056673a2ec2d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60504
diff
changeset
|
206 man/search.texi "Luc Teirlinck" Chong Yidong |
61371
6ac5acdd8165
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
61356
diff
changeset
|
207 man/sending.texi Chong Yidong "Luc Teirlinck" |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
208 man/text.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
209 man/trouble.texi Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
210 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
|
211 man/xresources.texi |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
212 |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
213 ** Check the Emacs Lisp manual. |
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
214 |
59403
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
215 Each manual section should be checked for factual correctness |
091d63cb5ca6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59372
diff
changeset
|
216 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
|
217 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
|
218 people who have checked it. |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
219 |
57175
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
220 SECTION READERS |
e0ab3b50dc85
(Indications): Rearrange checklists for Emacs and Elisp manuals.
Luc Teirlinck <teirllm@auburn.edu>
parents:
57167
diff
changeset
|
221 ---------------------------------- |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
222 lispref/abbrevs.texi "Luc Teirlinck" Chong Yidong |
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
223 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
|
224 lispref/anti.texi Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
225 lispref/backups.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
226 lispref/buffers.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
227 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
|
228 lispref/commands.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
229 lispref/compile.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
230 lispref/control.texi "Luc Teirlinck" Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
231 lispref/customize.texi Chong Yidong |
60317 | 232 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
|
233 lispref/display.texi Chong Yidong |
63394
32f54f04c71e
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
63232
diff
changeset
|
234 lispref/edebug.texi Chong Yidong "Luc Teirlinck" |
62247 | 235 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
|
236 lispref/errors.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
237 lispref/eval.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
238 lispref/files.texi "Luc Teirlinck" Chong Yidong |
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
239 lispref/frames.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
240 lispref/functions.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
241 lispref/hash.texi "Luc Teirlinck" Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
242 lispref/help.texi "Luc Teirlinck" Chong Yidong |
65370
c20c676c58f9
Checked hooks.texi, locals.texi.
Chong Yidong <cyd@stupidchicken.com>
parents:
65350
diff
changeset
|
243 lispref/hooks.texi Lute Kamstra Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
244 lispref/internals.texi "Luc Teirlinck" Chong Yidong |
65333
6d261c2eb3dd
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
65303
diff
changeset
|
245 lispref/intro.texi "Luc Teirlinck" Josh Varner |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
246 lispref/keymaps.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
247 lispref/lists.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
248 lispref/loading.texi "Luc Teirlinck" Chong Yidong |
65370
c20c676c58f9
Checked hooks.texi, locals.texi.
Chong Yidong <cyd@stupidchicken.com>
parents:
65350
diff
changeset
|
249 lispref/locals.texi Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
250 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
|
251 lispref/maps.texi Chong Yidong |
60285
c927537088e9
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60226
diff
changeset
|
252 lispref/markers.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
253 lispref/minibuf.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
254 lispref/modes.texi Chong Yidong |
60504
7e29653a0f41
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60317
diff
changeset
|
255 lispref/nonascii.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
256 lispref/numbers.texi "Luc Teirlinck" Chong Yidong |
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
257 lispref/objects.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
258 lispref/os.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
259 lispref/positions.texi "Luc Teirlinck" Chong Yidong |
65001
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
260 lispref/processes.texi Chong Yidong ttn |
60716
056673a2ec2d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60504
diff
changeset
|
261 lispref/searching.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
262 lispref/sequences.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
263 lispref/streams.texi "Luc Teirlinck" Chong Yidong |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59894
diff
changeset
|
264 lispref/strings.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
265 lispref/symbols.texi "Luc Teirlinck" Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
266 lispref/syntax.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
267 lispref/text.texi Chong Yidong |
60226
da8941727664
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60199
diff
changeset
|
268 lispref/tips.texi "Luc Teirlinck" Chong Yidong |
60049
17bee7f39dee
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
60009
diff
changeset
|
269 lispref/variables.texi "Luc Teirlinck" Chong Yidong |
59894
0d396bc457d8
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59801
diff
changeset
|
270 lispref/windows.texi "Luc Teirlinck" Chong Yidong |
57063
db5f50a7e5fa
(Documentation): Add NEWS entry.
Kim F. Storm <storm@cua.dk>
parents:
57060
diff
changeset
|
271 |
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
|
272 ** 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
|
273 |
62257
89b47aae4ff5
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62250
diff
changeset
|
274 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
|
275 (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective language. |
89b47aae4ff5
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
62250
diff
changeset
|
276 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
|
277 in the respective language. |
61202
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
278 |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
279 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
|
280 names of the people who have checked it. |
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
281 |
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
|
282 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
|
283 ---------------------------------- |
61202
27302c01afb4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61195
diff
changeset
|
284 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
|
285 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
|
286 etc/TUTORIAL.cn |
61356 | 287 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
|
288 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
|
289 etc/TUTORIAL.es Marcelo Toledo |
65001
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
290 etc/TUTORIAL.fr ttn |
4e3524c4bfa1
Update "copyright years" section.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64988
diff
changeset
|
291 etc/TUTORIAL.it ttn |
61373 | 292 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
|
293 etc/TUTORIAL.ko |
61208 | 294 etc/TUTORIAL.nl Lute Kamstra |
62086
5393e8e13b21
Updated header of TUTORIAL.pl.
Marcelo Toledo <marcelo@gnu.org>
parents:
62067
diff
changeset
|
295 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
|
296 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
|
297 etc/TUTORIAL.ro |
61559
818ed72fc2d1
TUTORIAL.ru and TUTORIAL.th updated header.
Marcelo Toledo <marcelo@gnu.org>
parents:
61538
diff
changeset
|
298 etc/TUTORIAL.ru Alex Ott <alexott@gmail.com> |
61538
1ba2007fb029
TUTORIAL.sk updated header.
Marcelo Toledo <marcelo@gnu.org>
parents:
61506
diff
changeset
|
299 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
|
300 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
|
301 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
|
302 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
|
303 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
|
304 |
56267 | 305 |
306 Local variables: | |
307 mode: outline | |
308 end: |