Mercurial > emacs
comparison etc/TODO @ 83554:b8d9a391daf3
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-599
Merge from erc--main--0
* emacs@sv.gnu.org/emacs--devo--0--patch-600
Merge from erc--main--0
* emacs@sv.gnu.org/emacs--devo--0--patch-601
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-602
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-603
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-604
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-605
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-606
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-607
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-608
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-609
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-610
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-611
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-612
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-613
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-614
Make byte compiler correctly write circular constants
* emacs@sv.gnu.org/emacs--devo--0--patch-615
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-616
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-617
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-618
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-192
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-193
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-194
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-195
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-196
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-594
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 29 Jan 2007 22:21:19 +0000 |
parents | d3099204c799 0259a1711394 |
children | 07774e5c3ff5 |
comparison
equal
deleted
inserted
replaced
83553:32073cbc5eb6 | 83554:b8d9a391daf3 |
---|---|
1 Emacs TODO List -*-outline-*- | 1 Emacs TODO List -*-outline-*- |
2 | 2 |
3 Copyright (c) 2003, 2004, 2005, 2006 | 3 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 |
4 Free software Foundation, Inc. | 4 Free Software Foundation, Inc. |
5 See the end of the file for copying permissions. | 5 See the end of the file for copying permissions. |
6 | 6 |
7 If you are ready to start working on any of these TODO items, we | 7 If you are ready to start working on any of these TODO items, we |
8 appreciate your help; please write to emacs-devel@gnu.org so we can be | 8 appreciate your help; please write to emacs-devel@gnu.org so we can be |
9 aware that the problem is being addressed, and talk with you how to do | 9 aware that the problem is being addressed, and talk with you how to do |
194 function that has advice. The overlay could have `after-text' like | 194 function that has advice. The overlay could have `after-text' like |
195 " [Function has advice]". It might look like (defun foo [Function | 195 " [Function has advice]". It might look like (defun foo [Function |
196 has advice] (x y) The overlay could also be a button that you could | 196 has advice] (x y) The overlay could also be a button that you could |
197 use to view the advice. | 197 use to view the advice. |
198 | 198 |
199 ** Add a function to get the insertion-type of the markers in an overlay. | |
200 | |
199 ** ange-ftp | 201 ** ange-ftp |
200 *** understand sftp | 202 *** understand sftp |
201 This is hard to make work because sftp doesn't print status | 203 This is hard to make work because sftp doesn't print status |
202 messages. | 204 messages. |
203 | 205 |
338 ** Add support for SVG (Scalable Vector Graphics) rendering to | 340 ** Add support for SVG (Scalable Vector Graphics) rendering to |
339 Emacs. | 341 Emacs. |
340 | 342 |
341 ** Allow unknown image types to be rendered via an external program | 343 ** Allow unknown image types to be rendered via an external program |
342 converting them to, say, PBM (in the same way as PostScript?). | 344 converting them to, say, PBM (in the same way as PostScript?). |
345 | |
346 ** Display images with alpha channels, such as png, with the current | |
347 background color of whatever frame it is displayed in. Currently, we | |
348 use the default background color if specified in the png file, or, if | |
349 that is unspecified, the background color of the frame in which the | |
350 image was first created. Ideally, the image should display the | |
351 background color of whichever frame it is being displayed in. The | |
352 main complication is that this will require the loading of a new image | |
353 object for each different background color. | |
343 | 354 |
344 ** Allow displaying an X window from an external program in a buffer, | 355 ** Allow displaying an X window from an external program in a buffer, |
345 e.g. to render graphics from Java applets. [gerd and/or wmperry | 356 e.g. to render graphics from Java applets. [gerd and/or wmperry |
346 thought this was feasible.] | 357 thought this was feasible.] |
347 | 358 |