comparison etc/TODO @ 81122:723b7ad9bb05

Remove two finished items: ** Display images with alpha channels with the current background color ** describe-face should show an example of text in the face.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 03 Jun 2007 00:19:11 +0000
parents baed9ec7901b
children c3e59cc10a50
comparison
equal deleted inserted replaced
81121:03f5eddab89b 81122:723b7ad9bb05
29 a window doesn't select it. 29 a window doesn't select it.
30 30
31 ** In C-x d, the default if you type RET should be the directory name, 31 ** In C-x d, the default if you type RET should be the directory name,
32 but if you type M-n you should get the visited file name of the 32 but if you type M-n you should get the visited file name of the
33 current buffer. 33 current buffer.
34
35 ** describe-face should show an example of text in the face.
36 34
37 ** Distribute a bar cursor of width > 1 evenly between the two glyphs 35 ** Distribute a bar cursor of width > 1 evenly between the two glyphs
38 on each side of the bar (what to do at the edges?). 36 on each side of the bar (what to do at the edges?).
39 37
40 ** Make vc-checkin avoid reverting the buffer if has not changed after 38 ** Make vc-checkin avoid reverting the buffer if has not changed after
177 175
178 * Other features we would like: 176 * Other features we would like:
179 177
180 ** Remove the default toggling behavior of minor modes when called from elisp 178 ** Remove the default toggling behavior of minor modes when called from elisp
181 rather than interactively. This a trivial one-liner in easy-mode.el. 179 rather than interactively. This a trivial one-liner in easy-mode.el.
180
182 ** Create a category of errors called `user-error' for errors which are 181 ** Create a category of errors called `user-error' for errors which are
183 typically due to pilot errors and should thus be in debug-ignored-errors. 182 typically due to pilot errors and should thus be in debug-ignored-errors.
184 183
185 ** Give Tar mode all the features of Archive mode. 184 ** Give Tar mode all the features of Archive mode.
186 185
378 ** Add support for SVG (Scalable Vector Graphics) rendering to 377 ** Add support for SVG (Scalable Vector Graphics) rendering to
379 Emacs. 378 Emacs.
380 379
381 ** Allow unknown image types to be rendered via an external program 380 ** Allow unknown image types to be rendered via an external program
382 converting them to, say, PBM (in the same way as PostScript?). 381 converting them to, say, PBM (in the same way as PostScript?).
383
384 ** Display images with alpha channels, such as png, with the current
385 background color of whatever frame it is displayed in. Currently, we
386 use the default background color if specified in the png file, or, if
387 that is unspecified, the background color of the frame in which the
388 image was first created. Ideally, the image should display the
389 background color of whichever frame it is being displayed in. The
390 main complication is that this will require the loading of a new image
391 object for each different background color.
392 382
393 ** Allow displaying an X window from an external program in a buffer, 383 ** Allow displaying an X window from an external program in a buffer,
394 e.g. to render graphics from Java applets. [gerd and/or wmperry 384 e.g. to render graphics from Java applets. [gerd and/or wmperry
395 thought this was feasible.] 385 thought this was feasible.]
396 386