Changeset 3894 for trunk/admin/FOR-RELEASE
- Timestamp:
- 10/02/05 09:47:43 (3 years ago)
- Files:
-
- trunk/admin/FOR-RELEASE (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/admin/FOR-RELEASE
r3863 r3894 28 28 * NEW FEATURES 29 29 30 ** Make VC-over-Tramp work where possible, or at least fail31 gracefully if something isn't supported over Tramp.32 To be done by Andre Spiegel <spiegel@gnu.org>.33 34 30 ** Update Speedbar. 31 32 ** Rework how the fringe "angle" bitmap at at bottom of buffer is 33 shown to include an indication of whether the last line has a NL or not. 34 [Assigned to KFS] 35 36 ** Rework how fringe bitmaps are defined and used. 37 Currently, bitmap usage and bitmap appearence are "mixed-up" in a 38 one-level representation. It would be cleaner to split the 39 representation into a two-level model where first level maps 40 bitmap usage to a bitmap name, and second level maps bitmap name to 41 a bitmap appearence. 42 [Assigned to KFS] 43 44 ** Put a max-limit on the size of images, e.g. based on the display size. 45 This is to avoid allocating insane amounts of memory due to bogus 46 image size specifications. 47 Note: rather than clipping images that are too big (this may be 48 non-trivial to do correctly in all cases -- and thus non-trivial to 49 test), it may be better just to avoid displaying such images for emacs 22. 35 50 36 51 * FATAL ERRORS … … 53 68 * BUGS 54 69 55 ** Fix recognition of shell's `dirs' command. 56 57 Is his change right? 58 59 Date: Wed, 29 Jun 2005 18:21:28 -0500 (CDT) 60 From: kevin.gal@verizon.net 61 62 When I use tcsh (which echoes command input) in a shell buffer, 63 entering "M-x dirs" fails because it mistakens the echoed "dirs" 64 string as the directory string to use as input when changing the 65 buffers default directory. The attached gziped patch file contains a 66 fix. The patch also binds the "dirs" command to "\e\C-m" in 67 shell-mode-map (previously unbound) to make it easy to invoke. 68 Finally, a test has been added to see if "shell-dirstack-query" is 69 non-nil. If so, it is not overwritten. 70 71 To enable the fix, the user must set comint-process-echoes to t. 70 ** Make a new interface for specifying window configurations 71 so that we can fix bugs in balance-windows. 72 72 73 73 ** TCP server processes do not work on Windows. … … 76 76 excesive CPU on some Windows environments. Usages of 50% and 100% 77 77 CPU time have been observed on different Window XP configurations. 78 79 ** Bug in ebrowse 80 81 Date: Fri, 27 May 2005 17:35:48 +0200 82 From: Markus Gritsch <gritsch@iue.tuwien.ac.at> 83 84 the C++ header file which led to the problematic BROWSE file reads 85 86 namespace test { 87 class Base 88 { 89 }; 90 91 class B : public Base 92 { 93 }; 94 } 95 96 class A : public test::Base 97 { 98 }; 99 100 The *Tree* is then displayed as 101 102 *Globals* 103 test 104 test::Base 105 test::B 106 107 The class A seems to be missing. 78 Seems to be a problem in sys_select in w32proc.c. 108 79 109 80 * DOCUMENTATION … … 226 197 lispref/edebug.texi Chong Yidong "Luc Teirlinck" 227 198 lispref/elisp.texi "Luc Teirlinck" Lute Kamstra 228 lispref/errors.texi "Luc Teirlinck" 199 lispref/errors.texi "Luc Teirlinck" Chong Yidong 229 200 lispref/eval.texi "Luc Teirlinck" Chong Yidong 230 201 lispref/files.texi "Luc Teirlinck" Chong Yidong … … 241 212 lispref/locals.texi Chong Yidong 242 213 lispref/macros.texi "Luc Teirlinck" Chong Yidong 243 lispref/maps.texi 214 lispref/maps.texi Chong Yidong 244 215 lispref/markers.texi "Luc Teirlinck" Chong Yidong 245 216 lispref/minibuf.texi "Luc Teirlinck" Chong Yidong
