comparison etc/TODO @ 90596:6823a91487f2

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 399-413) - Update from CVS - Rcirc update from Ryan Yeske - Merge from gnus--rel--5.10 - Miscellaneous tq-related fixes. * gnus--rel--5.10 (patch 126-127) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-105
author Miles Bader <miles@gnu.org>
date Mon, 28 Aug 2006 04:33:45 +0000
parents 8a8e69664178 ebc0557adb2c
children a1a25ac6c88a
comparison
equal deleted inserted replaced
90595:fd59c4164a14 90596:6823a91487f2
19 19
20 ** In C-x d, the default if you type RET should be the directory name, 20 ** In C-x d, the default if you type RET should be the directory name,
21 but if you type M-n you should get the visited file name of the 21 but if you type M-n you should get the visited file name of the
22 current buffer. 22 current buffer.
23 23
24 ** whitespace-cleanup should work only on the region if the region is active. 24 ** describe-face should show an example of text in the face.
25 25
26 ** Distribute a bar cursor of width > 1 evenly between the two glyphs 26 ** Distribute a bar cursor of width > 1 evenly between the two glyphs
27 on each side of the bar (what to do at the edges?). 27 on each side of the bar (what to do at the edges?).
28 28
29 ** Make vc-checkin avoid reverting the buffer if has not changed after 29 ** Make vc-checkin avoid reverting the buffer if has not changed after
122 Don't break the line between two characters that have the 122 Don't break the line between two characters that have the
123 same value of this property. 123 same value of this property.
124 *** Discretionary hyphens that are not visible when they are at end of line. 124 *** Discretionary hyphens that are not visible when they are at end of line.
125 125
126 ** Internationalize Emacs's messages. 126 ** Internationalize Emacs's messages.
127
128 ** Set up a facility to save backtraces when errors happen during
129 specified filters, specified timers, and specified hooks.
127 130
128 ** Install mmc@maruska.dyndns.org's no-flicker change. 131 ** Install mmc@maruska.dyndns.org's no-flicker change.
129 132
130 ** Add a "current vertical pixel level" value that goes with point, 133 ** Add a "current vertical pixel level" value that goes with point,
131 so that motion commands can also move through tall images. 134 so that motion commands can also move through tall images.