aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-06-03 00:19:11 +0000
committerChong Yidong2007-06-03 00:19:11 +0000
commit0de301ed8cb14190d50e49d92d4e25694e6a0e40 (patch)
treec3e32932d3c72c431267585ec768618f3a263779
parent6ee20a68d8e156428ffad02c304134da527ce01c (diff)
downloademacs-0de301ed8cb14190d50e49d92d4e25694e6a0e40.tar.gz
emacs-0de301ed8cb14190d50e49d92d4e25694e6a0e40.zip
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.
-rw-r--r--etc/TODO12
1 files changed, 1 insertions, 11 deletions
diff --git a/etc/TODO b/etc/TODO
index 85ce494c601..da9eef0e61e 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -32,8 +32,6 @@ a window doesn't select it.
32but if you type M-n you should get the visited file name of the 32but if you type M-n you should get the visited file name of the
33current buffer. 33current buffer.
34 34
35** describe-face should show an example of text in the face.
36
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
@@ -179,6 +177,7 @@ specified filters, specified timers, and specified hooks.
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
181rather than interactively. This a trivial one-liner in easy-mode.el. 179rather 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
183typically due to pilot errors and should thus be in debug-ignored-errors. 182typically due to pilot errors and should thus be in debug-ignored-errors.
184 183
@@ -381,15 +380,6 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
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 382
384** Display images with alpha channels, such as png, with the current
385background color of whatever frame it is displayed in. Currently, we
386use the default background color if specified in the png file, or, if
387that is unspecified, the background color of the frame in which the
388image was first created. Ideally, the image should display the
389background color of whichever frame it is being displayed in. The
390main complication is that this will require the loading of a new image
391object for each different background color.
392
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.]