comparison etc/TODO @ 69794:eaef81fe8393

Add note about vc-checkin and vc-annotate.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 04 Apr 2006 18:12:24 +0000
parents ebf37f0a455f
children 96eabbd7b6ba 81f2d90dee68 65ca8fb66a0d
comparison
equal deleted inserted replaced
69793:93d87ad179a4 69794:eaef81fe8393
6 it best. Since Emacs is an FSF-copyrighted package, please be 6 it best. Since Emacs is an FSF-copyrighted package, please be
7 prepared to sign legal papers to transfer the copyright on your work 7 prepared to sign legal papers to transfer the copyright on your work
8 to the FSF. 8 to the FSF.
9 9
10 * Small but important fixes needed in existing features: 10 * Small but important fixes needed in existing features:
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.
11 17
12 ** buffer-offer-save should be a permanent local. 18 ** buffer-offer-save should be a permanent local.
13 19
14 ** revert-buffer should eliminate overlays and the mark. 20 ** revert-buffer should eliminate overlays and the mark.
15 21