comparison admin/FOR-RELEASE @ 83389:732c5740ca8f

Merged from miles@gnu.org--gnu-2005 (patch 610-614) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-610 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-611 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-612 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-613 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-614 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-429
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 23 Oct 2005 22:47:29 +0000
parents db4e74787e6f 04eb729be330
children b31326248cf6
comparison
equal deleted inserted replaced
83388:0cd72d94a6c7 83389:732c5740ca8f
37 representation into a two-level model where first level maps 37 representation into a two-level model where first level maps
38 bitmap usage to a bitmap name, and second level maps bitmap name to 38 bitmap usage to a bitmap name, and second level maps bitmap name to
39 a bitmap appearence. 39 a bitmap appearence.
40 [Assigned to KFS] 40 [Assigned to KFS]
41 41
42 ** Put a max-limit on the size of images, e.g. based on the display size.
43 This is to avoid allocating insane amounts of memory due to bogus
44 image size specifications.
45 Note: rather than clipping images that are too big (this may be
46 non-trivial to do correctly in all cases -- and thus non-trivial to
47 test), it may be better just to avoid displaying such images for emacs 22.
48
49 * FATAL ERRORS 42 * FATAL ERRORS
50 43
51 ** Investigate reported crashes in compact_small_strings. 44 ** Investigate reported crashes in compact_small_strings.
52 45
53 ** Investigate reported crashes related to using an 46 ** Investigate reported crashes related to using an
54 invalid pointer from string_free_list. 47 invalid pointer from string_free_list.
55 48
56 * BUGS 49 * BUGS
57
58 ** Make a new interface for specifying window configurations
59 so that we can fix bugs in balance-windows.
60 50
61 ** TCP server processes do not work on Windows. 51 ** TCP server processes do not work on Windows.
62 52
63 TCP/IP server processes created with `make-network-process' consume 53 TCP/IP server processes created with `make-network-process' consume
64 excesive CPU on some Windows environments. Usages of 50% and 100% 54 excesive CPU on some Windows environments. Usages of 50% and 100%