Mercurial > emacs
view admin/FOR-RELEASE @ 56266:568289c9fcb4
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 28 Jun 2004 08:57:38 +0000 |
parents | 5eca32ea0d37 |
children | d8b8139546ea |
line wrap: on
line source
Tasks needed before the next release. ** Test the mbox branch of Rmail. ** Install the mbox branch of Rmail. ** Finish updating the Emacs Lisp manual. ** Finish checking the Emacs Lisp manual. ** Update the Emacs manual. ** Check the Emacs Manual. ** Add missing years in copyright notices of all files. ** Update man/info.texi. ** Make geometry specifications work correctly for GTK. ** Make GTK scrollbars behave like others w.r.t. overscrolling. ** Make GTK toolbar look OK on monochrome displays. IMPORTANT BUG FIXES: ** Investigate face cache related crash. Indications: Face cache seems to have been cleared, but redisplay uses an invalidated face_id with FACE_FROM_ID which then returns a NULL pointer. Said to happen with isearch faces.