]> code.delx.au - gnu-emacs/blob - admin/FOR-RELEASE
(w32_font_is_double_byte, my_create_scrollbar): Make static.
[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 * WINDOWS SUPPORT BUGS
28
29 These don't need to be fixed before a release, but we call the
30 attention of Windows users to fixing them.
31
32 ** Drew Adams 12 Aug bug rpt: overlay display artifact: trace left behind
33 Windows only bug. Bug appears only when Cleartype enabled, probably related
34 to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
35
36 ** henman@it.to-be.co.jp 09 Aug 2006: ispell.el problem on Cygwin.
37 (Did we decide that is unreproducible?)
38
39 ** set-frame-size for frame without minibuffer loses mode line
40 Probably a Windows only bug. Reported by Drew Adams on bug-gnu-emacs on
41 2007-08-07. It seems that the bug manifests itself only if resizing the
42 frame makes the menu bar wrap before. On 2007-08-16 Glenn Morris
43 reported on emacs-devel that he was not able to reproduce the bug on a
44 GNU/Linux system.
45
46 * BUGS WAITING FOR MORE USER INPUT
47
48 ** raman@users.sf.net, sep 7: Emacs 23.0.50: Segfaults in alloc.c (batch process)
49 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00690.html
50
51 * BUGS
52
53 ** Document the changes introduced by multi-tty
54 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01639.html
55 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01602.html
56
57 ** Does deleting frames run Lisp code? If so, can we get rid of that?
58 It is a dangerous design.
59 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html
60
61 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c?
62 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01987.html
63
64 ** grep et al should use font-lock to do highlighting, so that they respect font-lock-mode.
65 "can't turn off font-lock"
66 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html
67
68 ** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty
69 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01765.html
70
71 ** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty
72 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00094.html
73 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01816.html
74
75 ** sdl.web@gmail.com, Sep 24: TLS infinite loop.
76 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01720.html
77
78 ** herring@lanl.gov: find-func: can no longer find adviced subrs
79 This ought to work.
80
81 ** \\{...} produces duplicate entries
82 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00209.html
83
84 ** menu indications of key bindings for remapped commands
85 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01339.html
86
87 ** tromey@redhat.com: two View-mode "quit" bugs
88 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00103.html
89
90 ** rms: gnus-dired.el is a mistake. Those features should not
91 be part of Gnus. They should be moved to some other part of Emacs.
92
93 * DOCUMENTATION
94
95 ** Check the Emacs Tutorial.
96
97 The first line of every tutorial must begin with text ending in a
98 period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective
99 language. This should be followed by "See end for copying conditions",
100 likewise in the respective language.
101
102 After each file name, on the same line or the following line, come the
103 names of the people who have checked it.
104
105 SECTION READERS
106 ----------------------------------
107 etc/TUTORIAL
108 etc/TUTORIAL.bg
109 etc/TUTORIAL.cn
110 etc/TUTORIAL.cs
111 etc/TUTORIAL.de
112 etc/TUTORIAL.eo
113 etc/TUTORIAL.es
114 etc/TUTORIAL.fr
115 etc/TUTORIAL.it
116 etc/TUTORIAL.ja
117 etc/TUTORIAL.ko
118 etc/TUTORIAL.nl
119 etc/TUTORIAL.pl
120 etc/TUTORIAL.pt_BR
121 etc/TUTORIAL.ro
122 etc/TUTORIAL.ru
123 etc/TUTORIAL.sk
124 etc/TUTORIAL.sl
125 etc/TUTORIAL.sv
126 etc/TUTORIAL.th
127 etc/TUTORIAL.zh
128
129 \f
130 Local variables:
131 mode: outline
132 coding: utf-8
133 end: