Mercurial > emacs
diff etc/TODO @ 90918:e9f94688a064
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 781-792)
- Update from CVS
- Merge from gnus--rel--5.10
- Merge from emacs--rel--22
* emacs--rel--22 (patch 33-41)
* gnus--rel--5.10 (patch 226-228)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-219
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 11 Jun 2007 00:58:11 +0000 |
parents | 31beec9ee600 04a91000671c |
children | 3619e7770f2e |
line wrap: on
line diff
--- a/etc/TODO Fri Jun 08 12:41:25 2007 +0000 +++ b/etc/TODO Mon Jun 11 00:58:11 2007 +0000 @@ -19,6 +19,8 @@ latter need not be installed. As a result, all the source files that look for include files in X11/Xaw should look in X11/Xaw3d if we are using Xaw3d. +http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00396.html +http://lists.gnu.org/archive/html/emacs-devel/2006-03/msg01150.html ? ** Compute the list of active keymaps *after* reading the first event. @@ -32,8 +34,6 @@ 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?). @@ -100,9 +100,6 @@ ** make back_comment use syntax-ppss or equivalent. -** Improve configure's treatment of NON_GNU_CPP on Solaris. -(patch available for after Emacs 22) - ** Consider improving src/sysdep.c's search for a fqdn. http://lists.gnu.org/archive/html/emacs-devel/2007-04/msg00782.html @@ -179,6 +176,7 @@ ** 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 +379,6 @@ ** 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.]