Changeset 4058 for trunk/etc/TODO

Show
Ignore:
Timestamp:
04/16/06 21:46:31 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/TODO

    r4037 r4058  
    1010* Small but important fixes needed in existing features: 
    1111 
     12** Make vc-checkin avoid reverting the buffer if has not changed after 
     13   the checkin. Comparing (md5 BUFFER) to (md5 FILE) should be enough. 
     14 
     15** Make vc-annotate show place the cursor in the annotate buffer at the  
     16   same line as the current buffer. 
     17 
    1218** buffer-offer-save should be a permanent local. 
    1319 
     
    6167** M-! M-n should fetch the buffer-file-name as the default. 
    6268 
     69** Redesign the load-history data structure so it can cope better 
     70  with evaluating definitions of the same function from different files, 
     71  recording which file the latest definition came from. 
     72   
    6373* Important features: 
    6474 
     
    438448   for this for inclusion after 22.1]. 
    439449 
     450** Possibly make `list-holidays' eval items in the calendar-holidays variable. 
     451   See thread 
     452   <http://lists.gnu.org/archive/html/emacs-devel/2006-02/msg01034.html>. 
     453   [rgm@gnu.org will look at this after 22.1] 
     454 
    440455* Internal changes 
    441456 
    442457** Replace gmalloc.c with the modified Doug Lea code from the current 
    443458  GNU libc so that the special mmapping of buffers can be removed -- 
    444   that apparently loses under Solaris, at least. [fx has mostly done 
     459  that apparently loses under Solaris, at least. [fx has mostly done 
    445460  this.] 
    446461