comparison admin/FOR-RELEASE @ 83414:14a4eb789b45

Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-671 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-672 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-673 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-674 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-675 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-169 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-170 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-171 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-172 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-173 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-454
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 19 Dec 2005 19:57:22 +0000
parents 39bb10ce301a 85f29ee972ff
children b64b7e867d0a
comparison
equal deleted inserted replaced
83413:e26e2265dcc6 83414:14a4eb789b45
25 25
26 ** Check what should be deleted or updated in MORE.STUFF. 26 ** Check what should be deleted or updated in MORE.STUFF.
27 27
28 ** Send an email to the various distributions, including the GNOME 28 ** Send an email to the various distributions, including the GNOME
29 and KDE projects, to use the new Emacs icons in etc/images/icons. 29 and KDE projects, to use the new Emacs icons in etc/images/icons.
30
31 ** Ensure MH-E 8.0 has been released.
32 Assigned to Bill Wohler <wohler@newt.com>.
30 33
31 * NEW FEATURES 34 * NEW FEATURES
32 35
33 ** Rework how fringe bitmaps are defined and used. 36 ** Rework how fringe bitmaps are defined and used.
34 Currently, bitmap usage and bitmap appearence are "mixed-up" in a 37 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
45 ** Investigate reported crashes related to using an 48 ** Investigate reported crashes related to using an
46 invalid pointer from string_free_list. 49 invalid pointer from string_free_list.
47 50
48 * BUGS 51 * BUGS
49 52
53 ** circle-printing bug from Stephen Berman; see my 5 Dec message.
54
50 ** Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS" 55 ** Ronan Keryell's Sep 23 bug about "tramp sudo:: and version control on RCS"
51 56
52 ** TCP server processes do not work on Windows. 57 ** TCP server processes do not work on Windows.
53 58
54 TCP/IP server processes created with `make-network-process' consume 59 TCP/IP server processes created with `make-network-process' consume
55 excesive CPU on some Windows environments. Usages of 50% and 100% 60 excesive CPU on some Windows environments. Usages of 50% and 100%
56 CPU time have been observed on different Window XP configurations. 61 CPU time have been observed on different Window XP configurations.
57 Seems to be a problem in sys_select in w32proc.c. 62 Seems to be a problem in sys_select in w32proc.c.
58 63
59 * DOCUMENTATION 64 * DOCUMENTATION
65
66 ** Add a node to the Lisp manual describing key sequences from the
67 Lisp point of view.
60 68
61 ** Fix some of these doc strings by adding \\<keymap-name> where needed. 69 ** Fix some of these doc strings by adding \\<keymap-name> where needed.
62 70
63 ada-mode 71 ada-mode
64 array-mode 72 array-mode