Mercurial > emacs
comparison admin/FOR-RELEASE @ 56267:d8b8139546ea
Use outline-mode.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 28 Jun 2004 09:03:00 +0000 |
parents | 568289c9fcb4 |
children | 78dc44def80f |
comparison
equal
deleted
inserted
replaced
56266:568289c9fcb4 | 56267:d8b8139546ea |
---|---|
1 Tasks needed before the next release. | 1 Tasks needed before the next release. |
2 | 2 |
3 ** Test the mbox branch of Rmail. | 3 * DOCUMENTATION |
4 | |
5 ** Install the mbox branch of Rmail. | |
6 | 4 |
7 ** Finish updating the Emacs Lisp manual. | 5 ** Finish updating the Emacs Lisp manual. |
8 | 6 |
9 ** Finish checking the Emacs Lisp manual. | 7 ** Finish checking the Emacs Lisp manual. |
10 | 8 |
14 | 12 |
15 ** Add missing years in copyright notices of all files. | 13 ** Add missing years in copyright notices of all files. |
16 | 14 |
17 ** Update man/info.texi. | 15 ** Update man/info.texi. |
18 | 16 |
17 | |
18 * NEW FEATURES | |
19 | |
20 ** Test the mbox branch of Rmail. | |
21 | |
22 ** Install the mbox branch of Rmail. | |
23 | |
24 | |
25 * FATAL ERRORS | |
26 | |
27 ** Investigate face cache related crash. | |
28 | |
29 Indications: Face cache seems to have been cleared, but | |
30 redisplay uses an invalidated face_id with FACE_FROM_ID | |
31 which then returns a NULL pointer. Said to happen with | |
32 isearch faces. | |
33 | |
34 | |
35 * GTK RELATED BUGS | |
36 | |
19 ** Make geometry specifications work correctly for GTK. | 37 ** Make geometry specifications work correctly for GTK. |
20 | 38 |
21 ** Make GTK scrollbars behave like others w.r.t. overscrolling. | 39 ** Make GTK scrollbars behave like others w.r.t. overscrolling. |
22 | 40 |
23 ** Make GTK toolbar look OK on monochrome displays. | 41 ** Make GTK toolbar look OK on monochrome displays. |
24 | 42 |
25 | 43 |
26 IMPORTANT BUG FIXES: | 44 Local variables: |
27 | 45 mode: outline |
28 ** Investigate face cache related crash. | 46 end: |
29 | |
30 Indications: Face cache seems to have been cleared, but | |
31 redisplay uses an invalidated face_id with FACE_FROM_ID | |
32 which then returns a NULL pointer. Said to happen with | |
33 isearch faces. |