Changeset 4111 for trunk/etc/TODO

Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4098 r4111  
    9090   list fonts, display a font as a sample, etc.  [fx is looking at 
    9191  multilingual font selection for the Unicode branch of Emacs.] 
     92 
     93** Provide a convenient way to select a color with the mouse. 
    9294 
    9395** Rewrite the face code to be simpler, clearer and faster. 
     
    172174  in a Custom buffer using customize-customized. 
    173175 
     176** Record the sxhash of the default value for customized variables 
     177  and notify the user (maybe by adding a menu item or toolbar button, 
     178  as the detection can occur during autoload time) when the default 
     179  changes (meaning that new versions of the Lisp source with a changed 
     180  default value got installed) and offer ediff on the respective 
     181  customization buffers. 
     182 
    174183** Emacs Lisp mode could put an overlay on the defun for every 
    175   function that has advice.  The overlay could have `after-text' like " 
    176   [Function has advice]".  It might look like 
    177      (defun foo [Function has advice] (x y) 
    178   The overlay could also be a button that you could use to view the advice. 
     184  function that has advice.  The overlay could have `after-text' like 
     185  " [Function has advice]".  It might look like (defun foo [Function 
     186  has advice] (x y) The overlay could also be a button that you could 
     187  use to view the advice. 
    179188 
    180189** ange-ftp 
     
    357366 
    358367** Face remapping. 
     368 
     369** Make `format-time-string' preserve text properties like `format'. 
    359370 
    360371** Optionally make the cursor a little thinner at the end of a line