Changeset 4073 for trunk/etc/TODO
- Timestamp:
- 05/03/06 18:37:43 (3 years ago)
- Files:
-
- trunk (modified) (1 prop)
- trunk/etc/TODO (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk
- Property svn:ignore changed from
bin
to
bin
site-lisp
- Property svn:ignore changed from
trunk/etc/TODO
r4058 r4073 10 10 * Small but important fixes needed in existing features: 11 11 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 12 17 ** Make vc-checkin avoid reverting the buffer if has not changed after 13 18 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 the16 same line as the current buffer.17 19 18 20 ** buffer-offer-save should be a permanent local. … … 70 72 with evaluating definitions of the same function from different files, 71 73 recording which file the latest definition came from. 72 74 73 75 * Important features: 74 76 … … 159 161 function that has advice. The overlay could have `after-text' like " 160 162 [Function has advice]". It might look like 161 (defun foo [Function has advice] (x y) 163 (defun foo [Function has advice] (x y) 162 164 The overlay could also be a button that you could use to view the advice. 163 165 … … 262 264 but it's a valuable feature worth making more general. 263 265 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 265 267 at http://lorentey.hu/project/emacs.] 266 268
