diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-28 00:05:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-28 00:05:15 -0700 |
commit | acd97ed658e1540d33d3f0179a66023661e30e4d (patch) | |
tree | b21b4a107d921dc2e4e9a12c8daa53628545991a /etc/TODO | |
parent | 9ab89959267fed796a0d5f548c976bb8fb45f1b9 (diff) | |
download | emacs-acd97ed658e1540d33d3f0179a66023661e30e4d.tar.gz |
TODO updates; add wishlist section
Diffstat (limited to 'etc/TODO')
-rw-r--r-- | etc/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1211,6 +1211,8 @@ systems for HTML/XML files automatically." this.] ** Rewrite make-docfile to be clean and maintainable. + It might be better to replace it with Lisp, using the byte compiler. + http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00037.html ** Add an inferior-comint-minor-mode to capture the common set of operations offered by major modes that offer an associated inferior @@ -1230,6 +1232,15 @@ systems for HTML/XML files automatically." button classes inherit from it. Set the default face of the "link" button class to the standard "link" face. +* Wishlist items: + +** Maybe replace etags.c with a Lisp implementation. +http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00354.html + +** Maybe replace lib-src/rcs2log with a Lisp implementation. +It wouldn't have to be a complete replacement, just enough +for vc-rcs-update-changelog. + * Other known bugs: ** `make-frame' forgets unhandled parameters, at least for X11 frames. |