Show
Ignore:
Timestamp:
10/02/05 09:47:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/admin/FOR-RELEASE

    r3863 r3894  
    2828* NEW FEATURES 
    2929 
    30 ** Make VC-over-Tramp work where possible, or at least fail 
    31 gracefully if something isn't supported over Tramp. 
    32 To be done by Andre Spiegel <spiegel@gnu.org>. 
    33  
    3430** Update Speedbar. 
     31 
     32** Rework how the fringe "angle" bitmap at at bottom of buffer is 
     33shown 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. 
     37Currently, bitmap usage and bitmap appearence are "mixed-up" in a 
     38one-level representation.  It would be cleaner to split the 
     39representation into a two-level model where first level maps 
     40bitmap usage to a bitmap name, and second level maps bitmap name to 
     41a bitmap appearence. 
     42[Assigned to KFS] 
     43 
     44** Put a max-limit on the size of images, e.g. based on the display size. 
     45This is to avoid allocating insane amounts of memory due to bogus 
     46image size specifications. 
     47Note: rather than clipping images that are too big (this may be 
     48non-trivial to do correctly in all cases -- and thus non-trivial to 
     49test), it may be better just to avoid displaying such images for emacs 22. 
    3550 
    3651* FATAL ERRORS 
     
    5368* BUGS 
    5469 
    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 
     71so that we can fix bugs in balance-windows. 
    7272 
    7373** TCP server processes do not work on Windows. 
     
    7676excesive CPU on some Windows environments.  Usages of 50% and 100% 
    7777CPU 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. 
     78Seems to be a problem in sys_select in w32proc.c. 
    10879 
    10980* DOCUMENTATION 
     
    226197lispref/edebug.texi      Chong Yidong      "Luc Teirlinck" 
    227198lispref/elisp.texi       "Luc Teirlinck"   Lute Kamstra 
    228 lispref/errors.texi      "Luc Teirlinck" 
     199lispref/errors.texi      "Luc Teirlinck"   Chong Yidong 
    229200lispref/eval.texi        "Luc Teirlinck"   Chong Yidong 
    230201lispref/files.texi       "Luc Teirlinck"   Chong Yidong 
     
    241212lispref/locals.texi      Chong Yidong 
    242213lispref/macros.texi      "Luc Teirlinck"   Chong Yidong 
    243 lispref/maps.texi 
     214lispref/maps.texi        Chong Yidong 
    244215lispref/markers.texi     "Luc Teirlinck"   Chong Yidong 
    245216lispref/minibuf.texi     "Luc Teirlinck"   Chong Yidong