]> code.delx.au - gnu-emacs/blob - admin/FOR-RELEASE
7b081eb2cb93e6b6adf2a24f49c8b5f04c1780ec
[gnu-emacs] / admin / FOR-RELEASE
1 Tasks needed before the next release.
2
3 * TO BE DONE SHORTLY BEFORE RELEASE
4
5 ** Check for widow and orphan lines in manuals;
6 make sure all the pages really look ok in the manual as formatted.
7
8 ** Regenerate the pdf versions of the reference cards in etc/refcards/.
9
10 ** Ask maintainers of refcard translations to update them.
11
12 Emacs 22 translators:
13
14 LANG Translator Status
15 cs Pavel Janík
16 de Sven Joachim
17 fr Eric Jacoboni
18 pl Włodek Bzyl
19 pt-br Rodrigo Real
20 ru Alex Ott
21 sk Miroslav Vaško
22
23 ** Remove temporary +++/--- lines in NEWS.
24
25 ** Try to reorder NEWS: most important things first, related items together.
26
27 * BUGS
28
29 ** Does deleting frames run Lisp code? If so, can we get rid of that?
30 It is a dangerous design.
31 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html
32
33 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c?
34 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01987.html
35
36 ** rms: gnus-dired.el is a mistake. Those features should not
37 be part of Gnus. They should be moved to some other part of Emacs.
38 rsteib: Gnus dependencies in `gnus-dired.el' (and `mailcap.el') have been
39 minimized. I don't know what is left to do here.
40
41 ** Check for modes which bind M-s that conflicts with a new global binding M-s
42 and change key bindings where necessary. The current list of modes:
43
44 1. Gnus binds `M-s' to `gnus-summary-search-article-forward'.
45
46 2. Minibuffer binds `M-s' to `next-matching-history-element'
47 (not useful any more since C-s can now search in the history).
48
49 3. Shell mode binds `M-s' to `comint-next-matching-input'.
50 This key binding can be changed later when we will implement
51 incremental search through the shell history.
52
53 4. `center-line' in Text mode was already moved to the text formatting
54 keymap as `M-o M-s' (thus this binding is not necessary any more
55 in `nroff-mode-map' too and can be removed now from the nroff mode
56 because it can now use the global key binding `M-o M-s' `center-line').
57
58 5. PCL-CVS binds `M-s' to `cvs-status', and log-edit-mode binds it to
59 `log-edit-comment-search-forward'. Perhaps search commands
60 on the global key binding `M-s' are useless in these modes.
61
62 ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect
63 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02091.html
64
65 Fixed by this change?
66
67 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
68
69 * ps-print.el: [...]
70 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
71
72 ** In C, use EMACS_INT for variables and structure members
73 for buffer/string positions. E.g. struct it, struct text_pos.
74
75 * DOCUMENTATION
76
77 ** Clean up Emacs.app references in code and documentation.
78
79 ** Document new font backend
80
81 ** Document XEmbed support
82
83 ** Check the Emacs Tutorial.
84
85 The first line of every tutorial must begin with text ending in a
86 period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
87 language. This should be followed by "See end for copying conditions",
88 likewise in the respective language.
89
90 After each file name, on the same line or the following line, come the
91 names of the people who have checked it.
92
93 SECTION READERS
94 ----------------------------------
95 etc/TUTORIAL
96 etc/TUTORIAL.bg
97 etc/TUTORIAL.cn
98 etc/TUTORIAL.cs
99 etc/TUTORIAL.de
100 etc/TUTORIAL.eo
101 etc/TUTORIAL.es
102 etc/TUTORIAL.fr
103 etc/TUTORIAL.it
104 etc/TUTORIAL.ja
105 etc/TUTORIAL.ko
106 etc/TUTORIAL.nl
107 etc/TUTORIAL.pl
108 etc/TUTORIAL.pt_BR
109 etc/TUTORIAL.ro
110 etc/TUTORIAL.ru
111 etc/TUTORIAL.sk
112 etc/TUTORIAL.sl
113 etc/TUTORIAL.sv
114 etc/TUTORIAL.th
115 etc/TUTORIAL.zh
116
117 ** Check the manual.
118
119 abbrevs.texi -- cyd
120 ack.texi -- rgm
121 anti.texi
122 arevert-xtra.texi
123 basic.texi -- cyd
124 buffers.texi -- cyd
125 building.texi -- cyd
126 calendar.texi -- rgm
127 cal-xtra.texi -- rgm
128 cmdargs.texi -- cyd
129 commands.texi -- cyd
130 custom.texi -- cyd
131 dired.texi -- cyd
132 dired-xtra.texi
133 display.texi -- cyd
134 emacs.texi -- cyd
135 emacs-xtra.texi
136 emerge-xtra.texi
137 entering.texi -- cyd
138 files.texi
139 fixit.texi -- cyd
140 fortran-xtra.texi -- rgm
141 frames.texi -- cyd
142 glossary.texi
143 help.texi
144 indent.texi -- cyd
145 killing.texi -- cyd
146 kmacro.texi -- cyd
147 macos.texi -- contents need to be evaluated and see what is still
148 relevant after the NS merge.
149 maintaining.texi -- cyd
150 major.texi -- cyd
151 mark.texi -- cyd
152 mini.texi -- cyd
153 misc.texi
154 msdog.texi
155 msdog-xtra.texi
156 mule.texi
157 m-x.texi -- cyd
158 programs.texi -- cyd
159 regs.texi -- cyd
160 rmail.texi
161 screen.texi -- cyd
162 search.texi -- cyd
163 sending.texi
164 text.texi -- cyd
165 trouble.texi
166 windows.texi -- rudalics
167 xresources.texi
168
169 ** Check the Lisp manual.
170
171 abbrevs.texi
172 advice.texi
173 anti.texi
174 back.texi
175 backups.texi
176 buffers.texi
177 commands.texi
178 compile.texi
179 control.texi
180 customize.texi
181 debugging.texi
182 display.texi
183 edebug.texi
184 elisp.texi
185 errors.texi
186 eval.texi
187 files.texi
188 frames.texi
189 functions.texi
190 hash.texi -- cyd
191 help.texi
192 hooks.texi
193 index.texi
194 internals.texi
195 intro.texi -- cyd
196 keymaps.texi
197 lists.texi -- cyd
198 loading.texi
199 locals.texi
200 macros.texi
201 maps.texi
202 markers.texi
203 minibuf.texi
204 modes.texi
205 nonascii.texi
206 numbers.texi -- cyd
207 objects.texi -- cyd
208 os.texi
209 positions.texi
210 processes.texi
211 searching.texi
212 sequences.texi -- cyd
213 streams.texi
214 strings.texi -- cyd
215 symbols.texi
216 syntax.texi
217 text.texi
218 tips.texi
219 variables.texi
220 windows.texi
221
222 * PLANNED ADDITIONS
223
224 ** CEDET (not for 23.1 due to paperwork issues, perhaps for 23.2)
225 ** js2-mode
226 ** pov-mode (probably not for Emacs-23: waiting for a Free POV-Ray).
227 ** gas-mode ?
228
229 \f
230 Local variables:
231 mode: outline
232 coding: utf-8
233 end: