# HG changeset patch # User Glenn Morris # Date 1191635538 0 # Node ID f7a1ed49fd9f87d4040d688f57d3cba01a729dde # Parent 0770b697063259d8e4ed3fc5464a675acefd9676 *** empty log message *** diff -r 0770b6970632 -r f7a1ed49fd9f etc/TODO --- a/etc/TODO Sat Oct 06 01:51:46 2007 +0000 +++ b/etc/TODO Sat Oct 06 01:52:18 2007 +0000 @@ -320,8 +320,15 @@ the whole menu bar. In the mean time, it should process other messages. ** Get some major packages installed: W3 (development version needs - significant work), PSGML. Check the assignments file for other - packages which might go in and have been missed. + significant work), PSGML, nXML [Mark Hershberger is looking at this + http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01699.html], + _possibly_ Cedet and ECB. + http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01493.html + Check the assignments file for other packages which might go in and + have been missed. + +** Install ruby-mode (needs assignment)? + http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00051.html ** Make keymaps a first-class Lisp object (this means a rewrite of keymap.c). What should it do apart from being opaque ? @@ -341,9 +348,6 @@ ** Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA, but it's a valuable feature worth making more general. -** Support simultaneous tty and X frames. [See the multi-tty branch of Emacs - at http://lorentey.hu/project/emacs.] - ** Provide MIME support for Rmail using the Gnus MIME library. [Maybe not now feasible, given Gnus maintenance decisions. fx looked at this and can say where some of the problems are.] @@ -366,6 +370,7 @@ ** Add a --pristine startup flag which does -q --no-site-file plus ignoring X resources (Doze equivalents?) and most of the environment. What should not be ignored needs consideration. + [Do the existing -Q and -D cover this, or is more needed?] ** Improve the GC (generational, incremental). (We may be able to use the Boehm collector.) [See the Boehm-GC branch in CVS for work on @@ -380,11 +385,9 @@ ** Provide an optional feature which computes a scroll bar slider's size and its position from lines instead of characters. -** Add support for SVG (Scalable Vector Graphics) rendering to - Emacs. - ** Allow unknown image types to be rendered via an external program - converting them to, say, PBM (in the same way as PostScript?). + converting them to, say, PBM (in the same way as PostScript?). [does + doc-view.el do this, or could it be extended to do this?] ** Allow displaying an X window from an external program in a buffer, e.g. to render graphics from Java applets. [gerd and/or wmperry @@ -544,6 +547,16 @@ See thread +** Possibly add a "close" button to the modeline. + The idea is to add an "X" of some kind, that when clicked deletes + the window associated with that modeline. + http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02416.html + +** When running isearch in a ChangeLog file, if the search fails, + then after another C-s try searching the previous ChangeLog, if + there is one. (e.g. go from ChangeLog to ChangeLog.12). + http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02237.html + * Internal changes ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction