]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove two finished items:
authorChong Yidong <cyd@stupidchicken.com>
Sun, 3 Jun 2007 00:19:11 +0000 (00:19 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 3 Jun 2007 00:19:11 +0000 (00:19 +0000)
** Display images with alpha channels with the current background color
** describe-face should show an example of text in the face.

etc/TODO

index 85ce494c6010389f6883ddba15e73f741b61f494..da9eef0e61e7c55658daa24341fab24d98a30070 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -32,8 +32,6 @@ a window doesn't select it.
 but if you type M-n you should get the visited file name of the
 current buffer.
 
-** describe-face should show an example of text in the face.
-
 ** Distribute a bar cursor of width > 1 evenly between the two glyphs
    on each side of the bar (what to do at the edges?).
 
@@ -179,6 +177,7 @@ specified filters, specified timers, and specified hooks.
 
 ** Remove the default toggling behavior of minor modes when called from elisp
 rather than interactively.  This a trivial one-liner in easy-mode.el.
+
 ** Create a category of errors called `user-error' for errors which are
 typically due to pilot errors and should thus be in debug-ignored-errors.
 
@@ -381,15 +380,6 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
 ** Allow unknown image types to be rendered via an external program
   converting them to, say, PBM (in the same way as PostScript?).
 
-** Display images with alpha channels, such as png, with the current
-background color of whatever frame it is displayed in.  Currently, we
-use the default background color if specified in the png file, or, if
-that is unspecified, the background color of the frame in which the
-image was first created.  Ideally, the image should display the
-background color of whichever frame it is being displayed in.  The
-main complication is that this will require the loading of a new image
-object for each different background color.
-
 ** Allow displaying an X window from an external program in a buffer,
   e.g. to render graphics from Java applets.  [gerd and/or wmperry
   thought this was feasible.]