Changeset 4073 for trunk/etc/TODO

Show
Ignore:
Timestamp:
05/03/06 18:37:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property svn:ignore changed from
      bin
      to
      bin
      site-lisp
  • trunk/etc/TODO

    r4058 r4073  
    1010* Small but important fixes needed in existing features: 
    1111 
     12** whitespace-cleanup should work only on the region if the region is active. 
     13 
     14** Distribute a bar cursor of width > 1 evenly between the two glyphs 
     15   on each side of the bar (what to do at the edges?). 
     16 
    1217** Make vc-checkin avoid reverting the buffer if has not changed after 
    1318   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. 
    1719 
    1820** buffer-offer-save should be a permanent local. 
     
    7072  with evaluating definitions of the same function from different files, 
    7173  recording which file the latest definition came from. 
    72    
     74 
    7375* Important features: 
    7476 
     
    159161  function that has advice.  The overlay could have `after-text' like " 
    160162  [Function has advice]".  It might look like 
    161      (defun foo [Function has advice] (x y)  
     163     (defun foo [Function has advice] (x y) 
    162164  The overlay could also be a button that you could use to view the advice. 
    163165 
     
    262264  but it's a valuable feature worth making more general. 
    263265 
    264 ** Support simultaneous tty and X frames.  [See the multi-tty branch of Emacs  
     266** Support simultaneous tty and X frames.  [See the multi-tty branch of Emacs 
    265267  at http://lorentey.hu/project/emacs.] 
    266268