(syms_of_keyboard) <input-decode-map>: Doc fix.
[emacs.git] / admin / FOR-RELEASE
blobebadabaf310cbede205972a095423fb3e7455f2f
1 Tasks needed before the next release.
3 * TO BE DONE SHORTLY BEFORE RELEASE
5 ** Check for widow and orphan lines in manuals;
6 make sure all the pages really look ok in the manual as formatted.
8 ** Regenerate the pdf versions of the reference cards in etc/refcards/.
10 ** Ask maintainers of refcard translations to update them.
12 Emacs 22 translators:
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        
23 ** Remove temporary +++/--- lines in NEWS.
25 ** Try to reorder NEWS: most important things first, related items together.
27 * BUGS
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
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
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.
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:
44 1. Gnus binds `M-s' to `gnus-summary-search-article-forward'.
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).
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.
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').
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.
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
65 Fixed by this change?
67 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
69         * ps-print.el: [...]
70         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
72 ** In C, use EMACS_INT for variables and structure members
73 for buffer/string positions.  E.g. struct it, struct text_pos.
75 * DOCUMENTATION
77 ** Clean up Emacs.app references in code and documentation.
79 ** Document new font backend
81 ** Document XEmbed support
83 ** Check the Emacs Tutorial.
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.
90 After each file name, on the same line or the following line, come the
91 names of the people who have checked it.
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
117 ** Check the manual.
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        -- rgm
161 screen.texi       -- cyd
162 search.texi       -- cyd
163 sending.texi      -- rgm (maybe needs some brief mailclient.el details in
164                           "Mail Sending" section?)
165 text.texi         -- cyd
166 trouble.texi
167 windows.texi      -- rudalics
168 xresources.texi
170 ** Check the Lisp manual.
172 abbrevs.texi
173 advice.texi       -- cyd
174 anti.texi
175 back.texi
176 backups.texi      -- cyd
177 buffers.texi      -- cyd
178 commands.texi     -- cyd
179 compile.texi      -- cyd
180 control.texi      -- cyd
181 customize.texi    -- cyd
182 debugging.texi    -- cyd
183 display.texi      -- cyd
184 edebug.texi
185 elisp.texi
186 errors.texi
187 eval.texi         -- cyd
188 files.texi        -- cyd
189 frames.texi       -- cyd
190 functions.texi    -- cyd
191 hash.texi         -- cyd
192 help.texi         -- cyd
193 hooks.texi
194 index.texi
195 internals.texi
196 intro.texi        -- cyd
197 keymaps.texi      -- cyd
198 lists.texi        -- cyd
199 loading.texi      -- cyd
200 locals.texi
201 macros.texi       -- cyd
202 maps.texi
203 markers.texi      -- cyd
204 minibuf.texi      -- cyd
205 modes.texi        -- cyd
206 nonascii.texi     -- cyd
207 numbers.texi      -- cyd
208 objects.texi      -- cyd
209 os.texi           -- cyd
210 positions.texi    -- cyd
211 processes.texi
212 searching.texi    -- cyd
213 sequences.texi    -- cyd
214 streams.texi      -- cyd
215 strings.texi      -- cyd
216 symbols.texi      -- cyd
217 syntax.texi       -- cyd
218 text.texi         -- cyd
219 tips.texi         -- cyd
220 variables.texi    -- cyd
221 windows.texi
223 * PLANNED ADDITIONS
225 ** CEDET (not for 23.1 due to paperwork issues, perhaps for 23.2)
226 ** js2-mode
227 ** pov-mode (probably not for Emacs-23: waiting for a Free POV-Ray).
228 ** gas-mode ?
231 Local variables:
232 mode: outline
233 coding: utf-8
234 end: