comparison etc/TODO @ 90385:72dea2ff0142

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 226-238) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo. * gnus--rel--5.10 (patch 86-90) - Update from CVS - Merge from emacs--devo--0
author Miles Bader <miles@gnu.org>
date Fri, 21 Apr 2006 05:39:14 +0000
parents c156f6a9e7b5 58fdcef69c03
children a8190f7e546e
comparison
equal deleted inserted replaced
90384:c156f6a9e7b5 90385:72dea2ff0142
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 11
12 ** whitespace-cleanup should work only on the region if the region is active.
13
12 ** Distribute a bar cursor of width > 1 evenly between the two glyphs 14 ** Distribute a bar cursor of width > 1 evenly between the two glyphs
13 on each side of the bar (what to do at the edges?). 15 on each side of the bar (what to do at the edges?).
14 16
15 ** Make vc-checkin avoid reverting the buffer if has not changed after 17 ** Make vc-checkin avoid reverting the buffer if has not changed after
16 the checkin. Comparing (md5 BUFFER) to (md5 FILE) should be enough. 18 the checkin. Comparing (md5 BUFFER) to (md5 FILE) should be enough.
17
18 ** Make vc-annotate show place the cursor in the annotate buffer at the
19 same line as the current buffer.
20 19
21 ** buffer-offer-save should be a permanent local. 20 ** buffer-offer-save should be a permanent local.
22 21
23 ** revert-buffer should eliminate overlays and the mark. 22 ** revert-buffer should eliminate overlays and the mark.
24 23