Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/etc/TODO Sat Jan 13 22:59:28 2007 +0000 +++ b/etc/TODO Mon Jan 29 22:21:19 2007 +0000 @@ -1,7 +1,7 @@ Emacs TODO List -*-outline-*- -Copyright (c) 2003, 2004, 2005, 2006 -Free software Foundation, Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 +Free Software Foundation, Inc. See the end of the file for copying permissions. If you are ready to start working on any of these TODO items, we @@ -196,6 +196,8 @@ has advice] (x y) The overlay could also be a button that you could use to view the advice. +** Add a function to get the insertion-type of the markers in an overlay. + ** ange-ftp *** understand sftp This is hard to make work because sftp doesn't print status @@ -341,6 +343,15 @@ ** 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.]