aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 2f7951e2b4c..ecbdd167764 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -9,6 +9,12 @@ to the FSF.
9 9
10* Small but important fixes needed in existing features: 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** 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.