diff options
| author | Karoly Lorentey | 2004-07-03 17:01:39 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-07-03 17:01:39 +0000 |
| commit | 76e9cc50019f98e12f342574ba0de1eca6631767 (patch) | |
| tree | 4d42c708429ab4b564466937f9c235dba2f763fb /admin | |
| parent | 69deab57ea8ab5e3bc1cfb80027341aa0451362b (diff) | |
| parent | 1e118124a8e4f8e0a0d4ceb7940b11087e3b94e2 (diff) | |
| download | emacs-76e9cc50019f98e12f342574ba0de1eca6631767.tar.gz emacs-76e9cc50019f98e12f342574ba0de1eca6631767.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-427
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-428
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-429
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-430
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-431
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-432
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-433
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-434
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-435
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-436
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-204
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | admin/FOR-RELEASE | 34 |
2 files changed, 33 insertions, 5 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 56bdd5d83ee..b164f414a88 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-06-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * FOR-RELEASE: Removed entry about GTK and monochrome displays (done). | ||
| 4 | |||
| 1 | 2002-06-26 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2002-06-26 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * FOR-RELEASE: Moved here from the etc directory. | 7 | * FOR-RELEASE: Moved here from the etc directory. |
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 2bf27858bcc..2d5738a8683 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -1,8 +1,6 @@ | |||
| 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 | ||
| @@ -16,9 +14,35 @@ Tasks needed before the next release. | |||
| 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 | ** Update Gnus. | ||
| 25 | |||
| 26 | ** Face remapping. | ||
| 27 | |||
| 28 | |||
| 29 | * FATAL ERRORS | ||
| 30 | |||
| 31 | ** Investigate face cache related crash. | ||
| 32 | |||
| 33 | Indications: Face cache seems to have been cleared, but | ||
| 34 | redisplay uses an invalidated face_id with FACE_FROM_ID | ||
| 35 | which then returns a NULL pointer. Said to happen with | ||
| 36 | isearch faces. | ||
| 37 | |||
| 38 | |||
| 39 | * GTK RELATED BUGS | ||
| 40 | |||
| 19 | ** Make geometry specifications work correctly for GTK. | 41 | ** Make geometry specifications work correctly for GTK. |
| 20 | 42 | ||
| 21 | ** Make GTK scrollbars behave like others w.r.t. overscrolling. | 43 | ** Make GTK scrollbars behave like others w.r.t. overscrolling. |
| 22 | 44 | ||
| 23 | ** Make GTK toolbar look OK on monochrome displays. | 45 | |
| 24 | 46 | Local variables: | |
| 47 | mode: outline | ||
| 48 | end: | ||