Changeset 4111 for trunk/etc/TODO
- Timestamp:
- 07/16/06 08:36:52 (2 years ago)
- Files:
-
- trunk/etc/TODO (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/TODO
r4098 r4111 90 90 list fonts, display a font as a sample, etc. [fx is looking at 91 91 multilingual font selection for the Unicode branch of Emacs.] 92 93 ** Provide a convenient way to select a color with the mouse. 92 94 93 95 ** Rewrite the face code to be simpler, clearer and faster. … … 172 174 in a Custom buffer using customize-customized. 173 175 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 174 183 ** 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 like177 (defun foo [Function has advice] (x y)178 The overlay could also be a button that you coulduse 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. 179 188 180 189 ** ange-ftp … … 357 366 358 367 ** Face remapping. 368 369 ** Make `format-time-string' preserve text properties like `format'. 359 370 360 371 ** Optionally make the cursor a little thinner at the end of a line
