Changeset 4058 for trunk/etc/TODO
- Timestamp:
- 04/16/06 21:46:31 (3 years ago)
- Files:
-
- trunk/etc/TODO (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/TODO
r4037 r4058 10 10 * Small but important fixes needed in existing features: 11 11 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 12 18 ** buffer-offer-save should be a permanent local. 13 19 … … 61 67 ** M-! M-n should fetch the buffer-file-name as the default. 62 68 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 63 73 * Important features: 64 74 … … 438 448 for this for inclusion after 22.1]. 439 449 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 440 455 * Internal changes 441 456 442 457 ** Replace gmalloc.c with the modified Doug Lea code from the current 443 458 GNU libc so that the special mmapping of buffers can be removed -- 444 that apparently loses under Solaris, at least. [fx has mostly done459 that apparently loses under Solaris, at least. [fx has mostly done 445 460 this.] 446 461
