]> code.delx.au - gnu-emacs/blobdiff - etc/TODO
Document left-fringe and right-fringe frame parameters.
[gnu-emacs] / etc / TODO
index d4d5cc265e3544edd33a7e49336eef7bdd73aa2b..2e38bf19a0d2855552b3a11c8a02358a4d287c44 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -33,6 +33,9 @@
 * Add ANSI C prototype forward declarations to the source files,
   so that even the functions used within one file have prototypes.
 
+* Add a way for macro definitions to provide info to edebug
+  so it can handle them right.
+
 * Replace finder.el with something that generates an Info file
   which gives the same information through a menu structure.  [Dave
   Love started on this.]
 
 * Update the FAQ.
 
-* Support dynamically-loadable primitive support using libtool and
-  support similarly to Guile.  [Some work has been done.]
-
 * Allow auto-compression-mode to use zlib calls if zlib is available.
   [It's required for PNG, so may be linked anyhow.]
 
 * Improve the GC (generational, incremental).  (We may be able to use
   the Boehm collector.)
 
-* Implement variable aliases, i.e. a `defvaralias' analogous to the
-  `defalias' for functions.  The implementation should not slow down
-  Emacs, and it shouldn't use additional memory, at least not much. 
-
 * Port Emacs to GTK+.  (Relevant work has been done already.)
 
 * Make the Lucid menu widget display multilingual text.
   programs to native code is probably the first thing to try, though.
 
 * Add a feature to Info similar to "info --apropos SUBJECT".
+
+* If you do an insert-file and that file is currently modified in
+  another buffer but not written yet, print a warning.
+
+* Add support for SVG (Scalable Vector Graphics) rendering to 
+  Emacs.
+
+* Use the XIE X extension, if available, for image display.
+
+* Rewrite make-docfile to something sane.