]> code.delx.au - gnu-emacs/blob - admin/FOR-RELEASE
(record_point): Don't call Fundo_boundary for first
[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 ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect
42 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02091.html
43
44 Fixed by this change?
45
46 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
47
48 * ps-print.el: [...]
49 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
50
51 ** In C, use EMACS_INT for variables and structure members
52 for buffer/string positions. E.g. struct it, struct text_pos.
53
54 * DOCUMENTATION
55
56 ** Clean up Emacs.app references in code and documentation.
57
58 ** Verify if doc/emacs/macos.texi is still useful, remove it if it is not.
59
60 ** Document multi-tty features
61 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01639.html
62 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01602.html
63
64 ** Document new font backend
65
66 ** Document XEmbed support
67
68 ** Check the Emacs Tutorial.
69
70 The first line of every tutorial must begin with text ending in a
71 period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
72 language. This should be followed by "See end for copying conditions",
73 likewise in the respective language.
74
75 After each file name, on the same line or the following line, come the
76 names of the people who have checked it.
77
78 SECTION READERS
79 ----------------------------------
80 etc/TUTORIAL
81 etc/TUTORIAL.bg
82 etc/TUTORIAL.cn
83 etc/TUTORIAL.cs
84 etc/TUTORIAL.de
85 etc/TUTORIAL.eo
86 etc/TUTORIAL.es
87 etc/TUTORIAL.fr
88 etc/TUTORIAL.it
89 etc/TUTORIAL.ja
90 etc/TUTORIAL.ko
91 etc/TUTORIAL.nl
92 etc/TUTORIAL.pl
93 etc/TUTORIAL.pt_BR
94 etc/TUTORIAL.ro
95 etc/TUTORIAL.ru
96 etc/TUTORIAL.sk
97 etc/TUTORIAL.sl
98 etc/TUTORIAL.sv
99 etc/TUTORIAL.th
100 etc/TUTORIAL.zh
101
102 ** Check the manual.
103
104 abbrevs.texi
105 ack.texi
106 anti.texi
107 arevert-xtra.texi
108 basic.texi -- cyd
109 buffers.texi
110 building.texi
111 calendar.texi -- rgm
112 cal-xtra.texi -- rgm
113 cmdargs.texi
114 commands.texi -- cyd
115 custom.texi
116 dired.texi
117 dired-xtra.texi
118 display.texi -- cyd
119 emacs.texi -- cyd
120 emacs-xtra.texi
121 emerge-xtra.texi
122 entering.texi -- cyd
123 files.texi
124 fixit.texi
125 fortran-xtra.texi -- rgm
126 frames.texi
127 glossary.texi
128 help.texi
129 indent.texi
130 killing.texi -- cyd
131 kmacro.texi
132 macos.texi -- contents need to be evaluated and see what is still
133 relevant after the NS merge. (If this is here, why is ns-emacs.texi
134 relegated to doc/misc?)
135 maintaining.texi
136 major.texi
137 mark.texi -- cyd
138 mini.texi -- cyd
139 misc.texi
140 msdog.texi
141 msdog-xtra.texi
142 mule.texi
143 m-x.texi
144 programs.texi
145 regs.texi -- cyd
146 rmail.texi
147 screen.texi -- cyd
148 search.texi
149 sending.texi
150 text.texi
151 trouble.texi
152 windows.texi
153 xresources.texi
154
155 ** Check the Lisp manual.
156
157 abbrevs.texi
158 advice.texi
159 anti.texi
160 back.texi
161 backups.texi
162 buffers.texi
163 commands.texi
164 compile.texi
165 control.texi
166 customize.texi
167 debugging.texi
168 display.texi
169 edebug.texi
170 elisp.texi
171 errors.texi
172 eval.texi
173 files.texi
174 frames.texi
175 functions.texi
176 hash.texi
177 help.texi
178 hooks.texi
179 index.texi
180 internals.texi
181 intro.texi
182 keymaps.texi
183 lists.texi
184 loading.texi
185 locals.texi
186 macros.texi
187 maps.texi
188 markers.texi
189 minibuf.texi
190 modes.texi
191 nonascii.texi
192 numbers.texi
193 objects.texi
194 os.texi
195 positions.texi
196 processes.texi
197 searching.texi
198 sequences.texi
199 streams.texi
200 strings.texi
201 symbols.texi
202 syntax.texi
203 text.texi
204 tips.texi
205 variables.texi
206 windows.texi
207
208 * PLANNED ADDITIONS
209
210 ** CEDET (not for 23.1 due to paperwork issues, perhaps for 23.2)
211 ** ruby-mode
212 ** js2-mode
213 ** pov-mode (probably not for Emacs-23: waiting for a Free POV-Ray).
214 ** gas-mode ?
215
216 \f
217 Local variables:
218 mode: outline
219 coding: utf-8
220 end: