Mercurial > emacs
comparison admin/FOR-RELEASE @ 91041:bdb3fe0ba9fa
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 866-879)
- Merge multi-tty branch
- Update from CVS
- Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 11 Oct 2007 16:22:07 +0000 |
parents | b83d0dadb2a7 95e84b39542b |
children | d38543a1c0f9 |
comparison
equal
deleted
inserted
replaced
91040:14c4a6aac623 | 91041:bdb3fe0ba9fa |
---|---|
3 * TO BE DONE SHORTLY BEFORE RELEASE | 3 * TO BE DONE SHORTLY BEFORE RELEASE |
4 | 4 |
5 ** Check for widow and orphan lines in manuals; | 5 ** Check for widow and orphan lines in manuals; |
6 make sure all the pages really look ok in the manual as formatted. | 6 make sure all the pages really look ok in the manual as formatted. |
7 | 7 |
8 ** Regenerate the postscript files of the reference cards in etc. | 8 ** Regenerate the pdf versions of the reference cards in etc/refcards/. |
9 | 9 |
10 ** Ask maintainers of refcard translations to update them. | 10 ** Ask maintainers of refcard translations to update them. |
11 | 11 |
12 Requests to have been sent out on 2006-05-23 (Reiner Steib). | 12 Emacs 22 translators: |
13 | 13 |
14 LANG Translator Status | 14 LANG Translator Status |
15 cs Pavel Janík Can't work on it now. | 15 cs Pavel Janík |
16 de Sven Joachim Done | 16 de Sven Joachim |
17 fr Eric Jacoboni Done | 17 fr Eric Jacoboni |
18 pl Włodek Bzyl Done | 18 pl Włodek Bzyl |
19 pt-br Rodrigo Real Done | 19 pt-br Rodrigo Real |
20 ru Alex Ott Done | 20 ru Alex Ott |
21 sk Miroslav Vaško No response | 21 sk Miroslav Vaško |
22 | |
23 Reminders sent out on 2006-06-08. | |
24 | 22 |
25 ** Remove temporary +++/--- lines in NEWS. | 23 ** Remove temporary +++/--- lines in NEWS. |
26 | 24 |
27 ** Try to reorder NEWS: most important things first, related items together. | 25 ** Try to reorder NEWS: most important things first, related items together. |
28 | 26 |
45 reported on emacs-devel that he was not able to reproduce the bug on a | 43 reported on emacs-devel that he was not able to reproduce the bug on a |
46 GNU/Linux system. | 44 GNU/Linux system. |
47 | 45 |
48 * BUGS | 46 * BUGS |
49 | 47 |
50 NB the definitive copy of this file for Emacs 22 is on the | 48 ** Document the changes introduced by multi-tty |
51 EMACS_22_BASE branch. Any entries below are automatically copied from | 49 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01639.html |
52 that branch. Do not make manual changes to this file on the trunk. | 50 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01602.html |
53 | 51 |
54 ** ams@gnu.org, 9 July: eshell and external commands | 52 ** Does deleting frames run Lisp code? If so, can we get rid of that? |
55 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00385.html | 53 It is a dangerous design. |
54 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01330.html | |
56 | 55 |
57 ** Check all non-file-scope static vars to make sure they | 56 ** Why were the calls to x_fully_uncatch_errors commented out in eval.c? |
58 won't lose on USG or HPUX systems. | 57 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01987.html |
59 | 58 |
60 * FIXES FOR EMACS 22.3 | 59 ** raman@users.sf.net, sep 7: Emacs 23.0.50: Segfaults in alloc.c (batch process) |
60 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg00690.html | |
61 | 61 |
62 Here we list any small fixes that arrived too late for Emacs 22.2, but | 62 ** grep et al should use font-lock to do highlighting, so that they respect font-lock-mode. |
63 that should be installed on the release branch after 22.2 is released. | 63 "can't turn off font-lock" |
64 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00548.html | |
65 | |
66 ** mah@everybody.org, Sep 18: erc causes emacs to hang with multi-tty | |
67 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01765.html | |
68 | |
69 ** jbw@macs.hw.ac.uk, Sep 18: before-string property has no effect if display property is empty | |
70 http://lists.gnu.org/archive/html/bug-gnu-emacs/2007-09/msg00094.html | |
71 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01816.html | |
72 | |
73 ** sdl.web@gmail.com, Sep 24: TLS infinite loop. | |
74 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01720.html | |
75 | |
76 ** herring@lanl.gov: find-func: can no longer find adviced subrs | |
77 This ought to work. | |
78 | |
79 ** \\{...} produces duplicate entries | |
80 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg00209.html | |
81 | |
82 ** menu indications of key bindings for remapped commands | |
83 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01339.html | |
84 | |
85 ** tromey@redhat.com: two View-mode "quit" bugs | |
86 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00103.html | |
64 | 87 |
65 * DOCUMENTATION | 88 * DOCUMENTATION |
66 | 89 |
67 ** Check the Emacs Tutorial. | 90 ** Check the Emacs Tutorial. |
68 | 91 |
69 The first line of every tutorial must begin with text ending in a | 92 The first line of every tutorial must begin with text ending in a |
70 period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective | 93 period (".", ASCII 0x2E) saying "Emacs Tutorial" in the respective |
71 language. This should be followed by "See end for copying | 94 language. This should be followed by "See end for copying conditions", |
72 conditions", likewise in the respective language. | 95 likewise in the respective language. |
73 | 96 |
74 After each file name, on the same line or the following line, come the | 97 After each file name, on the same line or the following line, come the |
75 names of the people who have checked it. | 98 names of the people who have checked it. |
76 | 99 |
77 SECTION READERS | 100 SECTION READERS |