diff options
| author | Dave Love | 2000-11-23 19:03:07 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-23 19:03:07 +0000 |
| commit | 34f70eda7f649abf733481672d7925e6e9aa61bb (patch) | |
| tree | 57a34a65c964ab409e255068694af9b316f52098 /etc | |
| parent | 429994d86595af9ee7a5f55dd2b70424c096b0f0 (diff) | |
| download | emacs-34f70eda7f649abf733481672d7925e6e9aa61bb.tar.gz emacs-34f70eda7f649abf733481672d7925e6e9aa61bb.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/TODO | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -54,7 +54,7 @@ | |||
| 54 | 54 | ||
| 55 | * Document the features of libraries missing from the manual (or | 55 | * Document the features of libraries missing from the manual (or |
| 56 | ancillary manuals, including the Lisp manual in some cases). Here's | 56 | ancillary manuals, including the Lisp manual in some cases). Here's |
| 57 | a list which is probably not complete/correct: align, allout, | 57 | a list which is probably not complete/correct: align, allout, artist, |
| 58 | ansi-color, array, battery, calculator, cdl, cmuscheme, completion, | 58 | ansi-color, array, battery, calculator, cdl, cmuscheme, completion, |
| 59 | delim-col, dirtrack, double, echistory, elide-head, easymenu, | 59 | delim-col, dirtrack, double, echistory, elide-head, easymenu, |
| 60 | expand, flow-ctrl, format [format-alist], generic/generic-x [various | 60 | expand, flow-ctrl, format [format-alist], generic/generic-x [various |
| @@ -117,3 +117,6 @@ | |||
| 117 | 117 | ||
| 118 | * Investigate using the language environment to set up more things, | 118 | * Investigate using the language environment to set up more things, |
| 119 | such as the default Ispell dictionary. | 119 | such as the default Ispell dictionary. |
| 120 | |||
| 121 | * Improve the GC (generational, incremental). (We may be able to use | ||
| 122 | the Boehm collector.) | ||