]> git.eshelyaron.com Git - emacs.git/commitdiff
TODO updates; add wishlist section
authorGlenn Morris <rgm@gnu.org>
Thu, 28 Jun 2012 07:05:15 +0000 (00:05 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 28 Jun 2012 07:05:15 +0000 (00:05 -0700)
etc/TODO

index 22c9d7782d8638976e9754f68d60537eaf3f3506..e4c0092c7e53b43287338a0b0146214fedd88752 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -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.