aboutsummaryrefslogtreecommitdiffstats
path: root/admin/FOR-RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'admin/FOR-RELEASE')
-rw-r--r--admin/FOR-RELEASE73
1 files changed, 24 insertions, 49 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index fe1bad8241c..3515f78d04a 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -27,7 +27,24 @@ face name prefixes should be in it for good results.
27 27
28* NEW FEATURES 28* NEW FEATURES
29 29
30** Update Speedbar. 30** Rework how the fringe "angle" bitmap at at bottom of buffer is
31shown to include an indication of whether the last line has a NL or not.
32[Assigned to KFS]
33
34** Rework how fringe bitmaps are defined and used.
35Currently, bitmap usage and bitmap appearence are "mixed-up" in a
36one-level representation. It would be cleaner to split the
37representation into a two-level model where first level maps
38bitmap usage to a bitmap name, and second level maps bitmap name to
39a bitmap appearence.
40[Assigned to KFS]
41
42** Put a max-limit on the size of images, e.g. based on the display size.
43This is to avoid allocating insane amounts of memory due to bogus
44image size specifications.
45Note: rather than clipping images that are too big (this may be
46non-trivial to do correctly in all cases -- and thus non-trivial to
47test), it may be better just to avoid displaying such images for emacs 22.
31 48
32* FATAL ERRORS 49* FATAL ERRORS
33 50
@@ -48,59 +65,17 @@ back burner waiting for a legal comment or an alternate implementation
48 65
49* BUGS 66* BUGS
50 67
51** Fix recognition of shell's `dirs' command. 68* Pierre Albarede's Aug 30 bug report about C-v and long lines.
52 69
53Is his change right? 70** Make a new interface for specifying window configurations
54 71so that we can fix bugs in balance-windows.
55Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT)
56From: kevin.gal@verizon.net
57
58When I use tcsh (which echoes command input) in a shell buffer,
59entering "M-x dirs" fails because it mistakens the echoed "dirs"
60string as the directory string to use as input when changing the
61buffers default directory. The attached gziped patch file contains a
62fix. The patch also binds the "dirs" command to "\e\C-m" in
63shell-mode-map (previously unbound) to make it easy to invoke.
64Finally, a test has been added to see if "shell-dirstack-query" is
65non-nil. If so, it is not overwritten.
66
67To enable the fix, the user must set comint-process-echoes to t.
68 72
69** TCP server processes do not work on Windows. 73** TCP server processes do not work on Windows.
70 74
71TCP/IP server processes created with `make-network-process' consume 75TCP/IP server processes created with `make-network-process' consume
72excesive CPU on some Windows environments. Usages of 50% and 100% 76excesive CPU on some Windows environments. Usages of 50% and 100%
73CPU time have been observed on different Window XP configurations. 77CPU time have been observed on different Window XP configurations.
74 78Seems to be a problem in sys_select in w32proc.c.
75** Bug in ebrowse
76
77Date: Fri, 27 May 2005 17:35:48 +0200
78From: Markus Gritsch <gritsch@iue.tuwien.ac.at>
79
80the C++ header file which led to the problematic BROWSE file reads
81
82namespace test {
83 class Base
84 {
85 };
86
87 class B : public Base
88 {
89 };
90}
91
92class A : public test::Base
93{
94};
95
96The *Tree* is then displayed as
97
98 *Globals*
99 test
100 test::Base
101 test::B
102
103The class A seems to be missing.
104 79
105* DOCUMENTATION 80* DOCUMENTATION
106 81
@@ -221,7 +196,7 @@ lispref/debugging.texi Joakim Verona <joakim@verona.se> Lute Kamstra
221lispref/display.texi Chong Yidong 196lispref/display.texi Chong Yidong
222lispref/edebug.texi Chong Yidong "Luc Teirlinck" 197lispref/edebug.texi Chong Yidong "Luc Teirlinck"
223lispref/elisp.texi "Luc Teirlinck" Lute Kamstra 198lispref/elisp.texi "Luc Teirlinck" Lute Kamstra
224lispref/errors.texi "Luc Teirlinck" 199lispref/errors.texi "Luc Teirlinck" Chong Yidong
225lispref/eval.texi "Luc Teirlinck" Chong Yidong 200lispref/eval.texi "Luc Teirlinck" Chong Yidong
226lispref/files.texi "Luc Teirlinck" Chong Yidong 201lispref/files.texi "Luc Teirlinck" Chong Yidong
227lispref/frames.texi "Luc Teirlinck" Chong Yidong 202lispref/frames.texi "Luc Teirlinck" Chong Yidong
@@ -236,7 +211,7 @@ lispref/lists.texi "Luc Teirlinck" Chong Yidong
236lispref/loading.texi "Luc Teirlinck" Chong Yidong 211lispref/loading.texi "Luc Teirlinck" Chong Yidong
237lispref/locals.texi Chong Yidong 212lispref/locals.texi Chong Yidong
238lispref/macros.texi "Luc Teirlinck" Chong Yidong 213lispref/macros.texi "Luc Teirlinck" Chong Yidong
239lispref/maps.texi 214lispref/maps.texi Chong Yidong
240lispref/markers.texi "Luc Teirlinck" Chong Yidong 215lispref/markers.texi "Luc Teirlinck" Chong Yidong
241lispref/minibuf.texi "Luc Teirlinck" Chong Yidong 216lispref/minibuf.texi "Luc Teirlinck" Chong Yidong
242lispref/modes.texi Chong Yidong 217lispref/modes.texi Chong Yidong